Package org.camunda.bpm.engine.impl
Class HistoricIdentityLinkLogQueryImpl
- java.lang.Object
- 
- org.camunda.bpm.engine.impl.db.ListQueryParameterObject
- 
- org.camunda.bpm.engine.impl.AbstractQuery<T,U>
- 
- org.camunda.bpm.engine.impl.AbstractVariableQueryImpl<HistoricIdentityLinkLogQuery,HistoricIdentityLinkLog>
- 
- org.camunda.bpm.engine.impl.HistoricIdentityLinkLogQueryImpl
 
 
 
 
- 
- All Implemented Interfaces:
- java.io.Serializable,- HistoricIdentityLinkLogQuery,- Command<java.lang.Object>,- Query<HistoricIdentityLinkLogQuery,HistoricIdentityLinkLog>
 
 public class HistoricIdentityLinkLogQueryImpl extends AbstractVariableQueryImpl<HistoricIdentityLinkLogQuery,HistoricIdentityLinkLog> implements HistoricIdentityLinkLogQuery - Author:
- Deivarayan Azhagappan
- See Also:
- Serialized Form
 
- 
- 
Nested Class Summary- 
Nested classes/interfaces inherited from class org.camunda.bpm.engine.impl.AbstractQueryAbstractQuery.ResultType
 
- 
 - 
Field SummaryFields Modifier and Type Field Description protected java.lang.StringassignerIdprotected java.util.DatedateAfterprotected java.util.DatedateBeforeprotected java.lang.StringgroupIdprotected booleanisTenantIdSetprotected java.lang.StringoperationTypeprotected java.lang.StringprocessDefinitionIdprotected java.lang.StringprocessDefinitionKeyprotected java.lang.StringtaskIdprotected java.lang.String[]tenantIdsprotected java.lang.Stringtypeprotected java.lang.StringuserId- 
Fields inherited from class org.camunda.bpm.engine.impl.AbstractVariableQueryImplqueryVariableValues, variableNamesIgnoreCase, variableValuesIgnoreCase
 - 
Fields inherited from class org.camunda.bpm.engine.impl.AbstractQuerycommandExecutor, expressions, maxResultsLimitEnabled, resultType, SORTORDER_ASC, SORTORDER_DESC, validators
 - 
Fields inherited from class org.camunda.bpm.engine.impl.db.ListQueryParameterObjectauthCheck, databaseType, firstResult, maxResults, orderingProperties, parameter, tenantCheck
 
- 
 - 
