Interface | Description |
---|---|
Copyable |
Defines methods a Copyable document must implement.
|
Document |
This is the Document interface.
|
DocumentAuthorizer |
Authorizer class for
Document instances |
DocumentControllerService |
Controller service that handles document specific actions (such as workflow actions).
|
DocumentPresentationController |
Determines what actions are applicable to the given document, irrespective of user
or other state.
|
SessionDocument |
This is a marker interface for implementing session in document.
|
TransactionalDocument |
Interface for all documents that have transactional behavior.
|
TransactionalDocumentAuthorizer |
Extension to DocumentAuthorizer interface which adds transactional document specific methods
|
TransactionalDocumentControllerService |
Controller service that extends
DocumentControllerService and adds
methods specific to transactional documents. |
TransactionalDocumentPresentationController |
Extension to DocumentPresentationController interface which adds transactional document specific methods
|
Class | Description |
---|---|
DocumentAuthorizerBase |
Default implementation for
DocumentAuthorizer that perform KIM permission checks to authorize the actions |
DocumentBase | |
DocumentControllerBase |
Base controller class for all KRAD document view screens working with document models.
|
DocumentControllerServiceImpl |
Default implementation of the document controller service.
|
DocumentPresentationControllerBase | |
DocumentRequestAuthorizationCache |
Request authorization cache object which adds caching on workflow document calls
|
DocumentRequestAuthorizationCache.WorkflowDocumentInfo | |
DocumentViewAuthorizerBase |
Implementation of
ViewAuthorizer for
DocumentView instances |
DocumentViewPresentationControllerBase |
Implementation of
ViewPresentationController for
DocumentView instances |
InitiatedDocumentInfoController |
Controller for the intiated document view.
|
TransactionalDocumentAuthorizerBase |
Base class for all Transactional Document authorizers.
|
TransactionalDocumentBase |
Base class for transactional documents
|
TransactionalDocumentControllerBase |
Base controller for KRAD transactional document views.
|
TransactionalDocumentControllerServiceImpl |
Default implementation of the transactional document controller service.
|
TransactionalDocumentPresentationControllerBase |
Document presentation controller implementation for transactional documents.
|
TransactionalDocumentViewAuthorizerBase |
Extends
DocumentViewAuthorizerBase to add additional authorization behavior to Transactional documents. |
TransactionalDocumentViewPresentationControllerBase |
Extension to DocumentViewPresentationControllerBase interface which adds transactional document specific methods
|
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.