Uses of Interface
net.officefloor.frame.internal.structure.ManagedObjectStartupFunction
Packages that use ManagedObjectStartupFunction
Package
Description
-
Uses of ManagedObjectStartupFunction in net.officefloor.frame.impl.construct.managedobject
Methods in net.officefloor.frame.impl.construct.managedobject with parameters of type ManagedObjectStartupFunctionModifier and TypeMethodDescriptionvoidRawBoundManagedObjectInstanceMetaData.loadRemainingState(OfficeMetaData officeMetaData, ManagedObjectStartupFunction[] startupFunctions, FlowMetaData recycleFlowMetaData, ManagedObjectAdministrationMetaDataFactory managedObjectAdminFactory, AssetManagerRegistry assetManagerRegistry, long defaultAsynchronousFlowTimeout, OfficeFloorIssues issues) Loads the remaining state for theManagedObjectMetaData. -
Uses of ManagedObjectStartupFunction in net.officefloor.frame.impl.execute.managedobject
Classes in net.officefloor.frame.impl.execute.managedobject that implement ManagedObjectStartupFunctionMethods in net.officefloor.frame.impl.execute.managedobject that return ManagedObjectStartupFunctionMethods in net.officefloor.frame.impl.execute.managedobject with parameters of type ManagedObjectStartupFunctionModifier and TypeMethodDescriptionvoidManagedObjectMetaDataImpl.loadRemainingState(OfficeMetaData officeMetaData, ManagedObjectStartupFunction[] startupFunctions, FlowMetaData recycleFlowMetaData, ManagedObjectAdministrationMetaData<?, ?, ?>[] preloadAdministration) Loads the remaining state of thisManagedObjectMetaData. -
Uses of ManagedObjectStartupFunction in net.officefloor.frame.internal.structure
Methods in net.officefloor.frame.internal.structure that return ManagedObjectStartupFunctionModifier and TypeMethodDescriptionManagedObjectMetaData.getStartupFunctions()Obtains theManagedObjectStartupFunctioninstances for theManagedObjectSource.