|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
public interface HooksConfig
The configuration for all the Hooks e.g. in a Connector.
| Field Summary |
|---|
| 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 |
| Method Summary | |
|---|---|
boolean |
couldInherit(String name)
Could this hook inherit data, if it did not have local data? |
ArrayList<HookConfig> |
getActiveHooks()
Returns a list of defined hooks for this configuration. |
HookConfig |
getHook(Object name)
|
HookConfig |
getHook(Object name,
boolean create)
Returns null if hook is undefined and create=false. |
void |
removeHook(Object name)
|
void |
setHook(HookConfig hook)
|
| Methods inherited from interface com.ibm.di.config.interfaces.AttributeMapConfig |
|---|
getAttributeMapItem, getAttributeNames, hasAttributeMapItem, newAttributeMapItem, removeAttributeMapItem, renameAttributeMapItem, setAttributeMapItem |
| Method Detail |
|---|
HookConfig getHook(Object name)
void removeHook(Object name)
void setHook(HookConfig hook)
boolean couldInherit(String name)
name - Name of Hook
ArrayList<HookConfig> getActiveHooks()
HookConfig getHook(Object name,
boolean create)
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||