org.ow2.bonita.facade.def.element.impl
Class HookDefImpl
java.lang.Object
org.ow2.bonita.facade.def.DefImpl
org.ow2.bonita.facade.def.element.impl.HookDefImpl
- All Implemented Interfaces:
- HookDef
public class HookDefImpl
- extends DefImpl
- implements HookDef
Nested classes/interfaces inherited from interface org.ow2.bonita.facade.def.element.HookDef |
HookDef.Event |
Constructor Summary |
protected |
HookDefImpl()
|
|
HookDefImpl(java.lang.String className,
HookDef.Event event,
java.util.Map<java.lang.String,java.lang.String> parameters,
boolean throwingException)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
className
protected java.lang.String className
event
protected HookDef.Event event
parameters
protected java.util.Map<java.lang.String,java.lang.String> parameters
throwingException
protected boolean throwingException
HookDefImpl
protected HookDefImpl()
HookDefImpl
public HookDefImpl(java.lang.String className,
HookDef.Event event,
java.util.Map<java.lang.String,java.lang.String> parameters,
boolean throwingException)
copy
public HookDefImpl copy()
- Specified by:
copy
in class DefImpl
getClassName
public java.lang.String getClassName()
- Specified by:
getClassName
in interface HookDef
getEvent
public HookDef.Event getEvent()
- Specified by:
getEvent
in interface HookDef
getParameters
public java.util.Map<java.lang.String,java.lang.String> getParameters()
- Specified by:
getParameters
in interface HookDef
isThrowingException
public boolean isThrowingException()
- Specified by:
isThrowingException
in interface HookDef