Uses of Class
fr.paris.lutece.plugins.document.business.workflow.DocumentAction

Packages that use DocumentAction
fr.paris.lutece.plugins.document.business.workflow   
 

Uses of DocumentAction in fr.paris.lutece.plugins.document.business.workflow
 

Methods in fr.paris.lutece.plugins.document.business.workflow that return DocumentAction
static DocumentAction DocumentActionHome.findByPrimaryKey(int nIdAction)
          Load the Document Action
 DocumentAction IDocumentActionDAO.load(int nIdAction)
          Load the data of Document Action from the table
 DocumentAction DocumentActionDAO.load(int nIdAction)
          Load the data of Document Action from the table
 

Methods in fr.paris.lutece.plugins.document.business.workflow that return types with arguments of type DocumentAction
static java.util.List<DocumentAction> DocumentActionHome.getActionsList(Document document, java.util.Locale locale)
          Returns the list of allowed actions for the current document
 java.util.List<DocumentAction> IDocumentActionDAO.selectActions(Document document)
          Load the list of actions for a document
 java.util.List<DocumentAction> DocumentActionDAO.selectActions(Document document)
          Load the list of actions for a document
 



Copyright © 2009 Mairie de Paris. All Rights Reserved.