flux
Class WebServiceTrigger.WebServiceTriggerResult

java.lang.Object
  extended by flux.WebServiceTrigger.WebServiceTriggerResult
All Implemented Interfaces:
Serializable, Cloneable
Enclosing interface:
WebServiceTrigger

public static class WebServiceTrigger.WebServiceTriggerResult
extends Object
implements Serializable, Cloneable

The response from the WebServiceTrigger.

See Also:
Serialized Form

Field Summary
 boolean expedited
          The result when a web service trigger fires.
 Map<String,String> variables
          Flow chart variables set when expedite is called on this trigger.
 
Constructor Summary
WebServiceTrigger.WebServiceTriggerResult()
           
 
Method Summary
 Object clone()
           
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

expedited

public boolean expedited
The result when a web service trigger fires. Indicates whether a web service trigger is expedited automatically or manually. If true, the web service trigger was expedited automatically. Otherwise, the web service trigger was manually expedited.


variables

public Map<String,String> variables
Flow chart variables set when expedite is called on this trigger.

Constructor Detail

WebServiceTrigger.WebServiceTriggerResult

public WebServiceTrigger.WebServiceTriggerResult()
Method Detail

clone

public Object clone()
             throws CloneNotSupportedException
Overrides:
clone in class Object
Throws:
CloneNotSupportedException


© 2012 Flux Corporation. All rights reserved.