Class CmmnSentryPart
java.lang.Object
org.camunda.bpm.engine.impl.cmmn.execution.CmmnSentryPart
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
CaseSentryPartEntity
,CaseSentryPartImpl
- Author:
- Roman Smirnov
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionabstract CmmnExecution
abstract CmmnExecution
abstract CmmnExecution
Deprecated.since 7.4 A new instance of a sentry does not reference the source case execution id anymore.abstract String
Deprecated.since 7.4 A new instance of a sentry does not reference the source case execution id anymore.getType()
boolean
abstract void
setCaseExecution
(CmmnExecution caseExecution) abstract void
setCaseInstance
(CmmnExecution caseInstance) void
setSatisfied
(boolean satisfied) void
setSentryId
(String sentryId) void
abstract void
setSourceCaseExecution
(CmmnExecution sourceCaseExecution) Deprecated.since 7.4 A new instance of a sentry does not reference the source case execution id anymore.void
setStandardEvent
(String standardEvent) void
void
setVariableEvent
(String variableEvent) void
setVariableName
(String variableName)
-
Field Details
-
type
-
sentryId
-
standardEvent
-
source
-
variableEvent
-
variableName
-
satisfied
protected boolean satisfied
-
-
Constructor Details
-
CmmnSentryPart
public CmmnSentryPart()
-
-
Method Details
-
getCaseInstance
-
setCaseInstance
-
getCaseExecution
-
setCaseExecution
-
getSentryId
-
setSentryId
-
getType
-
setType
-
getSource
-
setSource
-
getSourceCaseExecutionId
Deprecated.since 7.4 A new instance of a sentry does not reference the source case execution id anymore. -
getSourceCaseExecution
Deprecated.since 7.4 A new instance of a sentry does not reference the source case execution id anymore. -
setSourceCaseExecution
Deprecated.since 7.4 A new instance of a sentry does not reference the source case execution id anymore. -
getStandardEvent
-
setStandardEvent
-
isSatisfied
public boolean isSatisfied() -
setSatisfied
public void setSatisfied(boolean satisfied) -
getVariableEvent
-
setVariableEvent
-
getVariableName
-
setVariableName
-