Uses of Class
net.officefloor.frame.impl.construct.administration.RawAdministrationMetaDataFactory
-
Packages that use RawAdministrationMetaDataFactory Package Description net.officefloor.frame.impl.construct.managedfunction net.officefloor.frame.impl.construct.managedobject -
-
Uses of RawAdministrationMetaDataFactory in net.officefloor.frame.impl.construct.managedfunction
Methods in net.officefloor.frame.impl.construct.managedfunction with parameters of type RawAdministrationMetaDataFactory Modifier and Type Method Description boolean
RawManagedFunctionMetaData. loadOfficeMetaData(OfficeMetaData officeMetaData, FlowMetaDataFactory flowMetaDataFactory, EscalationFlowFactory escalationFlowFactory, RawAdministrationMetaDataFactory rawAdministrationMetaDataFactory, AssetManagerRegistry assetManagerRegistry, long defaultAsynchronousFlowTimeout, OfficeFloorIssues issues)
Loads meta-data regarding the containingOffice
. -
Uses of RawAdministrationMetaDataFactory in net.officefloor.frame.impl.construct.managedobject
Constructors in net.officefloor.frame.impl.construct.managedobject with parameters of type RawAdministrationMetaDataFactory Constructor Description ManagedObjectAdministrationMetaDataFactory(RawAdministrationMetaDataFactory rawAdminFactory, java.util.Map<java.lang.String,RawBoundManagedObjectMetaData> threadScopedManagedObjects, java.util.Map<java.lang.String,RawBoundManagedObjectMetaData> processScopedManagedObjects)
Instantiate.
-