com.semarchy.mdm.runtime.model.logical
Interface IConsolidator
- All Superinterfaces:
- IUniquelyNamed, Serializable
public interface IConsolidator
- extends IUniquelyNamed, Serializable
Defines an integration consolidator
- Author:
- skamel
Fields inherited from interface com.semarchy.mdm.runtime.model.logical.IUniquelyNamed |
SEP |
CONSOLIDATOR_PREFIX
static final String CONSOLIDATOR_PREFIX
- See Also:
- Constant Field Values
getDeclaringEntity
IEntity getDeclaringEntity()
getType
ConsolidatorType getType()
getRLCType
RLCType getRLCType()
getOrderByExpression
String getOrderByExpression()
getCustomRankingExpression
String getCustomRankingExpression()
getPublisherRankings
List<IPublisherRank> getPublisherRankings()
- Return the list of
IPublisherRank
sorted using the rank defined in design time.
- Returns:
getConsolidatorAttributes
List<IConsolidatorAttribute> getConsolidatorAttributes()
Copyright © 2015. All Rights Reserved.