Examples of reorderActionClass()


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

    WorkflowAPI wapi = APILocator.getWorkflowAPI();

    try {
      int order = Integer.parseInt(o);
      WorkflowActionClass actionClass = wapi.findActionClass(actionClassId);
      wapi.reorderActionClass(actionClass, order);
    } catch (Exception e) {
     
      // dojo sends this Ajax method "reorder Actions" calls, which fail.  Not sure why
      //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.