org.camunda.bpm.engine.impl.cmmn.entity.runtime
Class CaseSentryPartQueryImpl

java.lang.Object
  extended by org.camunda.bpm.engine.impl.db.AuthorizationCheck
      extended by org.camunda.bpm.engine.impl.db.ListQueryParameterObject
          extended by org.camunda.bpm.engine.impl.AbstractQuery<CaseSentryPartQuery,CaseSentryPart>
              extended by org.camunda.bpm.engine.impl.cmmn.entity.runtime.CaseSentryPartQueryImpl
All Implemented Interfaces:
Serializable, Command<Object>, Query<CaseSentryPartQuery,CaseSentryPart>, CaseSentryPartQuery

public class CaseSentryPartQueryImpl
extends AbstractQuery<CaseSentryPartQuery,CaseSentryPart>
implements CaseSentryPartQuery

Author:
Roman Smirnov
See Also:
Serialized Form

Field Summary
protected  String caseExecutionId
           
protected  String caseInstanceId
           
protected  String id
           
protected  boolean satisfied
           
protected  String sentryId
           
protected  String sourceCaseExecutionId
           
protected  String standardEvent
           
protected  String type
           
 
Fields inherited from class org.camunda.bpm.engine.impl.AbstractQuery
commandContext, commandExecutor, expressions, orderBy, orderProperty, resultType, SORTORDER_ASC, SORTORDER_DESC
 
Fields inherited from class org.camunda.bpm.engine.impl.db.ListQueryParameterObject
databaseType, DEFAULT_ORDER_BY, firstResult, maxResults, parameter
 
Fields inherited from class org.camunda.bpm.engine.impl.db.AuthorizationCheck
authDefaultPerm, authGroupIds, authPerms, authResourceId, authResourceIdQueryParam, authResourceType, authUserId, isAuthorizationCheckEnabled
 
Constructor Summary
CaseSentryPartQueryImpl()
           
CaseSentryPartQueryImpl(CommandContext commandContext)
           
CaseSentryPartQueryImpl(CommandExecutor commandExecutor)
           
 
Method Summary
 CaseSentryPartQuery caseExecutionId(String caseExecutionId)
           
 CaseSentryPartQuery caseInstanceId(String caseInstanceId)
           
 CaseSentryPartQuery caseSentryPartId(String caseSentryPartId)
           
 long executeCount(CommandContext commandContext)
           
 List<CaseSentryPart> executeList(CommandContext commandContext, Page page)
          Executes the actual query to retrieve the list of results.
 String getCaseExecutionId()
           
 String getCaseInstanceId()
           
 String getId()
           
 String getSentryId()
           
 String getSourceCaseExecutionId()
           
 String getStandardEvent()
           
 String getType()
           
 boolean isSatisfied()
           
 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 class org.camunda.bpm.engine.impl.AbstractQuery
addExpression, addOrder, asc, checkQueryOk, count, desc, direction, evaluateExpressions, evaluateExpressionsAndExecuteCount, evaluateExpressionsAndExecuteList, execute, executeSingleResult, extend, getExpressions, getMethod, getOrderBy, list, listPage, mergeExpressions, mergeOrdering, orderBy, setCommandExecutor, setExpressions, singleResult
 
Methods inherited from class org.camunda.bpm.engine.impl.db.ListQueryParameterObject
getDatabaseType, getFirstResult, getFirstRow, getLastRow, getMaxResults, getParameter, setDatabaseType, setFirstResult, setMaxResults, setOrderBy, setParameter
 
Methods inherited from class org.camunda.bpm.engine.impl.db.AuthorizationCheck
getAuthDefaultPerm, getAuthGroupIds, getAuthPerms, getAuthResourceId, getAuthResourceIdQueryParam, getAuthResourceType, getAuthUserId, isAuthorizationCheckEnabled, setAuthDefaultPerm, setAuthGroupIds, setAuthorizationCheckEnabled, setAuthPerms, setAuthResourceId, setAuthResourceIdQueryParam, setAuthResourceType, setAuthUserId
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.camunda.bpm.engine.query.Query
asc, count, desc, list, listPage, singleResult
 

