org.ow2.orchestra.facade.def.impl
Class IfActivityDefinitionImpl
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.BpelActivityWithSingleChildDefinitionImpl
org.ow2.orchestra.facade.def.impl.IfActivityDefinitionImpl
- All Implemented Interfaces:
- Serializable, ActivityDefinition, BpelActivityDefinition, BpelActivityWithSingleChildDefinition, DefinitionRecord, IfActivityDefinition, Record
public class IfActivityDefinitionImpl
- extends BpelActivityWithSingleChildDefinitionImpl
- implements IfActivityDefinition
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IfActivityDefinitionImpl
public IfActivityDefinitionImpl(IfActivityDefinition record)
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)
getExpression
public String getExpression()
- Specified by:
getExpression
in interface IfActivityDefinition
- Returns:
- the expression
getExpressionLanguage
public String getExpressionLanguage()
- Specified by:
getExpressionLanguage
in interface IfActivityDefinition
- Returns:
- the expression language
getElseIfDefinitionList
public List<ElseIfDefinition> getElseIfDefinitionList()
- Specified by:
getElseIfDefinitionList
in interface IfActivityDefinition
- Returns:
- the list of elseIfDefinition
getElseDefinition
public ElseDefinition getElseDefinition()
- Specified by:
getElseDefinition
in interface IfActivityDefinition
- Returns:
- the else definition
Copyright © 2011 OW2 Consortium. All Rights Reserved.