Class AdministrationGovernanceParameterFactory
- java.lang.Object
-
- net.officefloor.plugin.administration.clazz.AdministrationGovernanceParameterFactory
-
- All Implemented Interfaces:
ClassDependencyFactory
public class AdministrationGovernanceParameterFactory extends java.lang.Object implements ClassDependencyFactory
ClassDependencyFactoryto obtain theGovernanceManager.- Author:
- Daniel Sagenschneider
-
-
Constructor Summary
Constructors Constructor Description AdministrationGovernanceParameterFactory(int governanceIndex)Initiate.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.ObjectcreateDependency(AdministrationContext<java.lang.Object,Indexed,Indexed> context)Creates the dependency forAdministration.java.lang.ObjectcreateDependency(ManagedFunctionContext<Indexed,Indexed> context)Creates the dependency for aManagedFunction.java.lang.ObjectcreateDependency(ManagedObject managedObject, ManagedObjectContext context, ObjectRegistry<Indexed> registry)Creates the dependency for aManagedObject.-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface net.officefloor.plugin.clazz.dependency.ClassDependencyFactory
loadManagedObjectExecuteContext
-
-
-
-
Constructor Detail
-
AdministrationGovernanceParameterFactory
public AdministrationGovernanceParameterFactory(int governanceIndex)
Initiate.- Parameters:
governanceIndex- Index of theGovernanceManager.
-
-
Method Detail
-
createDependency
public java.lang.Object createDependency(ManagedObject managedObject, ManagedObjectContext context, ObjectRegistry<Indexed> registry) throws java.lang.Throwable
Description copied from interface:ClassDependencyFactoryCreates the dependency for aManagedObject.- Specified by:
createDependencyin interfaceClassDependencyFactory- Parameters:
managedObject-ManagedObject.context-ManagedObjectContext.registry-ObjectRegistry.- Returns:
- Dependency.
- Throws:
java.lang.Throwable- If fails to create the dependency.
-
createDependency
public java.lang.Object createDependency(ManagedFunctionContext<Indexed,Indexed> context) throws java.lang.Throwable
Description copied from interface:ClassDependencyFactoryCreates the dependency for aManagedFunction.- Specified by:
createDependencyin interfaceClassDependencyFactory- Parameters:
context-ManagedFunctionContext.- Returns:
- Dependency.
- Throws:
java.lang.Throwable- If fails to create the dependency.
-
createDependency
public java.lang.Object createDependency(AdministrationContext<java.lang.Object,Indexed,Indexed> context) throws java.lang.Throwable
Description copied from interface:ClassDependencyFactoryCreates the dependency forAdministration.- Specified by:
createDependencyin interfaceClassDependencyFactory- Parameters:
context-AdministrationContext.- Returns:
- Dependency.
- Throws:
java.lang.Throwable- If fails to create the dependency.
-
-