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

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

public class ActionFilter
extends java.lang.Object

class ActionFilter


Field Summary
static int ALL_INT
           
 
Constructor Summary
ActionFilter()
           
 
Method Summary
 boolean containsIdIcon()
           
 boolean containsIdStateAfter()
           
 boolean containsIdStateBefore()
           
 boolean containsIdWorkflow()
           
 boolean containsIsAutomaticState()
           
 boolean containsIsMassAction()
           
 int getIdIcon()
           
 int getIdStateAfter()
           
 int getIdStateBefore()
           
 int getIdWorkflow()
           
 int getIsAutomaticState()
           
 int getIsMassAction()
           
 void setIdIcon(int idIcon)
          set the id of the icon insert in the filter
 void setIdStateAfter(int idStateAfter)
          set the id of the state after doing the action insert in the filter
 void setIdStateBefore(int idStateBefore)
          set the id of the initial state in the filter
 void setIdWorkflow(int idWorkflow)
          set the id of workflow in the filter
 void setIsAutomaticState(int isAutomaticState)
          Set 1 if the state return must be the automatic action 0 if the state return must not be the automatic action
 void setIsMassAction(boolean bIsMassAction)
          Set 1 if the state return must be the mass action 0 if the state return must not be the mass action
 
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
Constructor Detail

ActionFilter

public ActionFilter()
Method Detail

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

getIdStateBefore

public int getIdStateBefore()
Returns:
the initial state insert in the filter

setIdStateBefore

public void setIdStateBefore(int idStateBefore)
set the id of the initial state in the filter

Parameters:
idStateBefore - the id of state to insert in the filter

containsIdStateBefore

public boolean containsIdStateBefore()
Returns:
true if the filter contain an id of the initial state

getIdStateAfter

public int getIdStateAfter()
Returns:
the id of the state after doing the action insert in the filter

setIdStateAfter

public void setIdStateAfter(int idStateAfter)
set the id of the state after doing the action insert in the filter

Parameters:
idStateAfter - the id of the state to insert in the filter

containsIdStateAfter

public boolean containsIdStateAfter()
Returns:
true if the filter contain the id of the state after doing the action

getIdIcon

public int getIdIcon()
Returns:
the id of the icon insert in the filter

setIdIcon

public void setIdIcon(int idIcon)
set the id of the icon insert in the filter

Parameters:
idIcon - the id of the icon insert in the filter

containsIdIcon

public boolean containsIdIcon()
Returns:
true if the filter contain the id of the icon

getIsAutomaticState

public int getIsAutomaticState()
Returns:
1 if the state return must be the automatic action 0 if the state return must not be the automatic action

setIsAutomaticState

public void setIsAutomaticState(int isAutomaticState)
Set 1 if the state return must be the automatic action 0 if the state return must not be the automatic action

Parameters:
idState - 1 if the state return must be the automatic action 0 if the state return must not be the automatic action

containsIsAutomaticState

public boolean containsIsAutomaticState()
Returns:
true if the filter contain automatic action

getIsMassAction

public int getIsMassAction()
Returns:
1 if the state return must be the mass action 0 if the state return must not be the mass action

setIsMassAction

public void setIsMassAction(boolean bIsMassAction)
Set 1 if the state return must be the mass action 0 if the state return must not be the mass action

Parameters:
idState - 1 if the state return must be the mass action 0 if the state return must not be the mass action

containsIsMassAction

public boolean containsIsMassAction()
Returns:
true if the filter contain mass action


Copyright © 2011 Mairie de Paris. All Rights Reserved.