Interface ExecutionManagedObject
public interface ExecutionManagedObject
ManagedObject available to the ExecutionExplorer.- Author:
- Daniel Sagenschneider
-
Method Summary
Modifier and TypeMethodDescriptiongetManagedFunction(ManagedObjectFlowType<?> flowType) Obtains theExecutionManagedFunctionfor theManagedObjectFlowType.getManagedObject(ManagedObjectDependencyType<?> dependencyType) Obtains theExecutionManagedObjectfor theManagedObjectDependencyType.Obtains the name of theManagedObject.Obtains theManagedObjectTypefor theManagedObject.
-
Method Details
-
getManagedObjectName
String getManagedObjectName()Obtains the name of theManagedObject.- Returns:
- Name of the
ManagedObject.
-
getManagedObjectType
ManagedObjectType<?> getManagedObjectType()Obtains theManagedObjectTypefor theManagedObject.- Returns:
ManagedObjectTypefor theManagedObject.
-
getManagedObject
Obtains theExecutionManagedObjectfor theManagedObjectDependencyType.- Parameters:
dependencyType-ManagedObjectDependencyType.- Returns:
ExecutionManagedObjectfor theManagedObjectDependencyType.
-
getManagedFunction
Obtains theExecutionManagedFunctionfor theManagedObjectFlowType.- Parameters:
flowType-ManagedObjectFlowType.- Returns:
ExecutionManagedFunctionfor theManagedObjectFlowType.
-