Package flexagon.fd.core.plugin
Class PluginResult
java.lang.Object
flexagon.ff.common.core.pojos.BasePOJO
flexagon.fd.core.plugin.PluginResult
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic PluginResultcreatePluginResult(WorkflowExecutionContext pContext) voidsetEndpointTotalSpace(Long pEndpointTotalSpace) voidsetEndpointUsableSpace(Long pEndpointUsableSpace) voidsetOutputs(Map<String, PropertyValue> pOutputs) toString()Returns custom String representation implemented by walking complete object structure.
-
Constructor Details
-
PluginResult
protected PluginResult()
-
-
Method Details
-
getOutputs
-
setOutputs
-
createPluginResult
-
toString
Description copied from class:BasePOJOReturns custom String representation implemented by walking complete object structure. -
getEndpointUsableSpace
-
setEndpointUsableSpace
-
getEndpointTotalSpace
-
setEndpointTotalSpace
-