org.camunda.bpm.engine.impl.cmmn.execution
Class CmmnSentryPart

java.lang.Object
  extended by org.camunda.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:
Serialized Form

Field Summary
protected  boolean satisfied
           
protected  String sentryId
           
protected  String source
           
protected  String standardEvent
           
protected  String type
           
 
Constructor Summary
CmmnSentryPart()
           
 
Method Summary
abstract  CmmnExecution getCaseExecution()
           
abstract  CmmnExecution getCaseInstance()
           
 String getSentryId()
           
 String getSource()
           
abstract  CmmnExecution getSourceCaseExecution()
          Deprecated. since 7.4 A new instance of a sentry does not reference the source case execution id anymore.
abstract  String getSourceCaseExecutionId()
          Deprecated. since 7.4 A new instance of a sentry does not reference the source case execution id anymore.
 String getStandardEvent()
           
 String getType()
           
 boolean isSatisfied()
           
abstract  void setCaseExecution(CmmnExecution caseExecution)
           
abstract  void setCaseInstance(CmmnExecution caseInstance)
           
 void setSatisfied(boolean satisfied)
           
 void setSentryId(String sentryId)
           
 void setSource(String source)
           
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 setType(String type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

type

protected String type

sentryId

protected String sentryId

standardEvent

protected String standardEvent

source

protected String source

satisfied

protected boolean satisfied
Constructor Detail

CmmnSentryPart

public CmmnSentryPart()
Method Detail

getCaseInstance

public abstract CmmnExecution getCaseInstance()

setCaseInstance

public abstract void setCaseInstance(CmmnExecution caseInstance)

getCaseExecution

public abstract CmmnExecution getCaseExecution()

setCaseExecution

public abstract void setCaseExecution(CmmnExecution caseExecution)

getSentryId

public String getSentryId()

setSentryId

public void setSentryId(String sentryId)

getType

public String getType()

setType

public void setType(String type)

getSource

public String getSource()

setSource

public void setSource(String source)

getSourceCaseExecutionId

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


getSourceCaseExecution

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


setSourceCaseExecution

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

public String getStandardEvent()

setStandardEvent

public void setStandardEvent(String standardEvent)

isSatisfied

public boolean isSatisfied()

setSatisfied

public void setSatisfied(boolean satisfied)


Copyright © 2015 camunda services GmbH. All rights reserved.