Class HistoricActionLinkQueryImpl
- java.lang.Object
-
- org.flowable.common.engine.impl.db.ListQueryParameterObject
-
- org.flowable.common.engine.impl.query.AbstractQuery<HistoricActionLinkQuery,HistoricActionLink>
-
- com.flowable.action.engine.impl.history.HistoricActionLinkQueryImpl
-
- All Implemented Interfaces:
HistoricActionLinkQuery,Serializable,CacheAwareQuery<HistoricActionLinkEntity>,Query<HistoricActionLinkQuery,HistoricActionLink>,Command<Object>
public class HistoricActionLinkQueryImpl extends AbstractQuery<HistoricActionLinkQuery,HistoricActionLink> implements HistoricActionLinkQuery, CacheAwareQuery<HistoricActionLinkEntity>, Serializable
- Author:
- Joram Barrez
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.flowable.common.engine.impl.db.ListQueryParameterObject
ListQueryParameterObject.OrderBy, ListQueryParameterObject.ResultType
-
Nested classes/interfaces inherited from interface org.flowable.common.engine.api.query.Query
Query.NullHandlingOnOrder
-
-
Field Summary
Fields Modifier and Type Field Description protected StringactionDefinitionIdprotected StringactionInstanceIdprotected DatecreatedAfterprotected DatecreatedBeforeprotected Stringidprotected Set<String>idsprotected StringscopeIdprotected StringscopeType-
Fields inherited from class org.flowable.common.engine.impl.query.AbstractQuery
commandContext, commandExecutor
-
Fields inherited from class org.flowable.common.engine.impl.db.ListQueryParameterObject
databaseType, DEFAULT_ORDER_BY, defaultOrderBy, firstResult, maxResults, nullHandlingColumn, nullHandlingOnOrder, orderByCollection, orderProperty, parameter, resultType, SORTORDER_ASC, SORTORDER_DESC
-
-
Constructor Summary
Constructors Constructor Description HistoricActionLinkQueryImpl()HistoricActionLinkQueryImpl(CommandContext commandContext)HistoricActionLinkQueryImpl(CommandExecutor commandExecutor)
-
Method Summary
-
Methods inherited from class org.flowable.common.engine.impl.query.AbstractQuery
asc, checkQueryOk, count, desc, direction, execute, executeSingleResult, list, listPage, orderBy, orderBy, setCommandExecutor, singleResult
-
Methods inherited from class org.flowable.common.engine.impl.db.ListQueryParameterObject
addOrder, buildOrderBy, getDatabaseType, getFirstResult, getFirstRow, getLastRow, getMaxResults, getNullHandlingColumn, getOrderBy, getOrderByCollectionSafe, getOrderByForWindow, getOuterJoinOrderBy, getParameter, hasOrderBy, hasOrderByForColumn, isNeedsPaging, mapOrderByToSql, setDatabaseType, setFirstResult, setMaxResults, setNullHandlingColumn, setParameter
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.flowable.common.engine.api.query.CacheAwareQuery
enhanceCachedValue
-
-
-
-
Constructor Detail
-
HistoricActionLinkQueryImpl
public HistoricActionLinkQueryImpl()
-
HistoricActionLinkQueryImpl
public HistoricActionLinkQueryImpl(CommandContext commandContext)
-
HistoricActionLinkQueryImpl
public HistoricActionLinkQueryImpl(CommandExecutor commandExecutor)
-
-
Method Detail
-
id
public HistoricActionLinkQueryImpl id(String id)
- Specified by:
idin interfaceHistoricActionLinkQuery
-
ids
public HistoricActionLinkQueryImpl ids(Set<String> ids)
- Specified by:
idsin interfaceHistoricActionLinkQuery
-
actionInstanceId
public HistoricActionLinkQuery actionInstanceId(String actionInstanceId)
- Specified by:
actionInstanceIdin interfaceHistoricActionLinkQuery
-
actionDefinitionId
public HistoricActionLinkQueryImpl actionDefinitionId(String actionDefinitionId)
- Specified by:
actionDefinitionIdin interfaceHistoricActionLinkQuery
-
scopeId
public HistoricActionLinkQueryImpl scopeId(String scopeId)
- Specified by:
scopeIdin interfaceHistoricActionLinkQuery
-
scopeType
public HistoricActionLinkQueryImpl scopeType(String scopeType)
- Specified by:
scopeTypein interfaceHistoricActionLinkQuery
-
createdBefore
public HistoricActionLinkQuery createdBefore(Date beforeTime)
- Specified by:
createdBeforein interfaceHistoricActionLinkQuery
-
createdAfter
public HistoricActionLinkQuery createdAfter(Date afterTime)
- Specified by:
createdAfterin interfaceHistoricActionLinkQuery
-
executeCount
public long executeCount(CommandContext commandContext)
- Specified by:
executeCountin classAbstractQuery<HistoricActionLinkQuery,HistoricActionLink>
-
executeList
public List<HistoricActionLink> executeList(CommandContext commandContext)
- Specified by:
executeListin classAbstractQuery<HistoricActionLinkQuery,HistoricActionLink>
-
getId
public String getId()
- Specified by:
getIdin interfaceCacheAwareQuery<HistoricActionLinkEntity>
-
setId
public void setId(String id)
-
getActionInstanceId
public String getActionInstanceId()
-
setActionInstanceId
public void setActionInstanceId(String actionInstanceId)
-
getActionDefinitionId
public String getActionDefinitionId()
-
setActionDefinitionId
public void setActionDefinitionId(String actionDefinitionId)
-
getScopeId
public String getScopeId()
-
setScopeId
public void setScopeId(String scopeId)
-
getScopeType
public String getScopeType()
-
setScopeType
public void setScopeType(String scopeType)
-
getCreatedBefore
public Date getCreatedBefore()
-
setCreatedBefore
public void setCreatedBefore(Date createdBefore)
-
getCreatedAfter
public Date getCreatedAfter()
-
setCreatedAfter
public void setCreatedAfter(Date createdAfter)
-
-