Uses of Interface
net.officefloor.frame.internal.structure.AssetManagerReference
-
-
Uses of AssetManagerReference in net.officefloor.frame.impl.construct.asset
Methods in net.officefloor.frame.impl.construct.asset that return AssetManagerReference Modifier and Type Method Description AssetManagerReferenceAssetManagerRegistry. createAssetManager(OfficeFloorIssues.AssetType assetType, java.lang.String assetName, java.lang.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 AssetManagerReference Modifier and Type Method Description AssetManagerReferenceAdministrationMetaDataImpl. getAsynchronousFlowManagerReference()Constructors in net.officefloor.frame.impl.execute.administration with parameters of type AssetManagerReference Constructor Description AdministrationMetaDataImpl(java.lang.String administrationName, AdministrationFactory<E,F,G> administrationFactory, java.lang.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 AssetManagerReference Modifier and Type Class Description classAssetManagerReferenceImplAssetManagerReferenceimplementation.Methods in net.officefloor.frame.impl.execute.asset with parameters of type AssetManagerReference Modifier and Type Method Description AssetManagerOfficeManagerImpl. getAssetManager(AssetManagerReference assetManagerReference) -
Uses of AssetManagerReference in net.officefloor.frame.impl.execute.governance
Methods in net.officefloor.frame.impl.execute.governance that return AssetManagerReference Modifier and Type Method Description AssetManagerReferenceGovernanceMetaDataImpl. getAsynchronousFlowManagerReference()Constructors in net.officefloor.frame.impl.execute.governance with parameters of type AssetManagerReference Constructor Description GovernanceMetaDataImpl(java.lang.String governanceName, GovernanceFactory<? super I,F> governanceFactory, TeamManagement responsibleTeam, long asynchronousFlowTimeout, AssetManagerReference asynchronousFlowAssetManagerReference, java.util.logging.Logger logger)Initiate. -
Uses of AssetManagerReference in net.officefloor.frame.impl.execute.managedfunction
Methods in net.officefloor.frame.impl.execute.managedfunction that return AssetManagerReference Modifier and Type Method Description AssetManagerReferenceManagedFunctionMetaDataImpl. getAsynchronousFlowManagerReference()Constructors in net.officefloor.frame.impl.execute.managedfunction with parameters of type AssetManagerReference Constructor Description ManagedFunctionMetaDataImpl(java.lang.String functionName, ManagedFunctionFactory<O,F> functionFactory, java.lang.Object[] annotations, java.lang.Class<?> parameterType, TeamManagement responsibleTeam, ManagedObjectIndex[] functionIndexedManagedObjects, ManagedObjectMetaData<?>[] functionBoundManagedObjects, boolean[] requiredGovernance, long asynchronousFlowTimeout, AssetManagerReference asynchronousFlowsAssetManagerReference, java.util.logging.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 AssetManagerReference Modifier and Type Method Description AssetManagerReferenceManagedObjectMetaDataImpl. getOperationsManagerReference()AssetManagerReferenceManagedObjectMetaDataImpl. getSourcingManagerReference()Constructors in net.officefloor.frame.impl.execute.managedobject with parameters of type AssetManagerReference Constructor Description ManagedObjectMetaDataImpl(java.lang.String boundManagedObjectName, java.lang.Class<?> objectType, int instanceIndex, ManagedObjectSource<?,?> source, ManagedObjectPool pool, boolean isContextAwareManagedObject, AssetManagerReference sourcingManagerReference, boolean isManagedObjectAsynchronous, AssetManagerReference operationsManagerReference, boolean isCoordinatingManagedObject, ManagedObjectIndex[] dependencyMapping, long timeout, ManagedObjectGovernanceMetaData<?>[] governanceMetaData, java.util.logging.Logger logger)Instantiate. -
Uses of AssetManagerReference in net.officefloor.frame.internal.structure
Methods in net.officefloor.frame.internal.structure that return AssetManagerReference Modifier and Type Method Description AssetManagerReferenceManagedFunctionLogicMetaData. getAsynchronousFlowManagerReference()Obtains theAssetManagerReferencethat managesAsynchronousFlowinstances instigated by theManagedFunction.AssetManagerReferenceManagedObjectMetaData. getOperationsManagerReference()Obtains theAssetManagerReferencethat manages asynchronous operations on theManagedObject.AssetManagerReferenceManagedObjectMetaData. getSourcingManagerReference()Obtains theAssetManagerReferencethat manages the sourcing of theManagedObject.Methods in net.officefloor.frame.internal.structure with parameters of type AssetManagerReference Modifier and Type Method Description AssetManagerOfficeManager. getAssetManager(AssetManagerReference assetManagerReference)Obtains theAssetManagerfor theAssetManagerReference.
-