Package | Description |
---|---|
ilog.views.bpmn |
Contains the classes for the BPMN Support.
|
Modifier and Type | Field and Description |
---|---|
static IlvBPMNFlowValidator.FlowRule |
IlvBPMNFlowValidator.compensationAssociation
This flow rule verifies that a Compensation Intermediate Event cannot
have an outgoing Sequence Flow, but a Compensation Association link.
|
static IlvBPMNFlowValidator.FlowRule |
IlvBPMNFlowValidator.interruptIntermediateTarget
The Interrupt Intermediate Event cannot be the target of a flow.
|
static IlvBPMNFlowValidator.FlowRule |
IlvBPMNFlowValidator.noArtifact
This flow rule verifies that the objects connected by a flow are not artifacts.
|
static IlvBPMNFlowValidator.FlowRule |
IlvBPMNFlowValidator.noEndEventSourceOfSequenceFlow
This flow rule verifies that an End Event cannot be the source of
a Sequence Flow.
|
static IlvBPMNFlowValidator.FlowRule |
IlvBPMNFlowValidator.noEndEventTargetOfMessageFlow
This flow rule verifies that an End Event cannot be the target of a
Message Flow.
|
static IlvBPMNFlowValidator.FlowRule |
IlvBPMNFlowValidator.noGatewayForMessageFlow
This flow rule verifies that a Gateway cannot be connect by a Message Flow.
|
static IlvBPMNFlowValidator.FlowRule |
IlvBPMNFlowValidator.noLane
This flow rule verifies that a Lane cannot be connect by any flow.
|
static IlvBPMNFlowValidator.FlowRule |
IlvBPMNFlowValidator.noPoolForSequenceFlow
This flow rule verifies that a Pool cannot be connected by a Sequence Flow.
|
static IlvBPMNFlowValidator.FlowRule |
IlvBPMNFlowValidator.noSameLaneForMessageFlow
Deprecated.
since JViews 8.1, according to the BPMN 1.1 working draft.
|
static IlvBPMNFlowValidator.FlowRule |
IlvBPMNFlowValidator.noSamePoolForMessageFlow
This flow rule verifies that two objects connected by a Message Flow must
not be within the same Participant Pool boundary.
|
static IlvBPMNFlowValidator.FlowRule |
IlvBPMNFlowValidator.noStartEventSourceOfMessageFlow
This flow rule verifies that a Start Event cannot be the source of
a Message Flow.
|
static IlvBPMNFlowValidator.FlowRule |
IlvBPMNFlowValidator.noStartEventTargetOfSequenceFlow
This flow rule verifies that a Start Event cannot be the target of
a Sequence Flow.
|
static IlvBPMNFlowValidator.FlowRule |
IlvBPMNFlowValidator.notSameNode
This flow rule verifies that the source and the target of a flow are
two different objects.
|
static IlvBPMNFlowValidator.FlowRule |
IlvBPMNFlowValidator.samePoolForSequenceFlow
This flow rule verifies that two objects connected by a Sequence Flow
are in the same pool.
|
static IlvBPMNFlowValidator.FlowRule |
IlvBPMNFlowValidator.sameSubProcessForSequenceFlow
This flow rule verifies that two objects connected by a Sequence Flow
are not in different sub-processes.
|
static IlvBPMNFlowValidator.FlowRule |
IlvBPMNFlowValidator.sourceForOnlyOneDefaultFlow
This flow rule verifies that an object cannot be the source of multiple
Default Flow objects.
|
Modifier and Type | Method and Description |
---|---|
IlvBPMNFlowValidator.FlowRule |
IlvBPMNFlowValidator.getRule(int index)
Returns the rule at a given index.
|
Modifier and Type | Method and Description |
---|---|
void |
IlvBPMNFlowValidator.addRule(IlvBPMNFlowValidator.FlowRule rule)
Adds a rule to validate flow connection.
|
void |
IlvBPMNFlowValidator.insertRule(int index,
IlvBPMNFlowValidator.FlowRule rule)
Inserts a rule to validate flow connection at a specified index.
|
void |
IlvBPMNFlowValidator.removeRule(IlvBPMNFlowValidator.FlowRule rule)
Removes a rule.
|
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.