Package com.activeviam.builders
Class StartBuilding
java.lang.Object
com.activeviam.builders.StartBuilding
Contains all entry points to start create an ActivePivot with a Datastore.
- Author:
- ActiveViam
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic StartBuilding.BuilderStarting point to create an application with a Datastore.static ICanStartBuildingCalculatedDrillthroughColumnDescription.ICalculatedDrillthroughColumnDescriptionBuilder<ICalculatedDrillthroughColumnDescription>Starts defining aICalculatedDrillthroughColumnDescription.static ICanStartBuildingCalculatedDrillthroughColumnSetDescription.ICalculatedDrillthroughColumnSetDescriptionBuilder<ICalculatedDrillthroughColumnSetDescription>Starts defining aICalculatedDrillthroughColumnSetDescription.static ICanStartBuildingCalculatedMember.ICalculatedMemberDescriptionBuilder<ICalculatedMemberDescription>Creates a builder forICalculatedMemberDescription.static ICubeDescriptionBuildercube()Starts building thedescription of a cube.Starts building thedescription of a named cube.Starts building thedescription of a datastore schema.static ICanStartBuildingDrillthroughProperties.IDrillthroughPropertiesBuilder<IDrillthroughProperties>Starts defining aIDrillthroughProperties.kpi()Creates a builder forIKpiDescription.Starts building thedescription of a manager.managerDescription(String name) Starts building thedescription of a named manager.Starts defining aIMdxContext.namedSet()Creates a builder forINamedSetDescription.static IReferenceDescriptionBuilderStarts building thedescription of a reference.static ISelectionDescriptionBuilderStarts building aselection description.static ISelectionDescriptionBuilderselection(IDatabaseSchema schema) Starts building aselection description.static ISelectionDescriptionBuilderselection(IDatastoreSchemaDescription description) Starts building aselection description.static IStoreDescriptionBuilderstore()Starts building thedescription of a store.Starts defining aISubCubeProperties.
-
Method Details
-
application
Starting point to create an application with a Datastore.- Returns:
- a builder
-
datastoreSchema
Starts building thedescription of a datastore schema.- Returns:
- The schema description builder.
-
store
Starts building thedescription of a store.- Returns:
- The store description builder.
-
reference
Starts building thedescription of a reference.- Returns:
- The reference description builder.
-
cube
Starts building thedescription of a cube.- Returns:
- The cube builder.
-
cube
Starts building thedescription of a named cube.- Parameters:
name- The name of the cube. SeeIActivePivotInstanceDescription.getId().- Returns:
- The cube builder.
-
managerDescription
Starts building thedescription of a manager.- Returns:
- The manager description builder.
-
managerDescription
Starts building thedescription of a named manager.- Parameters:
name- The manager name. SeeIActivePivotManagerDescription.getName().- Returns:
- The manager description builder.
-
selection
Starts building aselection description.- Returns:
- The description builder.
-
selection
Starts building aselection description.- Parameters:
schema- The databaseschema. Can benull.- Returns:
- The description builder.
-
selection
Starts building aselection description.- Parameters:
description- The datastore schemadescription. Can benull.- Returns:
- The description builder.
- See Also:
-
mdxContext
Starts defining aIMdxContext.- Returns:
- the
builder.
-
subCubeProperties
public static ICanStartBuildingSubCubeProperties.ISubCubePropertiesBuilder<ISubCubeProperties> subCubeProperties()Starts defining aISubCubeProperties.- Returns:
- the
builder.
-
drillthroughProperties
public static ICanStartBuildingDrillthroughProperties.IDrillthroughPropertiesBuilder<IDrillthroughProperties> drillthroughProperties()Starts defining aIDrillthroughProperties.- Returns:
- the
builder.
-
calculatedMember
public static ICanStartBuildingCalculatedMember.ICalculatedMemberDescriptionBuilder<ICalculatedMemberDescription> calculatedMember()Creates a builder forICalculatedMemberDescription.- Returns:
- the
builder.
-
namedSet
public static ICanStartBuildingNamedSetDescription.INamedSetDescriptionBuilder<INamedSetDescription> namedSet()Creates a builder forINamedSetDescription.- Returns:
- the
builder.
-
kpi
Creates a builder forIKpiDescription.- Returns:
- the
builder.
-
calculatedDrillthroughColumn
public static ICanStartBuildingCalculatedDrillthroughColumnDescription.ICalculatedDrillthroughColumnDescriptionBuilder<ICalculatedDrillthroughColumnDescription> calculatedDrillthroughColumn()Starts defining aICalculatedDrillthroughColumnDescription.- Returns:
- the
builder.
-
calculatedDrillthroughColumnSet
public static ICanStartBuildingCalculatedDrillthroughColumnSetDescription.ICalculatedDrillthroughColumnSetDescriptionBuilder<ICalculatedDrillthroughColumnSetDescription> calculatedDrillthroughColumnSet()Starts defining aICalculatedDrillthroughColumnSetDescription.- Returns:
- the
builder.
-