Uses of Interface
org.ow2.bonita.facade.def.element.PerformerAssignDefinition

Packages that use PerformerAssignDefinition
org.ow2.bonita.facade.def.element.impl   
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 PerformerAssignDefinition in org.ow2.bonita.facade.def.element.impl
 

Classes in org.ow2.bonita.facade.def.element.impl that implement PerformerAssignDefinition
 class PerformerAssignDefinitionImpl
           
 

Constructors in org.ow2.bonita.facade.def.element.impl with parameters of type PerformerAssignDefinition
PerformerAssignDefinitionImpl(PerformerAssignDefinition src)
           
 

Uses of PerformerAssignDefinition in org.ow2.bonita.facade.def.majorElement
 

Methods in org.ow2.bonita.facade.def.majorElement that return PerformerAssignDefinition
 PerformerAssignDefinition ActivityDefinition.getPerformerAssign()
          Performer assignment allows to perform various assignment rules within the task module.
All the users defined into the role type can see and execute this one.
 

Methods in org.ow2.bonita.facade.def.majorElement with parameters of type PerformerAssignDefinition
 void ActivityDefinition.setFilter(PerformerAssignDefinition filter)
           
 

Uses of PerformerAssignDefinition in org.ow2.bonita.facade.def.majorElement.impl
 

Fields in org.ow2.bonita.facade.def.majorElement.impl declared as PerformerAssignDefinition
protected  PerformerAssignDefinition ActivityDefinitionImpl.performerAssign
           
 

Methods in org.ow2.bonita.facade.def.majorElement.impl that return PerformerAssignDefinition
 PerformerAssignDefinition ActivityDefinitionImpl.getPerformerAssign()
           
 

Methods in org.ow2.bonita.facade.def.majorElement.impl with parameters of type PerformerAssignDefinition
 void ActivityDefinitionImpl.setFilter(PerformerAssignDefinition filter)
           
 

Constructors in org.ow2.bonita.facade.def.majorElement.impl with parameters of type PerformerAssignDefinition
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.