|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface LoopConfig
Field Summary | |
---|---|
static int |
LOOP_COLLECTION
For each attribute in entry |
static int |
LOOP_CONDITIONS
While conditions are true |
static int |
LOOP_CONNECTOR_FC
For each entry returned by connector or FC |
static int |
OPTION_INITIALIZE
|
static int |
OPTION_NONE
init options - none, terminate/initialize/select, select only |
static int |
OPTION_SELECT
|
Fields inherited from interface com.ibm.di.config.interfaces.BranchingConfig |
---|
BRANCH_CASE, BRANCH_ELSE, BRANCH_ELSEIF, BRANCH_IF, BRANCH_SWITCH |
Fields inherited from interface com.ibm.di.config.interfaces.BaseConfiguration |
---|
DISABLE_EXTPROPS, DISABLE_INHERITANCE, INHERIT_NONE, INHERIT_PARENT, ONE_LEVEL, RECURSIVE, RECURSIVE_ONELEVEL, RECURSIVE_SUBTREE, SEARCH_EXACTCASE, SEARCH_ONELEVEL, SEARCH_PARAMNAME, SEARCH_PARAMNAME_RE, SEARCH_PROPERTY, SEARCH_REGEX, SUBTREE |
Method Summary | |
---|---|
int |
getInitConnectorOption()
Returns the type of loop we are doing |
String |
getLoopAttributeName()
Returns the name of the loop attribute that has one value from the work attribute for each loop |
ConnectorConfig |
getLoopConnector()
Returns the Loop connector configuration |
int |
getLoopType()
Returns the type of loop we are doing |
String |
getWorkAttributeName()
Returns the name of the work attribute whose values to loop over |
void |
setInitConnectorOption(int option)
Sets the loop type |
void |
setLoopAttributeName(String name)
Sets the name of the work attribute whose values to loop over |
void |
setLoopType(int type)
Sets the loop type |
void |
setWorkAttributeName(String name)
Sets the name of the work attribute whose values to loop over |
Methods inherited from interface com.ibm.di.config.interfaces.BranchingConfig |
---|
getBranchType, getConditions, getMatchAny, newCondition, numberLoops, setBranchType, setMatchAny, totalSize |
Methods inherited from interface com.ibm.di.config.interfaces.ContainerConfig |
---|
addConfig, containsConfig, getConfig, getConfig, getConfig, getConfigurations, getInheritedConfigurations, indexOf, indexOf, insertConfig, moveConfig, moveConfig, moveConfig, removeConfig, removeConfig, removeConfig, size |
Field Detail |
---|
static final int LOOP_CONDITIONS
static final int LOOP_CONNECTOR_FC
static final int LOOP_COLLECTION
static final int OPTION_NONE
static final int OPTION_INITIALIZE
static final int OPTION_SELECT
Method Detail |
---|
ConnectorConfig getLoopConnector() throws Exception
Exception
int getLoopType()
void setLoopType(int type)
int getInitConnectorOption()
void setInitConnectorOption(int option)
String getWorkAttributeName()
void setWorkAttributeName(String name)
String getLoopAttributeName()
void setLoopAttributeName(String name)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |