public class HistoricActionLinkQueryImpl extends AbstractQuery<HistoricActionLinkQuery,HistoricActionLink> implements HistoricActionLinkQuery, CacheAwareQuery<HistoricActionLinkEntity>, Serializable
ListQueryParameterObject.OrderBy, ListQueryParameterObject.ResultType
Query.NullHandlingOnOrder
Modifier and Type | Field and Description |
---|---|
protected String |
actionDefinitionId |
protected String |
actionInstanceId |
protected Date |
createdAfter |
protected Date |
createdBefore |
protected String |
id |
protected Set<String> |
ids |
protected String |
scopeId |
protected String |
scopeType |
commandContext, commandExecutor
databaseType, DEFAULT_ORDER_BY, defaultOrderBy, firstResult, maxResults, nullHandlingColumn, nullHandlingOnOrder, orderByCollection, orderProperty, parameter, resultType, SORTORDER_ASC, SORTORDER_DESC
Constructor and Description |
---|
HistoricActionLinkQueryImpl() |
HistoricActionLinkQueryImpl(CommandContext commandContext) |
HistoricActionLinkQueryImpl(CommandExecutor commandExecutor) |
asc, checkQueryOk, count, desc, direction, execute, executeSingleResult, list, listPage, orderBy, orderBy, setCommandExecutor, singleResult
addOrder, buildOrderBy, getDatabaseType, getFirstResult, getFirstRow, getLastRow, getMaxResults, getNullHandlingColumn, getOrderBy, getOrderByCollectionSafe, getOrderByForWindow, getOuterJoinOrderBy, getParameter, hasOrderBy, hasOrderByForColumn, isNeedsPaging, mapOrderByToSql, setDatabaseType, setFirstResult, setMaxResults, setNullHandlingColumn, setParameter
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
asc, count, desc, list, listPage, orderBy, orderBy, singleResult
enhanceCachedValue
protected String id
protected String actionInstanceId
protected String actionDefinitionId
protected String scopeId
protected String scopeType
protected Date createdBefore
protected Date createdAfter
public HistoricActionLinkQueryImpl()
public HistoricActionLinkQueryImpl(CommandContext commandContext)
public HistoricActionLinkQueryImpl(CommandExecutor commandExecutor)
public HistoricActionLinkQueryImpl id(String id)
id
in interface HistoricActionLinkQuery
public HistoricActionLinkQueryImpl ids(Set<String> ids)
ids
in interface HistoricActionLinkQuery
public HistoricActionLinkQuery actionInstanceId(String actionInstanceId)
actionInstanceId
in interface HistoricActionLinkQuery
public HistoricActionLinkQueryImpl actionDefinitionId(String actionDefinitionId)
actionDefinitionId
in interface HistoricActionLinkQuery
public HistoricActionLinkQueryImpl scopeId(String scopeId)
scopeId
in interface HistoricActionLinkQuery
public HistoricActionLinkQueryImpl scopeType(String scopeType)
scopeType
in interface HistoricActionLinkQuery
public HistoricActionLinkQuery createdBefore(Date beforeTime)
createdBefore
in interface HistoricActionLinkQuery
public HistoricActionLinkQuery createdAfter(Date afterTime)
createdAfter
in interface HistoricActionLinkQuery
public long executeCount(CommandContext commandContext)
executeCount
in class AbstractQuery<HistoricActionLinkQuery,HistoricActionLink>
public List<HistoricActionLink> executeList(CommandContext commandContext)
executeList
in class AbstractQuery<HistoricActionLinkQuery,HistoricActionLink>
public String getId()
getId
in interface CacheAwareQuery<HistoricActionLinkEntity>
public void setId(String id)
public String getActionInstanceId()
public void setActionInstanceId(String actionInstanceId)
public String getActionDefinitionId()
public void setActionDefinitionId(String actionDefinitionId)
public String getScopeId()
public void setScopeId(String scopeId)
public String getScopeType()
public void setScopeType(String scopeType)
public Date getCreatedBefore()
public void setCreatedBefore(Date createdBefore)
public Date getCreatedAfter()
public void setCreatedAfter(Date createdAfter)