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

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

Classes in org.ow2.bonita.facade.def.element.impl that implement DeadlineDefinition
 class DeadlineDefinitionImpl
           
 

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

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

Methods in org.ow2.bonita.facade.def.majorElement that return types with arguments of type DeadlineDefinition
 java.util.Set<DeadlineDefinition> ActivityDefinition.getDeadlines()
          Deadlines are used to execute a specified java class upon the expiration of a specified period of time.
 

Methods in org.ow2.bonita.facade.def.majorElement with parameters of type DeadlineDefinition
 void ActivityDefinition.addDeadline(DeadlineDefinition deadline)
           
 

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

Fields in org.ow2.bonita.facade.def.majorElement.impl with type parameters of type DeadlineDefinition
protected  java.util.Set<DeadlineDefinition> ActivityDefinitionImpl.deadlines
           
 

Methods in org.ow2.bonita.facade.def.majorElement.impl that return types with arguments of type DeadlineDefinition
 java.util.Set<DeadlineDefinition> ActivityDefinitionImpl.getDeadlines()
           
 

Methods in org.ow2.bonita.facade.def.majorElement.impl with parameters of type DeadlineDefinition
 void ActivityDefinitionImpl.addDeadline(DeadlineDefinition deadline)
           
 

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