public interface UserDashboardManager
| Modifier and Type | Method and Description |
|---|---|
void |
activate(String ambiguousId,
String comment)
Activates a dashboard item.
|
String |
archive(FrontendObject frontendObject,
String comment)
Archives the given work object.
|
void |
completeTask(String ambiguousId,
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 |
getNextTask(String ambiguousId)
Deprecated.
|
FrontendObject |
getNextTaskOfProcess(String ambiguousId)
Deprecated.
|
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)
ambiguousId - the work object global IDcomment - the change commentvoid completeTask(String ambiguousId, String comment)
ambiguousId - the task global IDcomment - the change commentFrontendObject saveAndCompleteTask(FrontendObject frontendObject, String comment) throws Exception
frontendObject - the frontend object containing the changes to be savedcomment - the change commentException - if the task could not be completedString archive(FrontendObject frontendObject, String comment)
frontendObject - the frontend object to be archivedcomment - the change commentFrontendObject createQuery(FrontendObject frontendObject, String comment) throws Exception
frontendObject - the frontend object to be createdcomment - the change commentExceptionvoid updateDocumentPlaceholders(String ambiguousId, String comment)
ambiguousId - the document IDcomment - the change comment@Deprecated FrontendObject getNextTaskOfProcess(String ambiguousId)
ambiguousId - the process global ID@Deprecated FrontendObject getNextTask(String ambiguousId)
ambiguousId - the task global IDInputStream generatePreviewImage(String ambiguousId)
ambiguousId - the task global IDInputStream generateProcessPreviewImage(String ambiguousId)
ambiguousId - the process global IDInputStream generateCasePreviewImage(String ambiguousId)
ambiguousId - the case global IDCopyright © 2010 - 2017 edorasware ag. All Rights Reserved.