org.ow2.orchestra.facade.def.impl
Class PickActivityDefinitionImpl
java.lang.Object
org.ow2.orchestra.facade.def.impl.DefinitionRecordImpl
org.ow2.orchestra.facade.def.impl.ActivityDefinitionImpl
org.ow2.orchestra.facade.def.impl.BpelActivityDefinitionImpl
org.ow2.orchestra.facade.def.impl.PickActivityDefinitionImpl
- All Implemented Interfaces:
- Serializable, ActivityDefinition, BpelActivityDefinition, DefinitionRecord, PickActivityDefinition, Record
public class PickActivityDefinitionImpl
- extends BpelActivityDefinitionImpl
- implements PickActivityDefinition
- Author:
- Alfonso Fuca
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PickActivityDefinitionImpl
public PickActivityDefinitionImpl(PickActivityDefinition src)
getType
public ActivityType getType()
- Description copied from interface:
ActivityDefinition
- Get the type of the activity definition. Types are defined in
ActivityType.class.
- Specified by:
getType
in interface ActivityDefinition
- Returns:
- the type of the activity (corresponding to ActivityType.class)
getOnMessageDefinitionList
public List<OnMessageDefinition> getOnMessageDefinitionList()
- Specified by:
getOnMessageDefinitionList
in interface PickActivityDefinition
- Returns:
- the list of onMessage elements
isCreateInstance
public boolean isCreateInstance()
- Specified by:
isCreateInstance
in interface PickActivityDefinition
- Returns:
- the value of create instance attribute
getOnAlarmDefinitionList
public List<OnAlarmDefinition> getOnAlarmDefinitionList()
- Specified by:
getOnAlarmDefinitionList
in interface PickActivityDefinition
- Returns:
- the list of onAlarm elements
Copyright © 2011 OW2 Consortium. All Rights Reserved.