|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ConditionDefinition.Type | |
---|---|
org.ow2.bonita.facade.def.element |
Contains interfaces for XPDL definition of objects of non major elements defined within package, process, activity, participant (including ones defined by extended attributes like Hook, RoleMapper, PerformerAssignment, multi-instantiation) returned by the QueryDefintionAPI. |
org.ow2.bonita.facade.def.element.impl | |
org.ow2.bonita.util |
Uses of ConditionDefinition.Type in org.ow2.bonita.facade.def.element |
---|
Methods in org.ow2.bonita.facade.def.element that return ConditionDefinition.Type | |
---|---|
ConditionDefinition.Type |
ConditionDefinition.getType()
|
static ConditionDefinition.Type |
ConditionDefinition.Type.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static ConditionDefinition.Type[] |
ConditionDefinition.Type.values()
Returns an array containing the constants of this enum type, in the order they're declared. |
Uses of ConditionDefinition.Type in org.ow2.bonita.facade.def.element.impl |
---|
Fields in org.ow2.bonita.facade.def.element.impl declared as ConditionDefinition.Type | |
---|---|
protected ConditionDefinition.Type |
ConditionDefinitionImpl.type
|
Methods in org.ow2.bonita.facade.def.element.impl that return ConditionDefinition.Type | |
---|---|
ConditionDefinition.Type |
ConditionDefinitionImpl.getType()
|
Constructors in org.ow2.bonita.facade.def.element.impl with parameters of type ConditionDefinition.Type | |
---|---|
ConditionDefinitionImpl(java.lang.String contentAsString,
ConditionDefinition.Type type,
java.lang.String xpression,
java.lang.String xpressionContentAsString)
|
Uses of ConditionDefinition.Type in org.ow2.bonita.util |
---|
Methods in org.ow2.bonita.util with parameters of type ConditionDefinition.Type | |
---|---|
ProcessBuilder |
ProcessBuilder.addCondition(java.lang.String expression,
ConditionDefinition.Type type)
Adds a condition on a transition |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |