Uses of Interface
net.officefloor.frame.api.administration.AdministrationContext
-
-
Uses of AdministrationContext in net.officefloor.frame.api.administration
Methods in net.officefloor.frame.api.administration with parameters of type AdministrationContext Modifier and Type Method Description void
Administration. administer(AdministrationContext<E,F,G> context)
Administers theManagedObject
instances. -
Uses of AdministrationContext in net.officefloor.plugin.administration.clazz
Methods in net.officefloor.plugin.administration.clazz with parameters of type AdministrationContext Modifier and Type Method Description void
ClassAdministration. administer(AdministrationContext<java.lang.Object,Indexed,Indexed> context)
java.lang.Object
AdministrationContextClassDependencyFactory. createDependency(AdministrationContext<java.lang.Object,Indexed,Indexed> context)
java.lang.Object
AdministrationExtensionParameterFactory. createDependency(AdministrationContext<java.lang.Object,Indexed,Indexed> context)
java.lang.Object
AdministrationGovernanceParameterFactory. createDependency(AdministrationContext<java.lang.Object,Indexed,Indexed> context)
-
Uses of AdministrationContext in net.officefloor.plugin.clazz.dependency
Methods in net.officefloor.plugin.clazz.dependency with parameters of type AdministrationContext Modifier and Type Method Description java.lang.Object
ClassDependencyFactory. createDependency(AdministrationContext<java.lang.Object,Indexed,Indexed> context)
Creates the dependency forAdministration
. -
Uses of AdministrationContext in net.officefloor.plugin.clazz.dependency.impl
Methods in net.officefloor.plugin.clazz.dependency.impl with parameters of type AdministrationContext Modifier and Type Method Description java.lang.Object
AsynchronousFlowClassDependencyFactory. createDependency(AdministrationContext<java.lang.Object,Indexed,Indexed> context)
java.lang.Object
FlowClassDependencyFactory. createDependency(AdministrationContext<java.lang.Object,Indexed,Indexed> context)
java.lang.Object
LoggerClassDependencyManufacturer. createDependency(AdministrationContext<java.lang.Object,Indexed,Indexed> context)
java.lang.Object
ManagedFunctionContextClassDependencyManufacturer. createDependency(AdministrationContext<java.lang.Object,Indexed,Indexed> context)
java.lang.Object
ManagedObjectContextClassDependencyManufacturer. createDependency(AdministrationContext<java.lang.Object,Indexed,Indexed> context)
java.lang.Object
ObjectClassDependencyFactory. createDependency(AdministrationContext<java.lang.Object,Indexed,Indexed> context)
java.lang.Object
PropertyClassDependencyFactory. createDependency(AdministrationContext<java.lang.Object,Indexed,Indexed> context)
java.lang.Object
VariableClassDependencyFactory. createDependency(AdministrationContext<java.lang.Object,Indexed,Indexed> context)
-
Uses of AdministrationContext in net.officefloor.plugin.clazz.factory
Methods in net.officefloor.plugin.clazz.factory with parameters of type AdministrationContext Modifier and Type Method Description java.lang.Object
ClassObjectFactory. createObject(AdministrationContext<java.lang.Object,Indexed,Indexed> context)
Creates the object within theAdministration
context. -
Uses of AdministrationContext in net.officefloor.plugin.managedobject.clazz
Methods in net.officefloor.plugin.managedobject.clazz with parameters of type AdministrationContext Modifier and Type Method Description void
ClassDependencyInjector. injectDependencies(java.lang.Object object, AdministrationContext<java.lang.Object,Indexed,Indexed> context)
Injects dependencies into the object (typically to invokeMethod
against).void
FieldClassDependencyInjector. injectDependencies(java.lang.Object object, AdministrationContext<java.lang.Object,Indexed,Indexed> context)
void
MethodClassDependencyInjector. injectDependencies(java.lang.Object object, AdministrationContext<java.lang.Object,Indexed,Indexed> context)
-
Uses of AdministrationContext in net.officefloor.script
Methods in net.officefloor.script with parameters of type AdministrationContext Modifier and Type Method Description java.lang.Object
ScriptFlowParameterFactory. createDependency(AdministrationContext<java.lang.Object,Indexed,Indexed> context)
-