flux
Class FlowChartAction.FlowChartActionResult

java.lang.Object
  extended by flux.FlowChartAction.FlowChartActionResult
Enclosing interface:
FlowChartAction

public static class FlowChartAction.FlowChartActionResult
extends java.lang.Object

The result when a Flow Chart Action finishes executing.


Field Summary
 java.lang.String result
          The fully qualified name of the new workflow that this Flow Chart Action exported to an engine.
 
Constructor Summary
FlowChartAction.FlowChartActionResult()
           
 
Method Summary
 java.lang.Object clone()
          
 java.lang.String toString()
          
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

result

public java.lang.String result
The fully qualified name of the new workflow that this Flow Chart Action exported to an engine.

Constructor Detail

FlowChartAction.FlowChartActionResult

public FlowChartAction.FlowChartActionResult()
Method Detail

clone

public java.lang.Object clone()
                       throws java.lang.CloneNotSupportedException

Overrides:
clone in class java.lang.Object
Throws:
java.lang.CloneNotSupportedException

toString

public java.lang.String toString()

Overrides:
toString in class java.lang.Object


© 2014 Flux Corporation. All rights reserved.