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

Packages that use HookDefinition.Event
org.ow2.bonita.facade.def.element Contains interfaces for XPDL definition of objects of non major elements defined within package, process, activity, participant
(including ones defined by extended attributes like Hook, RoleMapper, PerformerAssignment, multi-instantiation)
returned by the QueryDefintionAPI. 
org.ow2.bonita.facade.def.element.impl   
org.ow2.bonita.util   
 

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.
 

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

Fields in org.ow2.bonita.facade.def.element.impl declared as HookDefinition.Event
protected  HookDefinition.Event HookDefinitionImpl.event
           
 

Methods in org.ow2.bonita.facade.def.element.impl that return HookDefinition.Event
 HookDefinition.Event HookDefinitionImpl.getEvent()
           
 

Constructors in org.ow2.bonita.facade.def.element.impl with parameters of type HookDefinition.Event
HookDefinitionImpl(java.lang.String className, HookDefinition.Event event, java.util.Map<java.lang.String,java.lang.Object[]> parameters, boolean throwingException, java.lang.String description)
           
 

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

Methods in org.ow2.bonita.util with parameters of type HookDefinition.Event
 ProcessBuilder ProcessBuilder.addConnector(HookDefinition.Event event, java.lang.String className, boolean throwingException)
          Adds a connector to an activity
 



Copyright © 2009 OW2 Consortium. All Rights Reserved.