public interface UserDashboardManager
Manager interface for User Dashboard REST services.
| Modifier and Type | Method and Description | 
|---|---|
void | 
activate(String ambiguousId,
        String comment)
Activates a dashboard item. 
 | 
String | 
archive(String archiveType,
       FrontendObject frontendObject,
       String comment)
Archives the given work object. 
 | 
void | 
completeTask(String ambiguousId,
            Map<String,String> values,
            String comment)
Completes a task. 
 | 
FrontendObject | 
createQuery(FrontendObject frontendObject,
           String comment)
Creates a new query work object. 
 | 
InputStream | 
generateCasePreviewImage(String ambiguousId)
Generates a preview image for the given case. 
 | 
InputStream | 
generatePreviewImage(String ambiguousId)
Generates a preview image for the given task. 
 | 
InputStream | 
generateProcessPreviewImage(String ambiguousId)
Generates a preview image for the given process. 
 | 
FrontendObject | 
saveAndCompleteTask(FrontendObject frontendObject,
                   String comment)
Saves changes and completes a task. 
 | 
void | 
updateDocumentPlaceholders(String ambiguousId,
                          String comment)
Updates the document placeholders in a given document. 
 | 
void activate(String ambiguousId, String comment)
Activates a dashboard item.
ambiguousId - the work object global IDcomment - the change commentvoid completeTask(String ambiguousId, Map<String,String> values, String comment)
Completes a task.
ambiguousId - the task global IDvalues - variables to set when tasks is completedcomment - the change commentFrontendObject saveAndCompleteTask(FrontendObject frontendObject, String comment) throws Exception
Saves changes and completes a task.
frontendObject - the frontend object containing the changes to be savedcomment - the change commentException - if the task could not be completedString archive(String archiveType, FrontendObject frontendObject, String comment)
Archives the given work object.
archiveType - archive type to apply on the work object descendantsfrontendObject - the frontend object to be archivedcomment - the change commentFrontendObject createQuery(FrontendObject frontendObject, String comment) throws Exception
Creates a new query work object.
frontendObject - the frontend object to be createdcomment - the change commentExceptionvoid updateDocumentPlaceholders(String ambiguousId, String comment)
Updates the document placeholders in a given document.
ambiguousId - the document IDcomment - the change commentInputStream generatePreviewImage(String ambiguousId)
Generates a preview image for the given task.
ambiguousId - the task global IDInputStream generateProcessPreviewImage(String ambiguousId)
Generates a preview image for the given process.
ambiguousId - the process global IDInputStream generateCasePreviewImage(String ambiguousId)
Generates a preview image for the given case.
ambiguousId - the case global IDCopyright © 2010 - 2019 edorasware ag. All Rights Reserved.