org.ow2.orchestra.facade.def
Interface AssignActivityDefinition

All Superinterfaces:
ActivityDefinition, BpelActivityDefinition, DefinitionRecord, Record, Serializable
All Known Implementing Classes:
AssignActivityDefinitionImpl

public interface AssignActivityDefinition
extends BpelActivityDefinition

Author:
Alfonso Fuca

Method Summary
 List<CopyDefinition> getCopyDefinitions()
           
 boolean isValidate()
           
 
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
getDocumentation, getType, getUUID
 
Methods inherited from interface org.ow2.orchestra.facade.def.DefinitionRecord
getName, getProcessDefinitionUUID
 

Method Detail

isValidate

boolean isValidate()
Returns:
the validate value

getCopyDefinitions

List<CopyDefinition> getCopyDefinitions()
Returns:
the list of copy elements


Copyright © 2011 OW2 Consortium. All Rights Reserved.