From 7d160bc4d9974d983f7988a130f95666459d8d13 Mon Sep 17 00:00:00 2001 From: Jan Vonka Date: Thu, 14 Jun 2007 15:50:56 +0000 Subject: [PATCH] - updated comment with correct eg workflow definition name - fixed typo git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@5959 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261 --- .../org/alfresco/repo/workflow/WorkflowComponent.java | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/source/java/org/alfresco/repo/workflow/WorkflowComponent.java b/source/java/org/alfresco/repo/workflow/WorkflowComponent.java index 706ac4ab6f..006bfd1eb9 100644 --- a/source/java/org/alfresco/repo/workflow/WorkflowComponent.java +++ b/source/java/org/alfresco/repo/workflow/WorkflowComponent.java @@ -108,7 +108,7 @@ public interface WorkflowComponent /** * Gets a Workflow Definition by unique name * - * @param workflowName workflow name e.g. jbpm://review + * @param workflowName workflow name e.g. jbpm$wf:review * @return the deployed workflow definition */ public WorkflowDefinition getDefinitionByName(String workflowName); @@ -116,7 +116,7 @@ public interface WorkflowComponent /** * Gets all (including previous) Workflow Definitions for the given unique name * - * @param workflowName workflow name e.g. jbpm://review + * @param workflowName workflow name e.g. jbpm$wf:review * @return the deployed workflow definition (or null if not found) */ @Auditable(parameters = {"workflowName"}) @@ -150,7 +150,7 @@ public interface WorkflowComponent * Gets all "in-flight" workflow instances of the specified Workflow Definition * * @param workflowDefinitionId the workflow definition id - * @return the list of "in-fligth" workflow instances + * @return the list of "in-flight" workflow instances */ public List getActiveWorkflows(String workflowDefinitionId); @@ -179,7 +179,7 @@ public interface WorkflowComponent public Map getPathProperties(String pathId); /** - * Cancel an "in-fligth" Workflow instance + * Cancel an "in-flight" Workflow instance * * @param workflowId the workflow instance to cancel * @return an updated representation of the workflow instance @@ -187,7 +187,7 @@ public interface WorkflowComponent public WorkflowInstance cancelWorkflow(String workflowId); /** - * Delete an "in-fligth" Workflow instance + * Delete an "in-flight" Workflow instance * * @param workflowId the workflow instance to cancel * @return an updated representation of the workflow instance