org.ow2.orchestra.facade.def
Interface CompletionConditionDefinition

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

public interface CompletionConditionDefinition
extends CopyAble<CompletionConditionDefinition>, java.io.Serializable


Method Summary
 java.lang.String getExpression()
           
 java.lang.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

java.lang.String getExpressionLanguage()
Returns:
the expression language

getExpression

java.lang.String getExpression()
Returns:
the expression


Copyright © 2009 OW2 Consortium. All Rights Reserved.