Uses of Class
org.kuali.rice.kim.api.common.delegate.DelegateType.Builder
Packages that use DelegateType.Builder
Package
Description
-
Uses of DelegateType.Builder in org.kuali.rice.kim.api.common.assignee
Methods in org.kuali.rice.kim.api.common.assignee that return types with arguments of type DelegateType.BuilderMethod parameters in org.kuali.rice.kim.api.common.assignee with type arguments of type DelegateType.BuilderModifier and TypeMethodDescriptionstatic Assignee.BuilderAssignee.Builder.create(String principalId, String groupId, List<DelegateType.Builder> delegates) Creates a KimAttributeData with the required fields.voidAssignee.Builder.setDelegates(List<DelegateType.Builder> delegates) -
Uses of DelegateType.Builder in org.kuali.rice.kim.api.common.delegate
Methods in org.kuali.rice.kim.api.common.delegate that return DelegateType.BuilderModifier and TypeMethodDescriptionstatic DelegateType.BuilderDelegateType.Builder.create(String roleId, org.kuali.rice.core.api.delegation.DelegationType delegationType, List<DelegateMember.Builder> members) static DelegateType.BuilderDelegateType.Builder.create(DelegateTypeContract dtc) -
Uses of DelegateType.Builder in org.kuali.rice.kim.api.responsibility
Methods in org.kuali.rice.kim.api.responsibility that return types with arguments of type DelegateType.BuilderMethod parameters in org.kuali.rice.kim.api.responsibility with type arguments of type DelegateType.BuilderModifier and TypeMethodDescriptionvoidResponsibilityAction.Builder.setDelegates(List<DelegateType.Builder> delegates) -
Uses of DelegateType.Builder in org.kuali.rice.kim.api.role
Methods in org.kuali.rice.kim.api.role that return types with arguments of type DelegateType.BuilderMethod parameters in org.kuali.rice.kim.api.role with type arguments of type DelegateType.BuilderModifier and TypeMethodDescriptionvoidRoleMembership.Builder.setDelegates(List<DelegateType.Builder> delegates)