Uses of Interface
net.officefloor.frame.internal.structure.ManagedFunctionContainer
Packages that use ManagedFunctionContainer
Package
Description
-
Uses of ManagedFunctionContainer in net.officefloor.frame.impl.execute.flow
Methods in net.officefloor.frame.impl.execute.flow that return ManagedFunctionContainerModifier and TypeMethodDescription<E,F extends Enum<F>, G extends Enum<G>>
ManagedFunctionContainerFlowImpl.createAdministrationFunction(ManagedObjectAdministrationMetaData<E, F, G> adminMetaData, ManagedFunctionContainer parallelFunctionOwner) <F extends Enum<F>>
ManagedFunctionContainerFlowImpl.createGovernanceFunction(GovernanceActivity<F> governanceActivity, GovernanceMetaData<?, F> governanceMetaData) <O extends Enum<O>,F extends Enum<F>>
ManagedFunctionContainerFlowImpl.createManagedFunction(Object parameter, ManagedFunctionMetaData<O, F> managedFunctionMetaData, boolean isEnforceGovernance, BlockState parallelFunctionOwner) Methods in net.officefloor.frame.impl.execute.flow with parameters of type ManagedFunctionContainerModifier and TypeMethodDescription<E,F extends Enum<F>, G extends Enum<G>>
ManagedFunctionContainerFlowImpl.createAdministrationFunction(ManagedObjectAdministrationMetaData<E, F, G> adminMetaData, ManagedFunctionContainer parallelFunctionOwner) -
Uses of ManagedFunctionContainer in net.officefloor.frame.impl.execute.function
Classes in net.officefloor.frame.impl.execute.function that implement ManagedFunctionContainer -
Uses of ManagedFunctionContainer in net.officefloor.frame.impl.execute.governance
Methods in net.officefloor.frame.impl.execute.governance with parameters of type ManagedFunctionContainerModifier and TypeMethodDescription<O extends Enum<O>>
RegisteredGovernanceGovernanceContainerImpl.registerManagedObject(E managedObjectExtension, ManagedObjectContainer managedobjectContainer, ManagedObjectMetaData<O> managedObjectMetaData, ManagedFunctionContainer managedFunctionContainer) -
Uses of ManagedFunctionContainer in net.officefloor.frame.impl.execute.managedobject
Methods in net.officefloor.frame.impl.execute.managedobject that return ManagedFunctionContainerMethods in net.officefloor.frame.impl.execute.managedobject with parameters of type ManagedFunctionContainerModifier and TypeMethodDescriptionManagedObjectMetaDataImpl.checkReady(ManagedFunctionContainer managedFunction, ManagedObjectReadyCheck check, ManagedObjectContainer currentContainer) ManagedObjectMetaDataImpl.createObjectRegistry(ManagedFunctionContainer currentContainer) static ManagedObjectContainerManagedObjectContainerImpl.getManagedObjectContainer(ManagedObjectIndex index, ManagedFunctionContainer managedFunction) Convenience method to obtain theManagedObjectContainer.ManagedObjectContainerImpl.loadManagedObject(ManagedFunctionContainer managedFunction) Constructors in net.officefloor.frame.impl.execute.managedobject with parameters of type ManagedFunctionContainerModifierConstructorDescriptionManagedObjectReadyCheckImpl(FunctionState latchFunction, ManagedFunctionContainer managedFunction) Instantiate.ObjectRegistryImpl(ManagedFunctionContainer managedFunction, ManagedObjectIndex[] dependencies) Initiate. -
Uses of ManagedFunctionContainer in net.officefloor.frame.internal.structure
Methods in net.officefloor.frame.internal.structure that return ManagedFunctionContainerModifier and TypeMethodDescription<E,F extends Enum<F>, G extends Enum<G>>
ManagedFunctionContainerFlow.createAdministrationFunction(ManagedObjectAdministrationMetaData<E, F, G> adminMetaData, ManagedFunctionContainer parallelFunctionOwner) Creates a newManagedFunctionContainercontained in thisFlowfor theManagedObjectAdministrationMetaData.<F extends Enum<F>>
ManagedFunctionContainerFlow.createGovernanceFunction(GovernanceActivity<F> governanceActivity, GovernanceMetaData<?, F> governanceMetaData) <O extends Enum<O>,F extends Enum<F>>
ManagedFunctionContainerFlow.createManagedFunction(Object parameter, ManagedFunctionMetaData<O, F> managedFunctionMetaData, boolean isEnforceGovernance, BlockState parallelFunctionOwner) ManagedObjectReadyCheck.getManagedFunctionContainer()Obtains theManagedFunctionContainerto access dependentManagedObjectinstances.Methods in net.officefloor.frame.internal.structure with parameters of type ManagedFunctionContainerModifier and TypeMethodDescriptionManagedObjectMetaData.checkReady(ManagedFunctionContainer managedFunction, ManagedObjectReadyCheck check, ManagedObjectContainer currentContainer) Creates aFunctionStateto check if the dependencies of thisManagedObjectare ready.<E,F extends Enum<F>, G extends Enum<G>>
ManagedFunctionContainerFlow.createAdministrationFunction(ManagedObjectAdministrationMetaData<E, F, G> adminMetaData, ManagedFunctionContainer parallelFunctionOwner) Creates a newManagedFunctionContainercontained in thisFlowfor theManagedObjectAdministrationMetaData.ManagedObjectMetaData.createObjectRegistry(ManagedFunctionContainer currentContainer) Creates theObjectRegistryfor theManagedObject.ManagedObjectContainer.loadManagedObject(ManagedFunctionContainer managedFunctionContainer) Creates aFunctionStateto load theManagedObject.<O extends Enum<O>>
RegisteredGovernanceGovernanceContainer.registerManagedObject(E managedObjectExtension, ManagedObjectContainer managedObjectContainer, ManagedObjectMetaData<O> managedObjectMetaData, ManagedFunctionContainer managedFunctionContainer) Registers theManagedObjectforGovernance.