Package org.imixs.workflow.office.config
Class AccessRoleController
java.lang.Object
org.imixs.workflow.office.config.AccessRoleController
- All Implemented Interfaces:
Serializable
This AccessRoleController supports the migration from the old txtgroups property in a
userprofile to the new access roles.
Since version 4.5.1 a list of fixed UserGroups is supported only.
- Author:
- rsoika
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionString[]voidonWorkflowEvent(org.imixs.workflow.faces.data.WorkflowEvent workflowEvent) WorkflowEvent listener to update the current FormDefinition.voidsetUserRole(String role)
-
Field Details
-
ACCESS_ROLES
-
-
Constructor Details
-
AccessRoleController
public AccessRoleController()
-
-
Method Details
-
onWorkflowEvent
public void onWorkflowEvent(@Observes org.imixs.workflow.faces.data.WorkflowEvent workflowEvent) WorkflowEvent listener to update the current FormDefinition.- Parameters:
workflowEvent-- Throws:
org.imixs.workflow.exceptions.AccessDeniedExceptionorg.imixs.workflow.exceptions.ModelException
-
setUserRole
-
getUserRole
-
getAccessRoles
-