IBM BPM API for Web Service Clients v8.0.0

Uses of Class
com.lombardisoftware.webapi.Service

Uses of Service in com.lombardisoftware.webapi
 

Methods in com.lombardisoftware.webapi that return Service
 Service ExposedItem.getService()
          Gets the service value for this ExposedItem.
 Service Favorite.getService()
          Gets the service value for this Favorite.
 Service Task.getService()
          Gets the service value for this Task.
 

Methods in com.lombardisoftware.webapi with parameters of type Service
 void ExposedItem.setService(Service service)
          Sets the service value for this ExposedItem.
 void Favorite.setService(Service service)
          Sets the service value for this Favorite.
 void Task.setService(Service service)
          Sets the service value for this Task.
 

Constructors in com.lombardisoftware.webapi with parameters of type Service
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)
           
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.