Interface NamedOperationManager
- All Known Implementing Classes:
NamedOperationManagerImpl
public interface NamedOperationManager
- Author:
- Jeff Fischer
-
Method Summary
Modifier and TypeMethodDescriptionReturns all of the components that have been registered to perform manipulationsmanageNamedParameters
(Map<String, String> parameterMap)
-
Method Details
-
manageNamedParameters
-
getNamedOperationComponents
List<NamedOperationComponent> getNamedOperationComponents()Returns all of the components that have been registered to perform manipulations
-