Examples of reorderAction()


Examples of com.dotmarketing.portlets.workflows.business.WorkflowAPI.reorderAction()

    try {
      int order = Integer.parseInt(o);
      //anyone with permission the workflowscheme portlet can reoirder actions
      WorkflowAction action = wapi.findAction(actionId, APILocator.getUserAPI().getSystemUser());

        wapi.reorderAction(action, order);
    } catch (Exception e) {
      Logger.error(this.getClass(), e.getMessage(), e);
      writeError(response, e.getMessage());
    }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.