Interface ExecutionManagedObject
-
public interface ExecutionManagedObjectManagedObjectavailable to theExecutionExplorer.- Author:
- Daniel Sagenschneider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ExecutionManagedFunctiongetManagedFunction(ManagedObjectFlowType<?> flowType)Obtains theExecutionManagedFunctionfor theManagedObjectFlowType.ExecutionManagedObjectgetManagedObject(ManagedObjectDependencyType<?> dependencyType)Obtains theExecutionManagedObjectfor theManagedObjectDependencyType.java.lang.StringgetManagedObjectName()Obtains the name of theManagedObject.ManagedObjectType<?>getManagedObjectType()Obtains theManagedObjectTypefor theManagedObject.
-
-
-
Method Detail
-
getManagedObjectName
java.lang.String getManagedObjectName()
Obtains the name of theManagedObject.- Returns:
- Name of the
ManagedObject.
-
getManagedObjectType
ManagedObjectType<?> getManagedObjectType()
Obtains theManagedObjectTypefor theManagedObject.- Returns:
ManagedObjectTypefor theManagedObject.
-
getManagedObject
ExecutionManagedObject getManagedObject(ManagedObjectDependencyType<?> dependencyType)
Obtains theExecutionManagedObjectfor theManagedObjectDependencyType.- Parameters:
dependencyType-ManagedObjectDependencyType.- Returns:
ExecutionManagedObjectfor theManagedObjectDependencyType.
-
getManagedFunction
ExecutionManagedFunction getManagedFunction(ManagedObjectFlowType<?> flowType)
Obtains theExecutionManagedFunctionfor theManagedObjectFlowType.- Parameters:
flowType-ManagedObjectFlowType.- Returns:
ExecutionManagedFunctionfor theManagedObjectFlowType.
-
-