Uses of Class
com.redwood.scheduler.api.model.enumeration.GrantLevel
-
Packages that use GrantLevel Package Description com.redwood.scheduler.api.model Scheduler API - Modelcom.redwood.scheduler.api.model.enumeration Scheduler API - Model Enumerations -
-
Uses of GrantLevel in com.redwood.scheduler.api.model
Methods in com.redwood.scheduler.api.model that return GrantLevel Modifier and Type Method Description GrantLevel[]
SubjectPrivilegeGrant. getAllGrantLevels()
Get the value for AllGrantLevel.GrantLevel
SubjectObjectTypePrivilegeGrant. getLevel()
Get the value for Level.Methods in com.redwood.scheduler.api.model with parameters of type GrantLevel Modifier and Type Method Description SubjectObjectTypePrivilegeGrant
Subject. getAssignedSubjectObjectTypePrivilegeGrantByObjectDefinitionLevelPartitionOrIsolationGroupUniqueId(ObjectDefinition objectDefinition, GrantLevel level, Long partitionOrIsolationGroupUniqueId)
Get the SubjectObjectTypePrivilegeGrant by SubjectObjectTypeLevelGrant.SubjectObjectTypePrivilegeGrant
SchedulerSession. getSubjectObjectTypePrivilegeGrantBySubjectObjectTypeLevelGrant(Subject granteeSubject, ObjectDefinition objectDefinition, GrantLevel level, Long partitionOrIsolationGroupUniqueId)
Get theSubjectObjectTypePrivilegeGrant
by SubjectObjectTypeLevelGrant.boolean
ObjectDefinition. isGrantableAtLevel(GrantLevel level)
Whether grants can be made for this object-type at the specified level. -
Uses of GrantLevel in com.redwood.scheduler.api.model.enumeration
Methods in com.redwood.scheduler.api.model.enumeration that return GrantLevel Modifier and Type Method Description static GrantLevel
GrantLevel. safeValueOf(String value)
Helper function to return the GrantLevel represented byvalue
.static GrantLevel
GrantLevel. valueOf(char code)
Helper function to return the GrantLevel represented by code.static GrantLevel
GrantLevel. valueOf(Character code)
Helper function to return the GrantLevel represented by code.static GrantLevel
GrantLevel. valueOf(String name)
Returns the enum constant of this type with the specified name.static GrantLevel
GrantLevel. valueOfCode(String code)
Helper function to return the GrantLevel represented by code.static GrantLevel[]
GrantLevel. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-