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 void
ContextAwareManagedObject. setManagedObjectContext(ManagedObjectContext context)
Provides theManagedObjectContext
to theManagedObject
. -
Uses of ManagedObjectContext in net.officefloor.frame.test
Fields in net.officefloor.frame.test declared as ManagedObjectContext Modifier and Type Field Description ManagedObjectContext
TestManagedObject. managedObjectContext
Methods in net.officefloor.frame.test with parameters of type ManagedObjectContext Modifier and Type Method Description void
TestManagedObject. 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 class
ManagedObjectUserStandAlone
Implementation of aManagedObjectUser
to 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.Object
AdministrationContextClassDependencyFactory. createDependency(ManagedObject managedObject, ManagedObjectContext context, ObjectRegistry<Indexed> registry)
java.lang.Object
AdministrationExtensionParameterFactory. createDependency(ManagedObject managedObject, ManagedObjectContext context, ObjectRegistry<Indexed> registry)
java.lang.Object
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 ManagedObjectContext Modifier and Type Method Description java.lang.Object
ClassDependencyFactory. 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.Object
AsynchronousFlowClassDependencyFactory. createDependency(ManagedObject managedObject, ManagedObjectContext context, ObjectRegistry<Indexed> registry)
java.lang.Object
FlowClassDependencyFactory. createDependency(ManagedObject managedObject, ManagedObjectContext context, ObjectRegistry<Indexed> registry)
java.lang.Object
LoggerClassDependencyManufacturer. createDependency(ManagedObject managedObject, ManagedObjectContext context, ObjectRegistry<Indexed> registry)
java.lang.Object
ManagedFunctionContextClassDependencyManufacturer. createDependency(ManagedObject managedObject, ManagedObjectContext context, ObjectRegistry<Indexed> registry)
java.lang.Object
ManagedObjectContextClassDependencyManufacturer. createDependency(ManagedObject managedObject, ManagedObjectContext context, ObjectRegistry<Indexed> registry)
java.lang.Object
ObjectClassDependencyFactory. createDependency(ManagedObject managedObject, ManagedObjectContext context, ObjectRegistry<Indexed> registry)
java.lang.Object
PropertyClassDependencyFactory. createDependency(ManagedObject managedObject, ManagedObjectContext context, ObjectRegistry<Indexed> registry)
java.lang.Object
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 ManagedObjectContext Modifier and Type Method Description java.lang.Object
ClassObjectFactory. createObject(ManagedObject managedObject, ManagedObjectContext context, ObjectRegistry<Indexed> registry)
Creates the object within aManagedObject
context. -
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 void
ClassDependencyInjector. injectDependencies(java.lang.Object object, ManagedObject managedObject, ManagedObjectContext context, ObjectRegistry<Indexed> registry)
Injects dependencies into the object.void
FieldClassDependencyInjector. injectDependencies(java.lang.Object object, ManagedObject managedObject, ManagedObjectContext context, ObjectRegistry<Indexed> registry)
void
MethodClassDependencyInjector. injectDependencies(java.lang.Object object, ManagedObject managedObject, ManagedObjectContext context, ObjectRegistry<Indexed> registry)
void
ClassManagedObject. 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.Object
ScriptFlowParameterFactory. 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 void
ProcessAwareServerHttpConnectionManagedObject. 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 class
MockManagedObjectContext
MockManagedObjectContext
that 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 void
HttpSessionManagedObject. 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 void
HttpSessionObjectManagedObject. 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 void
HttpApplicationObjectManagedObjectSource.HttpApplicationObjectManagedObject. setManagedObjectContext(ManagedObjectContext context)
void
HttpRequestObjectManagedObjectSource.HttpRequestObjectManagedObject. setManagedObjectContext(ManagedObjectContext context)
-