|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.plugins.workflow.business.ResourceWorkflowFilter
public class ResourceWorkflowFilter
class WorkflowFilter
Field Summary | |
---|---|
static int |
ALL_INT
|
static java.lang.String |
EMPTY_STRING
|
Constructor Summary | |
---|---|
ResourceWorkflowFilter()
|
Method Summary | |
---|---|
boolean |
containsExternalParentId()
Test if filter contains an external parent id |
boolean |
containsIdState()
|
boolean |
containsIdWorkflow()
|
boolean |
containsResourceType()
|
boolean |
containsWorkgroupKeyList()
|
java.lang.Integer |
getExternalParentId()
Get the external parent id key |
int |
getIdState()
|
int |
getIdWorkflow()
|
java.lang.String |
getResourceType()
|
fr.paris.lutece.util.ReferenceList |
getWorkgroupKeyList()
Get workgroup key list |
void |
setExternalParentId(java.lang.Integer nIdExternalParent)
Set external parent id key |
void |
setIdState(int idState)
set the id of State in the filter |
void |
setIdWorkflow(int idWorkflow)
set the id of workflow in the filter |
void |
setResourceType(java.lang.String strResourceType)
Set the resource type |
void |
setWorkgroupKeyList(fr.paris.lutece.util.ReferenceList workgroupKeyList)
The workgroup key list to set |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int ALL_INT
public static final java.lang.String EMPTY_STRING
Constructor Detail |
---|
public ResourceWorkflowFilter()
Method Detail |
---|
public java.lang.String getResourceType()
public void setResourceType(java.lang.String strResourceType)
strResourceType
- the resource typepublic boolean containsResourceType()
public int getIdWorkflow()
public void setIdWorkflow(int idWorkflow)
idWorkflow
- the id of workflow to insert in the filterpublic boolean containsIdWorkflow()
public int getIdState()
public void setIdState(int idState)
idState
- the state id to insert in the filterpublic boolean containsIdState()
public void setWorkgroupKeyList(fr.paris.lutece.util.ReferenceList workgroupKeyList)
workgroupKeyList
- The workgroup key listpublic fr.paris.lutece.util.ReferenceList getWorkgroupKeyList()
public boolean containsWorkgroupKeyList()
public boolean containsExternalParentId()
public 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 |