public interface IConsolidator extends IUniquelyNamed, Serializable
Defines an integration consolidator
Modifier and Type | Field and Description |
---|---|
static String |
CONSOLIDATOR_PREFIX |
SEP
Modifier and Type | Method and Description |
---|---|
List<IConsolidatorAttribute> |
getConsolidatorAttributes() |
String |
getCustomRankingExpression() |
IEntity |
getDeclaringEntity() |
String |
getOrderByExpression() |
List<IPublisherRank> |
getPublisherRankings()
Return the list of
IPublisherRank sorted using the rank defined in design time. |
RLCType |
getRLCType() |
ConsolidatorType |
getType() |
getPrefixedUniqueName, getUniqueName
static final String CONSOLIDATOR_PREFIX
IEntity getDeclaringEntity()
ConsolidatorType getType()
RLCType getRLCType()
String getOrderByExpression()
String getCustomRankingExpression()
List<IPublisherRank> getPublisherRankings()
IPublisherRank
sorted using the rank defined in design time.List<IConsolidatorAttribute> getConsolidatorAttributes()
Copyright © 2016. All Rights Reserved.