com.semarchy.mdm.runtime.model.logical
Interface IConsolidator

All Superinterfaces:
IUniquelyNamed, Serializable

public interface IConsolidator
extends IUniquelyNamed, Serializable

Defines an integration consolidator

Author:
skamel

Field Summary
static String CONSOLIDATOR_PREFIX
           
 
Fields inherited from interface com.semarchy.mdm.runtime.model.logical.IUniquelyNamed
SEP
 
Method Summary
 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()
           
 
Methods inherited from interface com.semarchy.mdm.runtime.model.logical.IUniquelyNamed
getPrefixedUniqueName, getUniqueName
 

Field Detail

CONSOLIDATOR_PREFIX

static final String CONSOLIDATOR_PREFIX
See Also:
Constant Field Values
Method Detail

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.