Uses of Class
net.officefloor.frame.impl.construct.managedobjectsource.RawManagedObjectMetaData
-
-
Uses of RawManagedObjectMetaData in net.officefloor.frame.impl.construct.managedobject
Methods in net.officefloor.frame.impl.construct.managedobject that return RawManagedObjectMetaData Modifier and Type Method Description RawManagedObjectMetaData<?,?>
RawBoundManagedObjectInstanceMetaData. getRawManagedObjectMetaData()
Obtains theRawManagedObjectMetaData
.Methods in net.officefloor.frame.impl.construct.managedobject with parameters of type RawManagedObjectMetaData Modifier and Type Method Description RawBoundManagedObjectInstanceMetaData<?>
RawBoundManagedObjectMetaData. addInstance(java.lang.String boundManagedObjectName, RawManagedObjectMetaData<?,?> rawMoMetaData, ManagedObjectDependencyConfiguration<?>[] dependenciesConfiguration, ManagedObjectGovernanceConfiguration[] governanceConfiguration, AdministrationConfiguration<?,?,?>[] preloadAdministration)
Adds aRawBoundManagedObjectInstanceMetaData
to thisRawBoundManagedObjectMetaData
.Constructors in net.officefloor.frame.impl.construct.managedobject with parameters of type RawManagedObjectMetaData Constructor Description RawBoundManagedObjectInstanceMetaData(java.lang.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 RawManagedObjectMetaData Constructor Description RawBoundManagedObjectMetaDataFactory(AssetManagerRegistry assetManagerRegistry, java.util.Map<java.lang.String,RawManagedObjectMetaData<?,?>> registeredManagedObjects, java.util.Map<java.lang.String,RawGovernanceMetaData<?,?>> rawGovernanceMetaData)
Instantiate. -
Uses of RawManagedObjectMetaData in net.officefloor.frame.impl.construct.managedobjectsource
Methods in net.officefloor.frame.impl.construct.managedobjectsource that return RawManagedObjectMetaData Modifier and Type Method Description <d extends java.lang.Enum<d>,h extends java.lang.Enum<h>,MS extends ManagedObjectSource<d,h>>
RawManagedObjectMetaData<d,h>RawManagedObjectMetaDataFactory. constructRawManagedObjectMetaData(ManagedObjectSourceConfiguration<h,MS> configuration, java.lang.Object startupNotify, java.lang.String officeFloorName, OfficeFloorIssues issues)
Creates theRawManagedObjectMetaData
.RawManagedObjectMetaData<?,F>
RawManagingOfficeMetaData. getRawManagedObjectMetaData()
Obtains theInputManagedObjectConfiguration
configuring the bind of theManagedObject
within theProcessState
of theOffice
.Methods in net.officefloor.frame.impl.construct.managedobjectsource with parameters of type RawManagedObjectMetaData Modifier and Type Method Description void
RawManagingOfficeMetaData. 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 RawManagedObjectMetaData Modifier and Type Method Description java.util.Map<java.lang.String,RawManagedObjectMetaData<?,?>>
RawOfficeMetaData. 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 RawManagedObjectMetaData Modifier and Type Method Description RawManagedObjectMetaData<?,?>
RawOfficeFloorMetaData. getRawManagedObjectMetaData(java.lang.String managedObjectSourceName)
Obtains theRawManagedObjectMetaData
for theManagedObjectSource
name.
-