org.camunda.bpm.engine.impl.cmmn.execution
Class CmmnSentryPart
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
type
protected String type
sentryId
protected String sentryId
standardEvent
protected String standardEvent
satisfied
protected boolean satisfied
CmmnSentryPart
public CmmnSentryPart()
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)
getSourceCaseExecutionId
public abstract String getSourceCaseExecutionId()
getSourceCaseExecution
public abstract CmmnExecution getSourceCaseExecution()
setSourceCaseExecution
public abstract void setSourceCaseExecution(CmmnExecution sourceCaseExecution)
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.