Constructor SummaryConstructors Constructor Description HistoricIdentityLinkLogQueryImpl()HistoricIdentityLinkLogQueryImpl(CommandExecutor commandExecutor)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description HistoricIdentityLinkLogQueryassignerId(java.lang.String assignerId)Only select historic identity links which have the given assigner id.HistoricIdentityLinkLogQuerydateAfter(java.util.Date dateAfter)Only select historic identity links which have the date after the give date.HistoricIdentityLinkLogQuerydateBefore(java.util.Date dateBefore)Only select historic identity links which have the date before the give date.longexecuteCount(CommandContext commandContext)java.util.List<HistoricIdentityLinkLog>executeList(CommandContext commandContext, Page page)Executes the actual query to retrieve the list of results.java.lang.StringgetAssignerId()java.util.DategetDateAfter()java.util.DategetDateBefore()java.lang.StringgetGroupId()java.lang.StringgetOperationType()java.lang.StringgetProcessDefinitionId()java.lang.StringgetProcessDefinitionKey()java.lang.StringgetTaskId()java.lang.StringgetType()java.lang.StringgetUserId()HistoricIdentityLinkLogQuerygroupId(java.lang.String groupId)Only select historic identity links which have the given group id.booleanisTenantIdSet()HistoricIdentityLinkLogQueryoperationType(java.lang.String operationType)Only select historic identity links which have the given operation type (add/delete).HistoricIdentityLinkLogQueryorderByAssignerId()Order by assignerId (needs to be followed byQuery.asc()orQuery.desc()).HistoricIdentityLinkLogQueryorderByGroupId()Order by groupId (needs to be followed byQuery.asc()orQuery.desc()).HistoricIdentityLinkLogQueryorderByOperationType()Order by operationType (needs to be followed byQuery.asc()orQuery.desc()).HistoricIdentityLinkLogQueryorderByProcessDefinitionId()Order by processDefinitionId (needs to be followed byQuery.asc()orQuery.desc()).HistoricIdentityLinkLogQueryorderByProcessDefinitionKey()Order by processDefinitionKey (needs to be followed byQuery.asc()orQuery.desc()).HistoricIdentityLinkLogQueryorderByTaskId()Order by taskId (needs to be followed byQuery.asc()orQuery.desc()).HistoricIdentityLinkLogQueryorderByTenantId()Order by tenantId (needs to be followed byQuery.asc()orQuery.desc()).HistoricIdentityLinkLogQueryorderByTime()Order by time (needs to be followed byQuery.asc()orQuery.desc()).HistoricIdentityLinkLogQueryorderByType()Order by type (needs to be followed byQuery.asc()orQuery.desc()).HistoricIdentityLinkLogQueryorderByUserId()Order by userId (needs to be followed byQuery.asc()orQuery.desc()).HistoricIdentityLinkLogQueryprocessDefinitionId(java.lang.String processDefinitionId)Only select historic identity links which have the given process definition id.HistoricIdentityLinkLogQueryprocessDefinitionKey(java.lang.String processDefinitionKey)Only select historic identity links which have the given process definition key.HistoricIdentityLinkLogQuerytaskId(java.lang.String taskId)Only select historic identity links which have the given task id.HistoricIdentityLinkLogQuerytenantIdIn(java.lang.String... tenantIds)Only select historic identity links which have the given tenant id.HistoricIdentityLinkLogQuerytype(java.lang.String type)Only select historic identity links which have the given identity link type.HistoricIdentityLinkLogQueryuserId(java.lang.String userId)Only select historic identity links which have the given user id.HistoricIdentityLinkLogQuerywithoutTenantId()Only selects historic job log entries that have no tenant id.- 
Methods inherited from class org.camunda.bpm.engine.impl.AbstractVariableQueryImpladdVariable, createQueryVariableValue, ensureVariablesInitialized, getQueryVariableValues, isVariableNamesIgnoreCase, isVariableValuesIgnoreCase, matchVariableNamesIgnoreCase, matchVariableValuesIgnoreCase, validateVariable, variableValueEquals, variableValueGreaterThan, variableValueGreaterThanOrEqual, variableValueLessThan, variableValueLessThanOrEqual, variableValueLike, variableValueNotEquals, variableValueNotLike
 - 
Methods inherited from class org.camunda.bpm.engine.impl.AbstractQueryaddExpression, addValidator, asc, checkMaxResultsLimit, checkQueryOk, count, desc, direction, disableMaxResultsLimit, enableMaxResultsLimit, evaluateExpressions, evaluateExpressionsAndExecuteCount, evaluateExpressionsAndExecuteDeploymentIdMappingsList, evaluateExpressionsAndExecuteIdsList, evaluateExpressionsAndExecuteList, execute, executeDeploymentIdMappingsList, executeIdsList, executeResult, executeSingleResult, extend, getExpressions, getMethod, hasExcludingConditions, list, listDeploymentIdMappings, listIds, listPage, mergeExpressions, mergeOrdering, orderBy, orderBy, removeValidator, setCommandExecutor, setExpressions, singleResult, unlimitedList, validate, validate
 - 
Methods inherited from class org.camunda.bpm.engine.impl.db.ListQueryParameterObjectgetAuthCheck, getDatabaseType, getFirstResult, getFirstRow, getLastRow, getMaxResults, getOrderingProperties, getParameter, getTenantCheck, setAuthCheck, setDatabaseType, setFirstResult, setMaxResults, setOrderingProperties, setParameter, setTenantCheck
 - 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface org.camunda.bpm.engine.impl.interceptor.CommandisRetryable
 - 
Methods inherited from interface org.camunda.bpm.engine.query.Queryasc, count, desc, list, listPage, singleResult, unlimitedList
 
- 
 
- 
- 
- 
Field Detail- 
dateBeforeprotected java.util.Date dateBefore 
 - 
dateAfterprotected java.util.Date dateAfter 
 - 
typeprotected java.lang.String type 
 - 
userIdprotected java.lang.String userId 
 - 
groupIdprotected java.lang.String groupId 
 - 
taskIdprotected java.lang.String taskId 
 - 
processDefinitionIdprotected java.lang.String processDefinitionId 
 - 
processDefinitionKeyprotected java.lang.String processDefinitionKey 
 - 
operationTypeprotected java.lang.String operationType 
 - 
assignerIdprotected java.lang.String assignerId 
 - 
tenantIdsprotected java.lang.String[] tenantIds 
 - 
