|
||||||||||
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
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 |
---|
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 |
Constructor Summary | |
---|---|
OperationConfigImpl()
|
|
OperationConfigImpl(Object config)
|
Method Summary | |
---|---|
AttributeMapConfig |
getAttributeMap(boolean input)
Returns the input or output attribute map |
Object |
getClone()
Returns a cloned version of this object. |
SchemaConfig |
getSchema(boolean input)
Returns the input or output schema |
void |
init()
init - method called after internal data structure is set |
boolean |
isPublic()
Returns the public flag of the configuration. |
void |
setPublic(boolean pub)
Sets the public flag of the configuration. |
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 failspublic 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
BaseConfiguration
getClone
in interface BaseConfiguration
getClone
in class BaseConfigurationImpl
Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |