|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.plugins.workflow.business.WorkflowHome
public final class WorkflowHome
This class provides instances management methods (create, find, ...) for workflow objects
Method Summary | |
---|---|
static void |
create(fr.paris.lutece.portal.business.workflow.Workflow workflow,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Creation of an instance of workflow |
static fr.paris.lutece.portal.business.workflow.Workflow |
findByPrimaryKey(int nIdWorkflow,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the workflow Object |
static java.util.List<fr.paris.lutece.portal.business.workflow.Workflow> |
getListWorkflowsByFilter(WorkflowFilter filter,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
return the workflow list by filter |
static void |
remove(int nIdWorkflow,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
remove workflow which is specified in parameter |
static void |
update(fr.paris.lutece.portal.business.workflow.Workflow workflow,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Update of workflow which is specified in parameter |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static void create(fr.paris.lutece.portal.business.workflow.Workflow workflow, fr.paris.lutece.portal.service.plugin.Plugin plugin)
workflow
- The instance of workflow which contains the informations to storeplugin
- the pluginpublic static void update(fr.paris.lutece.portal.business.workflow.Workflow workflow, fr.paris.lutece.portal.service.plugin.Plugin plugin)
workflow
- The instance of workflow which contains the informations to updateplugin
- the Pluginpublic static void remove(int nIdWorkflow, fr.paris.lutece.portal.service.plugin.Plugin plugin)
nIdWorkflow
- the workflow to removeplugin
- the Pluginpublic static fr.paris.lutece.portal.business.workflow.Workflow findByPrimaryKey(int nIdWorkflow, fr.paris.lutece.portal.service.plugin.Plugin plugin)
nIdWorkflow
- the workflow idplugin
- the plugin
public static java.util.List<fr.paris.lutece.portal.business.workflow.Workflow> getListWorkflowsByFilter(WorkflowFilter filter, fr.paris.lutece.portal.service.plugin.Plugin plugin)
filter
- the filterplugin
- the plugin
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |