Uses of Interface
net.officefloor.frame.api.managedobject.source.ManagedObjectFunctionDependency
-
-
Uses of ManagedObjectFunctionDependency in net.officefloor.frame.api.managedobject.function
Methods in net.officefloor.frame.api.managedobject.function that return ManagedObjectFunctionDependency Modifier and Type Method Description ManagedObjectFunctionDependency[]
ManagedObjectFunctionEnhancerContext. getFunctionDependencies()
Obtains theManagedObjectFunctionDependency
instances for theManagedFunction
. -
Uses of ManagedObjectFunctionDependency in net.officefloor.frame.api.managedobject.source
Methods in net.officefloor.frame.api.managedobject.source that return ManagedObjectFunctionDependency Modifier and Type Method Description ManagedObjectFunctionDependency
ManagedObjectSourceContext. addFunctionDependency(java.lang.String name, java.lang.Class<?> objectType)
Adds aManagedObjectFunctionDependency
.Methods in net.officefloor.frame.api.managedobject.source with parameters of type ManagedObjectFunctionDependency Modifier and Type Method Description void
ManagedObjectFunctionBuilder. linkObject(int index, ManagedObjectFunctionDependency dependency)
Links in theManagedObjectFunctionDependency
to thisManagedFunction
.void
ManagedObjectFunctionBuilder. linkObject(O key, ManagedObjectFunctionDependency dependency)
Links in theManagedObjectFunctionDependency
to thisManagedFunction
. -
Uses of ManagedObjectFunctionDependency in net.officefloor.frame.impl.construct.managedobjectsource
Classes in net.officefloor.frame.impl.construct.managedobjectsource that implement ManagedObjectFunctionDependency Modifier and Type Class Description static class
ManagedObjectSourceContextImpl.ManagedObjectFunctionDependencyImpl
ManagedObjectFunctionDependency
implementation.Methods in net.officefloor.frame.impl.construct.managedobjectsource that return ManagedObjectFunctionDependency Modifier and Type Method Description ManagedObjectFunctionDependency
ManagedObjectSourceContextImpl. addFunctionDependency(java.lang.String name, java.lang.Class<?> objectType)
-