Package org.huihoo.workflow.impl.store.usermodel_rt

Examples of org.huihoo.workflow.impl.store.usermodel_rt.WorkflowRoleImpl_RT


     * @param rolename   The role name of the new role
     * @param description The description of this role
     */
  public WorkflowRole createRole_impl(String roleid, String rolename, String description)
  {
    WorkflowRole role = new WorkflowRoleImpl_RT(this, roleid, rolename, description);

    return (role);
  }
View Full Code Here

TOP

Related Classes of org.huihoo.workflow.impl.store.usermodel_rt.WorkflowRoleImpl_RT

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.