|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.plugins.workflow.business.ActionFilter
public class ActionFilter
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 |
---|
public static final int ALL_INT
Constructor Detail |
---|
public ActionFilter()
Method Detail |
---|
public int getIdWorkflow()
public void setIdWorkflow(int idWorkflow)
idWorkflow
- the id of workflow to insert in the filterpublic boolean containsIdWorkflow()
public int getIdStateBefore()
public void setIdStateBefore(int idStateBefore)
idStateBefore
- the id of state to insert in the filterpublic boolean containsIdStateBefore()
public int getIdStateAfter()
public void setIdStateAfter(int idStateAfter)
idStateAfter
- the id of the state to insert in the filterpublic boolean containsIdStateAfter()
public int getIdIcon()
public void setIdIcon(int idIcon)
idIcon
- the id of the icon insert in the filterpublic boolean containsIdIcon()
public int getIsAutomaticState()
public void setIsAutomaticState(int isAutomaticState)
idState
- 1 if the state return must be the automatic action
0 if the state return must not be the automatic actionpublic boolean containsIsAutomaticState()
public int getIsMassAction()
public void setIsMassAction(boolean bIsMassAction)
idState
- 1 if the state return must be the mass action
0 if the state return must not be the mass actionpublic boolean containsIsMassAction()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |