public interface ActivitiResource extends AuthenticatedResource
Modifier and Type | Method and Description |
---|---|
GenericResponse |
assign(String id,
PageTask pageTask)
Assign a page to the given task
|
GenericResponse |
delete(String id)
Delete all assignments for a given task
|
PageTaskListResponse |
get(String id)
Get the pages assigned to the given task
|
setSessionId
PageTaskListResponse get(String id) throws Exception
id
- task IDException
GenericResponse assign(String id, PageTask pageTask) throws Exception
id
- task IDpageTask
- assigned page and event infoException
GenericResponse delete(String id) throws Exception
id
- task IDException
Copyright © 2015 Gentics Software. All rights reserved.