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

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


  }
 
  public void testListForAdminUser() throws Throwable {
    String result = this.executeList("admin");
    assertEquals(Action.SUCCESS, result);
    WorkflowListAction action = (WorkflowListAction) this.getAction();
    List<SmallContentType> contentTypes = action.getContentTypes();
    assertNotNull(contentTypes.get(0));
    assertNull(action.getRole("ART"));
    assertEquals("pageManager", action.getRole("EVN").getName());
  }
View Full Code Here

TOP

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

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.