IBM BPM API for Web Service Clients v8.0.0

Uses of Class
com.lombardisoftware.webapi.Process

Uses of Process in com.lombardisoftware.webapi
 

Methods in com.lombardisoftware.webapi that return Process
 Process ExposedItem.getProcess()
          Gets the process value for this ExposedItem.
 Process Favorite.getProcess()
          Gets the process value for this Favorite.
 Process ProcessInstance.getProcess()
          Gets the process value for this ProcessInstance.
 Process SearchMetaData.getProcess()
          Gets the process value for this SearchMetaData.
 Process WebAPI.getProcessBySystemId(java.lang.String processAppAcronym, java.lang.String processSystemId)
          Get a process by its system identifier
 

Methods in com.lombardisoftware.webapi with parameters of type Process
 SearchMetaData WebAPI.getSearchMetaDataForProcess(Process process)
          Returns the available business data search columns for a process
 void ExposedItem.setProcess(Process process)
          Sets the process value for this ExposedItem.
 void Favorite.setProcess(Process process)
          Sets the process value for this Favorite.
 void ProcessInstance.setProcess(Process process)
          Sets the process value for this ProcessInstance.
 void SearchMetaData.setProcess(Process process)
          Sets the process value for this SearchMetaData.
 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.
 

Constructors in com.lombardisoftware.webapi with parameters of type Process
ExposedItem(long id, java.lang.String name, java.lang.String type, java.lang.String displayName, java.lang.Boolean startable, java.lang.String URL, Service service, Process process, Scoreboard scoreboard, Report report, InfoPathForm infoPathForm, java.lang.Boolean infoPathFormOfflineOnly)
           
Favorite(long id, java.lang.String name, java.lang.String displayName, java.lang.Boolean startable, FavoriteType type, Service service, Process process, InfoPathForm infoPathForm, java.lang.Boolean infoPathFormOfflineOnly)
           
ProcessInstance(java.util.Calendar dueDate, long id, java.lang.String name, java.lang.String status, Task[] tasks, Process process, java.lang.String sharepointSiteUrl, BusinessData businessData, java.util.Calendar createDate, java.util.Calendar modifyDate)
           
SearchMetaData(SearchColumnMetaData[] columns, Process process)
           
 


IBM BPM API for Web Service Clients v8.0.0

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