Uses of Class
org.kuali.rice.kim.bo.ui.RoleDocumentDelegation
Packages that use RoleDocumentDelegation
-
Uses of RoleDocumentDelegation in org.kuali.rice.kim.document
Fields in org.kuali.rice.kim.document with type parameters of type RoleDocumentDelegationModifier and TypeFieldDescriptionprotected List<RoleDocumentDelegation> IdentityManagementKimDocument.delegationsMethods in org.kuali.rice.kim.document that return RoleDocumentDelegationModifier and TypeMethodDescriptionprotected RoleDocumentDelegationIdentityManagementKimDocument.getPrimaryDelegation()protected RoleDocumentDelegationIdentityManagementKimDocument.getSecondaryDelegation()Methods in org.kuali.rice.kim.document that return types with arguments of type RoleDocumentDelegationModifier and TypeMethodDescriptionIdentityManagementKimDocument.getDelegations()IdentityManagementRoleDocument.getDelegations()Method parameters in org.kuali.rice.kim.document with type arguments of type RoleDocumentDelegationModifier and TypeMethodDescriptionvoidIdentityManagementKimDocument.setDelegations(List<RoleDocumentDelegation> delegations) voidIdentityManagementRoleDocument.setDelegations(List<RoleDocumentDelegation> delegations) -
Uses of RoleDocumentDelegation in org.kuali.rice.kim.rule.event.ui
Methods in org.kuali.rice.kim.rule.event.ui that return RoleDocumentDelegationMethods in org.kuali.rice.kim.rule.event.ui with parameters of type RoleDocumentDelegationModifier and TypeMethodDescriptionvoidAddDelegationEvent.setDelegation(RoleDocumentDelegation delegation) Constructors in org.kuali.rice.kim.rule.event.ui with parameters of type RoleDocumentDelegationModifierConstructorDescriptionAddDelegationEvent(String errorPathPrefix, Document document, RoleDocumentDelegation delegation)