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

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

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.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.
 



Copyright © 2009 OW2 Consortium. All Rights Reserved.