Uses of Interface
org.camunda.bpm.engine.runtime.CaseSentryPartQuery

Packages that use CaseSentryPartQuery
org.camunda.bpm.engine Public API of the camunda BPM engine.

Typical usage of the API starts by the creation of a ProcessEngineConfiguration (typically based on a configuration file), from which a ProcessEngine can be obtained.

Through the services obtained from such a ProcessEngine, BPM and workflow operation can be executed:

RepositoryService: Manages Deployments
RuntimeService: For starting and searching ProcessInstances
TaskService: Exposes operations to manage human (standalone) Tasks, such as claiming, completing and assigning tasks
IdentityService: Used for managing Users, Groups and the relations between them
ManagementService: Exposes engine admin and maintenance operations, which have no relation to the runtime execution of business processes
HistoryService: Exposes information about ongoing and past process instances.
FormService: Access to form data and rendered forms for starting new process instances and completing tasks.
 
org.camunda.bpm.engine.impl.cmmn   
org.camunda.bpm.engine.impl.cmmn.entity.runtime   
org.camunda.bpm.engine.runtime Classes related to the RuntimeService
 

Uses of CaseSentryPartQuery in org.camunda.bpm.engine
 

Methods in org.camunda.bpm.engine that return CaseSentryPartQuery
 CaseSentryPartQuery CaseService.createCaseSentryPartQuery()
          Creates a new CaseSentryPartQuery instance, that can be used to query the sentry parts.
 

Uses of CaseSentryPartQuery in org.camunda.bpm.engine.impl.cmmn
 

Methods in org.camunda.bpm.engine.impl.cmmn that return CaseSentryPartQuery
 CaseSentryPartQuery CaseServiceImpl.createCaseSentryPartQuery()
           
 

Uses of CaseSentryPartQuery in org.camunda.bpm.engine.impl.cmmn.entity.runtime
 

Classes in org.camunda.bpm.engine.impl.cmmn.entity.runtime that implement CaseSentryPartQuery
 class CaseSentryPartQueryImpl
           
 

Methods in org.camunda.bpm.engine.impl.cmmn.entity.runtime that return CaseSentryPartQuery
 CaseSentryPartQuery CaseSentryPartQueryImpl.caseExecutionId(String caseExecutionId)
           
 CaseSentryPartQuery CaseSentryPartQueryImpl.caseInstanceId(String caseInstanceId)
           
 CaseSentryPartQuery CaseSentryPartQueryImpl.caseSentryPartId(String caseSentryPartId)
           
 CaseSentryPartQuery CaseSentryPartQueryImpl.orderByCaseExecutionId()
           
 CaseSentryPartQuery CaseSentryPartQueryImpl.orderByCaseInstanceId()
           
 CaseSentryPartQuery CaseSentryPartQueryImpl.orderByCaseSentryId()
           
 CaseSentryPartQuery CaseSentryPartQueryImpl.orderBySentryId()
           
 CaseSentryPartQuery CaseSentryPartQueryImpl.orderBySource()
           
 CaseSentryPartQuery CaseSentryPartQueryImpl.satisfied()
           
 CaseSentryPartQuery CaseSentryPartQueryImpl.sentryId(String sentryId)
           
 CaseSentryPartQuery CaseSentryPartQueryImpl.sourceCaseExecutionId(String sourceCaseExecutionId)
           
 CaseSentryPartQuery CaseSentryPartQueryImpl.standardEvent(String standardEvent)
           
 CaseSentryPartQuery CaseSentryPartQueryImpl.type(String type)
           
 

Uses of CaseSentryPartQuery in org.camunda.bpm.engine.runtime
 

Methods in org.camunda.bpm.engine.runtime that return CaseSentryPartQuery
 CaseSentryPartQuery CaseSentryPartQuery.caseExecutionId(String caseExecutionId)
           
 CaseSentryPartQuery CaseSentryPartQuery.caseInstanceId(String caseInstanceId)
           
 CaseSentryPartQuery CaseSentryPartQuery.caseSentryPartId(String caseSentryPartId)
           
 CaseSentryPartQuery CaseSentryPartQuery.orderByCaseExecutionId()
           
 CaseSentryPartQuery CaseSentryPartQuery.orderByCaseInstanceId()
           
 CaseSentryPartQuery CaseSentryPartQuery.orderByCaseSentryId()
           
 CaseSentryPartQuery CaseSentryPartQuery.orderBySentryId()
           
 CaseSentryPartQuery CaseSentryPartQuery.orderBySource()
           
 CaseSentryPartQuery CaseSentryPartQuery.satisfied()
           
 CaseSentryPartQuery CaseSentryPartQuery.sentryId(String sentryId)
           
 CaseSentryPartQuery CaseSentryPartQuery.sourceCaseExecutionId(String sourceCaseExecutionId)
           
 CaseSentryPartQuery CaseSentryPartQuery.standardEvent(String standardEvent)
           
 CaseSentryPartQuery CaseSentryPartQuery.type(String type)
           
 



Copyright © 2014 camunda services GmbH. All Rights Reserved.