org.camunda.bpm.engine.runtime
Interface CaseSentryPart

All Known Implementing Classes:
CaseSentryPartEntity, CaseSentryPartImpl, CmmnSentryPart

public interface CaseSentryPart

Author:
Roman Smirnov

Method Summary
 String getCaseExecutionId()
           
 String getCaseInstanceId()
           
 String getId()
           
 String getSentryId()
           
 String getSourceCaseExecutionId()
           
 String getStandardEvent()
           
 String getType()
           
 boolean isSatisfied()
           
 

Method Detail

getId

String getId()

getCaseInstanceId

String getCaseInstanceId()

getCaseExecutionId

String getCaseExecutionId()

getSentryId

String getSentryId()

getType

String getType()

getSourceCaseExecutionId

String getSourceCaseExecutionId()

getStandardEvent

String getStandardEvent()

isSatisfied

boolean isSatisfied()


Copyright © 2014 camunda services GmbH. All Rights Reserved.