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

All Superinterfaces:
java.io.Serializable

public interface HookDefinition
extends java.io.Serializable


Nested Class Summary
static class HookDefinition.Event
           
static class HookDefinition.V3Event
           
 
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()