Added missing annotation to WorkFlowService

Fixed incorrect workflow URL reference
Added authentication to test


git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@3685 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Derek Hulley
2006-09-04 22:11:21 +00:00
parent e244f2c93c
commit f9bec19af6
3 changed files with 7 additions and 1 deletions

View File

@@ -111,6 +111,7 @@ public interface WorkflowService
* @param workflowName workflow name e.g. jbpm://review
* @return the deployed workflow definition
*/
@Auditable(parameters = {"workflowName"})
public WorkflowDefinition getDefinitionByName(String workflowName);