org.camunda.bpm.engine.runtime
Interface CaseSentryPartQuery

All Superinterfaces:
Query<CaseSentryPartQuery,CaseSentryPart>
All Known Implementing Classes:
CaseSentryPartQueryImpl

public interface CaseSentryPartQuery
extends Query<CaseSentryPartQuery,CaseSentryPart>

Author:
Roman Smirnov

Method Summary
 CaseSentryPartQuery caseExecutionId(String caseExecutionId)
           
 CaseSentryPartQuery caseInstanceId(String caseInstanceId)
           
 CaseSentryPartQuery caseSentryPartId(String caseSentryPartId)
           
 CaseSentryPartQuery orderByCaseExecutionId()
           
 CaseSentryPartQuery orderByCaseInstanceId()
           
 CaseSentryPartQuery orderByCaseSentryId()
           
 CaseSentryPartQuery orderBySentryId()
           
 CaseSentryPartQuery orderBySource()
           
 CaseSentryPartQuery satisfied()
           
 CaseSentryPartQuery sentryId(String sentryId)
           
 CaseSentryPartQuery sourceCaseExecutionId(String sourceCaseExecutionId)
           
 CaseSentryPartQuery standardEvent(String standardEvent)
           
 CaseSentryPartQuery type(String type)
           
 
Methods inherited from interface org.camunda.bpm.engine.query.Query
asc, count, desc, list, listPage, singleResult
 

Method Detail

caseSentryPartId

CaseSentryPartQuery caseSentryPartId(String caseSentryPartId)

caseInstanceId

CaseSentryPartQuery caseInstanceId(String caseInstanceId)

caseExecutionId

CaseSentryPartQuery caseExecutionId(String caseExecutionId)

sentryId

CaseSentryPartQuery sentryId(String sentryId)

type

CaseSentryPartQuery type(String type)

sourceCaseExecutionId

CaseSentryPartQuery sourceCaseExecutionId(String sourceCaseExecutionId)

standardEvent

CaseSentryPartQuery standardEvent(String standardEvent)

satisfied

CaseSentryPartQuery satisfied()

orderByCaseSentryId

CaseSentryPartQuery orderByCaseSentryId()

orderByCaseInstanceId

CaseSentryPartQuery orderByCaseInstanceId()

orderByCaseExecutionId

CaseSentryPartQuery orderByCaseExecutionId()

orderBySentryId

CaseSentryPartQuery orderBySentryId()

orderBySource

CaseSentryPartQuery orderBySource()


Copyright © 2014 camunda services GmbH. All Rights Reserved.