|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface OperationsConfig
Specifies the basic methods for work with the operations, provided by the AssemblyLine or AssemblyLine object
Field Summary |
---|
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 |
Method Summary | |
---|---|
OperationConfig |
createOperation(String name)
This method creates a new operation object. |
OperationConfig |
getOperation(String name)
This method returns the config for a given operation |
ContainerConfig |
getOperations()
This method returns a list of supported operations |
SchemaConfig |
getPublishedInitParams()
Returns the Published Initialization Parameter Schema for the AssemblyLine |
void |
setPublishedInitParams(SchemaConfig schema)
Sets the Published Initialization Parameter Schema for the AssemblyLine |
Method Detail |
---|
ContainerConfig getOperations()
OperationConfig getOperation(String name)
OperationConfig createOperation(String name) throws Exception
NameAlreadyBoundException
Exception
SchemaConfig getPublishedInitParams()
void setPublishedInitParams(SchemaConfig schema) throws Exception
schema
- The new schema
Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |