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

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

public class WorkflowFilter
extends java.lang.Object

class WorkflowFilter


Field Summary
static int ALL_INT
           
static java.lang.String ALL_STRING
           
static int FILTER_FALSE
           
static int FILTER_TRUE
           
 
Constructor Summary
WorkflowFilter()
           
 
Method Summary
 boolean containsIsEnabled()
           
 boolean containsWorkgroupCriteria()
           
 int getIsEnabled()
           
 java.lang.String getWorkgroup()
           
 void setIsEnabled(int idState)
          Set 1 if the workflow return must be enabled 0 if the workflow return must be disabled
 void setWorkGroup(java.lang.String workgroup)
          set the workgroup of the workflow
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ALL_STRING

public static final java.lang.String ALL_STRING
See Also:
Constant Field Values

ALL_INT

public static final int ALL_INT
See Also:
Constant Field Values

FILTER_FALSE

public static final int FILTER_FALSE
See Also:
Constant Field Values

FILTER_TRUE

public static final int FILTER_TRUE
See Also:
Constant Field Values
Constructor Detail

WorkflowFilter

public WorkflowFilter()
Method Detail

getIsEnabled

public int getIsEnabled()
Returns:
1 if the workflow return must be enabled 0 if the workflow return must be disabled

setIsEnabled

public void setIsEnabled(int idState)
Set 1 if the workflow return must be enabled 0 if the workflow return must be disabled

Parameters:
idState - 1 if the workflow return must be enabled 0 if the workflow return must be disabled

containsIsEnabled

public boolean containsIsEnabled()
Returns:
true if the filter contain workflow state

getWorkgroup

public java.lang.String getWorkgroup()
Returns:
the workgroup of the workflow

setWorkGroup

public void setWorkGroup(java.lang.String workgroup)
set the workgroup of the workflow

Parameters:
workgroup - the workgroup of the workflow

containsWorkgroupCriteria

public boolean containsWorkgroupCriteria()
Returns:
true if the filter contaion workflow criteria


Copyright © 2012 Mairie de Paris. All Rights Reserved.