Uses of Class
net.officefloor.frame.impl.construct.managedobjectsource.RawManagedObjectMetaData
Packages that use RawManagedObjectMetaData
Package
Description
-
Uses of RawManagedObjectMetaData in net.officefloor.frame.impl.construct.managedobject
Methods in net.officefloor.frame.impl.construct.managedobject that return RawManagedObjectMetaDataModifier and TypeMethodDescriptionRawBoundManagedObjectInstanceMetaData.getRawManagedObjectMetaData()Obtains theRawManagedObjectMetaData.Methods in net.officefloor.frame.impl.construct.managedobject with parameters of type RawManagedObjectMetaDataModifier and TypeMethodDescriptionRawBoundManagedObjectMetaData.addInstance(String boundManagedObjectName, RawManagedObjectMetaData<?, ?> rawMoMetaData, ManagedObjectDependencyConfiguration<?>[] dependenciesConfiguration, ManagedObjectGovernanceConfiguration[] governanceConfiguration, AdministrationConfiguration<?, ?, ?>[] preloadAdministration) Adds aRawBoundManagedObjectInstanceMetaDatato thisRawBoundManagedObjectMetaData.Constructors in net.officefloor.frame.impl.construct.managedobject with parameters of type RawManagedObjectMetaDataModifierConstructorDescriptionRawBoundManagedObjectInstanceMetaData(String boundManagedObjectName, RawBoundManagedObjectMetaData rawBoundMetaData, int instanceIndex, RawManagedObjectMetaData<O, ?> rawMoMetaData, ManagedObjectDependencyConfiguration<?>[] dependenciesConfiguration, ManagedObjectGovernanceConfiguration[] governanceConfiguration, AdministrationConfiguration<?, ?, ?>[] preLoadAdministrationConfiguration) Initiate.Constructor parameters in net.officefloor.frame.impl.construct.managedobject with type arguments of type RawManagedObjectMetaDataModifierConstructorDescriptionRawBoundManagedObjectMetaDataFactory(AssetManagerRegistry assetManagerRegistry, Map<String, RawManagedObjectMetaData<?, ?>> registeredManagedObjects, Map<String, RawGovernanceMetaData<?, ?>> rawGovernanceMetaData) Instantiate. -
Uses of RawManagedObjectMetaData in net.officefloor.frame.impl.construct.managedobjectsource
Methods in net.officefloor.frame.impl.construct.managedobjectsource that return RawManagedObjectMetaDataModifier and TypeMethodDescription<d extends Enum<d>,h extends Enum<h>, MS extends ManagedObjectSource<d, h>>
RawManagedObjectMetaData<d,h> RawManagedObjectMetaDataFactory.constructRawManagedObjectMetaData(ManagedObjectSourceConfiguration<h, MS> configuration, Object startupNotify, String officeFloorName, OfficeFloorIssues issues) Creates theRawManagedObjectMetaData.RawManagingOfficeMetaData.getRawManagedObjectMetaData()Obtains theInputManagedObjectConfigurationconfiguring the bind of theManagedObjectwithin theProcessStateof theOffice.Methods in net.officefloor.frame.impl.construct.managedobjectsource with parameters of type RawManagedObjectMetaDataModifier and TypeMethodDescriptionvoidRawManagingOfficeMetaData.setRawManagedObjectMetaData(RawManagedObjectMetaData<?, F> rawManagedObjectMetaData) Specifies theRawManagedObjectMetaData. -
Uses of RawManagedObjectMetaData in net.officefloor.frame.impl.construct.office
Methods in net.officefloor.frame.impl.construct.office that return types with arguments of type RawManagedObjectMetaDataModifier and TypeMethodDescriptionRawOfficeMetaData.getManagedObjectMetaData()Indicates if manually manageGovernance. -
Uses of RawManagedObjectMetaData in net.officefloor.frame.impl.construct.officefloor
Methods in net.officefloor.frame.impl.construct.officefloor that return RawManagedObjectMetaDataModifier and TypeMethodDescriptionRawOfficeFloorMetaData.getRawManagedObjectMetaData(String managedObjectSourceName) Obtains theRawManagedObjectMetaDatafor theManagedObjectSourcename.