public interface PermissionTypeService extends KimTypeService
KimTypeService with specific methods for Permissions.| Modifier and Type | Method and Description |
|---|---|
List<Permission> |
getMatchingPermissions(Map<String,String> requestedDetails,
List<Permission> permissions)
Gets whether a permission assignment with the given details is applicable for the given request details.
|
getAttributeDefinitions, getWorkflowDocumentTypeName, getWorkflowRoutingAttributes, validateAttributes, validateAttributesAgainstExisting, validateUniqueAttributes, validateUnmodifiableAttributesList<Permission> getMatchingPermissions(Map<String,String> requestedDetails, List<Permission> permissions) throws org.kuali.rice.core.api.exception.RiceIllegalArgumentException
requestedDetails - the requested details. cannot be null.permissions - the list of permission to check for matches. cannot be null.IllegalArgumentException - if the requestedDetails or permissions is null.org.kuali.rice.core.api.exception.RiceIllegalArgumentExceptionCopyright © 2005–2016 The Kuali Foundation. All rights reserved.