public interface ActivityServiceInterface extends Remote
| Modifier and Type | Method and Description |
|---|---|
Activity[] |
createActivities(Activity[] activities)
Creates a new
Activity objects. |
ActivityPage |
getActivitiesByStatement(Statement filterStatement)
|
Activity[] |
updateActivities(Activity[] activities)
Updates the specified
Activity objects. |
Activity[] createActivities(Activity[] activities) throws RemoteException, ApiException
Activity objects.RemoteExceptionApiExceptionActivityPage 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 |
RemoteExceptionApiExceptionActivity[] updateActivities(Activity[] activities) throws RemoteException, ApiException
Activity objects.RemoteExceptionApiExceptionCopyright © 2023. All rights reserved.