org.alfresco.wcm.util
Class WCMWorkflowUtil

java.lang.Object
  extended by org.alfresco.wcm.util.WCMWorkflowUtil

public class WCMWorkflowUtil
extends java.lang.Object

WCM Specific workflow related helper methods.


Constructor Summary
WCMWorkflowUtil()
           
 
Method Summary
static org.alfresco.service.cmr.repository.NodeRef createWorkflowPackage(WorkflowService workflowService, AVMService avmService, SandboxInfo sandboxInfo)
           
static java.util.List getAssociatedPathsForSandbox(AVMSyncService avmSyncService, WorkflowService workflowService, java.lang.String sandboxName)
           
static java.util.List getAssociatedTasksForNode(AVMService avmService, AVMNodeDescriptor node, java.util.List tasks)
          Deprecated. since 3.2
static java.util.List getAssociatedTasksForNode(WorkflowService workflowService, AVMService avmService, AVMNodeDescriptor node)
          Deprecated. since 3.2
static java.util.List getAssociatedTasksForSandbox(WorkflowService workflowService, java.lang.String storeName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WCMWorkflowUtil

public WCMWorkflowUtil()
Method Detail

createWorkflowPackage

public static org.alfresco.service.cmr.repository.NodeRef createWorkflowPackage(WorkflowService workflowService,
                                                                                AVMService avmService,
                                                                                SandboxInfo sandboxInfo)

getAssociatedTasksForSandbox

public static java.util.List getAssociatedTasksForSandbox(WorkflowService workflowService,
                                                          java.lang.String storeName)

getAssociatedTasksForNode

public static java.util.List getAssociatedTasksForNode(AVMService avmService,
                                                       AVMNodeDescriptor node,
                                                       java.util.List tasks)
Deprecated. since 3.2


getAssociatedTasksForNode

public static java.util.List getAssociatedTasksForNode(WorkflowService workflowService,
                                                       AVMService avmService,
                                                       AVMNodeDescriptor node)
Deprecated. since 3.2


getAssociatedPathsForSandbox

public static java.util.List getAssociatedPathsForSandbox(AVMSyncService avmSyncService,
                                                          WorkflowService workflowService,
                                                          java.lang.String sandboxName)


Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.