com.ibm.di.config.interfaces
Interface OperationConfig

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

public interface OperationConfig
extends BaseConfiguration


Field Summary
static String INIT_OPERATION
          The constant has been depricated.
 
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
 AttributeMapConfig getAttributeMap(boolean input)
          Returns the input or output attribute map
 SchemaConfig getSchema(boolean input)
          Returns the input or output schema
 boolean isPublic()
          Returns the public flag of the configuration.
 void setPublic(boolean pub)
          Sets the public flag of the configuration.
 
Methods inherited from interface com.ibm.di.config.interfaces.BaseConfiguration
addListener, flatten, fromEntry, getBooleanParameter, getChild, getChildForPath, getChildNames, getClone, getData, getDataIterator, getDebug, getDebug, getDebugBreak, getEnabled, getFlags, getInheritsFrom, getInheritsFromRef, getIntegerParameter, getKeys, getLogEnabled, getMetamergeConfig, getModified, getName, getNamespace, getNullBehavior, getNullBehaviorValue, getNullDefinition, getNullDefinitionValue, getParameter, getParameter, getParameter, getParameterPropertySource, getParameterRaw, getParent, getPath, getReferences, getScript, getScriptEngine, getShortName, getStringParameter, getSubstitutionMap, getUseListeners, getUserComment, hasParameter, init, isParameterLocal, nameForChild, notifyChange, notifyChange, removeListener, removeParameter, search, search, setBooleanParameter, setChild, setData, setDebug, setDebugBreak, setEnabled, setFlags, setInheritsFrom, setInheritsFromRef, setIntegerParameter, setLogEnabled, setMetamergeConfig, setModified, 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
The constant has been depricated.

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()
Returns the public flag of the configuration.


setPublic

void setPublic(boolean pub)
Sets the public flag of the configuration.