|
|||||||||||
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.ConnectorConfigImpl
com.ibm.di.config.base.ALMappingConfigImpl
public class ALMappingConfigImpl
This is the implementation class for the configuration of an AssemblyLine Attribute Map Component.
Field Summary |
---|
Fields inherited from class com.ibm.di.config.base.ConnectorConfigImpl |
---|
parserConfig |
Fields inherited from class com.ibm.di.config.base.BaseConfigurationImpl |
---|
NAME |
Fields inherited from interface com.ibm.di.config.interfaces.ConnectorConfig |
---|
ADDONLY_MODE, BRANCH_MODE, CALL_REPLY_MODE, COMP_INIT_DEFAULT, COMP_INIT_EVERYTIME, COMP_INIT_MODIFIED, COMP_INIT_USE, DELETE_MODE, DELTA_MODE, DELTA_NO_DELETE, DELTA_NORMAL, DISABLED_STATE, ENABLED_STATE, FUNCTION_MODE, INPUT_MAP_NAME, ITERATOR_MODE, LOOKUP_MODE, MAPPING_MODE, OUTPUT_MAP_NAME, PASSIVE_STATE, REPLY_MODE, SCHEMA_INPUT, SCHEMA_OUTPUT, SCRIPT_MODE, SERVER_MODE, SERVER_OPTION_CONNECTOR, SERVER_OPTION_ENTRY, UPDATE_MODE |
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 | |
---|---|
ALMappingConfigImpl()
Constructor |
|
ALMappingConfigImpl(Object data)
Constructor providing a TreeMap of attribute/value pairs. |
Method Summary | |
---|---|
AttributeMapConfig |
getAttributeMap()
Override ConnectorConfig to ensure we always get the input map. |
AttributeMapConfig |
getAttributeMap(boolean input)
Override ConnectorConfig to ensure we always get the input map. |
AttributeMapConfig |
getAttributeMap(Object name)
Override ConnectorConfig to ensure we always get the input map |
Object |
getClone()
This method returns self clone. |
String |
getMode()
Returns the mode of this config. |
boolean |
getReplyRequired()
|
boolean |
isEntryFeed()
|
void |
setEnabled(boolean enabled)
Set the enabled state for a connector. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface com.ibm.di.config.interfaces.OperationsConfig |
---|
createOperation, getOperation, getOperations, getPublishedInitParams, setPublishedInitParams |
Constructor Detail |
---|
public ALMappingConfigImpl() throws Exception
Exception
public ALMappingConfigImpl(Object data) throws Exception
data
- initial data for attributes
Exception
Method Detail |
---|
public String getMode()
getMode
in interface ConnectorConfig
getMode
in class ConnectorConfigImpl
public void setEnabled(boolean enabled)
setEnabled
in interface BaseConfiguration
setEnabled
in interface ConnectorConfig
setEnabled
in class ConnectorConfigImpl
enabled
- true
if the connector is enabled;
false
if the connector is disabled.public AttributeMapConfig getAttributeMap()
getAttributeMap
in interface ConnectorConfig
getAttributeMap
in class ConnectorConfigImpl
AttributeMapConfig
objectpublic AttributeMapConfig getAttributeMap(Object name)
getAttributeMap
in interface ConnectorConfig
getAttributeMap
in class ConnectorConfigImpl
name
-
public AttributeMapConfig getAttributeMap(boolean input)
getAttributeMap
in interface ConnectorConfig
getAttributeMap
in class ConnectorConfigImpl
input
- true
to get the input map; false
to get the output map.
AttributeMapConfig
objectpublic boolean getReplyRequired()
ConnectorConfigImpl
getReplyRequired
in interface ConnectorConfig
getReplyRequired
in class ConnectorConfigImpl
true
if the connector requires a response in
Server or Iterator mode.public boolean isEntryFeed()
ConnectorConfigImpl
isEntryFeed
in interface ConnectorConfig
isEntryFeed
in class ConnectorConfigImpl
true if the connector is an entry feed connector.
public Object getClone() throws Exception
getClone
in interface BaseConfiguration
getClone
in class ConnectorConfigImpl
ALMappingConfigImpl
object
Exception
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |