|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JavaHook.Type | |
---|---|
org.ow2.bonita.definition | Contains interfaces to implement end-user classes for hooks, role mappers and performer assignments. |
Uses of JavaHook.Type in org.ow2.bonita.definition |
---|
Fields in org.ow2.bonita.definition declared as JavaHook.Type | |
---|---|
protected JavaHook.Type |
JavaHook.type
|
Fields in org.ow2.bonita.definition with type parameters of type JavaHook.Type | |
---|---|
static java.util.Map<HookDefinition.Event,JavaHook.Type> |
JavaHook.MAPPING
|
Methods in org.ow2.bonita.definition that return JavaHook.Type | |
---|---|
JavaHook.Type |
JavaHook.getType()
|
static JavaHook.Type |
JavaHook.Type.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static JavaHook.Type[] |
JavaHook.Type.values()
Returns an array containing the constants of this enum type, in the order they're declared. |
Constructors in org.ow2.bonita.definition with parameters of type JavaHook.Type | |
---|---|
JavaHook(java.lang.String className,
JavaHook.Type type,
boolean inTransaction)
|
|
JavaHook(java.lang.String className,
java.util.Map<java.lang.String,java.lang.String> parameters,
JavaHook.Type type,
boolean inTransaction)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |