KIE Remote Services :: Services 6.2.0.Beta3

Uses of Class
org.kie.remote.services.rest.query.RemoteServicesQueryCommandBuilder

Packages that use RemoteServicesQueryCommandBuilder
org.kie.remote.services.rest.query   
 

Uses of RemoteServicesQueryCommandBuilder in org.kie.remote.services.rest.query
 

Methods in org.kie.remote.services.rest.query that return RemoteServicesQueryCommandBuilder
 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.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.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.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.workItemId(long... workItemId)
           
 


KIE Remote Services :: Services 6.2.0.Beta3

Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.