public interface MaintenanceDocumentAuthorizer extends DocumentAuthorizer
MaintenanceDocument
instances
The MaintenanceDocumentAuthorizer
extends the available actions of DocumentAuthorizer
for MaintenanceDocument
s.
DocumentAuthorizer
Modifier and Type | Method and Description |
---|---|
boolean |
canCreate(Class boClass,
Person user)
Determines whether the user has the permission to create a new
MaintenanceDocument |
boolean |
canCreateOrMaintain(MaintenanceDocument maintenanceDocument,
Person user)
Determines whether the user has the permission to create or maintain a
MaintenanceDocument |
boolean |
canMaintain(Object dataObject,
Person user)
Determines whether the user has the permission to maintain a
MaintenanceDocument |
canAcknowledge, canAddNoteAttachment, canAnnotate, canApprove, canBlanketApprove, canCancel, canClose, canCopy, canDeleteNoteAttachment, canDisapprove, canEdit, canEditDocumentOverview, canFyi, canInitiate, canOpen, canPerformRouteReport, canRecall, canReceiveAdHoc, canReload, canRoute, canSave, canSendAdHocRequests, canSendAnyTypeAdHocRequests, canSendNoteFyi, canTakeRequestedAction, canViewNoteAttachment
isAuthorized, isAuthorized, isAuthorizedByTemplate, isAuthorizedByTemplate
boolean canCreate(Class boClass, Person user)
MaintenanceDocument
boClass
- Class
of the MaintenanceDocument
user
- Person
instance of the current usertrue
if the user is allowed to create a new MaintenanceDocument
for
the boClass, false
otherwiseboolean canMaintain(Object dataObject, Person user)
MaintenanceDocument
dataObject
- Object
of the MaintenanceDocument
user
- Person
instance of the current usertrue
if the user is allowed to maintain the dataObject, false
otherwiseboolean canCreateOrMaintain(MaintenanceDocument maintenanceDocument, Person user)
MaintenanceDocument
maintenanceDocument
- the MaintenanceDocument
user
- Person
instance of the current usertrue
if the user is allowed to create or maintain the MaintenanceDocument
,
false
otherwiseCopyright © 2005–2014 The Kuali Foundation. All rights reserved.