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 voidAdministration. administer(AdministrationContext<E,F,G> context)Administers theManagedObjectinstances. -
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 voidClassAdministration. administer(AdministrationContext<java.lang.Object,Indexed,Indexed> context)java.lang.ObjectAdministrationContextClassDependencyFactory. createDependency(AdministrationContext<java.lang.Object,Indexed,Indexed> context)java.lang.ObjectAdministrationExtensionParameterFactory. createDependency(AdministrationContext<java.lang.Object,Indexed,Indexed> context)java.lang.ObjectAdministrationGovernanceParameterFactory. 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.ObjectClassDependencyFactory. 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.ObjectAsynchronousFlowClassDependencyFactory. createDependency(AdministrationContext<java.lang.Object,Indexed,Indexed> context)java.lang.ObjectFlowClassDependencyFactory. createDependency(AdministrationContext<java.lang.Object,Indexed,Indexed> context)java.lang.ObjectLoggerClassDependencyManufacturer. createDependency(AdministrationContext<java.lang.Object,Indexed,Indexed> context)java.lang.ObjectManagedFunctionContextClassDependencyManufacturer. createDependency(AdministrationContext<java.lang.Object,Indexed,Indexed> context)java.lang.ObjectManagedObjectContextClassDependencyManufacturer. createDependency(AdministrationContext<java.lang.Object,Indexed,Indexed> context)java.lang.ObjectObjectClassDependencyFactory. createDependency(AdministrationContext<java.lang.Object,Indexed,Indexed> context)java.lang.ObjectPropertyClassDependencyFactory. createDependency(AdministrationContext<java.lang.Object,Indexed,Indexed> context)java.lang.ObjectVariableClassDependencyFactory. 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.ObjectClassObjectFactory. createObject(AdministrationContext<java.lang.Object,Indexed,Indexed> context)Creates the object within theAdministrationcontext. -
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 voidClassDependencyInjector. injectDependencies(java.lang.Object object, AdministrationContext<java.lang.Object,Indexed,Indexed> context)Injects dependencies into the object (typically to invokeMethodagainst).voidFieldClassDependencyInjector. injectDependencies(java.lang.Object object, AdministrationContext<java.lang.Object,Indexed,Indexed> context)voidMethodClassDependencyInjector. 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.ObjectScriptFlowParameterFactory. createDependency(AdministrationContext<java.lang.Object,Indexed,Indexed> context)
-