Uses of Class
org.ow2.bonita.facade.def.majorElement.ActivityDefinition.StartMode

Packages that use ActivityDefinition.StartMode
org.ow2.bonita.facade.def.majorElement Contains interfaces for objects representing major XPDL elements returned by the org.ow2.bonita.facade.QueryDefintionAPI
org.ow2.bonita.facade.def.majorElement.impl   
 

Uses of ActivityDefinition.StartMode in org.ow2.bonita.facade.def.majorElement
 

Methods in org.ow2.bonita.facade.def.majorElement that return ActivityDefinition.StartMode
 ActivityDefinition.StartMode ActivityDefinition.getStartMode()
          If StartMode=Manual a task entity is created by the engine and stored in the task repository and is waiting to be take in account by an end user.
If StartMode=Automatic no task is created.
static ActivityDefinition.StartMode ActivityDefinition.StartMode.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ActivityDefinition.StartMode[] ActivityDefinition.StartMode.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Uses of ActivityDefinition.StartMode in org.ow2.bonita.facade.def.majorElement.impl
 

Fields in org.ow2.bonita.facade.def.majorElement.impl declared as ActivityDefinition.StartMode
protected  ActivityDefinition.StartMode ActivityDefinitionImpl.startMode
           
 

Methods in org.ow2.bonita.facade.def.majorElement.impl that return ActivityDefinition.StartMode
 ActivityDefinition.StartMode ActivityDefinitionImpl.getStartMode()
           
 

Constructors in org.ow2.bonita.facade.def.majorElement.impl with parameters of type ActivityDefinition.StartMode
ActivityDefinitionImpl(ActivityDefinitionUUID activityDefinitionUUID, java.lang.String activityId, ProcessDefinitionUUID processUUID, java.util.Set<DeadlineDefinition> deadlines, java.lang.String description, ActivityDefinition.FinishMode finishMode, java.lang.String name, java.lang.String performer, ActivityDefinition.StartMode startMode, SubFlowDefinition subFlow, boolean noImplementation, boolean route, java.util.Set<HookDefinition> hooks, PerformerAssignDefinition performerAssign, java.util.Set<DataFieldDefinition> dataFields, java.util.Set<ActivityDefinition.IterationDef> iterations, MultiInstantiationDefinition activityInstantiator, boolean asynchronous, ActivityDefinition.JoinType joinType, ActivityDefinition.SplitType splitType)
           
 



Copyright © 2009 OW2 Consortium. All Rights Reserved.