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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract FunctionOperationsgetFunctionOperations(com.orchestranetworks.service.Session session) Provides function operations for the add-on.abstract IndicatorOperationsgetIndicatorOperations(com.orchestranetworks.service.Session session) Provides indicator operations for the add-on.static OperationsFactoryProvides 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 add-on.
- Parameters:
session- An EBX session- Returns:
- IndicatorOperations Indicator operations for the add-on
-
getFunctionOperations
public abstract FunctionOperations getFunctionOperations(com.orchestranetworks.service.Session session) Provides function operations for the add-on.
- Parameters:
session- An EBX session- Returns:
- FunctionOperations Function operations for the add-on
-
getInstance
Provides an instance of OperationsFactory
-