|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use BPELBooleanExpression | |
|---|---|
| com.ebmwebsourcing.easybpel.model.bpel.api.activity | |
| com.ebmwebsourcing.easybpel.model.bpel.impl.activity | |
| com.ebmwebsourcing.easybpel.model.bpel.impl.expression | |
| Uses of BPELBooleanExpression in com.ebmwebsourcing.easybpel.model.bpel.api.activity |
|---|
| Methods in com.ebmwebsourcing.easybpel.model.bpel.api.activity that return BPELBooleanExpression | |
|---|---|
BPELBooleanExpression |
RepeatUntil.getCondition()
|
BPELBooleanExpression |
While.getCondition()
|
| Methods in com.ebmwebsourcing.easybpel.model.bpel.api.activity that return types with arguments of type BPELBooleanExpression | |
|---|---|
java.util.List<BPELBooleanExpression> |
If.getConditions()
|
| Methods in com.ebmwebsourcing.easybpel.model.bpel.api.activity with parameters of type BPELBooleanExpression | |
|---|---|
void |
RepeatUntil.setCondition(BPELBooleanExpression condition)
|
void |
While.setCondition(BPELBooleanExpression condition)
|
| Method parameters in com.ebmwebsourcing.easybpel.model.bpel.api.activity with type arguments of type BPELBooleanExpression | |
|---|---|
void |
If.setConditions(java.util.List<BPELBooleanExpression> conditions)
|
| Uses of BPELBooleanExpression in com.ebmwebsourcing.easybpel.model.bpel.impl.activity |
|---|
| Methods in com.ebmwebsourcing.easybpel.model.bpel.impl.activity that return BPELBooleanExpression | |
|---|---|
static BPELBooleanExpression |
ForEachImpl.createBooleanExpressionFromStartAndFinalCounterValue(ForEach forEach,
BPELProcess process,
java.util.logging.Logger logger)
|
BPELBooleanExpression |
RepeatUntilImpl.getCondition()
|
BPELBooleanExpression |
WhileImpl.getCondition()
|
| Methods in com.ebmwebsourcing.easybpel.model.bpel.impl.activity that return types with arguments of type BPELBooleanExpression | |
|---|---|
java.util.List<BPELBooleanExpression> |
IfImpl.getConditions()
|
| Methods in com.ebmwebsourcing.easybpel.model.bpel.impl.activity with parameters of type BPELBooleanExpression | |
|---|---|
void |
RepeatUntilImpl.setCondition(BPELBooleanExpression condition)
|
void |
WhileImpl.setCondition(BPELBooleanExpression condition)
|
| Method parameters in com.ebmwebsourcing.easybpel.model.bpel.impl.activity with type arguments of type BPELBooleanExpression | |
|---|---|
void |
IfImpl.setConditions(java.util.List<BPELBooleanExpression> conditions)
|
| Uses of BPELBooleanExpression in com.ebmwebsourcing.easybpel.model.bpel.impl.expression |
|---|
| Classes in com.ebmwebsourcing.easybpel.model.bpel.impl.expression that implement BPELBooleanExpression | |
|---|---|
class |
BPELBooleanExpressionImpl
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||