Package com.appiancorp.suiteapi.process
Class NodeActionProcessResult
java.lang.Object
com.appiancorp.suiteapi.process.NodeActionProcessResult
NodeActionProcessResult represents the result of a node action, e.g., starting a node as a task, in the context of a process.
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionLong[]
The id of the node.String[]
The name of the affected nodes, localized if appropriate.String[]
The uuid of the node.The process id affected by the action.Integer[]
The result code from the action.void
setNodeIds
(Long[] nodeIds) The id of the node.void
setNodeNames
(String[] nodeNames) The name of the affected nodes, localized if appropriate.void
setNodeUuids
(String[] nodeUuids) The uuid of the node.void
setProcessId
(Long processId) The process id affected by the action.void
setResultCodes
(Integer[] resultCodes) The result code from the action.toString()
Convert this object to String for debugging purposes.
-
Field Details
-
nodeUuids
-
nodeIds
-
nodeNames
-
resultCodes
-
-
Constructor Details
-
NodeActionProcessResult
public NodeActionProcessResult()
-
-
Method Details
-
getNodeUuids
The uuid of the node. -
setNodeUuids
The uuid of the node. -
getNodeIds
The id of the node. -
setNodeIds
The id of the node. -
getNodeNames
The name of the affected nodes, localized if appropriate. -
setNodeNames
The name of the affected nodes, localized if appropriate. -
getResultCodes
The result code from the action. -
setResultCodes
The result code from the action. -
getProcessId
The process id affected by the action. -
setProcessId
The process id affected by the action. -
toString
Convert this object to String for debugging purposes.
-