public class FlowMethodMetaData extends Object
Method
on a FlowInterface
.Constructor and Description |
---|
FlowMethodMetaData(Class<?> flowType,
Method method,
int flowIndex,
boolean isParameter,
boolean isReturnFlowFuture)
Initiate.
|
Modifier and Type | Method and Description |
---|---|
int |
getFlowIndex()
Obtains the index of the
JobSequence to invoke for this Method . |
Class<?> |
getFlowType()
Obtains the Type declaring the
Method of this flow. |
Method |
getMethod()
Obtains the
Method . |
boolean |
isParameter()
Flags if a parameter for the
JobSequence . |
boolean |
isReturnFlowFuture()
Flags if to return the
FlowFuture . |
public FlowMethodMetaData(Class<?> flowType, Method method, int flowIndex, boolean isParameter, boolean isReturnFlowFuture)
flowType
- Type declaring the Method
of this flow.method
- Method
.flowIndex
- Index of the JobSequence
to invoke for this Method
.isParameter
- true
if a parameter for the JobSequence
.isReturnFlowFuture
- true
if to return the FlowFuture
.public Class<?> getFlowType()
Method
of this flow.Method
of this flow.public int getFlowIndex()
JobSequence
to invoke for this Method
.JobSequence
to invoke for this Method
.public boolean isParameter()
JobSequence
.true
if a parameter for the JobSequence
.public boolean isReturnFlowFuture()
FlowFuture
.true
if to return the FlowFuture
.Copyright © 2005–2016. All rights reserved.