public class OutputStrategyPostProcessFactory extends Object
Modifier and Type | Field and Description |
---|---|
static EPTypeClass |
EPTYPE |
Constructor and Description |
---|
OutputStrategyPostProcessFactory(boolean isRoute,
SelectClauseStreamSelectorEnum insertIntoStreamSelector,
SelectClauseStreamSelectorEnum selectStreamDirEnum,
boolean addToFront,
Table optionalTable) |
Modifier and Type | Method and Description |
---|---|
SelectClauseStreamSelectorEnum |
getInsertIntoStreamSelector() |
SelectClauseStreamSelectorEnum |
getSelectStreamDirEnum() |
boolean |
isAddToFront() |
boolean |
isRoute() |
OutputStrategyPostProcess |
make(AgentInstanceContext agentInstanceContext) |
public static final EPTypeClass EPTYPE
public OutputStrategyPostProcessFactory(boolean isRoute, SelectClauseStreamSelectorEnum insertIntoStreamSelector, SelectClauseStreamSelectorEnum selectStreamDirEnum, boolean addToFront, Table optionalTable)
public OutputStrategyPostProcess make(AgentInstanceContext agentInstanceContext)
public boolean isRoute()
public SelectClauseStreamSelectorEnum getInsertIntoStreamSelector()
public SelectClauseStreamSelectorEnum getSelectStreamDirEnum()
public boolean isAddToFront()
Copyright © 2005–2021. All rights reserved.