fr.paris.lutece.plugins.workflow.business
Class ResourceWorkflowFilter

java.lang.Object
  extended by fr.paris.lutece.plugins.workflow.business.ResourceWorkflowFilter

public class ResourceWorkflowFilter
extends java.lang.Object

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

ALL_INT

public static final int ALL_INT
See Also:
Constant Field Values

EMPTY_STRING

public static final java.lang.String EMPTY_STRING
See Also:
Constant Field Values
Constructor Detail

ResourceWorkflowFilter

public ResourceWorkflowFilter()
Method Detail

getResourceType

public java.lang.String getResourceType()
Returns:
the resource type

setResourceType

public void setResourceType(java.lang.String strResourceType)
Set the resource type

Parameters:
strResourceType - the resource type

containsResourceType

public boolean containsResourceType()
Returns:
true if the filter contain resource type

getIdWorkflow

public int getIdWorkflow()
Returns:
the id of workflow insert in the filter

setIdWorkflow

public void setIdWorkflow(int idWorkflow)
set the id of workflow in the filter

Parameters:
idWorkflow - the id of workflow to insert in the filter

containsIdWorkflow

public boolean containsIdWorkflow()
Returns:
true if the filter contain an id of workflow

getIdState

public int getIdState()
Returns:
the id of State insert in the filter

setIdState

public void setIdState(int idState)
set the id of State in the filter

Parameters:
idState - the state id to insert in the filter

containsIdState

public boolean containsIdState()
Returns:
true if the filter contain an id of State

setWorkgroupKeyList

public void setWorkgroupKeyList(fr.paris.lutece.util.ReferenceList workgroupKeyList)
The workgroup key list to set

Parameters:
workgroupKeyList - The workgroup key list

getWorkgroupKeyList

public fr.paris.lutece.util.ReferenceList getWorkgroupKeyList()
Get workgroup key list

Returns:
The workgroup key list

containsWorkgroupKeyList

public boolean containsWorkgroupKeyList()
Returns:
true if the filter contain workgroup key list

containsExternalParentId

public boolean containsExternalParentId()
Test if filter contains an external parent id

Returns:
true if contains an external parent id

getExternalParentId

public java.lang.Integer getExternalParentId()
Get the external parent id key

Returns:
the external parent id key

setExternalParentId

public void setExternalParentId(java.lang.Integer nIdExternalParent)
Set external parent id key

Parameters:
nIdExternalParent - the external parent id to set


Copyright © 2012 Mairie de Paris. All Rights Reserved.