org.camunda.bpm.engine.impl.cmmn.execution
Class CmmnSentryPart
java.lang.Object
org.camunda.bpm.engine.impl.cmmn.execution.CmmnSentryPart
- All Implemented Interfaces:
- Serializable, CaseSentryPart
- Direct Known Subclasses:
- CaseSentryPartEntity, CaseSentryPartImpl
public abstract class CmmnSentryPart
- extends Object
- implements Serializable, CaseSentryPart
- 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()
- Specified by:
getSentryId in interface CaseSentryPart
setSentryId
public void setSentryId(String sentryId)
getType
public String getType()
- Specified by:
getType in interface CaseSentryPart
setType
public void setType(String type)
getSourceCaseExecution
public abstract CmmnExecution getSourceCaseExecution()
setSourceCaseExecution
public abstract void setSourceCaseExecution(CmmnExecution sourceCaseExecution)
getStandardEvent
public String getStandardEvent()
- Specified by:
getStandardEvent in interface CaseSentryPart
setStandardEvent
public void setStandardEvent(String standardEvent)
isSatisfied
public boolean isSatisfied()
- Specified by:
isSatisfied in interface CaseSentryPart
setSatisfied
public void setSatisfied(boolean satisfied)
Copyright © 2014 camunda services GmbH. All Rights Reserved.