Interface | Description |
---|---|
CloseableIterator<E> |
An iterator over a closeable resource that can and should be closed at the
end of iteration.
|
DataValue |
An interface representing a data value.
|
DataValueProvider |
An interface representing a data value provider.
|
EssbaseCompatible |
This interface represents objects that can be used in Essbase Calc Scripts.
|
Tuple |
This object represents a map of members from different dimensions.
|
Class | Description |
---|---|
AllocationParameters |
This object represent the parameters required for an ASO allocation.
|
Application |
This object represents an EPM application.
|
AttributeDimension |
This object represents an attribute dimension.
|
AttributeMember |
This object represents an attribute dimension member.
|
Connection |
This object represents a communications link between the Groovy script and
a HTTP/HTTPS resource.
|
Cube |
This object represents a cube.
|
CustomCalcParameters |
This object represent the parameters required for a custom calc.
|
DataExporter |
This object can be used to export level 0 data in the Planning format from a
cube that can be consumed either via an iterator or can be written to a file
which is made available in the Outbox.
|
DataImporter |
This object can be used to import level 0 data to a cube.
|
DataImportRequest |
This object represents a data import request which can be used to specify
different parameters that influence how the level 0 data is imported.
|
DataMap |
This object represents a data map that defines the metadata mappings between
a source cube and a target cube.
|
Dimension |
This object represents a dimension.
|
FiscalCalendar |
This object represents a fiscal calendar.
|
Job |
This object represents a job that was submitted for execution.
|
JobDefinition |
This object represents a job definition.
|
JobFactory |
A job factory to help create job definitions.
|
Member |
This object represents a member.
|
MlModel |
This object represents a ML Model.
|
MlPredictionStatus |
This object represents the prediction status and predicted result.
|
Operation |
This object represents an operation.
|
PeriodDimension |
This object represents a Period dimension.
|
RowData |
This object represents a row of exported data for one or more intersections
from a cube.
|
RtpValue |
This object represents a Rtp value and provides utility methods to retrieve
the object represenations for the various types of Rtps such as Member,
Members, DateAsNumber, Member Range etc.
|
Rule |
This object represents a business rule.
|
ScenarioRollup |
This object represents a Scenario Rollup in an EPM application that has the
Strategic Modeling business process enabled.
|
SmartList |
This object represents a smart list.
|
SmartList.Entry |
This object represents an entry in the smart list.
|
SmartPush |
This object can be used to push data to the target location specified in the
underlying data map.
|
StrategicModel |
This object represents a Strategic Model in an EPM application that has the
Strategic Modeling business process enabled.
|
SubstitutionVariable |
This object represents a substitution variable.
|
User |
This object represents a user.
|
UserVariable |
This object represents a user variable.
|
YearDimension |
This object represents a Year dimension.
|
Enum | Description |
---|---|
AllocationParameters.AllocationMethod |
An enumeration containing a list of valid allocation methods to be used
in Allocation.
|
AllocationParameters.BasisTimeSpanOption |
An enumeration containing a list of valid basis timespan options to be
used in Allocation.
|
AllocationParameters.DataLoadOption |
An enumeration containing a list of valid data load options to be used
in Allocation.
|
AllocationParameters.NegativeBasisOption |
An enumeration containing a list of valid negative basis options to be
used in Allocation.
|
AllocationParameters.RoundingMethod |
An enumeration containing a list of valid rounding methods to be used in
Allocation.
|
AllocationParameters.SpreadSkipOption |
An enumeration containing a list of valid spread skip options to be used
in Allocation.
|
AllocationParameters.TargetTimeSpanOption |
An enumeration containing a list of valid target timespan options to be
used in Allocation.
|
AllocationParameters.ZeroAmountOption |
An enumeration containing a list of valid zero amount options to be used
in Allocation.
|
AllocationParameters.ZeroBasisOption |
An enumeration containing a list of valid zero basis options to be used
in Allocation.
|
ApplicationType |
An enumeration containing a list of valid application types.
|
CurrencyMode |
An enumeration containing a list of valid application currency modes.
|
CustomCalcParameters.DataLoadOption |
An enumeration containing a list of valid data load options to be used
in custom calc.
|
DataExportLevel |
An enumeration containing a list of supported data export levels.
|
DataFileFormat |
An enumeration containing a list of supported data file formats.
|
DataImportAsoDataValueOption |
An enumeration containing a list of options on how missing and zero
data values should be handled when loading data to an ASO cube.
|
DataImportAsoDuplicateAggregationMethod |
An enumeration containing a list of options on how duplicate values
should be handled when loading data to an ASO cube.
|
DataImportDataLoadOption |
An enumeration containing a list of valid data load options.
|
DataType |
An enumeration containing a list of valid data types.
|
DynamicChildStrategy |
Defines various strategies for adding a dynamic member.
|
ExecuteAsUser |
An enumeration containing a list of user types to execute an operation on
behalf of.
|
FiscalYearStart |
An enumeration containing a list of valid fiscal year start types.
|
JobStatus |
An enumeration containing a list of valid statuses for a job submitted
for execution.
|
MemberNameType |
An enumeration containing a list of valid member name types.
|
StrategicModelMissingValueOption |
An enumeration containing a list of supported methods to treat missing value
in SM model during import.
|
StrategicModelPreserveValueOption |
An enumeration containing a list of valid options to preserve the data of the
cells in the SM model which are not being imported, but would be affected as
part of the back calculations to the model as part of data import.
|
Copyright © 2017, 2023, Oracle and/or its affiliates. All rights reserved.