|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.plugins.workflow.business.ResourceWorkflow
public class ResourceWorkflow
ResourceWorkflow
Constructor Summary | |
---|---|
ResourceWorkflow()
|
Method Summary | |
---|---|
java.lang.Integer |
getExternalParentId()
Get the external parent id key |
int |
getIdResource()
return the id of the resource |
java.lang.String |
getResourceType()
return the resource type |
fr.paris.lutece.portal.business.workflow.State |
getState()
Returns the State of the document |
fr.paris.lutece.portal.business.workflow.Workflow |
getWorkflow()
|
java.util.List<java.lang.String> |
getWorkgroups()
|
void |
setExternalParentId(java.lang.Integer nIdExternalParent)
Set external parent id key |
void |
setIdResource(int idResource)
set the id of the resource |
void |
setResourceType(java.lang.String resourceType)
set the resource type |
void |
setState(fr.paris.lutece.portal.business.workflow.State state)
Set the State of the document |
void |
setWorkFlow(fr.paris.lutece.portal.business.workflow.Workflow workflow)
set the the workflow associated |
void |
setWorkgroups(java.util.List<java.lang.String> worgroups)
set the the workgroups associated to the resource |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ResourceWorkflow()
Method Detail |
---|
public fr.paris.lutece.portal.business.workflow.Workflow getWorkflow()
public void setWorkFlow(fr.paris.lutece.portal.business.workflow.Workflow workflow)
workflow
- the workflow associatedpublic fr.paris.lutece.portal.business.workflow.State getState()
public void setState(fr.paris.lutece.portal.business.workflow.State state)
state
- The Statepublic int getIdResource()
public void setIdResource(int idResource)
idResource
- the id of the resourcepublic java.lang.String getResourceType()
public void setResourceType(java.lang.String resourceType)
resourceType
- the resource typepublic java.util.List<java.lang.String> getWorkgroups()
public void setWorkgroups(java.util.List<java.lang.String> worgroups)
worgroups
- the list of workgroupspublic java.lang.Integer getExternalParentId()
public void setExternalParentId(java.lang.Integer nIdExternalParent)
nIdExternalParent
- the external parent id to set
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |