public interface ActivityServiceInterface extends Remote
| Modifier and Type | Method and Description |
|---|---|
Activity[] |
createActivities(Activity[] activities)
Creates a new
Activity objects. |
Activity |
createActivity(Activity activity)
Creates a new
Activity. |
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. |
Activity[] createActivities(Activity[] activities) throws RemoteException, ApiException
Activity objects.activities - to be created.RemoteExceptionApiExceptionActivity createActivity(Activity activity) throws RemoteException, ApiException
Activity.activity - to be createdRemoteExceptionApiExceptionActivityPage getActivitiesByStatement(Statement filterStatement) throws RemoteException, ApiException
ActivityPage of Activity objects that
satisfy the given
Statement.query. The following fields are supported
for filtering:
| PQL Property | Object Property |
|---|---|
id |
Activity.id |
name |
Activity.name |
expectedURL |
Activity.expectedURL |
status |
Activity.status |
activityGroupId |
Activity.activityGroupId |
filterStatement - a statement used to filter a set of activities.RemoteExceptionApiExceptionActivity getActivity(Integer activityId) throws RemoteException, ApiException
Activity uniquely identified by the given
ID.activityId - the ID of the activity, which must already existActivity uniquely identified by the given IDRemoteExceptionApiExceptionActivity[] updateActivities(Activity[] activities) throws RemoteException, ApiException
Activity objects.activities - to be updated.RemoteExceptionApiExceptionActivity updateActivity(Activity activity) throws RemoteException, ApiException
Activity.activity - to be updated.RemoteExceptionApiExceptionCopyright © 2014. All Rights Reserved.