Package de.elo.ix.client
Class WorkflowNodeInfo
java.lang.Object
byps.BValueClass
de.elo.ix.client.ValueClass
de.elo.ix.client.WorkflowNodeInfo
- All Implemented Interfaces:
Serializable
- Since:
- 10.00.000.008
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected int
Control flags for the node, a combination of WFNode.C.FLAG_* constants.protected String
The node nameprotected String
The template ID of the subworkflow to start.Fields inherited from class byps.BValueClass
bypsClient, changedMembers, dbHelper, FLAG_SEALED
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
getFlags()
void
setFlags
(int flags) void
setNodeName
(String nodeName) void
setWorkflow
(String workflow) toString()
Methods inherited from class byps.BValueClass
getBypsClient, getChangedMembers, getDbHelper, isChangedMember, isSealed, seal, seal, setBypsClient, setChangedMember, setChangedMembers, setDbHelper
-
Field Details
-
nodeName
The node name -
flags
protected int flagsControl flags for the node, a combination of WFNode.C.FLAG_* constants. -
workflow
The template ID of the subworkflow to start.
-
-
Constructor Details
-
WorkflowNodeInfo
public WorkflowNodeInfo()
-
-
Method Details