Package | Description |
---|---|
com.comalatech.workflow |
This package provide the services for accessing and manipulating Ad hoc Workflows information
|
Modifier and Type | Method and Description |
---|---|
List<ContentTask> |
TaskService.getActiveTasks(com.atlassian.confluence.core.ContentEntityObject ceo)
Returns a list of tasks which are currently active on the given content
object.
|
Iterator<ContentTask> |
ApprovalService.getAssigned(Set<String> spaceKeys,
String userName)
Deprecated.
This method will be removed in upcoming versions.
We encourage developers to use CQL based searches for retrieving lists of content. Either by using the Confluence CQLSearchService interface or the CQL Search REST API. You can found the list of available CQL mappings for Comala Workflows in our documentation wiki. |
List<ContentTask> |
TaskService.getAssigned(String userName,
Set<String> spaceKeys)
Deprecated.
This method will be removed in upcoming versions.
We encourage developers to use CQL based searches for retrieving lists of content. Either by using the Confluence CQLSearchService interface or the CQL Search REST API. You can found the list of available CQL mappings for Comala Workflows in our documentation wiki. |
List<ContentTask> |
TaskService.getAvailable(Set<String> spaceKeys)
Deprecated.
This method will be removed in upcoming versions.
We encourage developers to use CQL based searches for retrieving lists of content. Either by using the Confluence CQLSearchService interface or the CQL Search REST API. You can found the list of available CQL mappings for Comala Workflows in our documentation wiki. |
List<ContentTask> |
TaskService.getCompletedTasks(com.atlassian.confluence.core.ContentEntityObject ceo)
Returns a list of tasks which are completed on the given content object.
|
List<ContentTask> |
TaskService.getTasks(com.atlassian.confluence.core.ContentEntityObject ceo)
Returns all tasks which are on the given content object.
|
Copyright © 2021 Comala Technology Solutions, Inc.. All rights reserved.