public class ActivityServiceSoapBindingStub extends org.apache.axis.client.Stub implements ActivityServiceInterface
_call, cachedEndpoint, cachedPassword, cachedPortName, cachedProperties, cachedTimeout, cachedUsername, maintainSession, maintainSessionSet, serviceENDPOINT_ADDRESS_PROPERTY, PASSWORD_PROPERTY, SESSION_MAINTAIN_PROPERTY, USERNAME_PROPERTY| Constructor and Description |
|---|
ActivityServiceSoapBindingStub() |
ActivityServiceSoapBindingStub(javax.xml.rpc.Service service) |
ActivityServiceSoapBindingStub(URL endpointURL,
javax.xml.rpc.Service service) |
| Modifier and Type | Method and Description |
|---|---|
Activity[] |
createActivities(Activity[] activities)
Creates a new
Activity objects. |
Activity |
createActivity(Activity activity)
Creates a new
Activity. |
protected org.apache.axis.client.Call |
createCall() |
ActivityPage |
getActivitiesByStatement(Statement filterStatement)
|
Activity |
getActivity(Integer activityId)
Returns the
Activity uniquely identified by the given
ID. |
Activity[] |
updateActivities(Activity[] activities)
Updates the specified
Activity objects. |
Activity |
updateActivity(Activity activity)
Updates the specified
Activity. |
_createCall, _getCall, _getProperty, _getPropertyNames, _getService, _setProperty, addAttachment, clearAttachments, clearHeaders, extractAttachments, firstCall, getAttachments, getHeader, getHeaders, getPassword, getPortName, getResponseHeader, getResponseHeaders, getResponseHeaders, getTimeout, getUsername, removeProperty, setAttachments, setHeader, setHeader, setMaintainSession, setPassword, setPortName, setPortName, setRequestHeaders, setTimeout, setUsernamepublic ActivityServiceSoapBindingStub()
throws org.apache.axis.AxisFault
org.apache.axis.AxisFaultpublic ActivityServiceSoapBindingStub(URL endpointURL, javax.xml.rpc.Service service) throws org.apache.axis.AxisFault
org.apache.axis.AxisFaultpublic ActivityServiceSoapBindingStub(javax.xml.rpc.Service service) throws org.apache.axis.AxisFault
org.apache.axis.AxisFaultprotected org.apache.axis.client.Call createCall()
throws RemoteException
RemoteExceptionpublic Activity[] createActivities(Activity[] activities) throws RemoteException, ApiException
ActivityServiceInterfaceActivity objects.createActivities in interface ActivityServiceInterfaceactivities - to be created.RemoteExceptionApiExceptionpublic Activity createActivity(Activity activity) throws RemoteException, ApiException
ActivityServiceInterfaceActivity.createActivity in interface ActivityServiceInterfaceactivity - to be createdRemoteExceptionApiExceptionpublic ActivityPage getActivitiesByStatement(Statement filterStatement) throws RemoteException, ApiException
ActivityServiceInterfaceActivityPage of Activity objects that
satisfy the given
Statement.query. The following fields are supported
for filtering:
id |
Activity.id |
name |
Activity.name |
expectedURL |
Activity.expectedURL |
status |
Activity.status |
activityGroupId |
Activity.activityGroupId |
Note: activityGroupId is required
in the statement.
getActivitiesByStatement in interface ActivityServiceInterfacefilterStatement - a statement used to filter a set of activities.RemoteExceptionApiExceptionpublic Activity getActivity(Integer activityId) throws RemoteException, ApiException
ActivityServiceInterfaceActivity uniquely identified by the given
ID.getActivity in interface ActivityServiceInterfaceactivityId - the ID of the activity, which must already existActivity uniquely identified by the given IDRemoteExceptionApiExceptionpublic Activity[] updateActivities(Activity[] activities) throws RemoteException, ApiException
ActivityServiceInterfaceActivity objects.updateActivities in interface ActivityServiceInterfaceactivities - to be updated.RemoteExceptionApiExceptionpublic Activity updateActivity(Activity activity) throws RemoteException, ApiException
ActivityServiceInterfaceActivity.updateActivity in interface ActivityServiceInterfaceactivity - to be updated.RemoteExceptionApiExceptionCopyright © 2013. All Rights Reserved.