Uses of Interface
org.ow2.bonita.facade.def.majorElement.ActivityDefinition

Packages that use ActivityDefinition
org.ow2.bonita.facade Nova Bonita Workflow APIs for handling workflow definition, deployment, execution and history. 
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.remote All interfaces in this package are for internal use only. 
 

Uses of ActivityDefinition in org.ow2.bonita.facade
 

Methods in org.ow2.bonita.facade that return ActivityDefinition
 ActivityDefinition QueryDefinitionAPI.getProcessActivity(ProcessDefinitionUUID processDefinitionUUID, java.lang.String activityId)
          Returns the definition for process activity of the specified process and activity Id.
 

Methods in org.ow2.bonita.facade that return types with arguments of type ActivityDefinition
 java.util.Set<ActivityDefinition> QueryDefinitionAPI.getProcessActivities(ProcessDefinitionUUID processDefinitionUUID)
          Returns the set of definitions for process activities of the specified processDefinition UUID.
 

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

Methods in org.ow2.bonita.facade.def.majorElement that return types with arguments of type ActivityDefinition
 java.util.Set<ActivityDefinition> ActivitySetDefinition.getActivities()
          An activitySet is a map of activities and transitions.
 

Uses of ActivityDefinition in org.ow2.bonita.facade.remote
 

Methods in org.ow2.bonita.facade.remote that return ActivityDefinition
 ActivityDefinition RemoteQueryDefinitionAPI.getProcessActivity(ProcessDefinitionUUID processDefinitionUUID, java.lang.String activityId)
           
 

Methods in org.ow2.bonita.facade.remote that return types with arguments of type ActivityDefinition
 java.util.Set<ActivityDefinition> RemoteQueryDefinitionAPI.getProcessActivities(ProcessDefinitionUUID processDefinitionUUID)
           
 



Copyright © 2008 OW2 Consortium. All Rights Reserved.