Uses of Interface
com.redwood.scheduler.api.model.SubjectRoleGrant
-
Packages that use SubjectRoleGrant Package Description com.redwood.scheduler.api.model Scheduler API - Modelcom.redwood.scheduler.api.model.compatibility_14 -
-
Uses of SubjectRoleGrant in com.redwood.scheduler.api.model
Fields in com.redwood.scheduler.api.model with type parameters of type SubjectRoleGrant Modifier and Type Field Description static QueryObjectType<SubjectRoleGrant>
SubjectRoleGrant. TYPE
Type that can be used inSchedulerSession.executeObjectQuery(QueryObjectType, String, Object...)
.Methods in com.redwood.scheduler.api.model that return SubjectRoleGrant Modifier and Type Method Description SubjectRoleGrant
SchedulerSession. createSubjectRoleGrant()
Return a new instance of SubjectRoleGrant.SubjectRoleGrant
Subject. getAssignedSubjectRoleGrantByGrantedSubject(Subject grantedSubject)
Get the SubjectRoleGrant by SubjectGrants.SubjectRoleGrant
Subject. getAssignedToSubjectRoleGrantByGranteeSubject(Subject granteeSubject)
Get the SubjectRoleGrant by SubjectGrants.static SubjectRoleGrant
BusinessKeyLookup. getSubjectRoleGrantByBusinessKey(SchedulerSession session, String key)
Query an instance ofSubjectRoleGrant
, based on its business key.SubjectRoleGrant
BusinessKeyResolver. getSubjectRoleGrantByKey(BusinessKey key)
Query an instance ofSubjectRoleGrant
, based on its business key.SubjectRoleGrant
SchedulerSession. getSubjectRoleGrantBySubjectGrants(Subject granteeSubject, Subject grantedSubject)
Get theSubjectRoleGrant
by SubjectGrants.SubjectRoleGrant
SchedulerSession. getSubjectRoleGrantByUniqueId(Long uniqueId)
Get theSubjectRoleGrant
by UniqueId.Methods in com.redwood.scheduler.api.model that return types with arguments of type SubjectRoleGrant Modifier and Type Method Description RWIterable<SubjectRoleGrant>
Subject. getAssignedSubjectRoleGrants()
Get anRWIterable
over an ordered collection ofAssignedSubjectRoleGrants
.RWIterable<SubjectRoleGrant>
Subject. getAssignedToSubjectRoleGrants()
Get anRWIterable
over an ordered collection ofAssignedToSubjectRoleGrants
.Methods in com.redwood.scheduler.api.model with parameters of type SubjectRoleGrant Modifier and Type Method Description void
AbstractConcreteObjectCallback. handle(SubjectRoleGrant theSubjectRoleGrant)
void
ConcreteObjectCallback. handle(SubjectRoleGrant theSubjectRoleGrant)
-
Uses of SubjectRoleGrant in com.redwood.scheduler.api.model.compatibility_14
Methods in com.redwood.scheduler.api.model.compatibility_14 that return types with arguments of type SubjectRoleGrant Modifier and Type Method Description Iterator<SubjectRoleGrant>
SubjectComp. getAssignedSubjectRoleGrants()
Deprecated.this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useSubject.getAssignedSubjectRoleGrants()
instead.Iterator<SubjectRoleGrant>
SubjectComp. getAssignedToSubjectRoleGrants()
Deprecated.this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useSubject.getAssignedToSubjectRoleGrants()
instead.
-