Uses of Class
org.ow2.orchestra.facade.runtime.ActivityType

Packages that use ActivityType
org.ow2.orchestra.facade.data.def   
org.ow2.orchestra.facade.def   
org.ow2.orchestra.facade.runtime   
org.ow2.orchestra.facade.uuid   
 

Uses of ActivityType in org.ow2.orchestra.facade.data.def
 

Methods in org.ow2.orchestra.facade.data.def that return ActivityType
 ActivityType ActivityDefinitionData.getType()
           
 

Constructors in org.ow2.orchestra.facade.data.def with parameters of type ActivityType
ActivityDefinitionData(ProcessDefinitionData processDefinitionData, ActivityDefinitionUUID uuid, ActivityDefinitionUUID encloserUUID, ActivityType type, java.lang.String name)
           
ScopeActivityDefinitionData(ProcessDefinitionData processDefinitionData, ActivityDefinitionUUID uuid, ActivityDefinitionUUID encloserUUID, ActivityType activityType, java.lang.String name, java.util.List<java.lang.String> variablesName)
           
 

Uses of ActivityType in org.ow2.orchestra.facade.def
 

Methods in org.ow2.orchestra.facade.def that return ActivityType
 ActivityType ActivityDefinition.getType()
          Get the type of the activity definition.
 

Uses of ActivityType in org.ow2.orchestra.facade.runtime
 

Methods in org.ow2.orchestra.facade.runtime that return ActivityType
 ActivityType ActivityInstance.getType()
          Get the type of the activity instance.
static ActivityType ActivityType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ActivityType[] ActivityType.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Uses of ActivityType in org.ow2.orchestra.facade.uuid
 

Constructors in org.ow2.orchestra.facade.uuid with parameters of type ActivityType
ActivityDefinitionUUID(ProcessDefinitionUUID processUUID, int activityCount, ActivityType activityType, java.lang.String activityName)
           
 



Copyright © 2009 OW2 Consortium. All Rights Reserved.