Package com.activeviam.copper
Class HierarchyPublisher
java.lang.Object
com.activeviam.copper.HierarchyPublisher
Deprecated, for removal: This API element is subject to removal in a future version.
A Copper object that handles the publication of analysis hierarchies (and their aggregation
procedures) for a given context.
-
Constructor Summary
ConstructorsConstructorDescriptionHierarchyPublisher(IDictionaryContext dictionaryContext) Deprecated, for removal: This API element is subject to removal in a future version.Constructor. -
Method Summary
Modifier and TypeMethodDescriptionDeprecated, for removal: This API element is subject to removal in a future version.Returns the analysis aggregation procedures which need to be published to the cube.Deprecated, for removal: This API element is subject to removal in a future version.Returns a Set of the levels which were already published for the context.voidpublishHierarchy(DataCubeContext context, ICopperBucketingHierarchy hierarchy) Deprecated, for removal: This API element is subject to removal in a future version.Performs the publication of a bucketing single level hierarchy.
-
Constructor Details
-
HierarchyPublisher
Deprecated, for removal: This API element is subject to removal in a future version.Constructor.- Parameters:
dictionaryContext- the dictionary context
-
-
Method Details
-
getAnalysisAggregationProcedureDescriptionsToPublish
public List<IAnalysisAggregationProcedureDescription> getAnalysisAggregationProcedureDescriptionsToPublish()Deprecated, for removal: This API element is subject to removal in a future version.Returns the analysis aggregation procedures which need to be published to the cube.- Returns:
- the procedure descriptions
-
getPublishedLevels
Deprecated, for removal: This API element is subject to removal in a future version.Returns a Set of the levels which were already published for the context.- Returns:
- the set of already published levels
-
publishHierarchy
Deprecated, for removal: This API element is subject to removal in a future version.Performs the publication of a bucketing single level hierarchy.- Parameters:
hierarchy- the hierarchy to publish
-