Table Description
Taxonomy In Edit Data: Taxonomy In Edit Data is a temporary storage for taxonomy terms and related data.

A taxonomy in edit data holds the taxonomy term and its related data. The data is extracted from a published term that is being edited or imported or a new term that is being added. After validating and processing these temporary data, the actual data is stored into the taxonomy term, related concept, use references etc.

Relationship Diagram
Click the diagram to manipulate and zoom. Traverse the diagram using Click-and-Drag motions.
Model Details
Location in Model: Logical View::MetaModel::Curam::CPM::Service Layer::Taxonomy::Taxonomy In Edit Data::Entity::TaxonomyInEditData
Controlling File: CPM\model\Packages\Service Layer\Taxonomy\Taxonomy In Edit Data\Entity\Entity.efx
Table Options
ALLOW_OPTIMISTIC_LOCKINGyes
Attributes (21)
AttributeStereotypeNullableDescriptionDomain DefinitionCodetableDDL Type
taxonomyInEditDataIDkeynoUnique identifier of the taxonomy in edit data.INTERNAL_ID SVR_INT64
taxonomyTermXMLdetailsyesThe xml representation of taxonomy term being added/edited.TAXONOMY_ELEMENT SVR_STRING<33000>
parentTermIDdetailsyesThe id of parent term of the taxonomy term being edited.TAXONOMY_TERM_ID SVR_INT64
taxonomyTermIDdetailsyesThe id of taxonomy term which is being edited.TAXONOMY_TERM_ID SVR_INT64
relatedConceptsdetailsyesThe ids of related concepts in the form of tab separated string.TAXONOMY_ELEMENT_SHORT SVR_STRING<5000>
relatedTermsdetailsyesThe ids of related terms in the form of tab separated string.TAXONOMY_ELEMENT_SHORT SVR_STRING<5000>
codedetailsyesThe code for the taxonomy term being edited/added.TAXONOMY_TERM_CODE SVR_STRING<30>
useReferencesXMLdetailsyesThe xml representation of use references for the taxonomy term being added/edited.TAXONOMY_ELEMENT SVR_STRING<33000>
oldCodesdetailsyesThe old codes in the form of tab separated string.TAXONOMY_ELEMENT_SHORT SVR_STRING<5000>
taxonomyVersionIDdetailsyesThe taxonomy ID from which element is extracted.INTERNAL_ID SVR_INT64
parentTermCodedetailsyesParent code of the taxonomy term being edited.TAXONOMY_TERM_CODE SVR_STRING<30>
userInputInddetailsyesIndicates if the user intervention is required for this element.CURAM_INDICATOR SVR_BOOLEAN
externalTermsdetailsyesThe external term details for the taxonomy in edit data.TAXONOMY_ELEMENT_SHORT SVR_STRING<5000>
customTermInddetailsyesIndicates whether the term is defined locally by the Agency.CURAM_INDICATOR SVR_BOOLEAN
publishedInddetailsyesIndicates whether the term is associated with a published version.CURAM_INDICATOR SVR_BOOLEAN
statusdetailsyesIndicates the staus of the in edit taxonomy term.TAXONOMY_TERM_STATUS_CODETaxonomyTermStatusSVR_STRING<10>
recordStatusdetails Status of the service offering.RECORD_STATUS_CODERecordStatusSVR_STRING<10>
codeUpperdetails  TAXONOMY_TERM_CODE SVR_STRING<30>
reviewInddetailsyesIndicates whether the term is reviewed or not.CURAM_INDICATOR SVR_BOOLEAN
reviewTypedetails The review type of the term.TAXONOMY_TERM_IMPORTTYPE_CODETaxonomyTermImportTypeSVR_STRING<10>
taxonomyImportLogIDdetailsyesUnique identifier of the taxonomy import log record.INTERNAL_ID SVR_INT64
Foreign Keys (3)
ChildParent
TaxonomyInEditData.taxonomyImportLogIDTaxonomyImportLog.taxonomyImportLogID
TaxonomyInEditData.taxonomyTermIDTaxonomyTerm.taxonomyTermID
TaxonomyInEditData.taxonomyVersionIDTaxonomyVersion.taxonomyVersionID
Indices (8)
Index NameAttributes
TaxInEditDataParentTrmCodeIdxparentTermCode
TaxoInEditDataRecordStatusIdxrecordStatus
TaxoInEditDataTaxnmyTermIDIdxtaxonomyTermID
TaxoInEditDataTaxnmyVerIDIdxtaxonomyVersionID
TaxonmyInEditDataReviewTypIdxreviewType
TaxonomyInEditDataCodeIdxcode
TaxonomyInEditDataCodeUpprIdxcodeUpper
IND__1930135980taxonomyImportLogID
Operations (20)
OperationStereotypeOptionsDescriptionSQL
insertinsertAUTO_ID: taxonomyInEditDataID
Inserts the in edit taxonomy data. @deprecated since 7.0.0.0, This functionality forms part of a feature that is no longer relevant to the product strategy and will not be replaced. 
modifymodifyOPTIMISTIC_LOCKING: yes
Modifies the in edit taxonomy data. @deprecated since 7.0.0.0, This functionality forms part of a feature that is no longer relevant to the product strategy and will not be replaced. 
readread Reads the in edit taxonomy data. @deprecated since 7.0.0.0, This functionality forms part of a feature that is no longer relevant to the product strategy and will not be replaced. 
removeremove Removes the in edit taxonomy data. @deprecated since 7.0.0.0, This functionality forms part of a feature that is no longer relevant to the product strategy and will not be replaced. 
readByCodensread Retrieves the in edit taxonomy data by code. @deprecated since 7.0.0.0, This functionality forms part of a feature that is no longer relevant to the product strategy and will not be replaced. 
importTaxonomyDatabatchinsert Imports the in edit taxonomy data through a batch insert. @deprecated since 7.0.0.0, This functionality forms part of a feature that is no longer relevant to the product strategy and will not be replaced. 
searchByTaxonomyVersionreadmulti Retrieves all the taxonomy in edit data records for a given taxonomy version. @deprecated since 7.0.0.0, This functionality forms part of a feature that is no longer relevant to the product strategy and will not be replaced. 
removeAllByTaxonomyVersionnsremove Removes all the taxonomy in edit data records for a given taxonomy version. @deprecated since 7.0.0.0, This functionality forms part of a feature that is no longer relevant to the product strategy and will not be replaced. 
readAllnkreadmultiORDER_BY: code
READMULTI_LIM: 0
Retrieves all the taxonomy in edit data records. @deprecated since 7.0.0.0, This functionality forms part of a feature that is no longer relevant to the product strategy and will not be replaced. 
addTranslationsbatchmodify Adds translations to the taxonomy in edit data. @deprecated since 7.0.0.0, This functionality forms part of a feature that is no longer relevant to the product strategy and will not be replaced. 
countAllns Counts the number of records in taxonomyineditdata entity. @deprecated since 7.0.0.0, This functionality forms part of a feature that is no longer relevant to the product strategy and will not be replaced.SQL
searchByTaxonomyTermreadmulti Retrieves all the taxonomy in edit data records for a given taxonomy term id. @deprecated since 7.0.0.0, This functionality forms part of a feature that is no longer relevant to the product strategy and will not be replaced. 
searchByActiveTermsreadmulti @deprecated since 7.0.0.0, This functionality forms part of a feature that is no longer relevant to the product strategy and will not be replaced. 
searchByReviewTypereadmulti Retrieves all the taxonomy in edit data records for a given review type. @deprecated since 7.0.0.0, This functionality forms part of a feature that is no longer relevant to the product strategy and will not be replaced. 
countInReviewTermsns Counts the number of taxonomy in edit data records which requires review. @deprecated since 7.0.0.0, This functionality forms part of a feature that is no longer relevant to the product strategy and will not be replaced.SQL
searchByRelatedConceptCodereadmultiWHERE: relatedConcepts LIKE :code
Searches in edit taxonomy terms by related concept. @deprecated since 7.0.0.0, This functionality forms part of a feature that is no longer relevant to the product strategy and will not be replaced. 
searchByTaxonomyVersionAndRecordStatusreadmulti Searches the taxonomy in-edit data based on taxonomy version ID and record status. @deprecated since 7.0.0.0, This functionality forms part of a feature that is no longer relevant to the product strategy and will not be replaced. 
countInEditTermsForPublishedVersionns Counts the number of records in taxonomyineditdata entity for the published taxonomy version. @deprecated since 7.0.0.0, This functionality forms part of a feature that is no longer relevant to the product strategy and will not be replaced.SQL
searchByParentreadmulti @deprecated since 7.0.0.0, This functionality forms part of a feature that is no longer relevant to the product strategy and will not be replaced. 
searchByRootTermnsreadmultiWHERE: TaxonomyInEditData.parentTermCode IS NULL AND TaxonomyInEditData.recordStatus = :recordStatus
@deprecated since 7.0.0.0, This functionality forms part of a feature that is no longer relevant to the product strategy and will not be replaced. 
Related Pages (93)
New Text Translation (ProviderManagement_addLocalizableRelatedConceptTranslation)
New Text Translation (ProviderManagement_addLocalizableTermTranslation)
Related Concepts (ProviderManagement_addRelatedConceptFromInEditTermView)
Related Concepts (ProviderManagement_addRelatedConceptFromPublishedTermView)
Related Concepts (ProviderManagement_addRelatedConceptsToTermFromView)
Related Concepts (ProviderManagement_addRelatedConceptToInEditTerm)
Related Concepts (ProviderManagement_addRelatedConceptToInEditTermFromBrowse)
Related Concepts (ProviderManagement_addRelatedConceptToPublisedInEditTerm)
New See Also Reference (ProviderManagement_addRelatedTermFromInEditTermView)
New See Also Reference (ProviderManagement_addRelatedTermsFromPublishedTermView)
New See Also Reference (ProviderManagement_addRelatedTermsToPublishedInEditTerm)
New See Also Reference (ProviderManagement_addRelatedTermToInEditFromBrowseView)
New See Also Reference (ProviderManagement_addRelatedTermToInEditTerm)
New See Also Reference (ProviderManagement_addSeeAlsoReferenceToPublisedTerm)
New Term (ProviderManagement_addTaxonomyTermsToRelatedConcept)
New Term (ProviderManagement_addTaxonomyTermsToRelatedConceptElement)
New Concept (ProviderManagement_addTaxonomyTermsToRelatedConceptWiz)
New Concept (ProviderManagement_addTermsToRelatedConceptElementWiz)
New Use Reference (ProviderManagement_addUseReferenceToInEditTerm)
New Use Reference (ProviderManagement_addUseReferenceToPublishedTerm)
New Term (ProviderManagement_createInEditTaxonomyTerm)
New Term (ProviderManagement_createTaxonomyTerm)
New Version (ProviderManagement_createTaxonomyVersion)
Delete All Terms (ProviderManagement_deleteAllInReviewTerms)
Import Translation (ProviderManagement_importNewTranslationTaxonomy)
Import File (ProviderManagement_importTaxonomy)
Import Translation (ProviderManagement_importTranslationTaxonomy)
ProviderManagement_listInEditRelatedConcepts
ProviderManagement_listInEditTaxonomyTerms
ProviderManagement_listRelatedConceptsForInEditTaxonomyTerm
ProviderManagement_listRelatedConceptsForTaxonomyTerm
ProviderManagement_listRelatedConceptsForTaxonomyTermFromBrowse
Related Concepts (ProviderManagement_listRelatedConceptsForTaxonomyTermFromSearch)
ProviderManagement_listRelatedConceptsForTermInEdit
ProviderManagement_listSeeAlsoReferencesForInEditTaxonomyTerm
ProviderManagement_listSeeAlsoReferencesForTaxonomyTerm
ProviderManagement_listSeeAlsoReferencesForTaxonomyTermFromBrowse
See Also References (ProviderManagement_listSeeAlsoReferencesForTaxonomyTermFromSearch)
ProviderManagement_listSeeAlsoReferencesForTermInEdit
ProviderManagement_listTaxonomyDeletedItems
ProviderManagement_listTaxonomyModifiedItems
ProviderManagement_listTaxonomyReplacedItems
ProviderManagement_listTaxonomyVersion
Taxonomy Translations (ProviderManagement_listTaxonomyVersionData)
ProviderManagement_listUseReferencesForInEditTaxonomyTerm
ProviderManagement_listUseReferencesForTaxonomyTerm
ProviderManagement_listUseReferencesForTaxonomyTermFromBrowse
Use References (ProviderManagement_listUseReferencesForTaxonomyTermFromSearch)
Edit Text Translation (ProviderManagement_modifyLocalizableRelatedConceptTranslation)
Edit Text Translation (ProviderManagement_modifyLocalizableTermTranslation)
Edit Related Concept (ProviderManagement_modifyRelatedConceptElement)
Term Details (ProviderManagement_previewUpdatedTerm)
Publish Taxonomy Terms (ProviderManagement_publishInEditTaxonomyTerms)
Publish Taxonomy Term (ProviderManagement_publishInEditTerm)
Delete Taxonomy Term (ProviderManagement_removeInEditTaxonomyTerm)
Remove Taxonomy Term (ProviderManagement_removeInEditTermFromRelatedConceptElement)
Delete Related Concept (ProviderManagement_removeRelatedConceptElement)
Remove Related Concept (ProviderManagement_removeRelatedConceptFromInEditTaxonomyTerm)
Remove Related Concept (ProviderManagement_removeRelatedConceptFromTaxonomyTerm)
Remove See Also Reference (ProviderManagement_removeRelatedTermFromInEditTerm)
Remove See Also Reference (ProviderManagement_removeSeeAlsoReferenceFromPublisedTerm)
Delete Taxonomy Term (ProviderManagement_removeTaxonomyTerm)
Remove Taxonomy Term (ProviderManagement_removeTaxonomyTermFromRelatedConcept)
Delete Taxonomy Term (ProviderManagement_removeTaxonomyTermFromSearch)
Delete Taxonomy Version (ProviderManagement_removeTaxonomyVersion)
Remove Use Reference (ProviderManagement_removeUseReferenceFromInEditTerm)
Remove Use Reference (ProviderManagement_removeUseReferenceFromPublishedTerm)
Republish Taxonomy Version (ProviderManagement_republishTaxonomyVersion)
Delete Terms (ProviderManagement_reviewDeletedTerms)
Review Modified Terms (ProviderManagement_reviewModifiedTerm)
Select Replacement Terms (ProviderManagement_reviewReplacedTerm)
Review Terms (ProviderManagement_reviewVersionTabDetails)
Search By Keyword And Code (ProviderManagement_searchInEditTaxonomyTermsByKeyWordPopup)
ProviderManagement_searchTaxonomyTermsByKeyWord
Search By Keyword And Code (ProviderManagement_searchTaxonomyTermsByKeyWordPopup)
New Term (ProviderManagement_storeInEditTaxonomyTerm)
New Taxonomy Term (ProviderManagement_storeTaxonomyTerm)
Edit Taxonomy Term (ProviderManagement_updateInEditTaxonomyTerm)
Import taxonomy file (ProviderManagement_updateTaxonomy)
Edit Taxonomy Term (ProviderManagement_updateTaxonomyTerm)
ProviderManagement_viewInEditTaxonomyTerm
ProviderManagement_viewInEditTaxonomyTermFromBrowse
Taxonomy Term (ProviderManagement_viewInEditTaxonomyTermFromSearch)
ProviderManagement_viewInEditTaxonomyTermTabDetails
ProviderManagement_viewInEditTaxonomyVersion
View Text Translation (ProviderManagement_viewInEditTermTextTranslation)
ProviderManagement_viewPublishedTaxonomyVersion
ProviderManagement_viewPublishedTermInEdit
View Related Concept (ProviderManagement_viewRelatedConceptElement)
ProviderManagement_viewTaxonomyTerm
ProviderManagement_viewTaxonomyTermFromBrowse
Taxonomy Term (ProviderManagement_viewTaxonomyTermFromSearch)
ProviderManagement_viewTaxonomyTermTabDetails