isTenantIdSetprotected boolean isTenantIdSet 
 
- 
 - 
Constructor Detail- 
HistoricIdentityLinkLogQueryImplpublic HistoricIdentityLinkLogQueryImpl() 
 - 
HistoricIdentityLinkLogQueryImplpublic HistoricIdentityLinkLogQueryImpl(CommandExecutor commandExecutor) 
 
- 
 - 
Method Detail- 
getTypepublic java.lang.String getType() 
 - 
getUserIdpublic java.lang.String getUserId() 
 - 
getGroupIdpublic java.lang.String getGroupId() 
 - 
getTaskIdpublic java.lang.String getTaskId() 
 - 
getProcessDefinitionIdpublic java.lang.String getProcessDefinitionId() 
 - 
getProcessDefinitionKeypublic java.lang.String getProcessDefinitionKey() 
 - 
getOperationTypepublic java.lang.String getOperationType() 
 - 
getAssignerIdpublic java.lang.String getAssignerId() 
 - 
isTenantIdSetpublic boolean isTenantIdSet() 
 - 
tenantIdInpublic HistoricIdentityLinkLogQuery tenantIdIn(java.lang.String... tenantIds) Description copied from interface:HistoricIdentityLinkLogQueryOnly select historic identity links which have the given tenant id.- Specified by:
- tenantIdInin interface- HistoricIdentityLinkLogQuery
 
 - 
withoutTenantIdpublic HistoricIdentityLinkLogQuery withoutTenantId() Description copied from interface:HistoricIdentityLinkLogQueryOnly selects historic job log entries that have no tenant id.- Specified by:
- withoutTenantIdin interface- HistoricIdentityLinkLogQuery
 
 - 
getDateBeforepublic java.util.Date getDateBefore() 
 - 
getDateAfterpublic java.util.Date getDateAfter() 
 - 
typepublic HistoricIdentityLinkLogQuery type(java.lang.String type) Description copied from interface:HistoricIdentityLinkLogQueryOnly select historic identity links which have the given identity link type.- Specified by:
- typein interface- HistoricIdentityLinkLogQuery
 
 - 
dateBeforepublic HistoricIdentityLinkLogQuery dateBefore(java.util.Date dateBefore) Description copied from interface:HistoricIdentityLinkLogQueryOnly select historic identity links which have the date before the give date.- Specified by:
- dateBeforein interface- HistoricIdentityLinkLogQuery
 
 - 
dateAfterpublic HistoricIdentityLinkLogQuery dateAfter(java.util.Date dateAfter) Description copied from interface:HistoricIdentityLinkLogQueryOnly select historic identity links which have the date after the give date.- Specified by:
- dateAfterin interface- HistoricIdentityLinkLogQuery
 
 - 
userIdpublic HistoricIdentityLinkLogQuery userId(java.lang.String userId) Description copied from interface:HistoricIdentityLinkLogQueryOnly select historic identity links which have the given user id.- Specified by:
- userIdin interface- HistoricIdentityLinkLogQuery
 
 - 
groupIdpublic HistoricIdentityLinkLogQuery groupId(java.lang.String groupId) Description copied from interface:HistoricIdentityLinkLogQueryOnly select historic identity links which have the given group id.- Specified by:
- groupIdin interface- HistoricIdentityLinkLogQuery
 
 - 
taskIdpublic HistoricIdentityLinkLogQuery taskId(java.lang.String taskId) Description copied from interface:HistoricIdentityLinkLogQueryOnly select historic identity links which have the given task id.- Specified by:
- taskIdin interface- HistoricIdentityLinkLogQuery
 
 - 
processDefinitionIdpublic HistoricIdentityLinkLogQuery processDefinitionId(java.lang.String processDefinitionId) Description copied from interface:HistoricIdentityLinkLogQueryOnly select historic identity links which have the given process definition id.- Specified by:
- processDefinitionIdin interface- HistoricIdentityLinkLogQuery
 
 - 
processDefinitionKeypublic HistoricIdentityLinkLogQuery processDefinitionKey(java.lang.String processDefinitionKey) Description copied from interface:HistoricIdentityLinkLogQueryOnly select historic identity links which have the given process definition key.- Specified by:
- processDefinitionKeyin interface- HistoricIdentityLinkLogQuery
 
 - 
operationTypepublic HistoricIdentityLinkLogQuery operationType(java.lang.String operationType) Description copied from interface:HistoricIdentityLinkLogQueryOnly select historic identity links which have the given operation type (add/delete).- Specified by:
- operationTypein interface- HistoricIdentityLinkLogQuery
 
 - 
