Interface STransitionDefinition
- All Superinterfaces:
SBaseElement,Serializable,SNamedElement
- All Known Implementing Classes:
STransitionDefinitionImpl
- Author:
- Elias Ricken de Medeiros, Celine Souchet
-
Method Summary
Modifier and TypeMethodDescriptionlonglongbooleanMethods inherited from interface org.bonitasoft.engine.core.process.definition.model.SBaseElement
getIdMethods inherited from interface org.bonitasoft.engine.core.process.definition.model.SNamedElement
getName
-
Method Details
-
getSource
long getSource() -
getTarget
long getTarget() -
getCondition
SExpression getCondition() -
hasCondition
boolean hasCondition()
-