Interface ManagedObjectFunctionEnhancerContext
-
public interface ManagedObjectFunctionEnhancerContextContext for theManagedObjectFunctionEnhancer.- Author:
- Daniel Sagenschneider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ManagedObjectFunctionDependency[]getFunctionDependencies()Obtains theManagedObjectFunctionDependencyinstances for theManagedFunction.java.lang.StringgetFunctionName()Obtains the name of theManagedFunction.ManagedFunctionFactory<?,?>getManagedFunctionFactory()Obtains theManagedFunctionFactory.java.lang.StringgetResponsibleTeam()Obtains the name of the responsibleTeam.booleanisUsingManagedObject()Indicates if using theManagedObjectfrom theManagedObjectSource.voidsetResponsibleTeam(java.lang.String teamName)Specifies the responsibleTeam.
-
-
-
Method Detail
-
getFunctionName
java.lang.String getFunctionName()
Obtains the name of theManagedFunction.- Returns:
- Name of the
ManagedFunction.
-
getManagedFunctionFactory
ManagedFunctionFactory<?,?> getManagedFunctionFactory()
Obtains theManagedFunctionFactory.- Returns:
ManagedFunctionFactory.
-
isUsingManagedObject
boolean isUsingManagedObject()
Indicates if using theManagedObjectfrom theManagedObjectSource.- Returns:
trueif using theManagedObjectfrom theManagedObjectSource.
-
getFunctionDependencies
ManagedObjectFunctionDependency[] getFunctionDependencies()
Obtains theManagedObjectFunctionDependencyinstances for theManagedFunction.- Returns:
ManagedObjectFunctionDependencyinstances for theManagedFunction.
-
getResponsibleTeam
java.lang.String getResponsibleTeam()
Obtains the name of the responsibleTeam.
-
-