Package de.elo.ix.client
Class StartWorkflowInfo
java.lang.Object
byps.BValueClass
de.elo.ix.client.ValueClass
de.elo.ix.client.StartWorkflowInfo
- All Implemented Interfaces:
Serializable
This class is used as a parameter in the function
IXServicePortIF.startWorkFlow2(ClientInfo, String, StartWorkflowInfo)
.- Since:
- 10.99.999.029
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected String
Name of the new workflow.protected String
The flow owner ID.protected String
Name or ID of the workflow template.Fields inherited from class byps.BValueClass
bypsClient, changedMembers, dbHelper, FLAG_SEALED, flags
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
setFlowName
(String flowName) void
setFlowOwner
(String flowOwner) void
setTemplFlowId
(String templFlowId) toString()
Methods inherited from class byps.BValueClass
getBypsClient, getChangedMembers, getDbHelper, isChangedMember, isSealed, seal, seal, setBypsClient, setChangedMember, setChangedMembers, setDbHelper
-
Field Details
-
templFlowId
Name or ID of the workflow template. -
flowName
Name of the new workflow. -
flowOwner
The flow owner ID.
-
-
Constructor Details
-
StartWorkflowInfo
public StartWorkflowInfo() -
StartWorkflowInfo
-
StartWorkflowInfo
-
-
Method Details