org.kuali.rice.kns.document.authorization
Interface TransactionalDocumentPresentationController

All Superinterfaces:
DocumentPresentationController
All Known Implementing Classes:
TransactionalDocumentPresentationControllerBase, TravelDocumentPresentationController

public interface TransactionalDocumentPresentationController
extends DocumentPresentationController

The DocumentPresentationController class is used for non-user related lock down


Method Summary
 Set<String> getEditModes(Document document)
           
 
Methods inherited from interface org.kuali.rice.kns.document.authorization.DocumentPresentationController
canInitiate, getDocumentActions
 

Method Detail

getEditModes

Set<String> getEditModes(Document document)
Parameters:
document -
Returns:
Set of operations that allow to take on that document.


Copyright © 2004-2011 The Kuali Foundation. All Rights Reserved.