| Package | Description |
|---|---|
| org.kuali.rice.kew.framework.document.security |
Copyright 2005-2017 The Kuali Foundation
Licensed under the Educational Community License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
|
| Modifier and Type | Method and Description |
|---|---|
static DocumentSecurityDirective |
DocumentSecurityDirective.create(List<String> documentSecurityAttributeNames,
List<Document> documents)
Creates a new security directive from the given list of document secruity attribute names and documents.
|
| Modifier and Type | Method and Description |
|---|---|
List<String> |
DocumentSecurityHandlerService.getAuthorizedDocumentIds(String principalId,
List<DocumentSecurityDirective> documentSecurityDirectives)
Returns a list of document ids from the given list of document security directives for which the principal with
the given principal id is allowed to view.
|
Copyright © 2005–2017 The Kuali Foundation. All rights reserved.