Uses of Class
net.officefloor.plugin.clazz.ClassFlowMethodMetaData
-
Packages that use ClassFlowMethodMetaData Package Description net.officefloor.plugin.administration.clazz net.officefloor.plugin.clazz net.officefloor.plugin.managedfunction.method.parameter -
-
Uses of ClassFlowMethodMetaData in net.officefloor.plugin.administration.clazz
Methods in net.officefloor.plugin.administration.clazz that return ClassFlowMethodMetaData Modifier and Type Method Description ClassFlowMethodMetaData[]
AdministrationFlowParameterFactory. getFlowMethodMetaData()
Obtains theClassFlowMethodMetaData
. -
Uses of ClassFlowMethodMetaData in net.officefloor.plugin.clazz
Methods in net.officefloor.plugin.clazz that return ClassFlowMethodMetaData Modifier and Type Method Description ClassFlowMethodMetaData[]
ClassFlowParameterFactory. getFlowMethodMetaData()
Obtains theClassFlowMethodMetaData
.Constructor parameters in net.officefloor.plugin.clazz with type arguments of type ClassFlowMethodMetaData Constructor Description ClassFlowParameterFactory(SourceContext sourceContext, java.lang.Class<?> flowInterface, java.util.Map<java.lang.String,ClassFlowMethodMetaData> methodMetaDatas)
Initiate. -
Uses of ClassFlowMethodMetaData in net.officefloor.plugin.managedfunction.method.parameter
Methods in net.officefloor.plugin.managedfunction.method.parameter that return ClassFlowMethodMetaData Modifier and Type Method Description ClassFlowMethodMetaData[]
FlowInterfaceParameterFactory. getFlowMethodMetaData()
Obtains theClassFlowMethodMetaData
.
-