mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-24 17:32:48 +00:00
Workflow:
- Fix failing test due to incorrect comparisons of id - Further consolidation of id, name, title & description properties of workflow objects git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@3563 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -27,6 +27,9 @@ public class WorkflowDefinition
|
||||
/** Workflow Definition unique id */
|
||||
public String id;
|
||||
|
||||
/** Workflow Definition name */
|
||||
public String name;
|
||||
|
||||
/** Workflow Definition version */
|
||||
public String version;
|
||||
|
||||
|
@@ -26,6 +26,9 @@ package org.alfresco.service.cmr.workflow;
|
||||
*/
|
||||
public class WorkflowNode
|
||||
{
|
||||
/** Workflow Node Name */
|
||||
public String name;
|
||||
|
||||
/** Workflow Node Title (Localised) */
|
||||
public String title;
|
||||
|
||||
|
@@ -34,6 +34,9 @@ public class WorkflowTask
|
||||
/** Unique id of Task */
|
||||
public String id;
|
||||
|
||||
/** Task Name */
|
||||
public String name;
|
||||
|
||||
/** Task Title (Localised) */
|
||||
public String title;
|
||||
|
||||
|
Reference in New Issue
Block a user