Package de.elo.ix.client
Class WFTakeNodeC
java.lang.Object
de.elo.ix.client.WFTakeNodeC
- All Implemented Interfaces:
Serializable
Constant class for controlling the taking over(passing to another user) of a workflow object.
Copyright: Copyright (c) 2004
Organisation: ELO Digital Office GmbH
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
Standard action.static final int
WFNode.department2 is set when the node is taken over by another user.static final int
WFNode.inUseDateIso is set when the node is taken over by another user. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
int
int
void
setDEFAULT
(int DEFAULT) void
setRESET_DEPARTMENT2
(int RESET_DEPARTMENT2) void
setRESET_IN_USE_DATE
(int RESET_IN_USE_DATE)
-
Field Details
-
DEFAULT
public static final int DEFAULTStandard action. Neither WFNode.department2 nor WFNode.inUseDateIso are returned.- See Also:
-
RESET_DEPARTMENT2
public static final int RESET_DEPARTMENT2WFNode.department2 is set when the node is taken over by another user.- See Also:
-
RESET_IN_USE_DATE
public static final int RESET_IN_USE_DATEWFNode.inUseDateIso is set when the node is taken over by another user.- See Also:
-
-
Constructor Details
-
WFTakeNodeC
public WFTakeNodeC()
-
-
Method Details
-
getDEFAULT
public int getDEFAULT() -
setDEFAULT
public void setDEFAULT(int DEFAULT) -
getRESET_DEPARTMENT2
public int getRESET_DEPARTMENT2() -
setRESET_DEPARTMENT2
public void setRESET_DEPARTMENT2(int RESET_DEPARTMENT2) -
getRESET_IN_USE_DATE
public int getRESET_IN_USE_DATE() -
setRESET_IN_USE_DATE
public void setRESET_IN_USE_DATE(int RESET_IN_USE_DATE)
-