The following events are located in the curam.taxonomy.impl.POTaxonomyInEditIndexProcessor interface.
Event Class |
Description |
Event is raised before and after |
|---|---|---|
| POTaxonomyInEditIndexProcessorPublishInEditIndexesEvents | Raised when the updated Provider Offering and Taxonomy indexing details are published. | curam.taxonomy.impl.POTaxonomyInEditIndexProcessor.publishInEditIndexes() |
| POTaxonomyInEditIndexProcessorAddInEditTermDataEvents | Raised when the updated term data to the Provider Offering and Taxonomy Term association details are added. | curam.taxonomy.impl.POTaxonomyInEditIndexProcessor.addInEditTermData() |
The following events are located in the curam.taxonomy.impl.PublishTaxonomy interface.
Event Class |
Description |
Event is raised before and after |
|---|---|---|
| PublishTaxonomyPublishInEditTaxonomyDataEvents | Raised when the In Edit Taxonomy Terms and its associated data are published. | curam.taxonomy.impl.PublishTaxonomy.publishInEditTaxonomyData() |
| PublishTaxonomyPublishInEditTaxonomyTermEvents | Raised when the In Edit Taxonomy Terms are published. | curam.taxonomy.impl.PublishTaxonomy.publishInEditTaxonomyTerm() |
| PublishTaxonomyPublishTaxonomyEvents | Raised when the Taxonomy Version is published. | curam.taxonomy.impl.PublishTaxonomy.publishTaxonomy() |
| PublishTaxonomyRemoveTaxonomyVersionEvents | Raised when the Taxonomy Version is removed. | curam.taxonomy.impl.PublishTaxonomy.removeTaxonomyVersion() |
The following events are located in the curam.taxonomy.impl.RelatedConceptWizState interface.
Event Class |
Description |
Event is raised before and after |
|---|---|---|
| RelatedConceptWizStateReadTaxonomyTerms | Raised when the Taxonomy Term list is retrieved from the wizard state. | curam.taxonomy.impl.RelatedConceptWizState.readTaxonomyTerms() |
| RelatedConceptWizStateRemoveInEditTerm | Raised when the In Edit Taxonomy Term is removed from the wizard state. | curam.taxonomy.impl.RelatedConceptWizState.removeInEditTerm() |
| RelatedConceptWizStateRemoveTaxonomyTerm | Raised when the Taxonomy Terms are removed from the wizard state. | curam.taxonomy.impl.RelatedConceptWizState.removeTaxonomyTerm() |
| RelatedConceptWizStateResetSearch | Raised when the search criteria and Taxonomy Terms stored in the wizard state is reset. | curam.taxonomy.impl.RelatedConceptWizState.resetSearch() |
| RelatedConceptWizStateSaveRelatedConcept | Raised when the Related Concept is added. | curam.taxonomy.impl.RelatedConceptWizState.saveRelatedConcept() |
| RelatedConceptWizStateSaveRelatedConceptElement | Raised when the In Edit Related Concept is added. | curam.taxonomy.impl.RelatedConceptWizState.saveRelatedConceptElement() |
| RelatedConceptWizStateStoreRelatedConcept | Raised when the Related Concept details are stored in the wizard state. | curam.taxonomy.impl.RelatedConceptWizState.storeRelatedConcept() |
| RelatedConceptWizStateStoreTaxonomyTerm | Raised when the Taxonomy Terms are stored in the wizard state. | curam.taxonomy.impl.RelatedConceptWizState.storeTaxonomyTerm() |
The following events are located in the curam.taxonomy.impl.ReviewTaxonomy interface.
Event Class |
Description |
Event is raised before and after |
|---|---|---|
| ReviewTaxonomyAcceptModifiedTermEvents | Raised when the changes on the term based on review attribute selects are accepted. | curam.taxonomy.impl.ReviewTaxonomy.acceptModifiedTerm() |
| ReviewTaxonomyAcceptReplacedTermEvents | Raised when the new terms selected for the replacement are accepted. | curam.taxonomy.impl.ReviewTaxonomy.acceptReplacedTerm() |
| ReviewTaxonomyDeleteReplacedTermEvents | Raised when the term which is being replaced is deleted. | curam.taxonomy.impl.ReviewTaxonomy.deleteReplacedTerm() |
| ReviewTaxonomyRejectReplacedTermEvents | Raised when the new replacement terms are rejected. | curam.taxonomy.impl.ReviewTaxonomy.rejectReplacedTerm() |
| ReviewTaxonomyRejectModifiedTermEvents | Raised when the changes in the term is rejected. | curam.taxonomy.impl.ReviewTaxonomy.rejectModifiedTerm() |
| ReviewTaxonomyReviewDeletedTermsEvents | Raised when the deleted terms are reviewed. | curam.taxonomy.impl.ReviewTaxonomy.reviewDeletedTerms() |
| ReviewTaxonomyReviewAllDeletedTermsEvents | Raised when all the deleted terms are reviewed. | curam.taxonomy.impl.ReviewTaxonomy.reviewAllDeletedTerms() |
The following events are located in the curam.taxonomy.impl.TaxonomyInEditData interface.
Event Class |
Description |
Event is raised before and after |
|---|---|---|
| TaxonomyInEditDataAddTermNameTranslation | Raised when the new translations are added to Taxonomy Term name attribute. | curam.taxonomy.impl.TaxonomyInEditData.addTermNameTranslation() |
| TaxonomyInEditDataAddTermBibliographicRefTranslation | Raised when the new translations are added to Taxonomy Term bibliographic reference attribute. | curam.taxonomy.impl.TaxonomyInEditData.addTermBibliographicRefTranslation() |
| TaxonomyInEditDataAddTermCommentsTranslation | Raised when the new translations are added to Taxonomy Term comments attribute. | curam.taxonomy.impl.TaxonomyInEditData.addTermCommentsTranslation() |
| TaxonomyInEditDataAddTermDefinitionTranslation | Raised when the new translations are added to Taxonomy Term definition attribute. | curam.taxonomy.impl.TaxonomyInEditData.addTermDefinitionTranslation() |
| TaxonomyInEditDataAddUseReferenceTranslation | Raised when the new translations are added to Use Reference. | curam.taxonomy.impl.TaxonomyInEditData.addUseReferenceTranslation() |
| TaxonomyInEditDataAssociateTermWithRelatedConcept | Raised when the term with Related Concepts are associated. | curam.taxonomy.impl.TaxonomyInEditData.associateTermWithRelatedConcept() |
| TaxonomyInEditDataRemoveRelatedConceptAssociation | Raised when the association between In Edit Taxonomy Term from the Related Concept is removed. | curam.taxonomy.impl.TaxonomyInEditData.removeRelatedConceptAssociation() |
The following events are located in the curam.taxonomy.impl.TaxonomyTermRelatedConcept interface.
Event Class |
Description |
Event is raised before and after |
|---|---|---|
| TaxonomyTermRelatedConceptInsertRelatedConceptsEvents | Raised when the Related Concepts are added to a Taxonomy Term. | curam.taxonomy.impl.TaxonomyTermRelatedConcept.insertRelatedConcepts() |
| TaxonomyTermRelatedConceptInsertTaxonomyTermsEvents | Raised when the Taxonomy Terms are added to a Related Concept. | curam.taxonomy.impl.TaxonomyTermRelatedConcept.insertTaxonomyTerms() |
The following events are located in the curam.taxonomy.impl.TaxonomyTermWizState interface.
Event Class |
Description |
Event is raised before and after |
|---|---|---|
| TaxonomyTermWizStateReadRelatedConcepts | Raised when the Related Concept list is retrieved from the wizard state. | curam.taxonomy.impl.TaxonomyTermWizState.readRelatedConcepts() |
| TaxonomyTermWizStateReadRelatedTerms | Raised when the related Taxonomy Term list is retrieved from the wizard state. | curam.taxonomy.impl.TaxonomyTermWizState.readRelatedTerms() |
| TaxonomyTermWizStateReadUseReferences | Raised when the Use Reference list is retrieved from the wizard state. | curam.taxonomy.impl.TaxonomyTermWizState.readUseReferences() |
| TaxonomyTermWizStateRemoveRelatedTerm | Raised when the related term is removed from the related term list in the wizard state. | curam.taxonomy.impl.TaxonomyTermWizState.removeRelatedTerm() |
| TaxonomyTermWizStateRemoveUseReference | Raised when an Use Reference is removed from the Use Reference list in the wizard state. | curam.taxonomy.impl.TaxonomyTermWizState.removeUseReference() |
| TaxonomyTermWizStateSaveAll | Raised when the Taxonomy Term and Use References are created from the details in the wizard state. | curam.taxonomy.impl.TaxonomyTermWizState.saveAll() |
| TaxonomyTermWizStateStoreRelatedConcept | Raised when the Related Concept is stored in the data store. | curam.taxonomy.impl.TaxonomyTermWizState.storeRelatedConcept() |
| TaxonomyTermWizStateStoreRelatedTerm | Raised when the related terms are stored in the wizard state. | curam.taxonomy.impl.TaxonomyTermWizState.storeRelatedTerm() |
| TaxonomyTermWizStateStoreTaxonomyTerm | Raised when the Taxonomy Term details are stored in the wizard state. | curam.taxonomy.impl.TaxonomyTermWizState.storeTaxonomyTerm() |
| TaxonomyTermWizStateStoreUseReference | Raised when the Use Reference is stored in the wizard state. | curam.taxonomy.impl.TaxonomyTermWizState.storeUseReference() |
The following events are located in the curam.taxonomy.sl.search.impl.POTaxonomyIndexSearch interface.
Event Class |
Description |
Event is raised before and after |
|---|---|---|
| POTaxonomyIndexSearchIsProviderOfferingAlreadyIndexedEvents | Raised when the condition value which represents whether Provider Offering is indexed or not is retrieved. | curam.taxonomy.sl.search.impl.POTaxonomyIndexSearch.isProviderOfferingAlreadyIndexed() |
| POTaxonomyIndexSearchIsSameServiceAlreadyIndexedInOtherProviderEvents | Raised when the condition value whether the same service is already indexed in other Providers with different or same Taxonomy Terms is retrieved. | curam.taxonomy.sl.search.impl.POTaxonomyIndexSearch.isSameServiceAlreadyIndexedInOtherProvider() |