|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.plugins.document.business.workflow.DocumentActionHome
public final class DocumentActionHome
This class provides instances management methods (create, find, ...) for DocumentAction objects
Method Summary | |
---|---|
static DocumentAction |
findByPrimaryKey(int nIdAction)
Load the Document Action |
static java.util.List<DocumentAction> |
getActionsList(Document document,
java.util.Locale locale)
Returns the list of allowed actions for the current document |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static DocumentAction findByPrimaryKey(int nIdAction)
nIdAction
- The identifier of the action
public static java.util.List<DocumentAction> getActionsList(Document document, java.util.Locale locale)
document
- The documentlocale
- The locale
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |