Class CmmnSentryDeclaration
java.lang.Object
org.camunda.bpm.engine.impl.cmmn.model.CmmnSentryDeclaration
- All Implemented Interfaces:
Serializable
- Author:
- Roman Smirnov
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionprotected String
static final String
protected CmmnIfPartDeclaration
protected Map<String,
List<CmmnOnPartDeclaration>> protected List<CmmnOnPartDeclaration>
static final String
static final String
protected List<CmmnVariableOnPartDeclaration>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addOnPart
(CmmnOnPartDeclaration onPart) void
addVariableOnParts
(CmmnVariableOnPartDeclaration variableOnPartDeclaration) getId()
getOnParts
(String sourceId) boolean
hasVariableOnPart
(String variableEventName, String variableName) void
void
setIfPart
(CmmnIfPartDeclaration ifPart)
-
Field Details
-
PLAN_ITEM_ON_PART
- See Also:
-
IF_PART
- See Also:
-
VARIABLE_ON_PART
- See Also:
-
id
-
onPartMap
-
onParts
-
variableOnParts
-
ifPart
-
-
Constructor Details
-
CmmnSentryDeclaration
-
-
Method Details
-
getId
-
setId
-
getOnParts
-
getOnParts
-
addOnPart
-
addVariableOnParts
-
hasVariableOnPart
-
getVariableOnParts
-
getIfPart
-
setIfPart
-