Uses of Interface
net.officefloor.frame.api.managedobject.source.ManagedObjectFlowMetaData
-
-
Uses of ManagedObjectFlowMetaData in net.officefloor.frame.api.managedobject.source
Methods in net.officefloor.frame.api.managedobject.source that return ManagedObjectFlowMetaData Modifier and Type Method Description ManagedObjectFlowMetaData<F>[]
ManagedObjectSourceMetaData. getFlowMetaData()
Obtains the list ofManagedObjectFlowMetaData
instances should thisManagedObjectSource
require instigating aFlow
. -
Uses of ManagedObjectFlowMetaData in net.officefloor.frame.api.managedobject.source.impl
Classes in net.officefloor.frame.api.managedobject.source.impl that implement ManagedObjectFlowMetaData Modifier and Type Class Description class
ManagedObjectFlowMetaDataImpl<F extends java.lang.Enum<F>>
ManagedObjectFlowMetaData
implementation. -
Uses of ManagedObjectFlowMetaData in net.officefloor.frame.impl.construct.managedobjectsource
Methods in net.officefloor.frame.impl.construct.managedobjectsource with parameters of type ManagedObjectFlowMetaData Modifier and Type Method Description static boolean
RawManagingOfficeMetaData. isRequireFlows(ManagedObjectFlowMetaData<?>[] flowMetaData)
Determines if theManagedObjectSource
instigatesFlow
instances.Constructors in net.officefloor.frame.impl.construct.managedobjectsource with parameters of type ManagedObjectFlowMetaData Constructor Description RawManagingOfficeMetaData(java.lang.String managingOfficeName, java.lang.String recycleFunctionName, InputManagedObjectConfiguration<?> inputConfiguration, ManagedObjectFlowMetaData<F>[] flowMetaDatas, ManagedObjectExecutionMetaData[] executionMetaDatas, ManagingOfficeConfiguration<F> managingOfficeConfiguration, ManagedFunctionInvocation[] startupInvocations)
Initialise. -
Uses of ManagedObjectFlowMetaData in net.officefloor.frame.test
Methods in net.officefloor.frame.test that return ManagedObjectFlowMetaData Modifier and Type Method Description ManagedObjectFlowMetaData<H>[]
MockManagedObjectSourceMetaData. getFlowMetaData()
-