public class HookCollection extends Object
| Constructor and Description |
|---|
HookCollection() |
| Modifier and Type | Method and Description |
|---|---|
void |
Add(IElementHook Hook) |
boolean |
ContainsHook(IElementHook.Direction direction,
IElementHook.Type type,
IElementHook.SubType subType,
String key) |
IElementHook |
GetHookOf(IElementHook.Direction direction,
IElementHook.Type type,
IElementHook.SubType subType,
String key) |
public void Add(IElementHook Hook) throws WorkflowInternalErrorException
WorkflowInternalErrorExceptionpublic IElementHook GetHookOf(IElementHook.Direction direction, IElementHook.Type type, IElementHook.SubType subType, String key)
public boolean ContainsHook(IElementHook.Direction direction, IElementHook.Type type, IElementHook.SubType subType, String key)
Copyright © 2014. All Rights Reserved.