Uses of Interface
net.officefloor.frame.api.managedobject.ManagedObjectContext
Packages that use ManagedObjectContext
Package
Description
-
Uses of ManagedObjectContext in net.officefloor.frame.api.managedobject
Methods in net.officefloor.frame.api.managedobject with parameters of type ManagedObjectContextModifier and TypeMethodDescriptionvoidContextAwareManagedObject.setManagedObjectContext(ManagedObjectContext context) Provides theManagedObjectContextto theManagedObject. -
Uses of ManagedObjectContext in net.officefloor.frame.test
Fields in net.officefloor.frame.test declared as ManagedObjectContextMethods in net.officefloor.frame.test with parameters of type ManagedObjectContextModifier and TypeMethodDescriptionvoidTestManagedObject.setManagedObjectContext(ManagedObjectContext context) -
Uses of ManagedObjectContext in net.officefloor.frame.util
Classes in net.officefloor.frame.util that implement ManagedObjectContextModifier and TypeClassDescriptionclassImplementation of aManagedObjectUserto source an object from aManagedObjectSource. -
Uses of ManagedObjectContext in net.officefloor.plugin.administration.clazz
Methods in net.officefloor.plugin.administration.clazz with parameters of type ManagedObjectContextModifier and TypeMethodDescriptionAdministrationContextClassDependencyFactory.createDependency(ManagedObject managedObject, ManagedObjectContext context, ObjectRegistry<Indexed> registry) AdministrationExtensionParameterFactory.createDependency(ManagedObject managedObject, ManagedObjectContext context, ObjectRegistry<Indexed> registry) AdministrationGovernanceParameterFactory.createDependency(ManagedObject managedObject, ManagedObjectContext context, ObjectRegistry<Indexed> registry) -
Uses of ManagedObjectContext in net.officefloor.plugin.clazz.dependency
Methods in net.officefloor.plugin.clazz.dependency with parameters of type ManagedObjectContextModifier and TypeMethodDescriptionClassDependencyFactory.createDependency(ManagedObject managedObject, ManagedObjectContext context, ObjectRegistry<Indexed> registry) Creates the dependency for aManagedObject. -
Uses of ManagedObjectContext in net.officefloor.plugin.clazz.dependency.impl
Methods in net.officefloor.plugin.clazz.dependency.impl with parameters of type ManagedObjectContextModifier and TypeMethodDescriptionAsynchronousFlowClassDependencyFactory.createDependency(ManagedObject managedObject, ManagedObjectContext context, ObjectRegistry<Indexed> registry) FlowClassDependencyFactory.createDependency(ManagedObject managedObject, ManagedObjectContext context, ObjectRegistry<Indexed> registry) LoggerClassDependencyManufacturer.createDependency(ManagedObject managedObject, ManagedObjectContext context, ObjectRegistry<Indexed> registry) ManagedFunctionContextClassDependencyManufacturer.createDependency(ManagedObject managedObject, ManagedObjectContext context, ObjectRegistry<Indexed> registry) ManagedObjectContextClassDependencyManufacturer.createDependency(ManagedObject managedObject, ManagedObjectContext context, ObjectRegistry<Indexed> registry) ObjectClassDependencyFactory.createDependency(ManagedObject managedObject, ManagedObjectContext context, ObjectRegistry<Indexed> registry) PropertyClassDependencyFactory.createDependency(ManagedObject managedObject, ManagedObjectContext context, ObjectRegistry<Indexed> registry) VariableClassDependencyFactory.createDependency(ManagedObject managedObject, ManagedObjectContext context, ObjectRegistry<Indexed> registry) -
Uses of ManagedObjectContext in net.officefloor.plugin.clazz.factory
Methods in net.officefloor.plugin.clazz.factory with parameters of type ManagedObjectContextModifier and TypeMethodDescriptionClassObjectFactory.createObject(ManagedObject managedObject, ManagedObjectContext context, ObjectRegistry<Indexed> registry) Creates the object within aManagedObjectcontext. -
Uses of ManagedObjectContext in net.officefloor.plugin.managedobject.clazz
Methods in net.officefloor.plugin.managedobject.clazz with parameters of type ManagedObjectContextModifier and TypeMethodDescriptionvoidClassDependencyInjector.injectDependencies(Object object, ManagedObject managedObject, ManagedObjectContext context, ObjectRegistry<Indexed> registry) Injects dependencies into the object.voidFieldClassDependencyInjector.injectDependencies(Object object, ManagedObject managedObject, ManagedObjectContext context, ObjectRegistry<Indexed> registry) voidMethodClassDependencyInjector.injectDependencies(Object object, ManagedObject managedObject, ManagedObjectContext context, ObjectRegistry<Indexed> registry) voidClassManagedObject.setManagedObjectContext(ManagedObjectContext context) -
Uses of ManagedObjectContext in net.officefloor.script
Methods in net.officefloor.script with parameters of type ManagedObjectContextModifier and TypeMethodDescriptionScriptFlowParameterFactory.createDependency(ManagedObject managedObject, ManagedObjectContext context, ObjectRegistry<Indexed> registry) -
Uses of ManagedObjectContext in net.officefloor.server.http
Constructors in net.officefloor.server.http with parameters of type ManagedObjectContextModifierConstructorDescriptionWritableHttpCookie(String name, String value, ManagedObjectContext context) Instantiate. -
Uses of ManagedObjectContext in net.officefloor.server.http.impl
Methods in net.officefloor.server.http.impl with parameters of type ManagedObjectContextModifier and TypeMethodDescriptionvoidProcessAwareServerHttpConnectionManagedObject.setManagedObjectContext(ManagedObjectContext context) Constructors in net.officefloor.server.http.impl with parameters of type ManagedObjectContextModifierConstructorDescriptionProcessAwareHttpResponse(ProcessAwareServerHttpConnectionManagedObject<B> serverHttpConnection, HttpVersion version, ManagedObjectContext managedObjectContext) Instantiate.Instantiate.Instantiate. -
Uses of ManagedObjectContext in net.officefloor.server.http.mock
Classes in net.officefloor.server.http.mock that implement ManagedObjectContextModifier and TypeClassDescriptionclassMockManagedObjectContextthat just runs theProcessSafeOperation. -
Uses of ManagedObjectContext in net.officefloor.server.stream.impl
Constructors in net.officefloor.server.stream.impl with parameters of type ManagedObjectContextModifierConstructorDescriptionProcessAwareServerOutputStream(ServerOutputStream unsafeOutputStream, ManagedObjectContext context) Instantiate.ProcessAwareServerWriter(ServerWriter unsafeServerWriter, ManagedObjectContext context) Instantiate. -
Uses of ManagedObjectContext in net.officefloor.web.session
Methods in net.officefloor.web.session with parameters of type ManagedObjectContextModifier and TypeMethodDescriptionvoidHttpSessionManagedObject.setManagedObjectContext(ManagedObjectContext context) -
Uses of ManagedObjectContext in net.officefloor.web.session.object
Methods in net.officefloor.web.session.object with parameters of type ManagedObjectContextModifier and TypeMethodDescriptionvoidHttpSessionObjectManagedObject.setManagedObjectContext(ManagedObjectContext context) -
Uses of ManagedObjectContext in net.officefloor.web.state
Methods in net.officefloor.web.state with parameters of type ManagedObjectContextModifier and TypeMethodDescriptionvoidHttpApplicationObjectManagedObjectSource.HttpApplicationObjectManagedObject.setManagedObjectContext(ManagedObjectContext context) voidHttpRequestObjectManagedObjectSource.HttpRequestObjectManagedObject.setManagedObjectContext(ManagedObjectContext context)