org.kuali.rice.kns.document.authorization
Interface MaintenanceDocumentAuthorizer

All Superinterfaces:
BusinessObjectAuthorizer, DocumentAuthorizer, InquiryOrMaintenanceDocumentAuthorizer
All Known Implementing Classes:
MaintenanceDocumentAuthorizerBase

public interface MaintenanceDocumentAuthorizer
extends DocumentAuthorizer, InquiryOrMaintenanceDocumentAuthorizer


Method Summary
 boolean canCreate(Class boClass, Person user)
           
 boolean canCreateOrMaintain(MaintenanceDocument maintenanceDocument, Person user)
           
 boolean canMaintain(Object dataObject, Person user)
           
 Set<String> getSecurePotentiallyReadOnlySectionIds()
           
 
Methods inherited from interface org.kuali.rice.kns.document.authorization.DocumentAuthorizer
canAddNoteAttachment, canDeleteNoteAttachment, canInitiate, canOpen, canReceiveAdHoc, canSendAdHocRequests, canViewNoteAttachment, getDocumentActions
 
Methods inherited from interface org.kuali.rice.kns.authorization.InquiryOrMaintenanceDocumentAuthorizer
getSecurePotentiallyHiddenSectionIds
 
Methods inherited from interface org.kuali.rice.kns.authorization.BusinessObjectAuthorizer
getCollectionItemPermissionDetails, getCollectionItemRoleQualifications, isAuthorized, isAuthorized, isAuthorizedByTemplate, isAuthorizedByTemplate
 

Method Detail

canCreate

boolean canCreate(Class boClass,
                  Person user)

canMaintain

boolean canMaintain(Object dataObject,
                    Person user)

canCreateOrMaintain

boolean canCreateOrMaintain(MaintenanceDocument maintenanceDocument,
                            Person user)

getSecurePotentiallyReadOnlySectionIds

Set<String> getSecurePotentiallyReadOnlySectionIds()


Copyright © 2004-2011 The Kuali Foundation. All Rights Reserved.