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

java.lang.Object
  extended by org.camunda.bpm.engine.impl.cmmn.execution.CmmnSentryPart
      extended by org.camunda.bpm.engine.impl.cmmn.execution.CaseSentryPartImpl
All Implemented Interfaces:
Serializable

public class CaseSentryPartImpl
extends CmmnSentryPart

Author:
Roman Smirnov
See Also:
Serialized Form

Field Summary
protected  CaseExecutionImpl caseExecution
           
protected  CaseExecutionImpl caseInstance
           
protected  CaseExecutionImpl sourceCaseExecution
           
 
Fields inherited from class org.camunda.bpm.engine.impl.cmmn.execution.CmmnSentryPart
satisfied, sentryId, source, standardEvent, type
 
Constructor Summary
CaseSentryPartImpl()
           
 
Method Summary
 CmmnExecution getCaseExecution()
           
 String getCaseExecutionId()
           
 CaseExecutionImpl getCaseInstance()
           
 String getCaseInstanceId()
           
 String getId()
           
 CmmnExecution getSourceCaseExecution()
           
 String getSourceCaseExecutionId()
           
 void setCaseExecution(CmmnExecution caseExecution)
           
 void setCaseInstance(CmmnExecution caseInstance)
           
 void setSourceCaseExecution(CmmnExecution sourceCaseExecution)
           
 
Methods inherited from class org.camunda.bpm.engine.impl.cmmn.execution.CmmnSentryPart
getSentryId, getSource, getStandardEvent, getType, isSatisfied, setSatisfied, setSentryId, setSource, setStandardEvent, setType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

caseInstance

protected CaseExecutionImpl caseInstance

caseExecution

protected CaseExecutionImpl caseExecution

sourceCaseExecution

protected CaseExecutionImpl sourceCaseExecution
Constructor Detail

CaseSentryPartImpl

public CaseSentryPartImpl()
Method Detail

getCaseInstance

public CaseExecutionImpl getCaseInstance()
Specified by:
getCaseInstance in class CmmnSentryPart

setCaseInstance

public void setCaseInstance(CmmnExecution caseInstance)
Specified by:
setCaseInstance in class CmmnSentryPart

getCaseExecution

public CmmnExecution getCaseExecution()
Specified by:
getCaseExecution in class CmmnSentryPart

setCaseExecution

public void setCaseExecution(CmmnExecution caseExecution)
Specified by:
setCaseExecution in class CmmnSentryPart

getSourceCaseExecution

public CmmnExecution getSourceCaseExecution()
Specified by:
getSourceCaseExecution in class CmmnSentryPart

setSourceCaseExecution

public void setSourceCaseExecution(CmmnExecution sourceCaseExecution)
Specified by:
setSourceCaseExecution in class CmmnSentryPart

getId

public String getId()

getCaseInstanceId

public String getCaseInstanceId()

getCaseExecutionId

public String getCaseExecutionId()

getSourceCaseExecutionId

public String getSourceCaseExecutionId()
Specified by:
getSourceCaseExecutionId in class CmmnSentryPart


Copyright © 2016 camunda services GmbH. All rights reserved.