|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.di.config.base.BaseConfigurationImpl
com.ibm.di.config.base.OperationConfigImpl
public class OperationConfigImpl
Implements the Configuration for a single AssemblyLine operation.
Field Summary |
---|
Fields inherited from class com.ibm.di.config.base.BaseConfigurationImpl |
---|
NAME |
Fields inherited from interface com.ibm.di.config.interfaces.OperationConfig |
---|
INIT_OPERATION |
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 |
Constructor Summary | |
---|---|
OperationConfigImpl()
|
|
OperationConfigImpl(Object config)
|
Method Summary | |
---|---|
AttributeMapConfig |
getAttributeMap(boolean input)
Returns the input or output attribute map |
Object |
getClone()
|
SchemaConfig |
getSchema(boolean input)
Returns the input or output schema |
void |
init()
Called after internal data structure is set. |
boolean |
isPublic()
Returns the public flag of the operation |
void |
setPublic(boolean pub)
Sets the public flag of the operation |
void |
setupInheritanceChain()
Established the inheritance chain for this object. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public OperationConfigImpl()
public OperationConfigImpl(Object config)
Method Detail |
---|
public void init() throws Exception
BaseConfigurationImpl
init
in interface BaseConfiguration
init
in class BaseConfigurationImpl
Exception
- if the initialization fails.public SchemaConfig getSchema(boolean input)
OperationConfig
getSchema
in interface OperationConfig
input
- if true returns the input schema otherwise the output schema
is returnedpublic AttributeMapConfig getAttributeMap(boolean input)
OperationConfig
getAttributeMap
in interface OperationConfig
input
- if true returns the input map otherwise the output map is
returnedpublic boolean isPublic()
OperationConfig
isPublic
in interface OperationConfig
public void setPublic(boolean pub)
OperationConfig
setPublic
in interface OperationConfig
public Object getClone() throws Exception
BaseConfigurationImpl
getClone
in interface BaseConfiguration
getClone
in class BaseConfigurationImpl
Exception
public void setupInheritanceChain() throws Exception
BaseConfigurationImpl
setupInheritanceChain
in interface BaseConfiguration
setupInheritanceChain
in class BaseConfigurationImpl
Exception
- if the operation could not be performed
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |