Class AgendaEditorAuthorizer
java.lang.Object
org.kuali.rice.krad.bo.DataObjectAuthorizerBase
org.kuali.rice.krad.document.DocumentAuthorizerBase
org.kuali.rice.krms.impl.authorization.AgendaEditorAuthorizer
- All Implemented Interfaces:
Serializable,DataObjectAuthorizer,org.kuali.rice.krad.document.DocumentAuthorizer,MaintenanceDocumentAuthorizer
public class AgendaEditorAuthorizer
extends org.kuali.rice.krad.document.DocumentAuthorizerBase
implements MaintenanceDocumentAuthorizer
- See Also:
-
Field Summary
Fields inherited from class org.kuali.rice.krad.document.DocumentAuthorizerBase
PRE_ROUTING_ROUTE_NAME -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleancanCreateOrMaintain(MaintenanceDocument maintenanceDocument, org.kuali.rice.kim.api.identity.Person user) booleancanMaintain(Object dataObject, org.kuali.rice.kim.api.identity.Person user) Methods inherited from class org.kuali.rice.krad.document.DocumentAuthorizerBase
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, setDocumentRequestAuthorizationCacheMethods inherited from class org.kuali.rice.krad.bo.DataObjectAuthorizerBase
getPermissionDetailValues, getPermissionService, getPersonService, getRoleQualification, isAuthorized, isAuthorized, isAuthorizedByTemplate, isAuthorizedByTemplate, permissionExistsByTemplate, permissionExistsByTemplate, permissionExistsByTemplateMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.kuali.rice.krad.bo.DataObjectAuthorizer
isAuthorized, isAuthorized, isAuthorizedByTemplate, isAuthorizedByTemplateMethods inherited from interface org.kuali.rice.krad.document.DocumentAuthorizer
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, setDocumentRequestAuthorizationCache
-
Constructor Details
-
AgendaEditorAuthorizer
public AgendaEditorAuthorizer()
-
-
Method Details
-
canCreate
- Specified by:
canCreatein interfaceMaintenanceDocumentAuthorizer
-
canMaintain
- Specified by:
canMaintainin interfaceMaintenanceDocumentAuthorizer
-
canCreateOrMaintain
public boolean canCreateOrMaintain(MaintenanceDocument maintenanceDocument, org.kuali.rice.kim.api.identity.Person user) - Specified by:
canCreateOrMaintainin interfaceMaintenanceDocumentAuthorizer
-