public interface SuppliedManagedObjectFlowType
Modifier and Type | Method and Description |
---|---|
Class<?> |
getArgumentType()
Obtains the type of the argument passed to the flow.
|
String |
getFlowName()
Obtains the name of the flow.
|
String |
getSectionInputName()
Obtains the name of the
SectionInput of the
AutoWireSection that is the flow to be instigated. |
String |
getSectionName()
Obtains the name of the
AutoWireSection containing the flow to be
instigated. |
String getFlowName()
String getSectionName()
AutoWireSection
containing the flow to be
instigated.AutoWireSection
containing the flow to be
instigated.String getSectionInputName()
SectionInput
of the
AutoWireSection
that is the flow to be instigated.SectionInput
of the AutoWireSection
that is the flow to be instigated.Class<?> getArgumentType()
null
to
indicate no argument.Copyright © 2005–2016. All rights reserved.