| java.lang.Object org.ofbiz.workflow.client.WorkflowServices
WorkflowServices | public class WorkflowServices (Code) | | Workflow Services - 'Services' and 'Workers' for interaction with Workflow API
author: Andy Zeneski version: $Revision: 1.1 $ since: 2.0 |
Method Summary | |
public static Map | acceptAssignment(DispatchContext ctx, Map context) | public static Map | acceptRoleAssignment(DispatchContext ctx, Map context) | public static Map | appendActivityContext(DispatchContext ctx, Map context) | public static Map | assignActivity(DispatchContext ctx, Map context) | public static Map | cancelWorkflow(DispatchContext ctx, Map context) | public static Map | changeActivityState(DispatchContext ctx, Map context) | public static Map | checkActivityState(DispatchContext ctx, Map context) | public static Map | completeAssignment(DispatchContext ctx, Map context) | public static Map | delegateAcceptAssignment(DispatchContext ctx, Map context) | public static Map | delegateAssignment(DispatchContext ctx, Map context) | public static Map | getActivityContext(DispatchContext ctx, Map context) | public static GenericValue | getOwner(GenericDelegator delegator, String workEffortId) Returns the owner of the workflow. | public static boolean | hasPermission(Security security, String workEffortId, GenericValue userLogin) Checks if a user has permission to access workflow data. | public static Map | limitInvoker(DispatchContext ctx, Map context) | public static Map | resumeActivity(DispatchContext ctx, Map context) | public static Map | suspendActivity(DispatchContext ctx, Map context) |
acceptAssignment | public static Map acceptAssignment(DispatchContext ctx, Map context)(Code) | | Accept an assignment and attempt to start the activity
|
acceptRoleAssignment | public static Map acceptRoleAssignment(DispatchContext ctx, Map context)(Code) | | Accept a role assignment and attempt to start the activity
|
appendActivityContext | public static Map appendActivityContext(DispatchContext ctx, Map context)(Code) | | Appends data to the activity context
|
delegateAcceptAssignment | public static Map delegateAcceptAssignment(DispatchContext ctx, Map context)(Code) | | Delegate, accept an assignment
|
hasPermission | public static boolean hasPermission(Security security, String workEffortId, GenericValue userLogin)(Code) | | Checks if a user has permission to access workflow data.
|
|
|