org.alfresco.wcm.util
Class WCMWorkflowUtil
java.lang.Object
org.alfresco.wcm.util.WCMWorkflowUtil
public class WCMWorkflowUtil
- extends java.lang.Object
WCM Specific workflow related helper methods.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WCMWorkflowUtil
public WCMWorkflowUtil()
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.