org.ow2.bonita.facade.def.element
Interface HookDefinition

All Superinterfaces:
java.io.Serializable

public interface HookDefinition
extends java.io.Serializable

Hook definition within Activity element.


Nested Class Summary
static class HookDefinition.Event
          Hook events for Bonita V4.
static class HookDefinition.V3Event
          Hook events used into Bonita V3 (mapping to hook events for Bonita V4).
 
Method Summary
 java.lang.String getClassName()
           
 HookDefinition.Event getEvent()
           
 java.util.Map<java.lang.String,java.lang.String> getParameters()
           
 boolean isThrowingException()
           
 

Method Detail

getClassName

java.lang.String getClassName()

getEvent

HookDefinition.Event getEvent()

isThrowingException

boolean isThrowingException()

getParameters

java.util.Map<java.lang.String,java.lang.String> getParameters()


Copyright © 2009 OW2 Consortium. All Rights Reserved.