| Package | Description |
|---|---|
| brainslug.flow.builder | |
| brainslug.flow.node.task |
| Modifier and Type | Class and Description |
|---|---|
static class |
ServiceCallInvocationSupport.ServiceInvocationEntry |
| Modifier and Type | Method and Description |
|---|---|
CallDefinition |
ServiceCallInvocationSupport.createCallDefinitionFromCurrentStack() |
CallDefinition |
FlowBuilderSupport.method(Object returnValueOfProxyInvocation) |
| Modifier and Type | Method and Description |
|---|---|
static ExpressionBuilder<Value<CallDefinition>> |
FlowBuilderSupport.resultOf(CallDefinition methodCall) |
| Modifier and Type | Method and Description |
|---|---|
static ExpressionBuilder<Value<CallDefinition>> |
FlowBuilderSupport.resultOf(CallDefinition methodCall) |
| Modifier and Type | Class and Description |
|---|---|
class |
HandlerCallDefinition |
class |
InvokeDefinition |
| Modifier and Type | Field and Description |
|---|---|
protected CallDefinition |
AbstractTaskDefinition.methodCall |
| Modifier and Type | Method and Description |
|---|---|
CallDefinition |
CallDefinition.arg(Object argument) |
CallDefinition |
CallDefinition.args(Object[] args) |
CallDefinition |
AbstractTaskDefinition.getMethodCall() |
| Modifier and Type | Method and Description |
|---|---|
SelfType |
AbstractTaskDefinition.call(CallDefinition methodCall)
sets a method invocation as action for this task
Example:
|
Copyright © 2015. All rights reserved.