Uses of Class
org.ow2.bonita.facade.def.element.HookDefinition.Event

Packages that use HookDefinition.Event
org.ow2.bonita.definition Contains interfaces to implement end-user classes for hooks, role mappers and performer assignments. 
org.ow2.bonita.facade.def.element Contains interfaces for objects representing XPDL elements for package, process, activity
(including ones defined by extended attributes like HookDefinition, RoleMapperDefinition, PerformerAssignment)
returned by the QueryDefintionAPI. 
 

Uses of HookDefinition.Event in org.ow2.bonita.definition
 

Fields in org.ow2.bonita.definition with type parameters of type HookDefinition.Event
static java.util.Map<HookDefinition.Event,JavaHook.Type> JavaHook.MAPPING
           
 

Uses of HookDefinition.Event in org.ow2.bonita.facade.def.element
 

Fields in org.ow2.bonita.facade.def.element with type parameters of type HookDefinition.Event
static java.util.List<HookDefinition.Event> HookDefinition.Event.TASK_EVENTS
           
 

Methods in org.ow2.bonita.facade.def.element that return HookDefinition.Event
 HookDefinition.Event HookDefinition.getEvent()
           
static HookDefinition.Event HookDefinition.V3Event.getV4FromV3HookEventName(HookDefinition.V3Event event, boolean automaticActivity)
           
static HookDefinition.Event HookDefinition.Event.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static HookDefinition.Event[] HookDefinition.Event.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 



Copyright © 2008 OW2 Consortium. All Rights Reserved.