org.ow2.orchestra.facade.def.impl
Class IfActivityDefinitionImpl

java.lang.Object
  extended by org.ow2.orchestra.facade.def.impl.DefinitionRecordImpl
      extended by org.ow2.orchestra.facade.def.impl.ActivityDefinitionImpl
          extended by org.ow2.orchestra.facade.def.impl.BpelActivityDefinitionImpl
              extended by org.ow2.orchestra.facade.def.impl.BpelActivityWithSingleChildDefinitionImpl
                  extended by org.ow2.orchestra.facade.def.impl.IfActivityDefinitionImpl
All Implemented Interfaces:
java.io.Serializable, ActivityDefinition, BpelActivityDefinition, BpelActivityWithSingleChildDefinition, DefinitionRecord, IfActivityDefinition, Record

public class IfActivityDefinitionImpl
extends BpelActivityWithSingleChildDefinitionImpl
implements IfActivityDefinition

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.ow2.orchestra.facade.def.impl.BpelActivityWithSingleChildDefinitionImpl
enclosedActivityUUID
 
Fields inherited from class org.ow2.orchestra.facade.def.impl.BpelActivityDefinitionImpl
sourceList, suppressJoinFailure, targetList, targetsJoinConditionBooleanExpression, targetsJoinConditionExpressionLanguage
 
Fields inherited from class org.ow2.orchestra.facade.def.impl.ActivityDefinitionImpl
uuid
 
Fields inherited from class org.ow2.orchestra.facade.def.impl.DefinitionRecordImpl
name, processDefinitionUUID
 
Constructor Summary
IfActivityDefinitionImpl(IfActivityDefinition record)
           
 
Method Summary
 ElseDefinition getElseDefinition()
           
 java.util.List<ElseIfDefinition> getElseIfDefinitionList()
           
 java.lang.String getExpression()
           
 java.lang.String getExpressionLanguage()
           
 ActivityType getType()
          Get the type of the activity definition.
 
Methods inherited from class org.ow2.orchestra.facade.def.impl.BpelActivityWithSingleChildDefinitionImpl
getEnclosedActivityUUID
 
Methods inherited from class org.ow2.orchestra.facade.def.impl.BpelActivityDefinitionImpl
getSourceList, getTargetList, getTargetsJoinConditionBooleanExpression, getTargetsJoinConditionExpressionLanguage, isSuppressJoinFailure
 
Methods inherited from class org.ow2.orchestra.facade.def.impl.ActivityDefinitionImpl
getUUID
 
Methods inherited from class org.ow2.orchestra.facade.def.impl.DefinitionRecordImpl
getName, getProcessDefinitionUUID
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.ow2.orchestra.facade.def.BpelActivityWithSingleChildDefinition
getEnclosedActivityUUID
 
Methods inherited from interface org.ow2.orchestra.facade.def.BpelActivityDefinition
getSourceList, getTargetList, getTargetsJoinConditionBooleanExpression, getTargetsJoinConditionExpressionLanguage, isSuppressJoinFailure
 
Methods inherited from interface org.ow2.orchestra.facade.def.ActivityDefinition
getUUID
 
Methods inherited from interface org.ow2.orchestra.facade.def.DefinitionRecord
getName, getProcessDefinitionUUID
 

Constructor Detail

IfActivityDefinitionImpl

public IfActivityDefinitionImpl(IfActivityDefinition record)
Method Detail

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 java.lang.String getExpression()
Specified by:
getExpression in interface IfActivityDefinition
Returns:
the expression

getExpressionLanguage

public java.lang.String getExpressionLanguage()
Specified by:
getExpressionLanguage in interface IfActivityDefinition
Returns:
the expression language

getElseIfDefinitionList

public java.util.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 © 2009 OW2 Consortium. All Rights Reserved.