Uses of Interface
net.officefloor.frame.api.managedobject.ManagedObjectContext
-
-
Uses of ManagedObjectContext in net.officefloor.frame.api.managedobject
Methods in net.officefloor.frame.api.managedobject with parameters of type ManagedObjectContext Modifier and Type Method Description voidContextAwareManagedObject. setManagedObjectContext(ManagedObjectContext context)Provides theManagedObjectContextto theManagedObject. -
Uses of ManagedObjectContext in net.officefloor.frame.test
Fields in net.officefloor.frame.test declared as ManagedObjectContext Modifier and Type Field Description ManagedObjectContextTestManagedObject. managedObjectContextMethods in net.officefloor.frame.test with parameters of type ManagedObjectContext Modifier and Type Method Description voidTestManagedObject. setManagedObjectContext(ManagedObjectContext context) -
Uses of ManagedObjectContext in net.officefloor.frame.util
Classes in net.officefloor.frame.util that implement ManagedObjectContext Modifier and Type Class Description classManagedObjectUserStandAloneImplementation 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 ManagedObjectContext Modifier and Type Method Description java.lang.ObjectAdministrationContextClassDependencyFactory. createDependency(ManagedObject managedObject, ManagedObjectContext context, ObjectRegistry<Indexed> registry)java.lang.ObjectAdministrationExtensionParameterFactory. createDependency(ManagedObject managedObject, ManagedObjectContext context, ObjectRegistry<Indexed> registry)java.lang.ObjectAdministrationGovernanceParameterFactory. 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 ManagedObjectContext Modifier and Type Method Description java.lang.ObjectClassDependencyFactory. 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 ManagedObjectContext Modifier and Type Method Description java.lang.ObjectAsynchronousFlowClassDependencyFactory. createDependency(ManagedObject managedObject, ManagedObjectContext context, ObjectRegistry<Indexed> registry)java.lang.ObjectFlowClassDependencyFactory. createDependency(ManagedObject managedObject, ManagedObjectContext context, ObjectRegistry<Indexed> registry)java.lang.ObjectLoggerClassDependencyManufacturer. createDependency(ManagedObject managedObject, ManagedObjectContext context, ObjectRegistry<Indexed> registry)java.lang.ObjectManagedFunctionContextClassDependencyManufacturer. createDependency(ManagedObject managedObject, ManagedObjectContext context, ObjectRegistry<Indexed> registry)java.lang.ObjectManagedObjectContextClassDependencyManufacturer. createDependency(ManagedObject managedObject, ManagedObjectContext context, ObjectRegistry<Indexed> registry)java.lang.ObjectObjectClassDependencyFactory. createDependency(ManagedObject managedObject, ManagedObjectContext context, ObjectRegistry<Indexed> registry)java.lang.ObjectPropertyClassDependencyFactory. createDependency(ManagedObject managedObject, ManagedObjectContext context, ObjectRegistry<Indexed> registry)java.lang.ObjectVariableClassDependencyFactory. 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 ManagedObjectContext Modifier and Type Method Description java.lang.ObjectClassObjectFactory. 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 ManagedObjectContext Modifier and Type Method Description voidClassDependencyInjector. injectDependencies(java.lang.Object object, ManagedObject managedObject, ManagedObjectContext context, ObjectRegistry<Indexed> registry)Injects dependencies into the object.voidFieldClassDependencyInjector. injectDependencies(java.lang.Object object, ManagedObject managedObject, ManagedObjectContext context, ObjectRegistry<Indexed> registry)voidMethodClassDependencyInjector. injectDependencies(java.lang.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 ManagedObjectContext Modifier and Type Method Description java.lang.ObjectScriptFlowParameterFactory. 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 ManagedObjectContext Constructor Description WritableHttpCookie(java.lang.String name, java.lang.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 ManagedObjectContext Modifier and Type Method Description voidProcessAwareServerHttpConnectionManagedObject. setManagedObjectContext(ManagedObjectContext context)Constructors in net.officefloor.server.http.impl with parameters of type ManagedObjectContext Constructor Description ProcessAwareHttpResponse(ProcessAwareServerHttpConnectionManagedObject<B> serverHttpConnection, HttpVersion version, ManagedObjectContext managedObjectContext)Instantiate.ProcessAwareHttpResponseCookies(ManagedObjectContext context)Instantiate.ProcessAwareHttpResponseHeaders(ManagedObjectContext context)Instantiate. -
Uses of ManagedObjectContext in net.officefloor.server.http.mock
Classes in net.officefloor.server.http.mock that implement ManagedObjectContext Modifier and Type Class Description classMockManagedObjectContextMockManagedObjectContextthat just runs theProcessSafeOperation. -
Uses of ManagedObjectContext in net.officefloor.server.stream.impl
Constructors in net.officefloor.server.stream.impl with parameters of type ManagedObjectContext Constructor Description ProcessAwareServerOutputStream(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 ManagedObjectContext Modifier and Type Method Description voidHttpSessionManagedObject. setManagedObjectContext(ManagedObjectContext context) -
Uses of ManagedObjectContext in net.officefloor.web.session.object
Methods in net.officefloor.web.session.object with parameters of type ManagedObjectContext Modifier and Type Method Description voidHttpSessionObjectManagedObject. setManagedObjectContext(ManagedObjectContext context) -
Uses of ManagedObjectContext in net.officefloor.web.state
Methods in net.officefloor.web.state with parameters of type ManagedObjectContext Modifier and Type Method Description voidHttpApplicationObjectManagedObjectSource.HttpApplicationObjectManagedObject. setManagedObjectContext(ManagedObjectContext context)voidHttpRequestObjectManagedObjectSource.HttpRequestObjectManagedObject. setManagedObjectContext(ManagedObjectContext context)
-