assignerIdpublic HistoricIdentityLinkLogQuery assignerId(java.lang.String assignerId) Description copied from interface:HistoricIdentityLinkLogQueryOnly select historic identity links which have the given assigner id.- Specified by:
- assignerIdin interface- HistoricIdentityLinkLogQuery
 
 - 
orderByTimepublic HistoricIdentityLinkLogQuery orderByTime() Description copied from interface:HistoricIdentityLinkLogQueryOrder by time (needs to be followed byQuery.asc()orQuery.desc()).- Specified by:
- orderByTimein interface- HistoricIdentityLinkLogQuery
 
 - 
orderByTypepublic HistoricIdentityLinkLogQuery orderByType() Description copied from interface:HistoricIdentityLinkLogQueryOrder by type (needs to be followed byQuery.asc()orQuery.desc()).- Specified by:
- orderByTypein interface- HistoricIdentityLinkLogQuery
 
 - 
orderByUserIdpublic HistoricIdentityLinkLogQuery orderByUserId() Description copied from interface:HistoricIdentityLinkLogQueryOrder by userId (needs to be followed byQuery.asc()orQuery.desc()).- Specified by:
- orderByUserIdin interface- HistoricIdentityLinkLogQuery
 
 - 
orderByGroupIdpublic HistoricIdentityLinkLogQuery orderByGroupId() Description copied from interface:HistoricIdentityLinkLogQueryOrder by groupId (needs to be followed byQuery.asc()orQuery.desc()).- Specified by:
- orderByGroupIdin interface- HistoricIdentityLinkLogQuery
 
 - 
orderByTaskIdpublic HistoricIdentityLinkLogQuery orderByTaskId() Description copied from interface:HistoricIdentityLinkLogQueryOrder by taskId (needs to be followed byQuery.asc()orQuery.desc()).- Specified by:
- orderByTaskIdin interface- HistoricIdentityLinkLogQuery
 
 - 
orderByProcessDefinitionIdpublic HistoricIdentityLinkLogQuery orderByProcessDefinitionId() Description copied from interface:HistoricIdentityLinkLogQueryOrder by processDefinitionId (needs to be followed byQuery.asc()orQuery.desc()).- Specified by:
- orderByProcessDefinitionIdin interface- HistoricIdentityLinkLogQuery
 
 - 
orderByProcessDefinitionKeypublic HistoricIdentityLinkLogQuery orderByProcessDefinitionKey() Description copied from interface:HistoricIdentityLinkLogQueryOrder by processDefinitionKey (needs to be followed byQuery.asc()orQuery.desc()).- Specified by:
- orderByProcessDefinitionKeyin interface- HistoricIdentityLinkLogQuery
 
 - 
orderByOperationTypepublic HistoricIdentityLinkLogQuery orderByOperationType() Description copied from interface:HistoricIdentityLinkLogQueryOrder by operationType (needs to be followed byQuery.asc()orQuery.desc()).- Specified by:
- orderByOperationTypein interface- HistoricIdentityLinkLogQuery
 
 - 
orderByAssignerIdpublic HistoricIdentityLinkLogQuery orderByAssignerId() Description copied from interface:HistoricIdentityLinkLogQueryOrder by assignerId (needs to be followed byQuery.asc()orQuery.desc()).- Specified by:
- orderByAssignerIdin interface- HistoricIdentityLinkLogQuery
 
 - 
orderByTenantIdpublic HistoricIdentityLinkLogQuery orderByTenantId() Description copied from interface:HistoricIdentityLinkLogQueryOrder by tenantId (needs to be followed byQuery.asc()orQuery.desc()).- Specified by:
- orderByTenantIdin interface- HistoricIdentityLinkLogQuery
 
 - 
executeCountpublic long executeCount(CommandContext commandContext) - Specified by:
- executeCountin class- AbstractVariableQueryImpl<HistoricIdentityLinkLogQuery,HistoricIdentityLinkLog>
 
 - 
executeListpublic java.util.List<HistoricIdentityLinkLog> executeList(CommandContext commandContext, Page page) Description copied from class:AbstractQueryExecutes the actual query to retrieve the list of results.- Specified by:
- executeListin class- AbstractVariableQueryImpl<HistoricIdentityLinkLogQuery,HistoricIdentityLinkLog>
- page- used if the results must be paged. If null, no paging will be applied.
 
 
- 
 
-