| 
 | ||||||||||
| 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 BaseConfigurationinit in class BaseConfigurationImplException - if the initialization failspublic 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 Object getClone()
                throws Exception
BaseConfiguration
getClone in interface BaseConfigurationgetClone in class BaseConfigurationImplException| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||