gr.uoa.di.madgik.workflow.plan.element.hook
Class HookCollection

java.lang.Object
  extended by gr.uoa.di.madgik.workflow.plan.element.hook.HookCollection

public class HookCollection
extends Object


Constructor Summary
HookCollection()
           
 
Method Summary
 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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HookCollection

public HookCollection()
Method Detail

Add

public void Add(IElementHook Hook)
         throws WorkflowInternalErrorException
Throws:
WorkflowInternalErrorException

GetHookOf

public IElementHook GetHookOf(IElementHook.Direction direction,
                              IElementHook.Type type,
                              IElementHook.SubType subType,
                              String key)

ContainsHook

public boolean ContainsHook(IElementHook.Direction direction,
                            IElementHook.Type type,
                            IElementHook.SubType subType,
                            String key)


Copyright © 2012. All Rights Reserved.