public class ProcessDefinitionQueryImpl extends AbstractQuery<ProcessDefinitionQuery,ProcessDefinition> implements ProcessDefinitionQuery
| Modifier and Type | Field and Description |
|---|---|
protected String |
authorizationUserId |
protected String |
category |
protected String |
categoryLike |
protected String |
deploymentId |
protected String |
eventSubscriptionName |
protected String |
eventSubscriptionType |
protected String |
id |
protected String |
incidentId |
protected String |
incidentMessage |
protected String |
incidentMessageLike |
protected String |
incidentType |
protected String |
key |
protected String |
keyLike |
protected boolean |
latest |
protected String |
name |
protected String |
nameLike |
protected String |
procDefId |
protected String |
resourceName |
protected String |
resourceNameLike |
protected SuspensionState |
suspensionState |
protected Integer |
version |
commandContext, commandExecutor, orderBy, orderProperty, resultType, SORTORDER_ASC, SORTORDER_DESCdatabaseType, firstResult, maxResults, parameterauthDefaultPerm, authGroupIds, authPerms, authResourceId, authResourceIdQueryParam, authResourceType, authUserId, isAuthorizationCheckEnabled| Constructor and Description |
|---|
ProcessDefinitionQueryImpl() |
ProcessDefinitionQueryImpl(CommandContext commandContext) |
ProcessDefinitionQueryImpl(CommandExecutor commandExecutor) |
| Modifier and Type | Method and Description |
|---|---|
ProcessDefinitionQuery |
active()
Only selects process definitions which are active
|
void |
checkQueryOk() |
ProcessDefinitionQueryImpl |
deploymentId(String deploymentId)
Only select process definitions that are deployed in a deployment with the
given deployment id
|
ProcessDefinitionQuery |
eventSubscription(String eventType,
String eventName) |
long |
executeCount(CommandContext commandContext) |
List<ProcessDefinition> |
executeList(CommandContext commandContext,
Page page)
Executes the actual query to retrieve the list of results.
|
String |
getCategory() |
String |
getCategoryLike() |
String |
getDeploymentId() |
String |
getId() |
String |
getIncidentId() |
String |
getIncidentMessage() |
String |
getIncidentMessageLike() |
String |
getIncidentType() |
String |
getKey() |
String |
getKeyLike() |
String |
getName() |
String |
getNameLike() |
String |
getResourceName() |
String |
getResourceNameLike() |
SuspensionState |
getSuspensionState() |
Integer |
getVersion() |
ProcessDefinitionQuery |
incidentId(String incidentId)
Only selects process definitions with the given incident id.
|
ProcessDefinitionQuery |
incidentMessage(String incidentMessage)
Only selects process definitions with the given incident message.
|
ProcessDefinitionQuery |
incidentMessageLike(String incidentMessageLike)
Only selects process definitions with an incident message like the given.
|
ProcessDefinitionQuery |
incidentType(String incidentType)
Only selects process definitions with the given incident type.
|
boolean |
isLatest() |
ProcessDefinitionQueryImpl |
latestVersion()
Only select the process definitions which are the latest deployed
(ie.
|
ProcessDefinitionQuery |
messageEventSubscription(String messageName) |
ProcessDefinitionQuery |
messageEventSubscriptionName(String messageName)
Selects the single process definition which has a start message event
with the messageName.
|
ProcessDefinitionQuery |
orderByDeploymentId()
Order by deployment id (needs to be followed by
Query.asc() or Query.desc()). |
ProcessDefinitionQuery |
orderByProcessDefinitionCategory()
Order by the category of the process definitions (needs to be followed by
Query.asc() or Query.desc()). |
ProcessDefinitionQuery |
orderByProcessDefinitionId()
Order by the id of the process definitions (needs to be followed by
Query.asc() or Query.desc()). |
ProcessDefinitionQuery |
orderByProcessDefinitionKey()
Order by process definition key (needs to be followed by
Query.asc() or Query.desc()). |
ProcessDefinitionQuery |
orderByProcessDefinitionName()
Order by the name of the process definitions (needs to be followed by
Query.asc() or Query.desc()). |
ProcessDefinitionQuery |
orderByProcessDefinitionVersion()
Order by the version of the process definitions (needs to be followed by
Query.asc() or Query.desc()). |
ProcessDefinitionQueryImpl |
processDefinitionCategory(String category)
Only select process definitions with the given category.
|
ProcessDefinitionQueryImpl |
processDefinitionCategoryLike(String categoryLike)
Only select process definitions where the category matches the given parameter.
|
ProcessDefinitionQueryImpl |
processDefinitionId(String processDefinitionId)
Only select process definiton with the given id.
|
ProcessDefinitionQueryImpl |
processDefinitionKey(String key)
Only select process definition with the given key.
|
ProcessDefinitionQueryImpl |
processDefinitionKeyLike(String keyLike)
Only select process definitions where the key matches the given parameter.
|
ProcessDefinitionQueryImpl |
processDefinitionName(String name)
Only select process definitions with the given name.
|
ProcessDefinitionQueryImpl |
processDefinitionNameLike(String nameLike)
Only select process definitions where the name matches the given parameter.
|
ProcessDefinitionQueryImpl |
processDefinitionResourceName(String resourceName)
Only select process definition with the given resource name.
|
ProcessDefinitionQueryImpl |
processDefinitionResourceNameLike(String resourceNameLike)
Only select process definition with a resource name like the given .
|
ProcessDefinitionQuery |
processDefinitionStarter(String procDefId) |
ProcessDefinitionQueryImpl |
processDefinitionVersion(Integer version)
Only select process definition with a certain version.
|
void |
setSuspensionState(SuspensionState suspensionState) |
ProcessDefinitionQueryImpl |
startableByUser(String userId)
Only selects process definitions which given userId is authorized to start
|
ProcessDefinitionQuery |
suspended()
Only selects process definitions which are suspended
|
addOrder, asc, assertParamNotNull, assertParamNotNull, count, desc, direction, execute, executeSingleResult, getOrderBy, list, listPage, orderBy, setCommandExecutor, singleResultgetDatabaseType, getFirstResult, getFirstRow, getLastRow, getMaxResults, getParameter, setDatabaseType, setFirstResult, setMaxResults, setOrderBy, setParametergetAuthDefaultPerm, getAuthGroupIds, getAuthPerms, getAuthResourceId, getAuthResourceIdQueryParam, getAuthResourceType, getAuthUserId, isAuthorizationCheckEnabled, setAuthDefaultPerm, setAuthGroupIds, setAuthorizationCheckEnabled, setAuthPerms, setAuthResourceId, setAuthResourceIdQueryParam, setAuthResourceType, setAuthUserIdprotected String id
protected String category
protected String categoryLike
protected String name
protected String nameLike
protected String deploymentId
protected String key
protected String keyLike
protected String resourceName
protected String resourceNameLike
protected Integer version
protected boolean latest
protected SuspensionState suspensionState
protected String authorizationUserId
protected String procDefId
protected String incidentType
protected String incidentId
protected String incidentMessage
protected String incidentMessageLike
protected String eventSubscriptionName
protected String eventSubscriptionType
public ProcessDefinitionQueryImpl()
public ProcessDefinitionQueryImpl(CommandContext commandContext)
public ProcessDefinitionQueryImpl(CommandExecutor commandExecutor)
public ProcessDefinitionQueryImpl processDefinitionId(String processDefinitionId)
ProcessDefinitionQueryprocessDefinitionId in interface ProcessDefinitionQuerypublic ProcessDefinitionQueryImpl processDefinitionCategory(String category)
ProcessDefinitionQueryprocessDefinitionCategory in interface ProcessDefinitionQuerypublic ProcessDefinitionQueryImpl processDefinitionCategoryLike(String categoryLike)
ProcessDefinitionQueryprocessDefinitionCategoryLike in interface ProcessDefinitionQuerypublic ProcessDefinitionQueryImpl processDefinitionName(String name)
ProcessDefinitionQueryprocessDefinitionName in interface ProcessDefinitionQuerypublic ProcessDefinitionQueryImpl processDefinitionNameLike(String nameLike)
ProcessDefinitionQueryprocessDefinitionNameLike in interface ProcessDefinitionQuerypublic ProcessDefinitionQueryImpl deploymentId(String deploymentId)
ProcessDefinitionQuerydeploymentId in interface ProcessDefinitionQuerypublic ProcessDefinitionQueryImpl processDefinitionKey(String key)
ProcessDefinitionQueryprocessDefinitionKey in interface ProcessDefinitionQuerypublic ProcessDefinitionQueryImpl processDefinitionKeyLike(String keyLike)
ProcessDefinitionQueryprocessDefinitionKeyLike in interface ProcessDefinitionQuerypublic ProcessDefinitionQueryImpl processDefinitionResourceName(String resourceName)
ProcessDefinitionQueryprocessDefinitionResourceName in interface ProcessDefinitionQuerypublic ProcessDefinitionQueryImpl processDefinitionResourceNameLike(String resourceNameLike)
ProcessDefinitionQueryprocessDefinitionResourceNameLike in interface ProcessDefinitionQuerypublic ProcessDefinitionQueryImpl processDefinitionVersion(Integer version)
ProcessDefinitionQueryProcessDefinitionQuery.processDefinitionKey(String)processDefinitionVersion in interface ProcessDefinitionQuerypublic ProcessDefinitionQueryImpl latestVersion()
ProcessDefinitionQueryProcessDefinitionQuery.processDefinitionKey(String) of ProcessDefinitionQuery.processDefinitionKeyLike(String).
Can also be used without any other criteria (ie. query.latest().list()), which
will then give all the latest versions of all the deployed process definitions.latestVersion in interface ProcessDefinitionQuerypublic ProcessDefinitionQuery active()
ProcessDefinitionQueryactive in interface ProcessDefinitionQuerypublic ProcessDefinitionQuery suspended()
ProcessDefinitionQuerysuspended in interface ProcessDefinitionQuerypublic ProcessDefinitionQuery messageEventSubscription(String messageName)
messageEventSubscription in interface ProcessDefinitionQueryProcessDefinitionQuery.messageEventSubscriptionName(String)public ProcessDefinitionQuery messageEventSubscriptionName(String messageName)
ProcessDefinitionQuerymessageEventSubscriptionName in interface ProcessDefinitionQuerypublic ProcessDefinitionQuery processDefinitionStarter(String procDefId)
public ProcessDefinitionQuery eventSubscription(String eventType, String eventName)
public ProcessDefinitionQuery incidentType(String incidentType)
ProcessDefinitionQueryincidentType in interface ProcessDefinitionQuerypublic ProcessDefinitionQuery incidentId(String incidentId)
ProcessDefinitionQueryincidentId in interface ProcessDefinitionQuerypublic ProcessDefinitionQuery incidentMessage(String incidentMessage)
ProcessDefinitionQueryincidentMessage in interface ProcessDefinitionQuerypublic ProcessDefinitionQuery incidentMessageLike(String incidentMessageLike)
ProcessDefinitionQueryincidentMessageLike in interface ProcessDefinitionQuerypublic ProcessDefinitionQuery orderByDeploymentId()
ProcessDefinitionQueryQuery.asc() or Query.desc()).orderByDeploymentId in interface ProcessDefinitionQuerypublic ProcessDefinitionQuery orderByProcessDefinitionKey()
ProcessDefinitionQueryQuery.asc() or Query.desc()).orderByProcessDefinitionKey in interface ProcessDefinitionQuerypublic ProcessDefinitionQuery orderByProcessDefinitionCategory()
ProcessDefinitionQueryQuery.asc() or Query.desc()).orderByProcessDefinitionCategory in interface ProcessDefinitionQuerypublic ProcessDefinitionQuery orderByProcessDefinitionId()
ProcessDefinitionQueryQuery.asc() or Query.desc()).orderByProcessDefinitionId in interface ProcessDefinitionQuerypublic ProcessDefinitionQuery orderByProcessDefinitionVersion()
ProcessDefinitionQueryQuery.asc() or Query.desc()).orderByProcessDefinitionVersion in interface ProcessDefinitionQuerypublic ProcessDefinitionQuery orderByProcessDefinitionName()
ProcessDefinitionQueryQuery.asc() or Query.desc()).orderByProcessDefinitionName in interface ProcessDefinitionQuerypublic long executeCount(CommandContext commandContext)
executeCount in class AbstractQuery<ProcessDefinitionQuery,ProcessDefinition>public List<ProcessDefinition> executeList(CommandContext commandContext, Page page)
AbstractQueryexecuteList in class AbstractQuery<ProcessDefinitionQuery,ProcessDefinition>page - used if the results must be paged. If null, no paging will be applied.public void checkQueryOk()
checkQueryOk in class AbstractQuery<ProcessDefinitionQuery,ProcessDefinition>public String getDeploymentId()
public String getId()
public String getName()
public String getNameLike()
public String getKey()
public String getKeyLike()
public Integer getVersion()
public boolean isLatest()
public String getCategory()
public String getCategoryLike()
public String getResourceName()
public String getResourceNameLike()
public SuspensionState getSuspensionState()
public void setSuspensionState(SuspensionState suspensionState)
public String getIncidentId()
public String getIncidentType()
public String getIncidentMessage()
public String getIncidentMessageLike()
public ProcessDefinitionQueryImpl startableByUser(String userId)
ProcessDefinitionQuerystartableByUser in interface ProcessDefinitionQueryCopyright © 2015. All rights reserved.