IBM BPM API for Web Service Clients v8.0.0

Uses of Class
com.lombardisoftware.webapi.ProcessInstance

Uses of ProcessInstance in com.lombardisoftware.webapi
 

Methods in com.lombardisoftware.webapi that return ProcessInstance
 ProcessInstance Task.getProcessInstance()
          Gets the processInstance value for this Task.
 ProcessInstance WebAPI.getProcessInstance(long processInstanceId)
          Get a process instance
 ProcessInstance[] WebAPI.getProcessInstancesForSavedSearch(long savedSearchId)
          Get the process instances returned by the execution of a saved search.
 ProcessInstance WebAPI.startProcess(Process process, Variable[] inputs)
          Start a process and create a new process instance
 ProcessInstance WebAPI.startProcessWithInfoPathForm(Process process, long formId, InfoPathFormData formData)
          Start a process and create a new process instance with the output of an InfoPath form.
 

Methods in com.lombardisoftware.webapi with parameters of type ProcessInstance
 void Task.setProcessInstance(ProcessInstance processInstance)
          Sets the processInstance value for this Task.
 

Constructors in com.lombardisoftware.webapi with parameters of type ProcessInstance
Task(java.lang.String activityName, java.lang.String assignedToRole, java.lang.String assignedToUser, InfoPathFormAttachment attachedInfoPathForm, BusinessData businessData, java.lang.String closedBy, java.util.Calendar closedDate, java.util.Calendar dueDate, long id, java.lang.String narrative, java.lang.String participant, java.lang.String participantDisplayName, java.lang.String priority, java.lang.Integer priorityRanking, ProcessInstance processInstance, java.util.Calendar readDate, java.util.Calendar receivedDate, java.util.Calendar sentDate, java.lang.String serverAddress, Service service, java.lang.String status, java.lang.String subject, ActionPermission[] actionPermissions, java.lang.String sharepointDiscussionUrl, ExternalActivityAttachment attachedExternalActivity)
           
 


IBM BPM API for Web Service Clients v8.0.0

(C) Copyright IBM Corporation 2011. All Rights Reserved.