org.ow2.orchestra.facade.def
Interface CompletionConditionDefinition

All Superinterfaces:
CopyAble<CompletionConditionDefinition>, Serializable
All Known Implementing Classes:
CompletionConditionDefinitionImpl

public interface CompletionConditionDefinition
extends CopyAble<CompletionConditionDefinition>, Serializable


Method Summary
 String getExpression()
           
 String getExpressionLanguage()
           
 boolean isSuccessfulBranchesOnly()
           
 
Methods inherited from interface org.ow2.orchestra.facade.CopyAble
copy
 

Method Detail

isSuccessfulBranchesOnly

boolean isSuccessfulBranchesOnly()
Returns:
the value of SuccessfulBranchesOnly attribute

getExpressionLanguage

String getExpressionLanguage()
Returns:
the expression language

getExpression

String getExpression()
Returns:
the expression


Copyright © 2011 OW2 Consortium. All Rights Reserved.