com.ibm.di.config.interfaces
Interface OperationConfig

All Superinterfaces:
BaseConfiguration, Serializable
All Known Implementing Classes:
OperationConfigImpl

public interface OperationConfig
extends BaseConfiguration

The Configuration for a single AssemblyLine operation.


Field Summary
static String INIT_OPERATION
          Deprecated.  
 
Fields inherited from interface com.ibm.di.config.interfaces.BaseConfiguration
CHILD_PATH_SEPARATOR, 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, SEARCH_SUBSTRING, SUBTREE
 
Method Summary
 AttributeMapConfig getAttributeMap(boolean input)
          Returns the input or output attribute map
 SchemaConfig getSchema(boolean input)
          Returns the input or output schema
 boolean isPublic()
          Deprecated. This flag is not used anymore
 void setPublic(boolean pub)
          Deprecated. This flag is not used anymore
 
Methods inherited from interface com.ibm.di.config.interfaces.BaseConfiguration
addListener, detachFromParent, flatten, fromEntry, getBooleanParameter, getChild, getChildForPath, getChildNames, getClone, getData, getDataIterator, getDebug, getDebug, getDebugBreak, getEnabled, getFlags, getInheritsFrom, getInheritsFromRef, getIntegerParameter, getKeys, getLogEnabled, getMetamergeConfig, getModified, getModTS, getName, getNamespace, getNullBehavior, getNullBehaviorValue, getNullDefinition, getNullDefinitionValue, getParameter, getParameter, getParameter, getParameterPropertySource, getParameterRaw, getParent, getPath, getReferences, getScript, getScriptEngine, getShortName, getStringParameter, getSubstitutionMap, getUseListeners, getUserComment, hasParameter, init, isExpression, isParameterLocal, nameForChild, notifyChange, notifyChange, notifyChange, reattachToParent, removeListener, removeParameter, search, search, setBooleanParameter, setChild, setData, setDebug, setDebugBreak, setEnabled, setFlags, setInheritsFrom, setInheritsFromRef, setIntegerParameter, setLogEnabled, setMetamergeConfig, setModified, setModTS, setName, setName, setNullBehavior, setNullBehaviorValue, setNullDefinition, setNullDefinitionValue, setParameter, setParameter, setParameterPropertySource, setParent, setProtectedParameter, setScript, setScriptEngine, setStringParameter, setSubstitutionMap, setupInheritanceChain, setUseListeners, setUserComment, size, toEntry, updateInheritsFrom, willFlatten
 

Field Detail

INIT_OPERATION

static final String INIT_OPERATION
Deprecated. 
This constant has been deprecated.

See Also:
Constant Field Values
Method Detail

getSchema

SchemaConfig getSchema(boolean input)
Returns the input or output schema

Parameters:
input - if true returns the input schema otherwise the output schema is returned

getAttributeMap

AttributeMapConfig getAttributeMap(boolean input)
Returns the input or output attribute map

Parameters:
input - if true returns the input map otherwise the output map is returned

isPublic

boolean isPublic()
Deprecated. This flag is not used anymore

Returns the public flag of the operation


setPublic

void setPublic(boolean pub)
Deprecated. This flag is not used anymore

Sets the public flag of the operation