Uses of Interface
net.officefloor.frame.api.administration.AdministrationContext
Packages that use AdministrationContext
Package
Description
-
Uses of AdministrationContext in net.officefloor.frame.api.administration
Methods in net.officefloor.frame.api.administration with parameters of type AdministrationContextModifier and TypeMethodDescriptionvoidAdministration.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 AdministrationContextModifier and TypeMethodDescriptionvoidClassAdministration.administer(AdministrationContext<Object, Indexed, Indexed> context) AdministrationContextClassDependencyFactory.createDependency(AdministrationContext<Object, Indexed, Indexed> context) AdministrationExtensionParameterFactory.createDependency(AdministrationContext<Object, Indexed, Indexed> context) AdministrationGovernanceParameterFactory.createDependency(AdministrationContext<Object, Indexed, Indexed> context) -
Uses of AdministrationContext in net.officefloor.plugin.clazz.dependency
Methods in net.officefloor.plugin.clazz.dependency with parameters of type AdministrationContextModifier and TypeMethodDescriptionClassDependencyFactory.createDependency(AdministrationContext<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 AdministrationContextModifier and TypeMethodDescriptionAsynchronousFlowClassDependencyFactory.createDependency(AdministrationContext<Object, Indexed, Indexed> context) FlowClassDependencyFactory.createDependency(AdministrationContext<Object, Indexed, Indexed> context) LoggerClassDependencyManufacturer.createDependency(AdministrationContext<Object, Indexed, Indexed> context) ManagedFunctionContextClassDependencyManufacturer.createDependency(AdministrationContext<Object, Indexed, Indexed> context) ManagedObjectContextClassDependencyManufacturer.createDependency(AdministrationContext<Object, Indexed, Indexed> context) ObjectClassDependencyFactory.createDependency(AdministrationContext<Object, Indexed, Indexed> context) PropertyClassDependencyFactory.createDependency(AdministrationContext<Object, Indexed, Indexed> context) VariableClassDependencyFactory.createDependency(AdministrationContext<Object, Indexed, Indexed> context) -
Uses of AdministrationContext in net.officefloor.plugin.clazz.factory
Methods in net.officefloor.plugin.clazz.factory with parameters of type AdministrationContextModifier and TypeMethodDescriptionClassObjectFactory.createObject(AdministrationContext<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 AdministrationContextModifier and TypeMethodDescriptionvoidClassDependencyInjector.injectDependencies(Object object, AdministrationContext<Object, Indexed, Indexed> context) Injects dependencies into the object (typically to invokeMethodagainst).voidFieldClassDependencyInjector.injectDependencies(Object object, AdministrationContext<Object, Indexed, Indexed> context) voidMethodClassDependencyInjector.injectDependencies(Object object, AdministrationContext<Object, Indexed, Indexed> context) -
Uses of AdministrationContext in net.officefloor.script
Methods in net.officefloor.script with parameters of type AdministrationContextModifier and TypeMethodDescriptionScriptFlowParameterFactory.createDependency(AdministrationContext<Object, Indexed, Indexed> context) -
Uses of AdministrationContext in net.officefloor.spring.starter.rest.security
Methods in net.officefloor.spring.starter.rest.security with parameters of type AdministrationContextModifier and TypeMethodDescriptionvoidAuthorizeAdministrationSource.administer(AdministrationContext<ServerHttpConnection, None, None> context) voidRolesAllowedAdministrationSource.administer(AdministrationContext<ServerHttpConnection, None, None> context)