public class RemoteServicesQueryCommandBuilder extends org.jbpm.query.jpa.builder.impl.AbstractQueryBuilderImpl<RemoteServicesQueryCommandBuilder> implements org.kie.internal.query.ExtendedParametrizedQueryBuilder<RemoteServicesQueryCommandBuilder,org.jbpm.process.audit.VariableInstanceLog>
AbstractQueryBuilderImpl implementation used by the REST query operations
to create the queries (the QueryData instances) needed.| Modifier and Type | Class and Description |
|---|---|
static class |
RemoteServicesQueryCommandBuilder.OrderBy |
| Constructor and Description |
|---|
RemoteServicesQueryCommandBuilder() |
RemoteServicesQueryCommandBuilder(String userId) |
RemoteServicesQueryCommandBuilder(String userId,
RemoteServicesQueryJPAService jpaService) |
| Modifier and Type | Method and Description |
|---|---|
RemoteServicesQueryCommandBuilder |
ascending(RemoteServicesQueryCommandBuilder.OrderBy field) |
org.kie.internal.query.ParametrizedQuery<org.jbpm.process.audit.VariableInstanceLog> |
build() |
RemoteServicesQueryCommandBuilder |
businessAdmin(String... businessAdminId)
Add one or more business administrator ids as a criteria to the query
|
RemoteServicesQueryCommandBuilder |
clear() |
RemoteServicesQueryCommandBuilder |
deploymentId(String... deploymentId)
Add one or more deployment ids as a criteria to the query
|
RemoteServicesQueryCommandBuilder |
descending(RemoteServicesQueryCommandBuilder.OrderBy field) |
RemoteServicesQueryCommandBuilder |
endDate(Date... date) |
RemoteServicesQueryCommandBuilder |
endDateMax(Date rangeEnd) |
RemoteServicesQueryCommandBuilder |
endDateMin(Date rangeStart) |
String |
getTaskUserId() |
RemoteServicesQueryCommandBuilder |
initiator(String... createdById)
Add one or more initiator ids as a criteria to the query
|
RemoteServicesQueryCommandBuilder |
last() |
RemoteServicesQueryCommandBuilder |
oldValue(String... oldVvalue) |
RemoteServicesQueryCommandBuilder |
potentialOwner(String... potentialOwnerId)
Add one or more potential owner ids as a criteria to the query
|
RemoteServicesQueryCommandBuilder |
processId(String... processId)
Add one or more process ids as a criteria to the query
|
RemoteServicesQueryCommandBuilder |
processInstanceId(long... processInstanceId)
Add one or more process instance ids as a criteria to the query
|
RemoteServicesQueryCommandBuilder |
processInstanceIdMax(long processInstanceId)
Add one or more process instance ids as a criteria to the query
|
RemoteServicesQueryCommandBuilder |
processInstanceIdMin(long processInstanceId)
Add one or more process instance ids as a criteria to the query
|
RemoteServicesQueryCommandBuilder |
processInstanceStatus(int... status)
Specify one more statuses (in the form of an int) as criteria.
|
RemoteServicesQueryCommandBuilder |
processVersion(String... processVersion)
Add one or more process versions as a criteria to the query
|
RemoteServicesQueryCommandBuilder |
stakeHolder(String... stakeHolderId)
Add one or more stakeholder ids as a criteria to the query
|
RemoteServicesQueryCommandBuilder |
startDate(Date... date) |
RemoteServicesQueryCommandBuilder |
startDateMax(Date rangeEnd) |
RemoteServicesQueryCommandBuilder |
startDateMin(Date rangeStart) |
RemoteServicesQueryCommandBuilder |
taskId(long... taskId)
Add one or more task ids as a criteria to the query
|
RemoteServicesQueryCommandBuilder |
taskIdMax(long taskId)
Add the end of a range of task ids as a criteria to the query
|
RemoteServicesQueryCommandBuilder |
taskIdMin(long taskId)
Add the start of a range of task ids as a criteria to the query
|
RemoteServicesQueryCommandBuilder |
taskOwner(String... taskOwnerId)
Add one or more (actual) task owner ids as a criteria to the query
|
RemoteServicesQueryCommandBuilder |
taskStatus(org.kie.api.task.model.Status... status)
Add one or more statuses as a criteria to the query
|
RemoteServicesQueryCommandBuilder |
value(String... value) |
RemoteServicesQueryCommandBuilder |
variableId(String... variableId) |
RemoteServicesQueryCommandBuilder |
variableValue(String variableId,
String value) |
RemoteServicesQueryCommandBuilder |
workItemId(long... workItemId) |
addIntParameter, addLongParameter, addObjectParameter, addRangeParameter, addRangeParameters, and, endGroup, equals, getQueryWhere, intersect, like, maxResults, newGroup, offset, or, regex, unionclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic RemoteServicesQueryCommandBuilder()
public RemoteServicesQueryCommandBuilder(String userId)
public RemoteServicesQueryCommandBuilder(String userId, RemoteServicesQueryJPAService jpaService)
public RemoteServicesQueryCommandBuilder deploymentId(String... deploymentId)
deploymentId - public RemoteServicesQueryCommandBuilder processId(String... processId)
processId - public RemoteServicesQueryCommandBuilder processVersion(String... processVersion)
processId - public RemoteServicesQueryCommandBuilder processInstanceId(long... processInstanceId)
processInstanceId - public RemoteServicesQueryCommandBuilder processInstanceIdMin(long processInstanceId)
processInstanceId - public RemoteServicesQueryCommandBuilder processInstanceIdMax(long processInstanceId)
processInstanceId - public RemoteServicesQueryCommandBuilder processInstanceStatus(int... status)
status - one or more int statusespublic RemoteServicesQueryCommandBuilder startDate(Date... date)
public RemoteServicesQueryCommandBuilder startDateMin(Date rangeStart)
public RemoteServicesQueryCommandBuilder startDateMax(Date rangeEnd)
public RemoteServicesQueryCommandBuilder endDate(Date... date)
public RemoteServicesQueryCommandBuilder endDateMin(Date rangeStart)
public RemoteServicesQueryCommandBuilder endDateMax(Date rangeEnd)
public RemoteServicesQueryCommandBuilder workItemId(long... workItemId)
public RemoteServicesQueryCommandBuilder taskId(long... taskId)
taskId - public RemoteServicesQueryCommandBuilder taskIdMin(long taskId)
taskId - the lower end of the range, inclusivepublic RemoteServicesQueryCommandBuilder taskIdMax(long taskId)
taskId - the upper end of the range, inclusivepublic RemoteServicesQueryCommandBuilder taskStatus(org.kie.api.task.model.Status... status)
status - public RemoteServicesQueryCommandBuilder initiator(String... createdById)
createdById - public RemoteServicesQueryCommandBuilder stakeHolder(String... stakeHolderId)
stakeHolderId - public RemoteServicesQueryCommandBuilder potentialOwner(String... potentialOwnerId)
stakeHolderId - public RemoteServicesQueryCommandBuilder taskOwner(String... taskOwnerId)
taskOwnerId - public RemoteServicesQueryCommandBuilder businessAdmin(String... businessAdminId)
businessAdminId - public RemoteServicesQueryCommandBuilder variableId(String... variableId)
public RemoteServicesQueryCommandBuilder value(String... value)
public RemoteServicesQueryCommandBuilder oldValue(String... oldVvalue)
public RemoteServicesQueryCommandBuilder variableValue(String variableId, String value)
public RemoteServicesQueryCommandBuilder last()
public RemoteServicesQueryCommandBuilder ascending(RemoteServicesQueryCommandBuilder.OrderBy field)
public RemoteServicesQueryCommandBuilder descending(RemoteServicesQueryCommandBuilder.OrderBy field)
public String getTaskUserId()
public RemoteServicesQueryCommandBuilder clear()
clear in interface org.kie.internal.query.ParametrizedQueryBuilder<RemoteServicesQueryCommandBuilder>clear in class org.jbpm.query.jpa.builder.impl.AbstractQueryBuilderImpl<RemoteServicesQueryCommandBuilder>public org.kie.internal.query.ParametrizedQuery<org.jbpm.process.audit.VariableInstanceLog> build()
build in interface org.kie.internal.query.ExtendedParametrizedQueryBuilder<RemoteServicesQueryCommandBuilder,org.jbpm.process.audit.VariableInstanceLog>Copyright © 2001–2016 JBoss by Red Hat. All rights reserved.