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 theManagedObjectFunctionDependencyinstances 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 ManagedObjectFunctionDependencyManagedObjectSourceContext. 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 voidManagedObjectFunctionBuilder. linkObject(int index, ManagedObjectFunctionDependency dependency)Links in theManagedObjectFunctionDependencyto thisManagedFunction.voidManagedObjectFunctionBuilder. linkObject(O key, ManagedObjectFunctionDependency dependency)Links in theManagedObjectFunctionDependencyto 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 classManagedObjectSourceContextImpl.ManagedObjectFunctionDependencyImplManagedObjectFunctionDependencyimplementation.Methods in net.officefloor.frame.impl.construct.managedobjectsource that return ManagedObjectFunctionDependency Modifier and Type Method Description ManagedObjectFunctionDependencyManagedObjectSourceContextImpl. addFunctionDependency(java.lang.String name, java.lang.Class<?> objectType)
-