org.camunda.bpm.engine.impl.cmmn.entity.runtime
Class CaseSentryPartQueryImpl
java.lang.Object
org.camunda.bpm.engine.impl.db.AuthorizationCheck
org.camunda.bpm.engine.impl.db.ListQueryParameterObject
org.camunda.bpm.engine.impl.AbstractQuery<CaseSentryPartQuery,CaseSentryPart>
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
| 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 |
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
CaseSentryPartQueryImpl
public CaseSentryPartQueryImpl()
CaseSentryPartQueryImpl
public CaseSentryPartQueryImpl(CommandContext commandContext)
CaseSentryPartQueryImpl
public CaseSentryPartQueryImpl(CommandExecutor commandExecutor)
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.