Uses of Interface
net.officefloor.frame.internal.structure.AssetManagerReference
Packages that use AssetManagerReference
Package
Description
-
Uses of AssetManagerReference in net.officefloor.frame.impl.construct.asset
Methods in net.officefloor.frame.impl.construct.asset that return AssetManagerReferenceModifier and TypeMethodDescriptionAssetManagerRegistry.createAssetManager(OfficeFloorIssues.AssetType assetType, String assetName, String responsibility, OfficeFloorIssues issues) Creates theAssetManager. -
Uses of AssetManagerReference in net.officefloor.frame.impl.execute.administration
Methods in net.officefloor.frame.impl.execute.administration that return AssetManagerReferenceModifier and TypeMethodDescriptionAdministrationMetaDataImpl.getAsynchronousFlowManagerReference()Constructors in net.officefloor.frame.impl.execute.administration with parameters of type AssetManagerReferenceModifierConstructorDescriptionAdministrationMetaDataImpl(String administrationName, AdministrationFactory<E, F, G> administrationFactory, Class<E> extensionInterface, ManagedObjectExtensionExtractorMetaData<E>[] eiMetaData, TeamManagement responsibleTeam, long asynchronousFlowTimeout, AssetManagerReference asynchronousFlowAssetManagerReference, FlowMetaData[] flowMetaData, int[] governanceIndexes, EscalationProcedure escalationProcedure, OfficeMetaData officeMetaData) Instantiate. -
Uses of AssetManagerReference in net.officefloor.frame.impl.execute.asset
Classes in net.officefloor.frame.impl.execute.asset that implement AssetManagerReferenceMethods in net.officefloor.frame.impl.execute.asset with parameters of type AssetManagerReferenceModifier and TypeMethodDescriptionOfficeManagerImpl.getAssetManager(AssetManagerReference assetManagerReference) -
Uses of AssetManagerReference in net.officefloor.frame.impl.execute.governance
Methods in net.officefloor.frame.impl.execute.governance that return AssetManagerReferenceConstructors in net.officefloor.frame.impl.execute.governance with parameters of type AssetManagerReferenceModifierConstructorDescriptionGovernanceMetaDataImpl(String governanceName, GovernanceFactory<? super I, F> governanceFactory, TeamManagement responsibleTeam, long asynchronousFlowTimeout, AssetManagerReference asynchronousFlowAssetManagerReference, Logger logger) Initiate. -
Uses of AssetManagerReference in net.officefloor.frame.impl.execute.managedfunction
Methods in net.officefloor.frame.impl.execute.managedfunction that return AssetManagerReferenceModifier and TypeMethodDescriptionManagedFunctionMetaDataImpl.getAsynchronousFlowManagerReference()Constructors in net.officefloor.frame.impl.execute.managedfunction with parameters of type AssetManagerReferenceModifierConstructorDescriptionManagedFunctionMetaDataImpl(String functionName, ManagedFunctionFactory<O, F> functionFactory, Object[] annotations, Class<?> parameterType, TeamManagement responsibleTeam, ManagedObjectIndex[] functionIndexedManagedObjects, ManagedObjectMetaData<?>[] functionBoundManagedObjects, boolean[] requiredGovernance, long asynchronousFlowTimeout, AssetManagerReference asynchronousFlowsAssetManagerReference, Logger logger) Initiate with details of the meta-data for theManagedFunction. -
Uses of AssetManagerReference in net.officefloor.frame.impl.execute.managedobject
Methods in net.officefloor.frame.impl.execute.managedobject that return AssetManagerReferenceModifier and TypeMethodDescriptionManagedObjectMetaDataImpl.getOperationsManagerReference()ManagedObjectMetaDataImpl.getSourcingManagerReference()Constructors in net.officefloor.frame.impl.execute.managedobject with parameters of type AssetManagerReferenceModifierConstructorDescriptionManagedObjectMetaDataImpl(String boundManagedObjectName, Class<?> objectType, int instanceIndex, ManagedObjectSource<?, ?> source, ManagedObjectPool pool, boolean isContextAwareManagedObject, AssetManagerReference sourcingManagerReference, boolean isManagedObjectAsynchronous, AssetManagerReference operationsManagerReference, boolean isCoordinatingManagedObject, ManagedObjectIndex[] dependencyMapping, long timeout, ManagedObjectGovernanceMetaData<?>[] governanceMetaData, Logger logger) Instantiate. -
Uses of AssetManagerReference in net.officefloor.frame.internal.structure
Methods in net.officefloor.frame.internal.structure that return AssetManagerReferenceModifier and TypeMethodDescriptionManagedFunctionLogicMetaData.getAsynchronousFlowManagerReference()Obtains theAssetManagerReferencethat managesAsynchronousFlowinstances instigated by theManagedFunction.ManagedObjectMetaData.getOperationsManagerReference()Obtains theAssetManagerReferencethat manages asynchronous operations on theManagedObject.ManagedObjectMetaData.getSourcingManagerReference()Obtains theAssetManagerReferencethat manages the sourcing of theManagedObject.Methods in net.officefloor.frame.internal.structure with parameters of type AssetManagerReferenceModifier and TypeMethodDescriptionOfficeManager.getAssetManager(AssetManagerReference assetManagerReference) Obtains theAssetManagerfor theAssetManagerReference.