Uses of Interface
com.silverpeas.workflow.api.model.Role

Packages that use Role
com.silverpeas.workflow.api.model   
com.silverpeas.workflow.engine.model   
com.silverpeas.workflowdesigner.control   
 

Uses of Role in com.silverpeas.workflow.api.model
 

Methods in com.silverpeas.workflow.api.model that return Role
 Role Roles.createRole()
          Create a Role
 Role Roles.getRole(String name)
          Get the role definition with given name
 Role ProcessModel.getRole(String name)
          Get the role definition with given name
 Role[] Roles.getRoles()
          Get the roles definition
 Role[] ProcessModel.getRoles()
          Get the roles definition
 

Methods in com.silverpeas.workflow.api.model that return types with arguments of type Role
 Iterator<Role> Roles.iterateRole()
          Iterate through the Role objects
 

Methods in com.silverpeas.workflow.api.model with parameters of type Role
 void Roles.addRole(Role role)
          Add an role to the collection
 

Uses of Role in com.silverpeas.workflow.engine.model
 

Classes in com.silverpeas.workflow.engine.model that implement Role
 class RoleImpl
          Class implementing the representation of the <role> element of a Process Model.
 

Methods in com.silverpeas.workflow.engine.model that return Role
 Role RolesImpl.createRole()
           
 Role ProcessModelImpl.getRole(String name)
          Get the role definition with given name
 Role RolesImpl.getRole(String name)
           
 Role[] ProcessModelImpl.getRoles()
          Get the roles definition
 Role[] RolesImpl.getRoles()
           
 

Methods in com.silverpeas.workflow.engine.model that return types with arguments of type Role
 Iterator<Role> RolesImpl.iterateRole()
           
 

Methods in com.silverpeas.workflow.engine.model with parameters of type Role
 void RolesImpl.addRole(Role role)
           
 

Uses of Role in com.silverpeas.workflowdesigner.control
 

Methods in com.silverpeas.workflowdesigner.control that return Role
 Role WorkflowDesignerSessionController.createRole()
          Create a new role object to be added to the model
 

Methods in com.silverpeas.workflowdesigner.control with parameters of type Role
 void WorkflowDesignerSessionController.updateRole(Role source, String strNameOriginal)
          Update or insert a new role element of the cached process model
 



Copyright © 2016 Silverpeas. All Rights Reserved.