Uses of Interface
com.semarchy.mdm.runtime.model.logical.IEnricher

Packages that use IEnricher
com.semarchy.mdm.runtime.model.integration   
com.semarchy.mdm.runtime.model.logical This package contains the IModel representing the model as designed in Semarchy Convergence For MDM. 
 

Uses of IEnricher in com.semarchy.mdm.runtime.model.integration
 

Methods in com.semarchy.mdm.runtime.model.integration that return IEnricher
 IEnricher IEnrichSubPhase.getEnricher()
           
 

Methods in com.semarchy.mdm.runtime.model.integration that return types with arguments of type IEnricher
static List<IEnricher> AggregateEnricherUtil.aggregateEnrichers(IEntity pEntity, List<IEnricher> enrichers, com.semarchy.platform.language.semql.attributes.ISemQLAttrProvider enricherAttrProv, com.semarchy.platform.language.semql.functions.IFunctionProvider functionProvider)
          Return a list of IEnricher where IEnricher that can be aggregate have been aggregated.
 

Method parameters in com.semarchy.mdm.runtime.model.integration with type arguments of type IEnricher
static List<IEnricher> AggregateEnricherUtil.aggregateEnrichers(IEntity pEntity, List<IEnricher> enrichers, com.semarchy.platform.language.semql.attributes.ISemQLAttrProvider enricherAttrProv, com.semarchy.platform.language.semql.functions.IFunctionProvider functionProvider)
          Return a list of IEnricher where IEnricher that can be aggregate have been aggregated.
 

Uses of IEnricher in com.semarchy.mdm.runtime.model.logical
 

Subinterfaces of IEnricher in com.semarchy.mdm.runtime.model.logical
 interface IPluginEnricher
          Plugin enricher for an entity
 interface ISemQLEnricher
          SemQL Enricher for a given entity
 

Methods in com.semarchy.mdm.runtime.model.logical that return IEnricher
 IEnricher IDETransitionEnricher.getEnricher()
           
 IEnricher IDETaskEnricher.getEnricher()
          The enricher to execute
 IEnricher IEntity.getEnricher(String pName)
           
 

Methods in com.semarchy.mdm.runtime.model.logical that return types with arguments of type IEnricher
 List<IEnricher> IEntity.getEnrichers()
          Returns the list of IEnrichers ordered according to design position.
 



Copyright © 2015. All Rights Reserved.