Uses of Class
org.kuali.rice.kew.framework.document.security.DocumentSecurityDirective

Packages that use DocumentSecurityDirective
org.kuali.rice.kew.framework.document.security Copyright 2005-2012 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. 
org.kuali.rice.kew.impl.document.security   
 

Uses of DocumentSecurityDirective in org.kuali.rice.kew.framework.document.security
 

Methods in org.kuali.rice.kew.framework.document.security that return DocumentSecurityDirective
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.
 

Method parameters in org.kuali.rice.kew.framework.document.security with type arguments of type DocumentSecurityDirective
 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.
 

Uses of DocumentSecurityDirective in org.kuali.rice.kew.impl.document.security
 

Methods in org.kuali.rice.kew.impl.document.security with parameters of type DocumentSecurityDirective
protected  List<DocumentSecurityAttribute> DocumentSecurityHandlerServiceImpl.loadSecurityAttributes(DocumentSecurityDirective documentSecurityDirective, Map<String,DocumentSecurityAttribute> securityAttributeCache)
           
 

Method parameters in org.kuali.rice.kew.impl.document.security with type arguments of type DocumentSecurityDirective
 List<String> DocumentSecurityHandlerServiceImpl.getAuthorizedDocumentIds(String principalId, List<DocumentSecurityDirective> documentSecurityDirectives)
           
 



Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.