Class CmmnSentryPart

java.lang.Object
org.eximeebpms.bpm.engine.impl.cmmn.execution.CmmnSentryPart
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
CaseSentryPartEntity, CaseSentryPartImpl

public abstract class CmmnSentryPart extends Object implements Serializable
Author:
Roman Smirnov
See Also:
  • Field Details Link icon

    • type Link icon

      protected String type
    • sentryId Link icon

      protected String sentryId
    • standardEvent Link icon

      protected String standardEvent
    • source Link icon

      protected String source
    • variableEvent Link icon

      protected String variableEvent
    • variableName Link icon

      protected String variableName
    • satisfied Link icon

      protected boolean satisfied
  • Constructor Details Link icon

    • CmmnSentryPart Link icon

      public CmmnSentryPart()
  • Method Details Link icon

    • getCaseInstance Link icon

      public abstract CmmnExecution getCaseInstance()
    • setCaseInstance Link icon

      public abstract void setCaseInstance(CmmnExecution caseInstance)
    • getCaseExecution Link icon

      public abstract CmmnExecution getCaseExecution()
    • setCaseExecution Link icon

      public abstract void setCaseExecution(CmmnExecution caseExecution)
    • getSentryId Link icon

      public String getSentryId()
    • setSentryId Link icon

      public void setSentryId(String sentryId)
    • getType Link icon

      public String getType()
    • setType Link icon

      public void setType(String type)
    • getSource Link icon

      public String getSource()
    • setSource Link icon

      public void setSource(String source)
    • getSourceCaseExecutionId Link icon

      public abstract String getSourceCaseExecutionId()
      Deprecated.
      since 7.4 A new instance of a sentry does not reference the source case execution id anymore.
    • getSourceCaseExecution Link icon

      public abstract CmmnExecution getSourceCaseExecution()
      Deprecated.
      since 7.4 A new instance of a sentry does not reference the source case execution id anymore.
    • setSourceCaseExecution Link icon

      public abstract void setSourceCaseExecution(CmmnExecution sourceCaseExecution)
      Deprecated.
      since 7.4 A new instance of a sentry does not reference the source case execution id anymore.
    • getStandardEvent Link icon

      public String getStandardEvent()
    • setStandardEvent Link icon

      public void setStandardEvent(String standardEvent)
    • isSatisfied Link icon

      public boolean isSatisfied()
    • setSatisfied Link icon

      public void setSatisfied(boolean satisfied)
    • getVariableEvent Link icon

      public String getVariableEvent()
    • setVariableEvent Link icon

      public void setVariableEvent(String variableEvent)
    • getVariableName Link icon

      public String getVariableName()
    • setVariableName Link icon

      public void setVariableName(String variableName)