| Package | Description |
|---|---|
| org.kie.remote.services.rest.query | |
| org.kie.remote.services.rest.query.helpers |
| Modifier and Type | Method and Description |
|---|---|
RemoteServicesQueryCommandBuilder |
RemoteServicesQueryCommandBuilder.ascending(RemoteServicesQueryCommandBuilder.OrderBy field) |
RemoteServicesQueryCommandBuilder |
RemoteServicesQueryCommandBuilder.businessAdmin(String... businessAdminId)
Add one or more business administrator ids as a criteria to the query
|
RemoteServicesQueryCommandBuilder |
RemoteServicesQueryCommandBuilder.clear() |
RemoteServicesQueryCommandBuilder |
RemoteServicesQueryCommandBuilder.deploymentId(String... deploymentId)
Add one or more deployment ids as a criteria to the query
|
RemoteServicesQueryCommandBuilder |
RemoteServicesQueryCommandBuilder.descending(RemoteServicesQueryCommandBuilder.OrderBy field) |
RemoteServicesQueryCommandBuilder |
RemoteServicesQueryCommandBuilder.endDate(Date... date) |
RemoteServicesQueryCommandBuilder |
RemoteServicesQueryCommandBuilder.endDateMax(Date rangeEnd) |
RemoteServicesQueryCommandBuilder |
RemoteServicesQueryCommandBuilder.endDateMin(Date rangeStart) |
RemoteServicesQueryCommandBuilder |
RemoteServicesQueryCommandBuilder.initiator(String... createdById)
Add one or more initiator ids as a criteria to the query
|
RemoteServicesQueryCommandBuilder |
RemoteServicesQueryCommandBuilder.last() |
RemoteServicesQueryCommandBuilder |
RemoteServicesQueryCommandBuilder.oldValue(String... oldVvalue) |
RemoteServicesQueryCommandBuilder |
RemoteServicesQueryCommandBuilder.potentialOwner(String... potentialOwnerId)
Add one or more potential owner ids as a criteria to the query
|
RemoteServicesQueryCommandBuilder |
RemoteServicesQueryCommandBuilder.processId(String... processId)
Add one or more process ids as a criteria to the query
|
RemoteServicesQueryCommandBuilder |
RemoteServicesQueryCommandBuilder.processInstanceId(long... processInstanceId)
Add one or more process instance ids as a criteria to the query
|
RemoteServicesQueryCommandBuilder |
RemoteServicesQueryCommandBuilder.processInstanceIdMax(long processInstanceId)
Add one or more process instance ids as a criteria to the query
|
RemoteServicesQueryCommandBuilder |
RemoteServicesQueryCommandBuilder.processInstanceIdMin(long processInstanceId)
Add one or more process instance ids as a criteria to the query
|
RemoteServicesQueryCommandBuilder |
RemoteServicesQueryCommandBuilder.processInstanceStatus(int... status)
Specify one more statuses (in the form of an int) as criteria.
|
RemoteServicesQueryCommandBuilder |
RemoteServicesQueryCommandBuilder.processVersion(String... processVersion)
Add one or more process versions as a criteria to the query
|
RemoteServicesQueryCommandBuilder |
RemoteServicesQueryCommandBuilder.stakeHolder(String... stakeHolderId)
Add one or more stakeholder ids as a criteria to the query
|
RemoteServicesQueryCommandBuilder |
RemoteServicesQueryCommandBuilder.startDate(Date... date) |
RemoteServicesQueryCommandBuilder |
RemoteServicesQueryCommandBuilder.startDateMax(Date rangeEnd) |
RemoteServicesQueryCommandBuilder |
RemoteServicesQueryCommandBuilder.startDateMin(Date rangeStart) |
RemoteServicesQueryCommandBuilder |
RemoteServicesQueryCommandBuilder.taskId(long... taskId)
Add one or more task ids as a criteria to the query
|
RemoteServicesQueryCommandBuilder |
RemoteServicesQueryCommandBuilder.taskIdMax(long taskId)
Add the end of a range of task ids as a criteria to the query
|
RemoteServicesQueryCommandBuilder |
RemoteServicesQueryCommandBuilder.taskIdMin(long taskId)
Add the start of a range of task ids as a criteria to the query
|
RemoteServicesQueryCommandBuilder |
RemoteServicesQueryCommandBuilder.taskOwner(String... taskOwnerId)
Add one or more (actual) task owner ids as a criteria to the query
|
RemoteServicesQueryCommandBuilder |
RemoteServicesQueryCommandBuilder.taskStatus(org.kie.api.task.model.Status... status)
Add one or more statuses as a criteria to the query
|
RemoteServicesQueryCommandBuilder |
RemoteServicesQueryCommandBuilder.value(String... value) |
RemoteServicesQueryCommandBuilder |
RemoteServicesQueryCommandBuilder.variableId(String... variableId) |
RemoteServicesQueryCommandBuilder |
RemoteServicesQueryCommandBuilder.variableValue(String variableId,
String value) |
RemoteServicesQueryCommandBuilder |
RemoteServicesQueryCommandBuilder.workItemId(long... workItemId) |
| Modifier and Type | Method and Description |
|---|---|
protected static void |
InternalProcInstQueryHelper.setPaginationParameters(int[] pageInfo,
RemoteServicesQueryCommandBuilder determiningQueryBuilder)
Set the pagination parameters on the query builder that determines the number of results (the task query builder, in this case)
|
Copyright © 2001–2016 JBoss by Red Hat. All rights reserved.