Field Detail

id

protected String id

caseInstanceId

protected String caseInstanceId

caseExecutionId

protected String caseExecutionId

sentryId

protected String sentryId

type

protected String type

sourceCaseExecutionId

protected String sourceCaseExecutionId

standardEvent

protected String standardEvent

satisfied

protected boolean satisfied
Constructor Detail

CaseSentryPartQueryImpl

public CaseSentryPartQueryImpl()

CaseSentryPartQueryImpl

public CaseSentryPartQueryImpl(CommandContext commandContext)

CaseSentryPartQueryImpl

public CaseSentryPartQueryImpl(CommandExecutor commandExecutor)
Method Detail

caseSentryPartId

public CaseSentryPartQuery caseSentryPartId(String caseSentryPartId)
Specified by:
caseSentryPartId in interface CaseSentryPartQuery

caseInstanceId

public CaseSentryPartQuery caseInstanceId(String caseInstanceId)
Specified by:
caseInstanceId in interface CaseSentryPartQuery

caseExecutionId

public CaseSentryPartQuery caseExecutionId(String caseExecutionId)
Specified by:
caseExecutionId in interface CaseSentryPartQuery

sentryId

public CaseSentryPartQuery sentryId(String sentryId)
Specified by:
sentryId in interface CaseSentryPartQuery

type

public CaseSentryPartQuery type(String type)
Specified by:
type in interface CaseSentryPartQuery

sourceCaseExecutionId

public CaseSentryPartQuery sourceCaseExecutionId(String sourceCaseExecutionId)
Specified by:
sourceCaseExecutionId in interface CaseSentryPartQuery

standardEvent

public CaseSentryPartQuery standardEvent(String standardEvent)
Specified by:
standardEvent in interface CaseSentryPartQuery

satisfied

public CaseSentryPartQuery satisfied()
Specified by:
satisfied in interface CaseSentryPartQuery

orderByCaseSentryId

public CaseSentryPartQuery orderByCaseSentryId()
Specified by:
orderByCaseSentryId in interface CaseSentryPartQuery

orderByCaseInstanceId

public CaseSentryPartQuery orderByCaseInstanceId()
Specified by:
orderByCaseInstanceId in interface CaseSentryPartQuery

orderByCaseExecutionId

public CaseSentryPartQuery orderByCaseExecutionId()
Specified by:
orderByCaseExecutionId in interface CaseSentryPartQuery

orderBySentryId

public CaseSentryPartQuery orderBySentryId()
Specified by:
orderBySentryId in interface CaseSentryPartQuery

orderBySource

public CaseSentryPartQuery orderBySource()
Specified by:
orderBySource in interface CaseSentryPartQuery

executeCount

public long executeCount(CommandContext commandContext)
Specified by:
executeCount in class AbstractQuery<CaseSentryPartQuery,CaseSentryPart>

executeList

public List<CaseSentryPart> executeList(CommandContext commandContext,
                                        Page page)
Description copied from class: AbstractQuery
Executes the actual query to retrieve the list of results.

Specified by:
executeList in class AbstractQuery<CaseSentryPartQuery,CaseSentryPart>
page - used if the results must be paged. If null, no paging will be applied.

getId

public String getId()

getCaseInstanceId

public String getCaseInstanceId()

getCaseExecutionId

public String getCaseExecutionId()

getSentryId

public String getSentryId()

getType

public String getType()

getSourceCaseExecutionId

public String getSourceCaseExecutionId()

getStandardEvent

public String getStandardEvent()

isSatisfied

public boolean isSatisfied()


Copyright © 2014 camunda services GmbH. All Rights Reserved.