IDataWarehouseManagement Interface

Definition

An interface that manages configuring the data warehouse where Service Manager data is stored for generating reports, as well as retrieving metadata about the datawarehouse objects.

public interface class IDataWarehouseManagement
public interface IDataWarehouseManagement
type IDataWarehouseManagement = interface
Public Interface IDataWarehouseManagement

Methods

AddDataWarehouseConfiguration(DataWarehouseConfiguration, String, String)

Adds a data warehouse configuration to the Service Manager store.

GetDataWarehouseConfiguration()

Gets the current data warehouse configuration.

GetDimensionType(Guid)

Gets a dimension type by using an identifier.

GetDimensionTypes()

Gets all dimension types in the management group the API is connected to.

GetDimensionTypes(ManagementPackDimensionTypeCriteria)

Gets a list of dimension types that match the provided criteria in the management group the API is connected to.

GetFactType(Guid)

Gets a fact type by using an identifier in the management group the API is connected to.

GetFactTypes()

Gets all fact types in the management group the API is connected to.

GetFactTypes(ManagementPackFactTypeCriteria)

Gets all fact types that match the provided criteria in the management group the API is connected to.

GetMeasureType(Guid)

Gets a measure type by using an identifier in the management group the API is connected to.

GetMeasureTypes()

Gets all measure types in the management group the API is connected to.

GetMeasureTypes(ManagementPackMeasureTypeCriteria)

Gets all measure types that match the provided criteria in the management group the API is connected to.

GetOutriggerType(Guid)

Gets an outrigger type by using an identifier in the management group the API is connected to.

GetOutriggerTypes()

Gets all outrigger types in the management group the API is connected to.

GetOutriggerTypes(ManagementPackOutriggerTypeCriteria)

Gets a list of all outrigger types that match the provided criteria in the management group the API is connected to.

GetRelationshipFactType(Guid)

Gets a relationship fact type by using an identifier in the management group the API is connected to.

GetRelationshipFactTypes()

Gets all relationship fact types in the management group the API is connected to.

GetRelationshipFactTypes(ManagementPackRelationshipFactTypeCriteria)

Gets all relationship fact types that match the provided criteria in the management group the API is connected to.

GetWarehouseModuleType(Guid)

Gets a warehouse module type by using an identifier in the management group the API is connected to.

GetWarehouseModuleTypes()

Gets all warehouse module types in the management group the API is connected to.

GetWarehouseModuleTypes(ManagementPackWarehouseModuleTypeCriteria)

Gets all warehouse module types that match the provided criteria in the management group the API is connected to.

InsertMpSyncUser(String)

Adds a user to Mpsync user role.

RemoveDataWarehouseConfiguration()

Removes the current data warehouse configuration from the Service Manager store.

Applies to