Name | Description | |
---|---|---|
init | Initializes the DataCubeService. Called during construction. Inherited from dundas.Component. |
Name | Description | |
---|---|---|
eventsManager | Inherited from dundas.Service. | |
isDisposed | Gets a value indicating whether this instance has been disposed. Inherited from dundas.Component. | |
site | Gets or sets the site that this component is a part of. Inherited from dundas.Component. | |
uniqueId | Gets or sets the unique ID of this component within the site. Inherited from dundas.Component. |
Name | Description | |
---|---|---|
addManualSelectTransform | Add a manual select transform to the dataCube. | |
addSelectTransform | Add a select transform to the dataCube. | |
bind | Subscribe a handler for an event. Inherited from dundas.Service. | |
buildStorage | Starts processing the data cube into the data cube's storage option. | |
changeAnalysisElementVisibility | Changes the analysis element's visibility on the data cube. | |
clearDataResultCache | Clears all the results based on the specified cube from the data result cache. | |
connectTransform | Connects two transforms together on the given data cube. | |
createBridgeParameter | Creates a new bridge parameter for the given data cube and transform. | |
createDelegate | Helper for creating delegate functions. Inherited from dundas.Component. | |
createParameter | Creates a parameter for the given data cube and transform. | |
createSelectStructureParameter | Creates a parameter for the given data cube and transform. | |
createTimeout | Creates a timeout. Inherited from dundas.Component. | |
deleteParameter | Deletes a parameter on the transform. | |
deletePlaceholder | Delete a placeholder on the transform. | |
deleteRelationship | Deletes the relationships for the given data cube ID and transform ID. | |
disconnectTransform | Disconnects 2 transforms on the given data cube. | |
discoverColumns | Automatically discovers the mapping rules for flattening the data in the specified element. | |
dispatch | Dispatches a call by creating a delegate and running it right away on a timer. Inherited from dundas.Component. | |
dispose | Inherited from dundas.Component. | |
fromJObject | Applies the property values from a plain object created from JSON to the properties of this instance. Inherited from Class. | |
generateDataCube | Generates a data cube based on the native object information given. | |
getCustomConfigurationUI | Gets the custom configuration UI for the specified transform from the server. | |
getDataCubeAndChildren | Gets a data cube and it's children cubes. | |
getDataCubeAndParents | Gets a data cube and it's parent cubes. | |
getDataCubeById | Gets the data cube by the given ID. | |
getDataCubeInfosByIds | Return the collection of DataCubeInfo for the specified IDs. | |
getRelationships | Gets the relationships for the given data cube ID. | |
getSchedule | Retrieves the schedule rule for the given data cube. | |
getService | Gets the requested service. Inherited from dundas.Component. | |
insertTransform | Adds the given transform to the given data cube. | |
isTenantWarehouseScheduleSupported | Gets a value indicating whether the tenant can configure the schedule for the specified data cube. | |
onLoaded | Called when the service is loaded. Inherited from dundas.Service. | |
previewTransform | Gets the data preview for a specific transform. | |
previewTransformStatistics | Gets the data preview for a specific transform. | |
queryDataCubeInfos | Return the collection of DataCubeInfo for the specified project and tenant ID. | |
refreshTransform | Refreshes the transform. | |
removeSchedule | Removes the schedule for the given data cube. | |
removeTransform | Removes the transform with the given ID from the data cube. | |
replaceDataConnector | Re-wrap deferred to process the result before sending it to the caller. | |
replaceElementNames | Replaces element native names in a given select transform. | |
replaceStructure | Replaces the structure in given select transform with new data source. | |
restoreUndoFrame | Restores the data cube to a specific undo frame. | |
saveResultConnectorElement | Saves the result connector. | |
scheduleDataWarehouseCubes | Configure the data warehousing storage and the referenced cubes processing priorities for the specified data cubes. | |
scheduleInMemoryCubes | Configure the in-memory storage and the referenced cubes processing priorities for the specified data cubes. | |
scheduleStorage | Schedules a task for the data cube's storage type. | |
scheduleTenantCubeOverride | Configure a tenant processing schedule override. | |
setupCubeReferenceProcess | Setup pre-processing of any data cubes for the data cubes specified. | |
subscribe | Subscribe or unsubscribe an event handler for an event. Inherited from dundas.Service. | |
subscribeOnce | Subscribe a one time handler for an event. Inherited from dundas.Service. | |
testBridgeParameterScript | Tests a bridge parameter's attached parameter information script by passing a value and seeing if a parameter value is returned or an error is raised. | |
testUserHierarchyPromotion | Tests if a hierarchy promotion is valid. | |
toJSON | Implementation for toJSON to return an object that will include this class's prototype property values when stringified. Inherited from Class. | |
trigger | Triggers an event. Inherited from dundas.Service. | |
unbind | Unsubscribe an event. Inherited from dundas.Service. | |
updateDataCube | Updates the given data cube. | |
updateDataCubeStorageType | Updates the storage type of the specified data cube. | |
updateRelationship | Updates the data cube join relationship with the given keys. | |
updateTransform | Updates the transform on the given data cube. |