Uses of Class
net.officefloor.frame.impl.construct.asset.AssetManagerFactory
-
-
Uses of AssetManagerFactory in net.officefloor.frame.impl.construct.administration
Methods in net.officefloor.frame.impl.construct.administration with parameters of type AssetManagerFactory Modifier and Type Method Description RawAdministrationMetaData[]
RawAdministrationMetaDataFactory. constructRawAdministrationMetaData(java.lang.String administeredAssetName, java.lang.String administrationQualifier, AdministrationConfiguration<?,?,?>[] configuration, java.util.Map<java.lang.String,RawBoundManagedObjectMetaData> scopeMo, OfficeFloorIssues.AssetType assetType, java.lang.String assetName, AssetManagerFactory assetManagerFactory, long defaultAsynchronousFlowTimeout, OfficeFloorIssues issues)
Creates theRawAdministrationMetaData
instances. -
Uses of AssetManagerFactory in net.officefloor.frame.impl.construct.governance
Methods in net.officefloor.frame.impl.construct.governance with parameters of type AssetManagerFactory Modifier and Type Method Description <E,F extends java.lang.Enum<F>>
RawGovernanceMetaData<E,F>RawGovernanceMetaDataFactory. createRawGovernanceMetaData(GovernanceConfiguration<E,F> configuration, int governanceIndex, AssetManagerFactory assetManagerFactory, long defaultAsynchronousFlowTimeout, OfficeFloorIssues issues)
Creates theRawGovernanceMetaData
. -
Uses of AssetManagerFactory in net.officefloor.frame.impl.construct.managedfunction
Methods in net.officefloor.frame.impl.construct.managedfunction with parameters of type AssetManagerFactory Modifier and Type Method Description RawManagedFunctionMetaData<?,?>
RawManagedFunctionMetaDataFactory. constructRawManagedFunctionMetaData(ManagedFunctionConfiguration<?,?> configuration, AssetManagerFactory assetManagerFactory, long defaultAsynchronousFlowTimeout, OfficeFloorIssues issues)
Constructs theRawManagedFunctionMetaData
.boolean
RawManagedFunctionMetaData. loadOfficeMetaData(OfficeMetaData officeMetaData, FlowMetaDataFactory flowMetaDataFactory, EscalationFlowFactory escalationFlowFactory, RawAdministrationMetaDataFactory rawAdministrationMetaDataFactory, AssetManagerFactory assetManagerFactory, long defaultAsynchronousFlowTimeout, OfficeFloorIssues issues)
Loads meta-data regarding the containingOffice
. -
Uses of AssetManagerFactory in net.officefloor.frame.impl.construct.managedobject
Methods in net.officefloor.frame.impl.construct.managedobject with parameters of type AssetManagerFactory Modifier and Type Method Description ManagedObjectAdministrationMetaData<?,?,?>[]
ManagedObjectAdministrationMetaDataFactory. createManagedObjectAdministrationMetaData(java.lang.String administeredObjectName, AdministrationConfiguration<?,?,?>[] administrationConfiguration, RawBoundManagedObjectMetaData boundManagedObject, AssetManagerFactory assetManagerFactory, long defaultAsynchronousFlowTimeout, OfficeFloorIssues issues)
Constructs theManagedObjectAdministrationMetaData
instances.void
RawBoundManagedObjectInstanceMetaData. loadManagedObjectMetaData(OfficeFloorIssues.AssetType assetType, java.lang.String assetName, AssetManagerFactory assetManagerFactory, long defaultAsynchronousFlowTimeout, OfficeFloorIssues issues)
Loads theManagedObjectMetaData
for theRawBoundManagedObjectMetaData
.void
RawBoundManagedObjectInstanceMetaData. loadRemainingState(OfficeMetaData officeMetaData, FlowMetaData recycleFlowMetaData, ManagedObjectAdministrationMetaDataFactory managedObjectAdminFactory, AssetManagerFactory assetManagerFactory, long defaultAsynchronousFlowTimeout, OfficeFloorIssues issues)
Loads the remaining state for theManagedObjectMetaData
.Constructors in net.officefloor.frame.impl.construct.managedobject with parameters of type AssetManagerFactory Constructor Description RawBoundManagedObjectMetaDataFactory(AssetManagerFactory assetManagerFactory, java.util.Map<java.lang.String,RawManagedObjectMetaData<?,?>> registeredManagedObjects, java.util.Map<java.lang.String,RawGovernanceMetaData<?,?>> rawGovernanceMetaData)
Instantiate. -
Uses of AssetManagerFactory in net.officefloor.frame.impl.construct.managedobjectsource
Methods in net.officefloor.frame.impl.construct.managedobjectsource with parameters of type AssetManagerFactory Modifier and Type Method Description ManagedObjectMetaDataImpl<O>
RawManagedObjectMetaData. createManagedObjectMetaData(OfficeFloorIssues.AssetType assetType, java.lang.String assetName, RawBoundManagedObjectMetaData boundMetaData, int instanceIndex, RawBoundManagedObjectInstanceMetaData<O> boundInstanceMetaData, ManagedObjectIndex[] dependencyMappings, ManagedObjectGovernanceMetaData<?>[] governanceMetaData, AssetManagerFactory assetManagerFactory, OfficeFloorIssues issues)
Creates theManagedObjectMetaData
.void
RawManagingOfficeMetaData. manageByOffice(OfficeMetaData officeMetaData, RawBoundManagedObjectMetaData[] processBoundManagedObjectMetaData, ManagedObjectAdministrationMetaDataFactory moAdminFactory, java.util.concurrent.ThreadFactory[] defaultExecutionStrategy, java.util.Map<java.lang.String,java.util.concurrent.ThreadFactory[]> executionStrategies, AssetManagerFactory assetManagerFactory, long defaultAsynchronousFlowTimeout, OfficeFloorIssues issues)
void
RawManagingOfficeMetaData. manageManagedObject(RawBoundManagedObjectInstanceMetaData<?> boundInstanceMetaData, AssetManagerFactory assetManagerFactory, long defaultAsynchronousFlowTimeout)
Adds aManagedObjectMetaData
to be managed by the managingOffice
.
-