Package com.agiletec.plugins.jpcontentworkflow.apsadmin.workflow

Examples of com.agiletec.plugins.jpcontentworkflow.apsadmin.workflow.WorkflowAction


 
  public void testEdit() throws Throwable {
    String typeCode = "ART";
    String result = this.executeEdit("admin", typeCode);
    assertEquals(Action.SUCCESS, result);
    WorkflowAction action = (WorkflowAction) this.getAction();
    String role = this._workflowManager.getRole(typeCode);
    assertEquals(role, action.getRole());
  }
View Full Code Here

TOP

Related Classes of com.agiletec.plugins.jpcontentworkflow.apsadmin.workflow.WorkflowAction

Copyright © 2018 www.massapicom. 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.