Uses of Class
com.netgrif.application.engine.petrinet.domain.roles.ProcessRolePermission
-
-
Uses of ProcessRolePermission in com.netgrif.application.engine.petrinet.domain.roles
Methods in com.netgrif.application.engine.petrinet.domain.roles that return ProcessRolePermission Modifier and Type Method Description static ProcessRolePermissionProcessRolePermission. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ProcessRolePermission[]ProcessRolePermission. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ProcessRolePermission in com.netgrif.application.engine.workflow.service
Methods in com.netgrif.application.engine.workflow.service with parameters of type ProcessRolePermission Modifier and Type Method Description java.lang.BooleanWorkflowAuthorizationService. userHasAtLeastOneRolePermission(IUser user, PetriNet net, ProcessRolePermission... permissions)java.lang.BooleanWorkflowAuthorizationService. userHasUserListPermission(IUser user, Case useCase, ProcessRolePermission... permissions) -
Uses of ProcessRolePermission in com.netgrif.application.engine.workflow.service.interfaces
Methods in com.netgrif.application.engine.workflow.service.interfaces with parameters of type ProcessRolePermission Modifier and Type Method Description java.lang.BooleanIWorkflowAuthorizationService. userHasAtLeastOneRolePermission(IUser user, PetriNet net, ProcessRolePermission... permissions)java.lang.BooleanIWorkflowAuthorizationService. userHasUserListPermission(IUser user, Case useCase, ProcessRolePermission... permissions)
-