KIE Internal 6.0.0.Beta5

org.kie.internal.fluent
Interface ContextFluent<T>

All Known Subinterfaces:
KieSessionFluent<T>

public interface ContextFluent<T>


Method Summary
 T out()
          Indicates that output from the last command should be returned (default is no).
 T out(String name)
          Indicates that the output from the last executed command should be returned and set to the given name in the context
 T set(String name)
          The last executed command, if it returns a value, is set to a name in this executing context.
 

Method Detail

set

T set(String name)
The last executed command, if it returns a value, is set to a name in this executing context.

Parameters:
name -
Returns:
this

out

T out()
Indicates that output from the last command should be returned (default is no).

A call to this method must follow a call to set(String) method in order to set the name for the result.

Returns:
this

out

T out(String name)
Indicates that the output from the last executed command should be returned and set to the given name in the context

Parameters:
name -
Returns:
this

KIE Internal 6.0.0.Beta5

Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.