public class AgendaEditorAuthorizer extends DocumentAuthorizerBase implements MaintenanceDocumentAuthorizer
PRE_ROUTING_ROUTE_NAME| Constructor and Description |
|---|
AgendaEditorAuthorizer() |
| 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 |
addPermissionDetails, addRoleQualification, addStandardAttributes, canAcknowledge, canAddNoteAttachment, canAnnotate, canApprove, canBlanketApprove, canCancel, canClose, canCopy, canDeleteNoteAttachment, canDisapprove, canEdit, canEditDocumentOverview, canFyi, canInitiate, canOpen, canPerformRouteReport, canRecall, canReceiveAdHoc, canReload, canRoute, canSave, canSendAdHocRequests, canSendAnyTypeAdHocRequests, canSendNoteFyi, canSuperUserApprove, canSuperUserDisapprove, canSuperUserTakeAction, canTakeRequestedAction, canViewNoteAttachment, canViewNoteAttachment, getDocumentRequestAuthorizationCache, isDocumentInitiator, setDocumentRequestAuthorizationCachegetPermissionDetailValues, getPermissionService, getPersonService, getRoleQualification, isAuthorized, isAuthorized, isAuthorizedByTemplate, isAuthorizedByTemplate, permissionExistsByTemplate, permissionExistsByTemplate, permissionExistsByTemplateclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcanAcknowledge, canAddNoteAttachment, canAnnotate, canApprove, canBlanketApprove, canCancel, canClose, canCopy, canDeleteNoteAttachment, canDisapprove, canEdit, canEditDocumentOverview, canFyi, canInitiate, canOpen, canPerformRouteReport, canRecall, canReceiveAdHoc, canReload, canRoute, canSave, canSendAdHocRequests, canSendAnyTypeAdHocRequests, canSendNoteFyi, canSuperUserApprove, canSuperUserDisapprove, canSuperUserTakeAction, canTakeRequestedAction, canViewNoteAttachment, canViewNoteAttachment, setDocumentRequestAuthorizationCacheisAuthorized, isAuthorized, isAuthorizedByTemplate, isAuthorizedByTemplatepublic AgendaEditorAuthorizer()
public boolean canCreate(Class boClass, Person user)
MaintenanceDocumentAuthorizerMaintenanceDocumentcanCreate in interface MaintenanceDocumentAuthorizerboClass - Class of the MaintenanceDocumentuser - Person instance of the current usertrue if the user is allowed to create a new MaintenanceDocument for
the boClass, false otherwisepublic boolean canMaintain(Object dataObject, Person user)
MaintenanceDocumentAuthorizerMaintenanceDocumentcanMaintain in interface MaintenanceDocumentAuthorizerdataObject - Object of the MaintenanceDocumentuser - Person instance of the current usertrue if the user is allowed to maintain the dataObject, false otherwisepublic boolean canCreateOrMaintain(MaintenanceDocument maintenanceDocument, Person user)
MaintenanceDocumentAuthorizerMaintenanceDocumentcanCreateOrMaintain in interface MaintenanceDocumentAuthorizermaintenanceDocument - the MaintenanceDocumentuser - Person instance of the current usertrue if the user is allowed to create or maintain the MaintenanceDocument,
false otherwiseCopyright © 2005–2015 The Kuali Foundation. All rights reserved.