public class TransactionalDocumentPresentationControllerBase extends DocumentPresentationControllerBase implements TransactionalDocumentPresentationController
Determines what actions are applicable to the given document, irrespective of user or other state. These initial actions are used as inputs for further filtering depending on context.
DocumentPresentationController
,
Serialized FormConstructor and Description |
---|
TransactionalDocumentPresentationControllerBase() |
Modifier and Type | Method and Description |
---|---|
boolean |
canClose(Document document)
A document should only show its close button if it is a transactional document, since closing releases its
pessimistic locks.
|
canAcknowledge, canAddAdhocRequests, canAnnotate, canApprove, canApproveOrDisapprove, canBlanketApprove, canCancel, canComplete, canCopy, canDisapprove, canEdit, canEditDocumentOverview, canFyi, canInitiate, canPerformRouteReport, canRecall, canReload, canRoute, canSave, canSendAdhocRequests, canSendNoteFyi, canSuperUserApprove, canSuperUserDisapprove, canSuperUserTakeAction, canTakeAction, getDocumentRequestAuthorizationCache, getParameterService, hasActionRequests, isStateInitiatedFinalCancelled, isStateProcessedOrDisapproved, isStateSaved, setDocumentRequestAuthorizationCache
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
canAcknowledge, canAddAdhocRequests, canAnnotate, canApprove, canBlanketApprove, canCancel, canComplete, canCopy, canDisapprove, canEdit, canEditDocumentOverview, canFyi, canInitiate, canPerformRouteReport, canRecall, canReload, canRoute, canSave, canSendAdhocRequests, canSendNoteFyi, canSuperUserApprove, canSuperUserDisapprove, canSuperUserTakeAction, setDocumentRequestAuthorizationCache
public TransactionalDocumentPresentationControllerBase()
public boolean canClose(Document document)
canClose
in interface DocumentPresentationController
canClose
in class DocumentPresentationControllerBase
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.