|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.portal.business.workflow.Workflow
public class Workflow
This is the business class for the object Workflow
Constructor Summary | |
---|---|
Workflow()
|
Method Summary | |
---|---|
java.util.List<Action> |
getAllActions()
return the list of all actions associated to the workflow |
java.util.List<State> |
getAllStates()
return the list of all states associated to the workflow |
java.sql.Timestamp |
getCreationDate()
|
java.lang.String |
getDescription()
Returns the Description |
int |
getId()
Returns the IdWorkflow |
java.lang.String |
getName()
Returns the Name |
java.lang.String |
getWorkgroup()
Gets the Workgroup of the Resource |
static void |
init()
Initialize the workflow |
boolean |
isEnabled()
|
void |
setAllActions(java.util.List<Action> listActions)
set the list of all actions associated to the workflow |
void |
setAllStates(java.util.List<State> listStates)
set the list of all states associated to the workflow |
void |
setCreationDate(java.sql.Timestamp dateCreation)
set the creation date |
void |
setDescription(java.lang.String strDescription)
Sets the Description |
void |
setEnabled(boolean enable)
set true if the workflow is enabled |
void |
setId(int nIdWorkflow)
Sets the IdWorkflow |
void |
setName(java.lang.String strName)
Sets the Name |
void |
setWorkgroup(java.lang.String workGroup)
set the work group associate to the workflow |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Workflow()
Method Detail |
---|
public static void init()
public int getId()
getId
in interface IReferenceItem
public void setId(int nIdWorkflow)
nIdWorkflow
- The IdWorkflowpublic java.lang.String getName()
getName
in interface IReferenceItem
public void setName(java.lang.String strName)
strName
- The Namepublic java.lang.String getDescription()
public void setDescription(java.lang.String strDescription)
strDescription
- The Descriptionpublic java.util.List<Action> getAllActions()
public void setAllActions(java.util.List<Action> listActions)
listActions
- the list of all actions associated to the workflowpublic java.util.List<State> getAllStates()
public void setAllStates(java.util.List<State> listStates)
listStates
- the list of all states associated to the workflowpublic java.lang.String getWorkgroup()
AdminWorkgroupResource
getWorkgroup
in interface AdminWorkgroupResource
public void setWorkgroup(java.lang.String workGroup)
workGroup
- the work group associate to the workflowpublic java.sql.Timestamp getCreationDate()
public void setCreationDate(java.sql.Timestamp dateCreation)
dateCreation
- the creation datepublic boolean isEnabled()
public void setEnabled(boolean enable)
enable
- true if the workflow is enabled
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |