|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |