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 ofManagedObjectFlowMetaDatainstances should thisManagedObjectSourcerequire 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 classManagedObjectFlowMetaDataImpl<F extends java.lang.Enum<F>>ManagedObjectFlowMetaDataimplementation. -
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 booleanRawManagingOfficeMetaData. isRequireFlows(ManagedObjectFlowMetaData<?>[] flowMetaData)Determines if theManagedObjectSourceinstigatesFlowinstances.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()
-