|
|||||||||||
| 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(java.lang.Object config)
|
|
| Method Summary | |
|---|---|
AttributeMapConfig |
getAttributeMap(boolean input)
Returns the input or output attribute map |
java.lang.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(java.lang.Object config)
| Method Detail |
|---|
public void init()
throws java.lang.Exception
BaseConfigurationImpl
init in interface BaseConfigurationinit in class BaseConfigurationImpljava.lang.Exception - if the initialization fails.public SchemaConfig getSchema(boolean input)
OperationConfig
getSchema in interface OperationConfiginput - if true returns the input schema otherwise the output schema
is returnedpublic AttributeMapConfig getAttributeMap(boolean input)
OperationConfig
getAttributeMap in interface OperationConfiginput - if true returns the input map otherwise the output map is
returnedpublic boolean isPublic()
OperationConfig
isPublic in interface OperationConfigpublic void setPublic(boolean pub)
OperationConfig
setPublic in interface OperationConfig
public java.lang.Object getClone()
throws java.lang.Exception
BaseConfigurationImpl
getClone in interface BaseConfigurationgetClone in class BaseConfigurationImpljava.lang.Exception
public void setupInheritanceChain()
throws java.lang.Exception
BaseConfigurationImpl
setupInheritanceChain in interface BaseConfigurationsetupInheritanceChain in class BaseConfigurationImpljava.lang.Exception - if the operation could not be performed
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||