org.ow2.bonita.facade.def.element
Interface ConditionDefinition

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ConditionDefinitionImpl

public interface ConditionDefinition
extends java.io.Serializable

Condition definition within flow Transition element.


Nested Class Summary
static class ConditionDefinition.Type
          Element of definition within the Condition element.
Only Condition is supported.
 
Method Summary
 java.lang.String getContentAsString()
           
 ConditionDefinition.Type getType()
           
 java.lang.String getXpression()
           
 java.lang.String getXpressionContentAsString()
           
 

Method Detail

getXpression

java.lang.String getXpression()

getXpressionContentAsString

java.lang.String getXpressionContentAsString()

getType

ConditionDefinition.Type getType()

getContentAsString

java.lang.String getContentAsString()


Copyright © 2009 OW2 Consortium. All Rights Reserved.