Package com.orchestranetworks.addon.dpra
Class OperationsFactory
java.lang.Object
com.orchestranetworks.addon.dpra.OperationsFactory
Provides static methods for the EBX Insight (New) Add-on services such as indicator execution
- Since:
- 4.2.0
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionabstract IndicatorOperations
getIndicatorOperations
(com.orchestranetworks.service.Session session) Provides indicator operations for the EBX Insight (New) Add-onstatic OperationsFactory
Provides an instance of OperationsFactory
-
Constructor Details
-
OperationsFactory
public OperationsFactory()
-
-
Method Details
-
getIndicatorOperations
public abstract IndicatorOperations getIndicatorOperations(com.orchestranetworks.service.Session session) Provides indicator operations for the EBX Insight (New) Add-on
- Parameters:
session
- An EBX session- Returns:
- IndicatorOperations Indicator operations for the EBX Insight (New) Add-on
-
getInstance
Provides an instance of OperationsFactory
-