Uses of Class
net.officefloor.frame.impl.construct.managedobjectsource.RawManagingOfficeMetaData
Packages that use RawManagingOfficeMetaData
Package
Description
-
Uses of RawManagingOfficeMetaData in net.officefloor.frame.impl.construct.managedobject
Methods in net.officefloor.frame.impl.construct.managedobject with parameters of type RawManagingOfficeMetaDataModifier and TypeMethodDescriptionRawBoundManagedObjectMetaDataFactory.constructBoundManagedObjectMetaData(ManagedObjectConfiguration<?>[] boundManagedObjectConfiguration, ManagedObjectScope scope, Map<String, RawBoundManagedObjectMetaData> scopeManagedObjects, RawManagingOfficeMetaData<?>[] inputManagedObjects, Map<String, String> boundInputManagedObjects, OfficeFloorIssues.AssetType assetType, String assetName, long defaultAsynchronousFlowTimeout, OfficeFloorIssues issues) Constructs theRawBoundManagedObjectMetaDatainstances. -
Uses of RawManagingOfficeMetaData in net.officefloor.frame.impl.construct.managedobjectsource
Methods in net.officefloor.frame.impl.construct.managedobjectsource that return RawManagingOfficeMetaDataConstructors in net.officefloor.frame.impl.construct.managedobjectsource with parameters of type RawManagingOfficeMetaDataModifierConstructorDescriptionRawManagedObjectMetaData(String managedObjectName, ManagedObjectSourceConfiguration<F, ?> managedObjectSourceConfiguration, ManagedObjectSource<O, F> managedObjectSource, ManagedObjectSourceMetaData<O, F> managedObjectSourceMetaData, long timeout, ManagedObjectPool managedObjectPool, ManagedObjectServiceReady[] serviceReadiness, ThreadCompletionListener[] threadCompletionListeners, Class<?> objectType, boolean isContextAware, boolean isAsynchronous, boolean isCoordinating, RawManagingOfficeMetaData<F> rawManagingOfficeMetaData) Initiate. -
Uses of RawManagingOfficeMetaData in net.officefloor.frame.impl.construct.office
Methods in net.officefloor.frame.impl.construct.office with parameters of type RawManagingOfficeMetaDataModifier and TypeMethodDescriptionRawOfficeMetaDataFactory.constructRawOfficeMetaData(OfficeConfiguration configuration, RawManagingOfficeMetaData<?>[] officeManagingManagedObjects, OfficeFloorIssues issues) Constructs theRawOfficeMetaData.