Package com.activeviam.copper
Class IdentityMeasureNameProvider
java.lang.Object
com.activeviam.copper.IdentityMeasureNameProvider
- All Implemented Interfaces:
Function<IInternalCopperMeasure,String>
@Deprecated(since="6.0.7",
forRemoval=true)
public class IdentityMeasureNameProvider
extends Object
implements Function<IInternalCopperMeasure,String>
Deprecated, for removal: This API element is subject to removal in a future version.
The name provider to use to assign a name to a measure.
- Author:
- ActiveViam
-
Constructor Summary
ConstructorsConstructorDescriptionIdentityMeasureNameProvider(IActivePivotDescription pivotDescription, String applicationId) Deprecated, for removal: This API element is subject to removal in a future version.Constructor. -
Method Summary
Modifier and TypeMethodDescriptionapply(IInternalCopperMeasure measure) Deprecated, for removal: This API element is subject to removal in a future version.
-
Constructor Details
-
IdentityMeasureNameProvider
Deprecated, for removal: This API element is subject to removal in a future version.Constructor.- Parameters:
pivotDescription- the description of the cube being enrichedapplicationId- the application id
-
-
Method Details
-
apply
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
applyin interfaceFunction<IInternalCopperMeasure,String>
-