org.ow2.orchestra.facade.def
Interface ActivityDefinition

All Superinterfaces:
DefinitionRecord, Record, java.io.Serializable
All Known Subinterfaces:
AssignActivityDefinition, BaseCatchDefinition<E>, BaseFCTDefinition, BpelActivityDefinition, BpelActivityWithChildrenDefinition, BpelActivityWithSingleChildDefinition, CatchAllDefinition, CatchDefinition, CompensateActivityDefinition, CompensateScopeActivityDefinition, CompensationHandlerDefinition, EmptyActivityDefinition, ExitActivityDefinition, FlowActivityDefinition, ForeachActivityDefinition, IfActivityDefinition, InvokeActivityDefinition, PickActivityDefinition, ProcessDefinition, ReceiveActivityDefinition, RepeatUntilActivityDefinition, ReplyActivityDefinition, RethrowActivityDefinition, ScopeActivityDefinition, SequenceActivityDefinition, TerminationHandlerDefinition, ThrowActivityDefinition, WaitActivityDefinition, WhileActivityDefinition

public interface ActivityDefinition
extends DefinitionRecord

Author:
S. Ali Tokmen

Method Summary
 ActivityType getType()
          Get the type of the activity definition.
 ActivityDefinitionUUID getUUID()
           
 
Methods inherited from interface org.ow2.orchestra.facade.def.DefinitionRecord
getName, getProcessDefinitionUUID
 

Method Detail

getUUID

ActivityDefinitionUUID getUUID()
Specified by:
getUUID in interface Record
Returns:
uuid of this activity definition.

getType

ActivityType getType()
Get the type of the activity definition. Types are defined in ActivityType.class.

Returns:
the type of the activity (corresponding to ActivityType.class)


Copyright © 2009 OW2 Consortium. All Rights Reserved.