mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-24 17:32:48 +00:00
Added getTaskDefinitions to WorkflowService - required for delete model validation
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@6693 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -148,6 +148,15 @@ public interface WorkflowService
|
||||
@Auditable(parameters = {"workflowDefinitionId"})
|
||||
public byte[] getDefinitionImage(String workflowDefinitionId);
|
||||
|
||||
/**
|
||||
* Gets the Task Definitions for the given Workflow Definition
|
||||
*
|
||||
* @param workflowDefinitionId the workflow definition id
|
||||
* @return the deployed task definitions (or null if not found)
|
||||
*/
|
||||
@Auditable(parameters = {"workflowDefinitionId"})
|
||||
public List<WorkflowTaskDefinition> getTaskDefinitions(final String workflowDefinitionId);
|
||||
|
||||
|
||||
//
|
||||
// Workflow Instance Management
|
||||
|
Reference in New Issue
Block a user