Package com.ibm.di.config.interfaces
Interface OperationConfig
-
- All Superinterfaces:
BaseConfiguration
,java.io.Serializable
- All Known Implementing Classes:
OperationConfigImpl
public interface OperationConfig extends BaseConfiguration
The Configuration for a single AssemblyLine operation.
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.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
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description AttributeMapConfig
getAttributeMap(boolean input)
Returns the input or output attribute mapSchemaConfig
getSchema(boolean input)
Returns the input or output schemaboolean
isPublic()
Deprecated.This flag is not used anymorevoid
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, isProtectedParameter, 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, setProtectedParameter, setScript, setScriptEngine, setStringParameter, setSubstitutionMap, setupInheritanceChain, setUseListeners, setUserComment, size, toEntry, updateInheritsFrom, willFlatten
-
-
-
-
Field Detail
-
INIT_OPERATION
static final java.lang.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 anymoreReturns the public flag of the operation
-
setPublic
void setPublic(boolean pub)
Deprecated.This flag is not used anymoreSets the public flag of the operation
-
-