Interface ManagedObjectFunctionEnhancerContext
public interface ManagedObjectFunctionEnhancerContext
Context for the
ManagedObjectFunctionEnhancer.- Author:
- Daniel Sagenschneider
-
Method Summary
Modifier and TypeMethodDescriptionObtains theManagedObjectFunctionDependencyinstances for theManagedFunction.Obtains the name of theManagedFunction.Obtains theManagedFunctionFactory.Obtains the name of the responsibleTeam.booleanIndicates if using theManagedObjectfrom theManagedObjectSource.voidsetResponsibleTeam(String teamName) Specifies the responsibleTeam.
-
Method Details
-
getFunctionName
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
String getResponsibleTeam()Obtains the name of the responsibleTeam. -
setResponsibleTeam
Specifies the responsibleTeam.- Parameters:
teamName- Name of the responsibleTeam.
-