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 AssetManagerReference
AssetManagerRegistry. 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 AssetManagerReference
AdministrationMetaDataImpl. 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 class
AssetManagerReferenceImpl
AssetManagerReference
implementation.Methods in net.officefloor.frame.impl.execute.asset with parameters of type AssetManagerReference Modifier and Type Method Description AssetManager
OfficeManagerImpl. 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 AssetManagerReference
GovernanceMetaDataImpl. 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 AssetManagerReference
ManagedFunctionMetaDataImpl. 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 AssetManagerReference
ManagedObjectMetaDataImpl. getOperationsManagerReference()
AssetManagerReference
ManagedObjectMetaDataImpl. 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 AssetManagerReference
ManagedFunctionLogicMetaData. getAsynchronousFlowManagerReference()
Obtains theAssetManagerReference
that managesAsynchronousFlow
instances instigated by theManagedFunction
.AssetManagerReference
ManagedObjectMetaData. getOperationsManagerReference()
Obtains theAssetManagerReference
that manages asynchronous operations on theManagedObject
.AssetManagerReference
ManagedObjectMetaData. getSourcingManagerReference()
Obtains theAssetManagerReference
that manages the sourcing of theManagedObject
.Methods in net.officefloor.frame.internal.structure with parameters of type AssetManagerReference Modifier and Type Method Description AssetManager
OfficeManager. getAssetManager(AssetManagerReference assetManagerReference)
Obtains theAssetManager
for theAssetManagerReference
.
-