Package org.imixs.workflow.office.views
Class RolesAndRightsViewController
- java.lang.Object
-
- org.imixs.workflow.office.views.RolesAndRightsViewController
-
- All Implemented Interfaces:
Serializable
@Named @ViewScoped public class RolesAndRightsViewController extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected org.imixs.marty.team.TeamServiceteamService
-
Constructor Summary
Constructors Constructor Description RolesAndRightsViewController()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<org.imixs.workflow.ItemCollection>getProcessList()List<org.imixs.workflow.ItemCollection>getProfiles()Returns a list of all active profilesList<org.imixs.workflow.ItemCollection>getSpaces()
-
-
-
Method Detail
-
getProfiles
public List<org.imixs.workflow.ItemCollection> getProfiles()
Returns a list of all active profiles- Returns:
- Throws:
org.imixs.workflow.exceptions.QueryException
-
getSpaces
public List<org.imixs.workflow.ItemCollection> getSpaces()
-
getProcessList
public List<org.imixs.workflow.ItemCollection> getProcessList()
-
-