Skip navigation links
Oracle Enterprise Performance Management Cloud, Groovy Rules Java API Reference
A B C D E F G H I J L M N O P Q R S T U V W X Y 

A

ACCRINT(Date, Date, Date, Object, Object, PaymentFrequency) - Static method in class oracle.epm.api.model.excel.Excel
Calculates the total accrued interest from issue to settlement for a security that pays periodic interest based on US (NASD) 30/360 day count basis.
ACCRINT(Date, Date, Date, Object, Object, PaymentFrequency, DayCountBasis) - Static method in class oracle.epm.api.model.excel.Excel
Calculates the total accrued interest from issue to settlement for a security that pays periodic interest based on specified day count basis.
ACCRINT(Date, Date, Date, Object, Object, PaymentFrequency, DayCountBasis, InterestCalcMethod) - Static method in class oracle.epm.api.model.excel.Excel
Calculates the accrued interest for a security that pays periodic interest.
ACCRINTM(Date, Date, Object, Object) - Static method in class oracle.epm.api.model.excel.Excel
Calculates the accrued interest for a security that pays interest at maturity based on US (NASD) 30/360 day count basis.
ACCRINTM(Date, Date, Object, Object, DayCountBasis) - Static method in class oracle.epm.api.model.excel.Excel
Calculates the accrued interest for a security that pays interest at maturity.
addBusinessCaseToExecute(String) - Static method in class oracle.epm.api.model.ScenarioRollup
Returns a ScenarioRollupRunBusinessCase object from the specified case insensitive business case name.
addBusinessCaseToExecute(String, boolean, boolean) - Static method in class oracle.epm.api.model.ScenarioRollup
Returns a ScenarioRollupRunBusinessCase object from the specified case insensitive business case name and passed parameters.
addColumn(String...) - Method in interface oracle.epm.api.grid.DataGridBuilder
Add a row of column headers to this grid.
addColumn(List<String>, List<List<String>>) - Method in interface oracle.epm.api.grid.DataGridDefinitionBuilder
Add column members to this grid definition.
addColumn(Object...) - Method in interface oracle.epm.api.grid.FlexibleDataGridDefinitionBuilder
Add a Column with the specified members to this grid definition.
addDynamicChild(Object) - Method in class oracle.epm.api.model.Member
Returns the new child member that was created and saved with the specified name if this member was enabled for dynamic children.
addNewRootBusinessCase(String, String) - Method in class oracle.epm.api.model.ScenarioRollup
Adds a new root business case with the specified name to the Scenario Rollup.
addPov(String...) - Method in interface oracle.epm.api.grid.DataGridBuilder
Add POV members to this grid.
addRow(List<String>, List) - Method in interface oracle.epm.api.grid.DataGridBuilder
Add a list of row headers and data for the corresponding columns to this grid.
addRow(List<String>, List<List<String>>) - Method in interface oracle.epm.api.grid.DataGridDefinitionBuilder
Add row members to this grid definition.
addRow(Object...) - Method in interface oracle.epm.api.grid.FlexibleDataGridDefinitionBuilder
Add a Row with the specified members to this grid definition.
addRow(Map<Dimension, Member>, String[]) - Method in class oracle.epm.api.model.DataImporter
Queues the data to to be loaded in this data importer.
addRow(Map<Dimension, Member>, Map<String, String>) - Method in class oracle.epm.api.model.DataImporter
Queues the data to to be loaded in this data importer.
addRow(List<RowData>) - Method in class oracle.epm.api.model.DataImporter
Queues the data to to be loaded in this data importer.
addRow(RowData) - Method in class oracle.epm.api.model.DataImporter
Queues the data to to be loaded in this data importer.
addValidationError(Integer, String) - Method in interface oracle.epm.api.grid.DataGrid.DataCell
Sets the background color and tooltip for this data cell, and vetos the operation during which this validation error is added.
addValidationError(Integer, String, boolean) - Method in interface oracle.epm.api.grid.DataGrid.DataCell
Sets the background color and tooltip for this data cell, and vetos the operation during which this validation error is added if isValid is false.
AllocationParameters - Class in oracle.epm.api.model
This object represent the parameters required for an ASO allocation.
AllocationParameters() - Constructor for class oracle.epm.api.model.AllocationParameters
Construct an instance of this class.
AllocationParameters.AllocationMethod - Enum in oracle.epm.api.model
An enumeration containing a list of valid allocation methods to be used in Allocation.
AllocationParameters.BasisTimeSpanOption - Enum in oracle.epm.api.model
An enumeration containing a list of valid basis timespan options to be used in Allocation.
AllocationParameters.DataLoadOption - Enum in oracle.epm.api.model
An enumeration containing a list of valid data load options to be used in Allocation.
AllocationParameters.NegativeBasisOption - Enum in oracle.epm.api.model
An enumeration containing a list of valid negative basis options to be used in Allocation.
AllocationParameters.RoundingMethod - Enum in oracle.epm.api.model
An enumeration containing a list of valid rounding methods to be used in Allocation.
AllocationParameters.SpreadSkipOption - Enum in oracle.epm.api.model
An enumeration containing a list of valid spread skip options to be used in Allocation.
AllocationParameters.TargetTimeSpanOption - Enum in oracle.epm.api.model
An enumeration containing a list of valid target timespan options to be used in Allocation.
AllocationParameters.ZeroAmountOption - Enum in oracle.epm.api.model
An enumeration containing a list of valid zero amount options to be used in Allocation.
AllocationParameters.ZeroBasisOption - Enum in oracle.epm.api.model
An enumeration containing a list of valid zero basis options to be used in Allocation.
AMORDEGRC(Object, Date, Date, Object, Object, Object) - Static method in class oracle.epm.api.model.excel.Excel
Calculates the depreciation for each accounting period based on 360 days (NASD method) year basis.
AMORDEGRC(Object, Date, Date, Object, Object, Object, YearBasis) - Static method in class oracle.epm.api.model.excel.Excel
Calculates the depreciation for each accounting period.
AMORLINC(Object, Date, Date, Object, Object, Object) - Static method in class oracle.epm.api.model.excel.Excel
Calculates the depreciation for each accounting period based on 360 days (NASD method) year basis.
AMORLINC(Object, Date, Date, Object, Object, Object, YearBasis) - Static method in class oracle.epm.api.model.excel.Excel
Calculates the depreciation for each accounting period.
Application - Class in oracle.epm.api.model
This object represents an EPM application.
ApplicationType - Enum in oracle.epm.api.model
An enumeration containing a list of valid application types.
asString() - Method in class oracle.epm.api.model.rest.BaseRequest
Executes this request and returns the response as a String.
AttributeDimension - Class in oracle.epm.api.model
This object represents an attribute dimension.
AttributeMember - Class in oracle.epm.api.model
This object represents an attribute dimension member.
awaitCompletion() - Method in class oracle.epm.api.model.Job
Returns the status of this job once it has completed or failed.

B

BaseRequest - Class in oracle.epm.api.model.rest
This object is a base class for all HTTP requests.
body(String) - Method in class oracle.epm.api.model.rest.HttpRequestWithBody
Returns this object after setting the body as a String.
body(String) - Method in class oracle.epm.api.model.rest.RequestBodyEntity
Returns this object afer setting its body as a String.
bodyEntity - Variable in class oracle.epm.api.model.rest.HttpRequest
Body for this request if it supports one.
build() - Method in interface oracle.epm.api.grid.DataGridBuilder
Returns a grid built from the region defined by the caller.
build(DataGridBuilder.Status) - Method in interface oracle.epm.api.grid.DataGridBuilder
Returns a grid built from the region defined by the caller.
build() - Method in interface oracle.epm.api.grid.DataGridDefinitionBuilder
Returns a data grid definition built from the region defined by the caller.
build() - Method in interface oracle.epm.api.grid.FlexibleDataGridDefinitionBuilder
Returns a data grid definition built from the region defined by the caller.

C

clearPartialData(String, boolean) - Method in class oracle.epm.api.model.Cube
Clears data from a specific region(slice) of an ASO cube.
close() - Method in class oracle.epm.api.model.DataImporter
Loads the queued data to Essbase.
close() - Method in class oracle.epm.api.model.StrategicModel
Releases system resources associated with SM.
CloseableIterator<E> - Interface in oracle.epm.api.model
An iterator over a closeable resource that can and should be closed at the end of iteration.
Connection - Class in oracle.epm.api.model
This object represents a communications link between the Groovy script and a HTTP/HTTPS resource.
connection - Variable in class oracle.epm.api.model.rest.BaseRequest
 
connection(String, String, String) - Method in class oracle.epm.api.script.EpmScript
Returns a new connection to the resource identified by the sepcified URL.
contains(Object) - Method in interface oracle.epm.api.model.Tuple
Returns true if this tuple contains a mapping with the specified member as the value.
containsEntry(Object, Object) - Method in interface oracle.epm.api.model.Tuple
Returns true if this tuple contains a mapping for the specified dimension.
containsKey(Object) - Method in interface oracle.epm.api.model.Tuple
Returns true if this tuple contains a mapping for the specified dimension.
containsValue(Object) - Method in interface oracle.epm.api.model.Tuple
Returns true if this tuple contains a mapping with the specified member as the value.
COUPDAYBS(Date, Date, PaymentFrequency) - Static method in class oracle.epm.api.model.excel.Excel
Calculates the number of days from the beginning of a coupon period until its settlement date based on US (NASD) 30/360 day count basis.
COUPDAYBS(Date, Date, PaymentFrequency, DayCountBasis) - Static method in class oracle.epm.api.model.excel.Excel
Calculates the number of days from the beginning of a coupon period until its settlement date.
COUPDAYS(Date, Date, PaymentFrequency) - Static method in class oracle.epm.api.model.excel.Excel
Calculates the number of days in the coupon period that contains the settlement date based on US (NASD) 30/360 day count basis.
COUPDAYS(Date, Date, PaymentFrequency, DayCountBasis) - Static method in class oracle.epm.api.model.excel.Excel
Calculates the number of days in the coupon period that contains the settlement date.
COUPDAYSNC(Date, Date, PaymentFrequency) - Static method in class oracle.epm.api.model.excel.Excel
Calculates the number of days from the settlement date to the next coupon date based on US (NASD) 30/360 day count basis.
COUPDAYSNC(Date, Date, PaymentFrequency, DayCountBasis) - Static method in class oracle.epm.api.model.excel.Excel
Calculates the number of days from the settlement date to the next coupon date.
COUPNCD(Date, Date, PaymentFrequency) - Static method in class oracle.epm.api.model.excel.Excel
Calculates a number that represents the next coupon date after the settlement date based on US (NASD) 30/360 day count basis.
COUPNCD(Date, Date, PaymentFrequency, DayCountBasis) - Static method in class oracle.epm.api.model.excel.Excel
Calculates a number that represents the next coupon date after the settlement date.
COUPNUM(Date, Date, PaymentFrequency) - Static method in class oracle.epm.api.model.excel.Excel
Calculates the number of coupons payable between the settlement date and maturity date based on US (NASD) 30/360 day count basis.
COUPNUM(Date, Date, PaymentFrequency, DayCountBasis) - Static method in class oracle.epm.api.model.excel.Excel
Calculates the number of coupons payable between the settlement date and maturity date.
COUPPCD(Date, Date, PaymentFrequency) - Static method in class oracle.epm.api.model.excel.Excel
Calculates the previous coupon date before the settlement date based on a 360 day year basis.
COUPPCD(Date, Date, PaymentFrequency, DayCountBasis) - Static method in class oracle.epm.api.model.excel.Excel
Calculates the previous coupon date before the settlement date.
createDataExporter() - Method in class oracle.epm.api.model.Cube
Returns a DataExporter that can be used to export data from this cube.
createDataImportRequest() - Method in class oracle.epm.api.model.Cube
Returns a new DataImportRequest that can be used import data into this cube.
createEpmCellCsvWriter(Writer, Collection<Dimension>, Collection<Member>) - Method in class oracle.epm.api.script.EpmScript
Creates and returns a new cell based CSV writer.
createEpmCellCsvWriter(Writer, Collection<Dimension>, Collection<Member>, char) - Method in class oracle.epm.api.script.EpmScript
Creates and returns a new cell based CSV writer.
createEpmColumnCsvWriter(Writer, Collection<Dimension>, Collection<Member>) - Method in class oracle.epm.api.script.EpmScript
Creates and returns a new column based CSV writer.
createEpmColumnCsvWriter(Writer, Collection<Dimension>, Collection<Member>, char) - Method in class oracle.epm.api.script.EpmScript
Creates and returns a new column based CSV writer.
createFilePrintWriter(String) - Method in class oracle.epm.api.script.EpmScript
Creates and returns a new file PrintWriter.
createFilePrintWriter(String, String, boolean) - Method in class oracle.epm.api.script.EpmScript
Creates and returns a new file PrintWriter.
createFileWriter(String) - Method in class oracle.epm.api.script.EpmScript
Creates and returns a new file writer.
createFileWriter(String, String, boolean) - Method in class oracle.epm.api.script.EpmScript
Creates and returns a new file writer.
createRowData(Tuple, Collection<Member>, Map<String, String>) - Method in class oracle.epm.api.script.EpmScript
Returns the newly created RowData with the specified members and data.
createRowData(Tuple, Set<Member>, Map<String, String>) - Method in class oracle.epm.api.script.EpmScript
Returns the newly created RowData with the specified members and data.
createRowData(Tuple, Map<String, String>) - Method in class oracle.epm.api.script.EpmScript
Returns the newly created RowData with the specified members and data.
createSmartPush() - Method in class oracle.epm.api.model.DataMap
Returns a SmartPush that can be used to push data to the target location specified in the underlying data map.
createZipFileWriter(String, String) - Method in class oracle.epm.api.script.EpmScript
Creates and returns a new zip file writer.
crossDimCell(String...) - Method in interface oracle.epm.api.grid.DataGrid.DataCell
Returns the first matching (top left) cell in this grid that represents the specified members or null if no matching cells are found.
cscParams(Collection<?>) - Method in class oracle.epm.api.script.EpmScript
Returns a string value with each of the specified items flattened, quoted and seperated by a comma.
cscParams(Object...) - Method in class oracle.epm.api.script.EpmScript
Returns a string value with each of the specified items flattened, quoted and seperated by a comma.
csvIterator(String) - Method in class oracle.epm.api.script.EpmScript
Returns an iterator to iterate over the rows of a CSV file.
csvIterator(String, String) - Method in class oracle.epm.api.script.EpmScript
Returns an iterator to iterate over the rows of a CSV file.
csvIterator(String, char) - Method in class oracle.epm.api.script.EpmScript
Returns an iterator to iterate over the rows of a CSV file.
CsvWriter - Interface in oracle.epm.api.model.csv
This class defines the CSV writer interface where an array or collections of strings are written as each row.
csvWriter(String) - Method in class oracle.epm.api.script.EpmScript
Returns a CsvWriter to write values to a CSV file using a comma for the separator and quoting only values that are required to be quoted.
csvWriter(String, String) - Method in class oracle.epm.api.script.EpmScript
Returns a CsvWriter to write values to a CSV file using the separator provided and quoting only values that are required to be quoted.
csvWriter(String, boolean) - Method in class oracle.epm.api.script.EpmScript
Returns a CsvWriter to write values to a CSV file using a comma for the separator and quoting based on the option provided.
csvWriter(String, String, boolean) - Method in class oracle.epm.api.script.EpmScript
Returns a CsvWriter to write values to a CSV file using the separator and quoting based on the options provided.
csvWriter(String, char) - Method in class oracle.epm.api.script.EpmScript
Returns a CsvWriter to write values to a CSV file using using a comma for the separator and quoting only values that are required to be quoted.
csvWriter(String, char, boolean) - Method in class oracle.epm.api.script.EpmScript
Returns a CsvWriter to write values to a CSV file using the separator and quoting based on the options provided.
Cube - Class in oracle.epm.api.model
This object represents a cube.
CUMIPMT(Object, Object, Object, Object, Object, PaymentType) - Static method in class oracle.epm.api.model.excel.Excel
Calculates the cumulative interest paid on a loan between starting period (see section Value Reference) and ending period.
CUMPRINC(Object, Object, Object, Object, Object, PaymentType) - Static method in class oracle.epm.api.model.excel.Excel
Calculates cumulative principal paid on a loan between a start period and ending period.
CurrencyMode - Enum in oracle.epm.api.model
An enumeration containing a list of valid application currency modes.
currentTimeMillis() - Method in class oracle.epm.api.script.EpmScript
Returns the current time in milliseconds.
CustomCalcParameters - Class in oracle.epm.api.model
This object represent the parameters required for a custom calc.
CustomCalcParameters() - Constructor for class oracle.epm.api.model.CustomCalcParameters
Constructs new instance of this class.
CustomCalcParameters.DataLoadOption - Enum in oracle.epm.api.model
An enumeration containing a list of valid data load options to be used in custom calc.

D

dataCellIterator() - Method in interface oracle.epm.api.grid.DataGrid
Returns an iterator to iterate over all data cells in this data grid.
dataCellIterator(MemberNameType) - Method in interface oracle.epm.api.grid.DataGrid
Returns an iterator to iterate over all data cells in this data grid.
dataCellIterator(String...) - Method in interface oracle.epm.api.grid.DataGrid
Returns an iterator to iterate over data cells with the specified members in this data grid.
dataCellIterator(MemberNameType, String...) - Method in interface oracle.epm.api.grid.DataGrid
Returns an iterator to iterate over data cells with the specified members in this data grid.
dataCellIterator(Predicate) - Method in interface oracle.epm.api.grid.DataGrid
Returns an iterator to iterate over data cells in this data grid where the data cells match the specified predicate conditions.
dataCellIterator(Predicate, MemberNameType) - Method in interface oracle.epm.api.grid.DataGrid
Returns an iterator to iterate over data cells in this data grid where the data cells match the specified predicate conditions.
DataExporter - Class in oracle.epm.api.model
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.
DataExportLevel - Enum in oracle.epm.api.model
An enumeration containing a list of supported data export levels.
DataFileFormat - Enum in oracle.epm.api.model
An enumeration containing a list of supported data file formats.
DataGrid - Interface in oracle.epm.api.grid
A data grid interface that provides access to the POV/Row/Column header cells and provides various iterators to iterate over the data cells.
DataGrid.Cell - Interface in oracle.epm.api.grid
A base interface for all cells.
DataGrid.DataCell - Interface in oracle.epm.api.grid
An interface representing a data cell in a data grid.
DataGrid.HeaderCell - Interface in oracle.epm.api.grid
An interface representing a header cell in a data grid.
DataGrid.Row - Interface in oracle.epm.api.grid
An interface representing a row in the data grid.
DataGridBuilder - Interface in oracle.epm.api.grid
A helper class to build a data grid that defines a slice of data to save.
dataGridBuilder(String) - Method in class oracle.epm.api.model.Cube
Returns a data grid builder.
dataGridBuilder(String, ExecuteAsUser) - Method in class oracle.epm.api.model.Cube
Returns a data grid builder.
dataGridBuilder() - Method in class oracle.epm.api.model.StrategicModel
Returns a data grid builder for this model.
dataGridBuilder(boolean) - Method in class oracle.epm.api.model.StrategicModel
Returns a data grid builder for this model.
dataGridBuilder(StrategicModelMissingValueOption, StrategicModelPreserveValueOption) - Method in class oracle.epm.api.model.StrategicModel
Returns a data grid builder for this model.
dataGridBuilder(boolean, StrategicModelMissingValueOption, StrategicModelPreserveValueOption) - Method in class oracle.epm.api.model.StrategicModel
Returns a data grid builder for this model.
DataGridBuilder.Status - Class in oracle.epm.api.grid
This class contains the results of the build operation.
DataGridDefinition - Interface in oracle.epm.api.grid
A data grid definition defines a slice or region to load data from.
DataGridDefinition.GridSegment - Interface in oracle.epm.api.grid
A data grid segment defines the dimensions and members in a particular axis of the grid.
DataGridDefinitionBuilder - Interface in oracle.epm.api.grid
A helper class to build a data grid definition that defines a slice or a region from which to load the data.
dataGridDefinitionBuilder() - Method in class oracle.epm.api.model.Cube
Returns a grid definition builder.
dataGridDefinitionBuilder() - Method in class oracle.epm.api.model.StrategicModel
Returns a grid definition builder.
dataGridDefinitionBuilder(boolean) - Method in class oracle.epm.api.model.StrategicModel
Returns a grid definition builder.
dataGridDefinitionBuilder(boolean, boolean) - Method in class oracle.epm.api.model.StrategicModel
Returns a grid definition builder.
DataImportAsoDataValueOption - Enum in oracle.epm.api.model
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 - Enum in oracle.epm.api.model
An enumeration containing a list of options on how duplicate values should be handled when loading data to an ASO cube.
DataImportDataLoadOption - Enum in oracle.epm.api.model
An enumeration containing a list of valid data load options.
DataImporter - Class in oracle.epm.api.model
This object can be used to import level 0 data to a cube.
DataImportRequest - Class in oracle.epm.api.model
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 - Class in oracle.epm.api.model
This object represents a data map that defines the metadata mappings between a source cube and a target cube.
DataType - Enum in oracle.epm.api.model
An enumeration containing a list of valid data types.
DataValue - Interface in oracle.epm.api.model
An interface representing a data value.
dataValueIterator(MemberNameType) - Method in interface oracle.epm.api.model.DataValueProvider
Returns a closeable iterator of DataValue objects.
DataValueProvider - Interface in oracle.epm.api.model
An interface representing a data value provider.
DATEDIF(Date, Date) - Static method in class oracle.epm.api.model.excel.Excel
Calculates the number of days between two dates.
DATEDIF(Date, Date, DateUnit) - Static method in class oracle.epm.api.model.excel.Excel
Calculates the number of days, months, or years between two dates.
DateUnit - Enum in oracle.epm.api.model.excel
An enumeration containing a list of valid Excel date units.
DayCountBasis - Enum in oracle.epm.api.model.excel
An enumeration containing a list of valid Excel day count basis.
DB(Object, Object, Object, Object) - Static method in class oracle.epm.api.model.excel.Excel
Calculates the depreciation of an asset for a specified period by using the double-declining balance method or some other method that you specify.
DB(Object, Object, Object, Object, Object) - Static method in class oracle.epm.api.model.excel.Excel
Calculates the depreciation of an asset for a specified period by using the double-declining balance method or some other method that you specify.
DDB(Object, Object, Object, Object) - Static method in class oracle.epm.api.model.excel.Excel
Calculates the depreciation of an asset for a specified period by using the double-declining balance method.
DDB(Object, Object, Object, Object, Object) - Static method in class oracle.epm.api.model.excel.Excel
Calculates the depreciation of an asset for a specified period by using the double-declining balance method or some other method that you specify.
delete(String) - Method in class oracle.epm.api.model.Connection
Creates and returns a Http DELETE request.
delete() - Method in class oracle.epm.api.model.Connection
Creates and returns a Http DELETE request.
delete() - Method in class oracle.epm.api.model.Member
Deletes this member and all descendants of this member from the Planning application outline.
deleteDynamicMember() - Method in class oracle.epm.api.model.Member
Deletes this member and all descendants of this member from the Planning application outline if the parent was enabled for dynamic children.
Dimension - Class in oracle.epm.api.model
This object represents a dimension.
DISC(Date, Date, Object, Object) - Static method in class oracle.epm.api.model.excel.Excel
Calculates the discount rate for a security based on US (NASD) 30/360 day count basis.
DISC(Date, Date, Object, Object, DayCountBasis) - Static method in class oracle.epm.api.model.excel.Excel
Calculates the discount rate for a security.
DOLLARDE(Object, Object) - Static method in class oracle.epm.api.model.excel.Excel
Converts a dollar price expressed as an integer part and a fraction part, such as 1.02, into a dollar price expressed as a decimal number.
DOLLARFR(Object, Object) - Static method in class oracle.epm.api.model.excel.Excel
Converts decimal number to fractional dollar number, such as securities price.
domain(String) - Method in class oracle.epm.api.model.Connection
Returns this connection after setting the domain for the resource this connection is configured for.
DURATION(Date, Date, Object, Object, PaymentFrequency) - Static method in class oracle.epm.api.model.excel.Excel
Calculates the annual duration of a security with periodic interest payments based on US (NASD) 30/360 day count basis.
DURATION(Date, Date, Object, Object, PaymentFrequency, DayCountBasis) - Static method in class oracle.epm.api.model.excel.Excel
Calculates the annual duration of a security with periodic interest payments.
DynamicChildStrategy - Enum in oracle.epm.api.model
Defines various strategies for adding a dynamic member.

E

EDATE(Date, Object) - Static method in class oracle.epm.api.model.excel.Excel
Returns the date that is the indicated number of months before or after a specified date.
EFFECT(Object, Object) - Static method in class oracle.epm.api.model.excel.Excel
Calculates the effective annual interest rate.
EOMONTH(Date, Object) - Static method in class oracle.epm.api.model.excel.Excel
Returns the last day of the month before or after a specified number of months.
EpmScript - Class in oracle.epm.api.script
This object represents a Groovy script and is the base class for all EPM Groovy scripts.
EpmScript() - Constructor for class oracle.epm.api.script.EpmScript
Constructs an instance of this class with default parameters.
equals(Object) - Method in class oracle.epm.api.model.Member
EssbaseCompatible - Interface in oracle.epm.api.model
This interface represents objects that can be used in Essbase Calc Scripts.
Excel - Class in oracle.epm.api.model.excel
This object provides various Excel functions.
execute(Map<String, String>, boolean) - Method in class oracle.epm.api.model.DataMap
Executes this data map using the specified override members map, clearing data in the target region beforehand if requested.
execute(Map<String, String>, Map<String, String>, boolean) - Method in class oracle.epm.api.model.DataMap
Executes this data map using the specified override members map, clearing data in the target region beforehand if requested.
execute(boolean) - Method in class oracle.epm.api.model.DataMap
Executes this data map, clearing data in the target region beforehand if requested.
execute() - Method in class oracle.epm.api.model.SmartPush
Executes a smart push against the underlying DataMap.
execute(boolean) - Method in class oracle.epm.api.model.SmartPush
Executes a smart push against the underlying DataMap.
execute(Map<String, String>) - Method in class oracle.epm.api.model.SmartPush
Executes this smart push against the underlying DataMap using the specified override members map.
execute(Map<String, String>, boolean) - Method in class oracle.epm.api.model.SmartPush
Executes this smart push against the underlying DataMap using the specified override members map.
execute(Map<String, String>, Map<String, String>) - Method in class oracle.epm.api.model.SmartPush
Executes this smart push against the underlying DataMap using the specified override members map.
execute(Map<String, String>, Map<String, String>, boolean) - Method in class oracle.epm.api.model.SmartPush
Executes this smart push against the underlying DataMap using the specified override members map.
executeAsoAllocation(AllocationParameters) - Method in class oracle.epm.api.model.Cube
Executes the specified ASO allocation.
executeAsoCustomCalculation(CustomCalcParameters) - Method in class oracle.epm.api.model.Cube
Executes the specified ASO custom calculation.
ExecuteAsUser - Enum in oracle.epm.api.model
An enumeration containing a list of user types to execute an operation on behalf of.
executeCalcScript(String) - Method in class oracle.epm.api.model.Cube
Executes the specified calc script.
executeJob(JobDefinition) - Method in class oracle.epm.api.model.Application
Executes the job with the specified job definition and returns the job once it has completed or failed.
executeJob(JobDefinition) - Method in class oracle.epm.api.script.EpmScript
Executes the job with the specified job definition and returns the job once it has completed or failed.
executeMultipleRollups(ScenarioRollup...) - Static method in class oracle.epm.api.model.ScenarioRollup
Returns a Map containing a list of ScenarioRollupRunParameters objects created from the specified instances.
exportData() - Method in class oracle.epm.api.model.DataExporter
Returns an iterator to iterate over exported data rows.
exportDataToFile(String) - Method in class oracle.epm.api.model.DataExporter
Exports and writes data to a file with the specified name.
exportDataToFile(String, Transformer) - Method in class oracle.epm.api.model.DataExporter
Exports data and writes the transformed rows to a file with the specified name.
exportDataToFile(DataGrid, String) - Method in class oracle.epm.api.model.Operation
Exports the data in the specified data grid to a CSV file and uploads it to the Outbox.
exportDataToFile(DataGrid, String, Predicate) - Method in class oracle.epm.api.model.Operation
Exports the data in the specified data grid to a CSV file and uploads it to the Outbox.
exportDataToZipFile(String, String) - Method in class oracle.epm.api.model.DataExporter
Exports and writes data to a zip file with the specified name.
exportDataToZipFile(String, String, Transformer) - Method in class oracle.epm.api.model.DataExporter
Exports data and writes the transformed rows to a zip file with the specified name.

F

FiscalCalendar - Class in oracle.epm.api.model
This object represents a fiscal calendar.
FiscalYearStart - Enum in oracle.epm.api.model
An enumeration containing a list of valid fiscal year start types.
fixValues(EssbaseCompatible...) - Method in class oracle.epm.api.script.EpmScript
Returns a string value for the specified objects that can be plugged into a Essbase calc script FIX command.
FlexibleDataGridDefinitionBuilder - Interface in oracle.epm.api.grid
A helper class to build a data grid definition that defines a slice or a region from which to load the data.
flexibleDataGridDefinitionBuilder() - Method in class oracle.epm.api.model.Cube
Returns a flexible grid definition builder.
FlexibleDataGridDefinitionBuilder.GridSegment - Interface in oracle.epm.api.grid
A data grid segment defines the dimensions and members in a particular axis of the grid.
fromString(String) - Static method in enum oracle.epm.api.model.DataExportLevel
Returns an instance of the enum with the specified display name.
fromString(String) - Static method in enum oracle.epm.api.model.DataFileFormat
Returns an instance of the enum with the specified display name.
fromString(String) - Static method in enum oracle.epm.api.model.DataImportAsoDataValueOption
Returns an instance of the enum with the specified display name.
fromString(String) - Static method in enum oracle.epm.api.model.DataImportAsoDuplicateAggregationMethod
Returns an instance of the enum with the specified display name.
fromString(String) - Static method in enum oracle.epm.api.model.DataImportDataLoadOption
Returns an instance of the enum with the specified display name.
fromString(String) - Static method in enum oracle.epm.api.model.DataType
Returns an instance of the enum with the specified display name.
fromString(String) - Static method in enum oracle.epm.api.model.ExecuteAsUser
Returns an instance of the enum with the specified display name.
fromString(String) - Static method in enum oracle.epm.api.model.FiscalYearStart
Returns an instance of the enum with the specified display name.
fromString(String) - Static method in enum oracle.epm.api.model.JobStatus
Get a JobStatus from a string.
fromString(String) - Static method in enum oracle.epm.api.model.StrategicModelMissingValueOption
Returns an instance of the enum with the specified display name.
fromString(String) - Static method in enum oracle.epm.api.model.StrategicModelPreserveValueOption
Returns an instance of the enum with the specified display name.
FV(Object, Object, Object) - Static method in class oracle.epm.api.model.excel.Excel
Calculates the future value of an investment based on a constant interest rate when payments are due at the end of the period and present value is assumed to be zero.
FV(Object, Object, Object, Object) - Static method in class oracle.epm.api.model.excel.Excel
Calculates the future value of an investment based on a constant interest rate when payments are due at the end of the period.
FV(Object, Object, Object, Object, PaymentType) - Static method in class oracle.epm.api.model.excel.Excel
Calculates the future value of an investment based on a constant interest rate.
FVSCHEDULE(Object, Object...) - Static method in class oracle.epm.api.model.excel.Excel
Calculates the future value of an initial principal after applying a series of compound interest rates.
FVSCHEDULE(Object, Iterable) - Static method in class oracle.epm.api.model.excel.Excel
Calculates the future value of an initial principal after applying a series of compound interest rates.

G

get(String) - Method in class oracle.epm.api.model.Connection
Creates and returns a Http GET request.
get() - Method in class oracle.epm.api.model.Connection
Creates and returns a Http GET request.
getAccount() - Method in interface oracle.epm.api.model.Tuple
Returns the member mappped to the Account dimension in this tuple or null.
getAccountName() - Method in interface oracle.epm.api.grid.DataGrid.DataCell
Returns the account name for this cell.
getAccountName(MemberNameType) - Method in interface oracle.epm.api.grid.DataGrid.DataCell
Returns the account name for this cell based on the specified member name type.
getAccountName() - Method in interface oracle.epm.api.model.DataValue
Returns the account name for this cell.
getAccountName(MemberNameType) - Method in interface oracle.epm.api.model.DataValue
Returns the account name for this cell based on the specified member name type.
getAlias(String) - Method in class oracle.epm.api.model.Member
Returns the alias for this member from the specified alias table or null if it does not have one.
getAliases() - Method in class oracle.epm.api.model.Member
Returns a mapping of alias table names and the aliases set for this member.
getAliasTableNames() - Method in class oracle.epm.api.model.Application
Returns a list of alias tables belonging to this application.
getAllDefinedBusinessCases() - Method in class oracle.epm.api.model.ScenarioRollup
Returns a list of all available business case names defined for the Scenario Rollup.
getApplication() - Method in class oracle.epm.api.model.Cube
Returns the application to which this cube belongs.
getApplication() - Method in class oracle.epm.api.model.Operation
Returns the application on which the current operation is being performed.
getApplicationType(String) - Static method in enum oracle.epm.api.model.ApplicationType
Returns an instance of the enum with the specified display name.
getApplicationType(int) - Static method in enum oracle.epm.api.model.ApplicationType
Returns an instance of the enum with the specified identifier.
getAsoDataValueOption(int) - Static method in enum oracle.epm.api.model.DataImportAsoDataValueOption
Returns an instance of the enum with the specified type.
getAsoDataValueOption() - Method in class oracle.epm.api.model.DataImportRequest
Returns the data value option.
getAsoDuplicateAggregationMethod(int) - Static method in enum oracle.epm.api.model.DataImportAsoDuplicateAggregationMethod
Returns an instance of the enum with the specified type.
getAsoDuplicateAggregationMethod() - Method in class oracle.epm.api.model.DataImportRequest
Returns the duplicate aggregation method.
getAt(Object) - Method in interface oracle.epm.api.model.Tuple
Returns the member to which the specified dimension is mapped, or null if this map contains no mapping for the dimension.
getAttributeDimensions() - Method in class oracle.epm.api.model.Dimension
Returns a list of attribute dimensions associated with this dimension.
getAttributeDimensions(boolean) - Method in class oracle.epm.api.model.Dimension
Returns a list of attribute dimensions associated with this dimension.
getAttributeType() - Method in class oracle.epm.api.model.AttributeDimension
Returns this attribute dimension's type.
getAttributeValue(AttributeDimension) - Method in class oracle.epm.api.model.Member
Returns either the attribute member in the specified attribute dimension associated with this member or null.
getBaseAndSharedMembers(Cube...) - Method in class oracle.epm.api.model.Member
Returns a list of the base and shared members that are shared with this member.
getBaseDimension() - Method in class oracle.epm.api.model.AttributeDimension
Returns the base dimension for this attribute dimension.
getBasePeriodType() - Method in class oracle.epm.api.model.FiscalCalendar
Returns the fiscal year base period type.
getBgColor() - Method in interface oracle.epm.api.grid.DataGrid.DataCell
Returns the background color for this data cell.
getBody() - Method in class oracle.epm.api.model.rest.HttpResponse
Returns the body as type T for this response.
getBody() - Method in class oracle.epm.api.model.rest.RequestBodyEntity
Returns the body encapsulated by this request.
getBodyEntity() - Method in class oracle.epm.api.model.rest.HttpRequest
Returns the RequestBodyEntity for this request if it supports a body.
getBooleanValue() - Method in class oracle.epm.api.model.RtpValue
Returns the boolean value represented by this rtp.
getCalendar() - Method in class oracle.epm.api.model.Application
Returns the fiscal calendar for this application.
getCause() - Method in exception oracle.epm.api.VetoOperationException
Returns the cause for this exception.
getCellsRejected() - Method in class oracle.epm.api.grid.DataGridBuilder.Status
Returns a list of the first 100 cells that were rejected.
getCellWithMembers(String...) - Method in interface oracle.epm.api.grid.DataGrid
Returns the first matching (top left) cell in this grid that represents the specified members or null if no matching cells are found.
getChild(Object) - Method in class oracle.epm.api.model.Member
Returns the child member with the specified name of this member.
getColumnMembers() - Method in class oracle.epm.api.model.RowData
Returns a collection of column members held by this object.
getColumns() - Method in interface oracle.epm.api.grid.DataGrid
Returns a list of column header cells grouped by dimension for this data grid.
getColumns() - Method in interface oracle.epm.api.grid.DataGridDefinition
Returns the list of column segments.
getConnection(String) - Method in class oracle.epm.api.model.Application
Returns the connection with the specified name.
getContents() - Method in class oracle.epm.api.GroovyMessageBundle
Returns an array in which each item is a pair of objects in a String array.
getCube(String) - Method in class oracle.epm.api.model.Application
Returns the cube with the specified name.
getCube() - Method in class oracle.epm.api.model.Operation
Returns the cube against which this operation is being performed.
getCube() - Method in class oracle.epm.api.model.Rule
Returns the cube this rule will execute against.
getCube() - Method in class oracle.epm.api.model.SubstitutionVariable
Returns the scope of this substitution variable or null if this substitution variable is valid across all cubes of the application.
getCubes() - Method in class oracle.epm.api.model.Application
Returns a list of cubes belonging to this application.
getCurrency() - Method in interface oracle.epm.api.model.Tuple
Returns the member mappped to the Currency dimension in this tuple or null.
getCurrencyCode() - Method in interface oracle.epm.api.grid.DataGrid.DataCell
Returns the currency code for this data if the application is enabled for multiple currencies.
getCurrencyMode() - Method in class oracle.epm.api.model.Application
Returns the currency model for this application.
getCurrencyMode(String) - Static method in enum oracle.epm.api.model.CurrencyMode
Returns an instance of the enum with the specified display name.
getCurrencyMode(int) - Static method in enum oracle.epm.api.model.CurrencyMode
Returns an instance of the enum with the specified identifier.
getCurrentCell() - Method in interface oracle.epm.api.grid.GridIterator
Returns the current cell from the iterator.
getCurrentRule() - Method in class oracle.epm.api.model.Operation
Returns the current rule being executed.
getCurrentRule() - Method in class oracle.epm.api.script.EpmScript
Returns the current rule being executed.
getCurrentTimePeriod() - Method in class oracle.epm.api.model.FiscalCalendar
Returns the current time period for this fiscal calendar.
getCurrentYear() - Method in class oracle.epm.api.model.FiscalCalendar
Returns the current year for this fiscal calendar.
getData() - Method in interface oracle.epm.api.grid.DataGrid.DataCell
Returns the data value in this data cell.
getData() - Method in interface oracle.epm.api.grid.DataGrid.Row
Returns the data cells for this row.
getDataAsDate() - Method in interface oracle.epm.api.grid.DataGrid.DataCell
Returns a date representation of the data value in this data cell if the data type is DATE; otherwise null is returned.
getDataAsDate() - Method in interface oracle.epm.api.model.DataValue
Returns a date representation of the data value in this data cell if the data type is DATE; otherwise null is returned.
getDataAsDouble() - Method in interface oracle.epm.api.model.DataValue
Returns the data value in this data cell.
getDataAsSmartListMemberName() - Method in interface oracle.epm.api.grid.DataGrid.DataCell
Returns the name of the member from which this data cell's smart list value is derived.
getDataAsSmartListMemberName(MemberNameType) - Method in interface oracle.epm.api.grid.DataGrid.DataCell
Returns the name of the member based on the specified member name type from which this data cell's smart list value is derived.
getDataAsSmartListMemberName() - Method in interface oracle.epm.api.model.DataValue
Returns the name of the member from which this data cell's smart list value is derived.
getDataAsSmartListMemberName(MemberNameType) - Method in interface oracle.epm.api.model.DataValue
Returns the name of the member based on the specified member name type from which this data cell's smart list value is derived.
getDataExportFormat() - Method in class oracle.epm.api.model.DataExporter
Returns the exported data file format.
getDataExportLevel() - Method in class oracle.epm.api.model.DataExporter
Returns the exported data level.
getDataExportLevel(int) - Static method in enum oracle.epm.api.model.DataExportLevel
Returns an instance of the enum with the specified level.
getDataLoadOption(int) - Static method in enum oracle.epm.api.model.DataImportDataLoadOption
Returns an instance of the enum with the specified type.
getDataLoadOption() - Method in class oracle.epm.api.model.DataImportRequest
Returns the data load option.
getDataMap(String) - Method in class oracle.epm.api.model.Application
Returns the data map with the specified name.
getDataMaps() - Method in class oracle.epm.api.model.Application
Returns all the data maps defined for this application.
getDataType() - Method in interface oracle.epm.api.grid.DataGrid.DataCell
Returns the data type for this data cell.
getDataType(int) - Static method in enum oracle.epm.api.model.DataType
Returns an instance of the enum with the specified type.
getDataType() - Method in class oracle.epm.api.model.Member
Returns the data type for this member.
getDataValueProvider() - Method in class oracle.epm.api.model.Operation
Returns a data value provider for the current operation.
getDate() - Method in class oracle.epm.api.model.RtpValue
Returns a Date representation for this rtp.
getDateFormat() - Method in class oracle.epm.api.model.DataExporter
Returns the date format.
getDateFormat() - Method in class oracle.epm.api.model.DataImportRequest
Returns the date format.
getDeepestGeneration() - Method in class oracle.epm.api.model.Dimension
Returns the deepest generation for this dimension.
getDefaultCurrency() - Method in class oracle.epm.api.model.Application
Returns the default currency member for this application.
getDefaultMemberNameType() - Method in interface oracle.epm.api.grid.GridIterator
Returns the default member name type.
getDefinition() - Method in class oracle.epm.api.model.Job
Retutns the job definition that this job is a running instance of.
getDensity(Cube) - Method in class oracle.epm.api.model.Dimension
Returns the density for this dimension in the specified cube.
getDescription() - Method in class oracle.epm.api.model.Cube
Returns the description for this cube.
getDescription() - Method in class oracle.epm.api.model.Dimension
Returns the description for this dimension.
getDescription() - Method in class oracle.epm.api.model.Member
Returns the description for this member.
getDescription() - Method in class oracle.epm.api.model.Rule
Returns the description for this rule.
getDescriptiveStatus() - Method in enum oracle.epm.api.model.JobStatus
Returns the name of this enum constant, as contained in the declaration.
getDetails() - Method in class oracle.epm.api.model.Job
Returns the execution details for this job.
getDimension(String, Cube...) - Method in class oracle.epm.api.model.Application
Returns the dimension with the specified name.
getDimension(DimensionType, Cube...) - Method in class oracle.epm.api.model.Application
Returns a dimension with the specified dimension type.
getDimension() - Method in class oracle.epm.api.model.Member
Returns the dimension this member belongs to.
getDimension() - Method in class oracle.epm.api.model.RtpValue
Returns a Dimension representation for this rtp.
getDimensions() - Method in interface oracle.epm.api.grid.DataGridDefinition.GridSegment
Returns the dimensions represented in this segment.
getDimensions(Cube...) - Method in class oracle.epm.api.model.Application
Returns a list of dimensions.
getDimensions() - Method in interface oracle.epm.api.model.Tuple
Returns a collection of dimensions this tuple has mappings for.
getDimensionType() - Method in interface oracle.epm.api.grid.DataGrid.HeaderCell
Returns the type of the dimension for the member that this header cell represents.
getDimName() - Method in interface oracle.epm.api.grid.DataGrid.HeaderCell
Returns the name of the dimension for the member that this header cell represents.
getDisplayName() - Method in enum oracle.epm.api.model.ApplicationType
Returns the display name of this enum constant, exactly as declared in its enum declaration.
getDisplayName() - Method in enum oracle.epm.api.model.CurrencyMode
Returns the display name of this enum constant, exactly as declared in its enum declaration.
getDisplayName() - Method in enum oracle.epm.api.model.DataExportLevel
Returns the name of this enum constant, as contained in the declaration.
getDisplayName() - Method in enum oracle.epm.api.model.DataFileFormat
Returns the name of this enum constant, as contained in the declaration.
getDisplayName() - Method in enum oracle.epm.api.model.DataImportAsoDataValueOption
Returns the name of this enum constant, as contained in the declaration.
getDisplayName() - Method in enum oracle.epm.api.model.DataImportAsoDuplicateAggregationMethod
Returns the name of this enum constant, as contained in the declaration.
getDisplayName() - Method in enum oracle.epm.api.model.DataImportDataLoadOption
Returns the name of this enum constant, as contained in the declaration.
getDisplayName() - Method in enum oracle.epm.api.model.DataType
Returns the name of this enum constant, as contained in the declaration.
getDisplayName() - Method in enum oracle.epm.api.model.ExecuteAsUser
Returns the name of this enum constant, as contained in the declaration.
getDisplayName() - Method in enum oracle.epm.api.model.FiscalYearStart
Returns the name of this enum constant, as contained in the declaration.
getDisplayName() - Method in enum oracle.epm.api.model.StrategicModelMissingValueOption
Returns the display name of this enum constant, exactly as declared in its enum declaration.
getDisplayName() - Method in enum oracle.epm.api.model.StrategicModelPreserveValueOption
Returns the display name of this enum constant, exactly as declared in its enum declaration.
getDomain() - Method in class oracle.epm.api.model.Connection
Returns the domain for the resource this connection is configured for.
getDoubleValue() - Method in class oracle.epm.api.model.RtpValue
Returns the double value represented by this rtp.
getEmailAddress() - Method in class oracle.epm.api.model.User
Returns the email address of the user.
getEnteredValue() - Method in class oracle.epm.api.model.RtpValue
Returns the value entered by the end user for this rtp.
getEntityName() - Method in interface oracle.epm.api.grid.DataGrid.DataCell
Returns the entity name for this cell.
getEntityName(MemberNameType) - Method in interface oracle.epm.api.grid.DataGrid.DataCell
Returns the entity name for this cell based on the specified member name type.
getEntityName() - Method in interface oracle.epm.api.model.DataValue
Returns the entity name for this cell.
getEntityName(MemberNameType) - Method in interface oracle.epm.api.model.DataValue
Returns the entity name for this cell based on the specified member name type.
getEntry(String) - Method in class oracle.epm.api.model.SmartList
Returns the entry with the specified value.
getEntry(long) - Method in class oracle.epm.api.model.SmartList
Returns the entry with the specified entry id.
getEntryId() - Method in class oracle.epm.api.model.SmartList.Entry
Returns the entry Id.
getEntryId(String, String) - Method in class oracle.epm.api.script.EpmScript
Returns the smart list entry id for the specified smart list name and entry name.
getEpmAutomate() - Method in class oracle.epm.api.script.EpmScript
Returns an EpmAutomate instance class.
getErrorFileName() - Method in class oracle.epm.api.model.DataExporter
Returns the error file name.
getErrorFileName() - Method in class oracle.epm.api.model.DataImportRequest
Returns the error file name.
getErrorMessage() - Method in class oracle.epm.api.model.MlPredictionStatus
Returns the error message.
getEssbaseMbrName() - Method in interface oracle.epm.api.grid.DataGrid.HeaderCell
Returns the name of the member in the physical olap model that this header cell represents.
getEssbaseName() - Method in class oracle.epm.api.model.Cube
Returns the physical name for this cube in Essbase.
getEssbaseUniqueMbrName() - Method in interface oracle.epm.api.grid.DataGrid.HeaderCell
Returns the name of the member in the physical olap model that this header cell represents.
getEssbaseValue() - Method in class oracle.epm.api.model.RtpValue
Returns the value for this rtp to be used in an Essbase calc script.
getEvaluatedMembers(String, Cube) - Method in class oracle.epm.api.model.Dimension
Returns a list of members by evaluating the functions, expressions and/or members specified in the membersString against the specified cube.
getExclude() - Method in interface oracle.epm.api.grid.DataGridDefinition.GridSegment
Returns the members to be excluded for the dimensions represented in this segment.
getExcludeAll() - Method in interface oracle.epm.api.grid.DataGridDefinition.GridSegment
Returns the members where all instances are to be excluded for the dimensions represented in this segment.
getExecuteAsUser(int) - Static method in enum oracle.epm.api.model.DataFileFormat
Returns an instance of the enum with the specified type.
getExecuteAsUser(int) - Static method in enum oracle.epm.api.model.ExecuteAsUser
Returns an instance of the enum with the specified type.
getFirstCalanderYear() - Method in class oracle.epm.api.model.FiscalCalendar
Returns the first calendar year for this fiscal calendar.
getFirstFiscalYear() - Method in class oracle.epm.api.model.FiscalCalendar
Returns the first fiscal year in this fiscal calendar.
getFirstPeriod() - Method in class oracle.epm.api.model.FiscalCalendar
Returns the first period in which your fiscal year begins for this fiscal calendar.
getFirstPeriod() - Method in class oracle.epm.api.model.PeriodDimension
Returns the first base time period member in this application.
getFirstYear() - Method in class oracle.epm.api.model.YearDimension
Returns the first year member in this dimension.
getFiscalYearStart() - Method in class oracle.epm.api.model.FiscalCalendar
Returns the fiscal year start date type for this fiscal calendar.
getFiscalYearStart(int) - Static method in enum oracle.epm.api.model.FiscalYearStart
Returns an instance of the enum with the specified type.
getFixValue() - Method in class oracle.epm.api.model.Dimension
Returns a value that can be used in a FIX statement.
getFixValue() - Method in interface oracle.epm.api.model.EssbaseCompatible
Returns a value that can be used in a FIX statement.
getFixValue() - Method in class oracle.epm.api.model.Member
Returns a value that can be used in a FIX statement.
getFixValue() - Method in class oracle.epm.api.model.RtpValue
Returns a value that can be used in a FIX statement.
getFormattedValue() - Method in interface oracle.epm.api.grid.DataGrid.Cell
Returns the formatted value for this data cell.
getFormattedValue() - Method in interface oracle.epm.api.model.DataValue
Returns the formatted value for this data cell.
getFullName() - Method in class oracle.epm.api.model.User
Returns the full name of this user.
getGrid() - Method in class oracle.epm.api.model.Operation
Returns a representation of the current data entry form on which the user is working.
getHeaders() - Method in interface oracle.epm.api.grid.DataGrid.Row
Returns the header cells for this row.
getHeaders() - Method in class oracle.epm.api.model.rest.HttpRequest
Returns the headers sent/received to/from the resoure this Http request is for.
getHeaders() - Method in class oracle.epm.api.model.rest.HttpResponse
Returns the response headers received from the extrenal resource.
getHttpMethod() - Method in class oracle.epm.api.model.rest.HttpRequest
Returns the method to be performed on a resource this Http request is for.
getHttpRequest() - Method in class oracle.epm.api.model.rest.BaseRequest
Returns the Http request object.
getId() - Method in enum oracle.epm.api.model.ApplicationType
Returns the integer type of this enum constant, as contained in the declaration.
getId() - Method in enum oracle.epm.api.model.CurrencyMode
Returns the integer type of this enum constant, as contained in the declaration.
getId() - Method in class oracle.epm.api.model.Dimension
getId() - Method in class oracle.epm.api.model.Member
getIntAsoDataValueOption() - Method in enum oracle.epm.api.model.DataImportAsoDataValueOption
Returns the integer type of this enum constant, as contained in the declaration.
getIntAsoDuplicateAggregationMethod() - Method in enum oracle.epm.api.model.DataImportAsoDuplicateAggregationMethod
Returns the integer type of this enum constant, as contained in the declaration.
getIntDataLoadOption() - Method in enum oracle.epm.api.model.DataImportDataLoadOption
Returns the integer type of this enum constant, as contained in the declaration.
getIntDataType() - Method in enum oracle.epm.api.model.DataType
Returns the integer type of this enum constant, as contained in the declaration.
getJobFactory() - Method in class oracle.epm.api.model.Application
Returns a job factory.
getJobName() - Method in class oracle.epm.api.model.JobDefinition
Returns the name of the job that this definition describes.
getJobStatus(int) - Static method in enum oracle.epm.api.model.JobStatus
Get a JobStatus from a int.
getJobStatusLabelMap(HspBaseMsgs) - Static method in enum oracle.epm.api.model.JobStatus
Returns a map of job status id to the display label, for all the job types.
getJobType() - Method in class oracle.epm.api.model.JobDefinition
Returns the type of the job that this definition describes.
getJobType() - Static method in class oracle.epm.api.model.ScenarioRollup
Returns a String constant with the job type for running the Scenario Rollup as a planning job.
getLabel() - Method in class oracle.epm.api.model.SmartList.Entry
returns the label for this entry.
getLabel() - Method in class oracle.epm.api.model.SmartList
Returns the smart list's label resource key.
getLastFiscalYear() - Method in class oracle.epm.api.model.FiscalCalendar
Returns the last fiscal year in this fiscal calendar.
getLastPeriod() - Method in class oracle.epm.api.model.PeriodDimension
Returns the last base time period member in this application.
getLastYear() - Method in class oracle.epm.api.model.YearDimension
Returns the last year member in this dimension.
getLevel() - Method in enum oracle.epm.api.model.DataExportLevel
Returns the integer data export level of this enum constant, as contained in the declaration.
getLocalizedMessage(Locale[]) - Method in exception oracle.epm.api.GroovyDynamicLocalizedException
getLocalizedMessage(Locale) - Method in exception oracle.epm.api.GroovyDynamicLocalizedException
Creates a localized description of this throwable based on the specified locale.
getMbrName() - Method in interface oracle.epm.api.grid.DataGrid.HeaderCell
Returns the name of the member that this header cell represents.
getMember(Object, Cube...) - Method in class oracle.epm.api.model.Dimension
Returns a member with the specified name.
getMember() - Method in class oracle.epm.api.model.RtpValue
Returns a Member representation for this rtp.
getMemberName(String) - Method in interface oracle.epm.api.grid.DataGrid.DataCell
Returns the member name for the specified dimension that the cell represents.
getMemberName(String, MemberNameType) - Method in interface oracle.epm.api.grid.DataGrid.DataCell
Returns the member name based on the specified member name type for the specified dimension that the cell represents.
getMemberName(DimensionType) - Method in interface oracle.epm.api.grid.DataGrid.DataCell
Returns the member name for the specified dimension type that the cell represents.
getMemberName(DimensionType, MemberNameType) - Method in interface oracle.epm.api.grid.DataGrid.DataCell
Returns the member name based on the specified member name type for the specified dimension type that the cell represents.
getMemberName(String) - Method in interface oracle.epm.api.model.DataValue
Returns the member name for the specified dimension that the cell represents.
getMemberName(String, MemberNameType) - Method in interface oracle.epm.api.model.DataValue
Returns the member name based on the specified member name type for the specified dimension that the cell represents.
getMemberName(DimensionType) - Method in interface oracle.epm.api.model.DataValue
Returns the member name for the specified dimension type that the cell represents.
getMemberName(DimensionType, MemberNameType) - Method in interface oracle.epm.api.model.DataValue
Returns the member name based on the specified member name type for the specified dimension type that the cell represents.
getMemberNames() - Method in interface oracle.epm.api.grid.DataGrid.DataCell
Returns a list of members from all dimensions that the cell represents.
getMemberNames(MemberNameType) - Method in interface oracle.epm.api.grid.DataGrid.DataCell
Returns a list of members based on the specified member name type from all dimensions that the cell represents.
getMemberNames() - Method in interface oracle.epm.api.model.DataValue
Returns a list of members from all dimensions that the cell represents.
getMemberNames(MemberNameType) - Method in interface oracle.epm.api.model.DataValue
Returns a list of members based on the specified member name type from all dimensions that the cell represents.
getMembers() - Method in interface oracle.epm.api.grid.DataGridDefinition.GridSegment
Returns the members for the dimensions represented in this segment.
getMembers() - Method in class oracle.epm.api.model.RtpValue
Returns a Member list representation for this rtp.
getMembers() - Method in interface oracle.epm.api.model.Tuple
Returns a collection of members that make up the values in this tuple.
getMemberSelection() - Method in class oracle.epm.api.model.SmartList
Returns the member selection string for members that derive the entries for this smart list.
getMemberSelection() - Method in class oracle.epm.api.model.UserVariable
Returns the member selection string that defines a range of allowed values for this user variable, or null if no range is defined.
getMembersWithUda(String, boolean, Cube...) - Method in class oracle.epm.api.model.Dimension
Returns a list of all the members that have been tagged with the specified user defined attribute.
getMembersWithUdaInEssbase(String, Cube) - Method in class oracle.epm.api.model.Dimension
Returns a list of members in the specified cube that have been tagged with the specified user defined attribute.
getMessage() - Method in exception oracle.epm.api.GroovyDynamicLocalizedException
getMissingLabel() - Method in class oracle.epm.api.model.SmartList
Returns the smart list's missing label.
getMlModel(String) - Method in class oracle.epm.api.model.Application
Returns the ML model with the specified name from the folder specified by the path in the fully qualified model name.
getMlModel(String, String) - Method in class oracle.epm.api.model.Application
Returns the ML model with the specified name from the folder specified by the path.
getMlModels() - Method in class oracle.epm.api.model.Application
Returns a list of ML models deployed to this application.
getName() - Method in class oracle.epm.api.model.Application
Returns the name for this application.
getName() - Method in class oracle.epm.api.model.Connection
Returns the name for this connection.
getName() - Method in class oracle.epm.api.model.Cube
Returns the logical name for this cube.
getName() - Method in class oracle.epm.api.model.DataMap
Returns the name of this data map.
getName() - Method in class oracle.epm.api.model.Dimension
Returns the name of this dimension or the unique name if needed.
getName(MemberNameType) - Method in class oracle.epm.api.model.Dimension
Returns the dimension name of this dimension based on the specified member name type.
getName() - Method in class oracle.epm.api.model.Job
Returns the name of this job.
getName() - Method in class oracle.epm.api.model.Member
Returns the name of this member or the unique name if needed.
getName(MemberNameType) - Method in class oracle.epm.api.model.Member
Returns the member name of this member based on the specified member name type.
getName(DataGrid.HeaderCell) - Method in enum oracle.epm.api.model.MemberNameType
Returns the member name of the specified header cell based on member name type.
getName(HspFormMember) - Method in enum oracle.epm.api.model.MemberNameType
Returns the member name of the specified form member based on member name type.
getName(HspMember) - Method in enum oracle.epm.api.model.MemberNameType
Returns the member name of the specified member based on member name type.
getName() - Method in class oracle.epm.api.model.MlModel
Returns the name of this ML model.
getName() - Method in class oracle.epm.api.model.RtpValue
Returns the name of this rtp.
getName() - Method in class oracle.epm.api.model.Rule
Returns the name of this rule.
getName() - Method in class oracle.epm.api.model.SmartList.Entry
Returns the name of this entry.
getName() - Method in class oracle.epm.api.model.SmartList
Returns the name of this smart list.
getName() - Method in class oracle.epm.api.model.SmartPush
Returns the name of this smart push.
getName() - Method in class oracle.epm.api.model.SubstitutionVariable
Returns the name of this substitution variable.
getName() - Method in class oracle.epm.api.model.User
Returns the name of this user.
getName() - Method in class oracle.epm.api.model.UserVariable
Returns the name of this user variable.
getNames(MemberNameType...) - Method in class oracle.epm.api.model.Member
 
getNames(HspMember...) - Method in enum oracle.epm.api.model.MemberNameType
Returns the member name of the specified members based on the member name type
getNumAcceptedCells() - Method in class oracle.epm.api.grid.DataGridBuilder.Status
Returns the total number of accepted cells.
getNumRejectedCells() - Method in class oracle.epm.api.grid.DataGridBuilder.Status
Returns the total number of rejected cells.
getNumYears() - Method in class oracle.epm.api.model.FiscalCalendar
Returns the number of years in this fiscal calendar.
getParameters() - Method in class oracle.epm.api.model.JobDefinition
Returns the parameters this job will be executed with.
getPassword() - Method in class oracle.epm.api.model.rest.HttpRequest
Returns the password for the user making this request.
getPath() - Method in class oracle.epm.api.model.MlModel
Returns the path of this ML model from the root.
getPeriod() - Method in interface oracle.epm.api.model.Tuple
Returns the member mappped to the Period dimension in this tuple or null.
getPeriodName() - Method in interface oracle.epm.api.grid.DataGrid.DataCell
Returns the period name for this cell.
getPeriodName(MemberNameType) - Method in interface oracle.epm.api.grid.DataGrid.DataCell
Returns the period name for this cell based on the specified member name type.
getPeriodName() - Method in interface oracle.epm.api.model.DataValue
Returns the period name for this cell.
getPeriodName(MemberNameType) - Method in interface oracle.epm.api.model.DataValue
Returns the period name for this cell based on the specified member name type.
getPov() - Method in interface oracle.epm.api.grid.DataGrid
Returns a list of POV header cells for this data grid.
getPov() - Method in interface oracle.epm.api.grid.DataGridDefinition
Returns the POV grid segment.
getPredictedValue() - Method in class oracle.epm.api.model.MlPredictionStatus
Returns the predicted value.
getProperties() - Method in class oracle.epm.api.model.Rule
Returns the properties for this rule.
getQueryParams() - Method in class oracle.epm.api.model.rest.HttpRequest
Returns the query parameters for this request.
getResourceBundle(String) - Method in class oracle.epm.api.GroovyResourceBundleLoader
Returns a resource/message bundle for the specified language.
getResourceKey() - Method in exception oracle.epm.api.GroovyDynamicLocalizedException
Returns the resourceKey used by this Exception to lookup a localized message.
getRollup() - Method in class oracle.epm.api.model.ScenarioRollup
Returns a Map containing the ScenarioRollupRunParameters object created from the current instance.
getRootMember(Cube...) - Method in class oracle.epm.api.model.Dimension
Returns the root member for this dimension.
getRootNodeScenarios() - Method in class oracle.epm.api.model.ScenarioRollup
Returns a list of all valid root node scenarios.
getRowDimensions() - Method in class oracle.epm.api.model.RowData
Returns the dimensions for row members held by this object.
getRowMembers() - Method in class oracle.epm.api.model.RowData
Returns a collection of row members held by this object.
getRows() - Method in interface oracle.epm.api.grid.DataGrid
Returns a list of rows for this data grid.
getRows() - Method in interface oracle.epm.api.grid.DataGridDefinition
Returns the list of row segments.
getRowTuple() - Method in class oracle.epm.api.model.RowData
Returns a tuple of row dimensions and members held by this object.
getRowTuple(boolean) - Method in class oracle.epm.api.model.RowData
Returns a tuple of row dimensions and members held by this object.
getRtps() - Method in class oracle.epm.api.script.EpmScript
Returns an unmodifiable map of RtpValue objects for the run time prompts used in this script.
getRule() - Method in class oracle.epm.api.script.EpmScript
Returns the current rule being executed.
getScenarioName() - Method in interface oracle.epm.api.grid.DataGrid.DataCell
Returns the scenario name for this cell.
getScenarioName(MemberNameType) - Method in interface oracle.epm.api.grid.DataGrid.DataCell
Returns the scenario name for this cell based on the specified member name type.
getScenarioName() - Method in interface oracle.epm.api.model.DataValue
Returns the scenario name for this cell.
getScenarioName(MemberNameType) - Method in interface oracle.epm.api.model.DataValue
Returns the scenario name for this cell based on the specified member name type.
getScenarioRollup(String) - Method in class oracle.epm.api.model.Application
Returns the scenario rollup with the specified name and selected model as the root level node.
getScenarioRollup(String, String) - Method in class oracle.epm.api.model.Application
Returns the scenario rollup with the specified name and selected model as the specified model name.
getScript() - Method in class oracle.epm.api.model.Rule
Returns the script of this rule.
getScriptType() - Method in class oracle.epm.api.model.Rule
Returns the script type of this rule.
getSharedMembers(Cube...) - Method in class oracle.epm.api.model.Member
Returns a list of the shared members that are shared with this member.
getSmartList(String) - Method in class oracle.epm.api.model.Application
Returns a smart list with the specified name.
getSmartList() - Method in class oracle.epm.api.model.Member
Returns the smart list associated with this member.
getSmartListEntry() - Method in class oracle.epm.api.model.RtpValue
Returns a Smartlist.Entry representation for this rtp or null if the rtp value is optional or #missing.
getSmartPush(String) - Method in interface oracle.epm.api.grid.DataGrid
Returns a smart push for the DataMap with the specified name attached to this grid.
getSmartPushes() - Method in interface oracle.epm.api.grid.DataGrid
Returns all the smart pushes attached to this grid.
getSourceInfo() - Method in interface oracle.epm.api.grid.DataGrid
Returns miscellaneous information about the source of this grid.
getStatus() - Method in class oracle.epm.api.model.Job
Returns the status of this job.
getStatus() - Method in enum oracle.epm.api.model.JobStatus
Returns the integer type of this enum constant, as contained in the declaration.
getStatus() - Method in class oracle.epm.api.model.rest.HttpResponse
Returns the Http status code for this response.
getStatusLabelID() - Method in enum oracle.epm.api.model.JobStatus
Returns the label resource key for this job status.
getStatusText() - Method in class oracle.epm.api.model.rest.HttpResponse
Returns the texual sttus for this response.
getStrategicModel(String) - Method in class oracle.epm.api.model.Application
Returns the strategic model with the specified name.
getSubStatus() - Method in class oracle.epm.api.model.Job
Returns the sub status of this job.
getSubstitutionVariable(String) - Method in class oracle.epm.api.model.Application
Returns a substitution variable with the specified name defined at the application level.
getSubstitutionVariable(String) - Method in class oracle.epm.api.model.Cube
Returns a substitution variable with the specified name defined at this cube level.
getSubstitutionVariable(String, boolean) - Method in class oracle.epm.api.model.Cube
Returns a substitution variable with the specified name defined at either the application or cube level depending on the specified value of derivedValues.
getSubstitutionVariableValue(String) - Method in class oracle.epm.api.model.Application
Returns the effective value of the specified substitution variable for this application or null if there is no effective value.
getSubstitutionVariableValue(String) - Method in class oracle.epm.api.model.Cube
Returns the value for the substitution variable with the specified name at this cube level or null is not found.
getTextCellId(String, boolean) - Method in class oracle.epm.api.script.EpmScript
Returns the text cell id for the specified text value or 0 if the text value is not found and createIfNotFound is false.
getTooltip() - Method in interface oracle.epm.api.grid.DataGrid.DataCell
Returns the tooltip for this data cell.
getType() - Method in class oracle.epm.api.model.Application
Return the type of this application.
getType() - Method in enum oracle.epm.api.model.DataFileFormat
Returns the integer type of this enum constant, as contained in the declaration.
getType() - Method in class oracle.epm.api.model.Dimension
Returns the type of this dimension.
getType() - Method in enum oracle.epm.api.model.ExecuteAsUser
Returns the integer type of this enum constant, as contained in the declaration.
getType() - Method in enum oracle.epm.api.model.FiscalYearStart
Returns the integer type of this enum constant, as contained in the declaration.
getUdas() - Method in class oracle.epm.api.model.Dimension
Returns a list of all user defined attributes for this dimension.
getUdas() - Method in class oracle.epm.api.model.Member
Returns a list of all user defined attributes for this member.
getUniqueAliasOrMemberName(String) - Method in class oracle.epm.api.model.Member
Returns a unique alias name for this member from the specified alias table.
getUniqueMbrName() - Method in interface oracle.epm.api.grid.DataGrid.HeaderCell
Returns the name of the member that this header cell represents.
getUnmodifiableValuesMap() - Method in class oracle.epm.api.model.RowData
Returns a unmodifiable map of column members and their values held by this object.
getUrl() - Method in class oracle.epm.api.model.Connection
Returns the url for the resource this connection is configured for.
getUrl() - Method in class oracle.epm.api.model.rest.HttpRequest
Return the URL for the resource this Http request is for.
getUser(String) - Method in class oracle.epm.api.model.Application
Returns the user with the specified user name.
getUser() - Method in class oracle.epm.api.model.Operation
Returns the user performing this operation.
getUserName() - Method in class oracle.epm.api.model.Connection
Returns the name of the user this connection is configured for.
getUserName() - Method in class oracle.epm.api.model.rest.HttpRequest
Returns the name of the user making this request.
getUserVariable(String) - Method in class oracle.epm.api.model.Application
Returns a user variable with the specified name.
getUserVariable(String) - Method in class oracle.epm.api.model.Dimension
Returns a user variable with the specified name for this dimension.
getUserVariables() - Method in class oracle.epm.api.model.Application
Returns the list of user variables for this application.
getUserVariables() - Method in class oracle.epm.api.model.Dimension
Returns the list of user variables for this application.
getValue() - Method in enum oracle.epm.api.model.AllocationParameters.NegativeBasisOption
value of the object.
getValue() - Method in enum oracle.epm.api.model.AllocationParameters.RoundingMethod
value of the object.
getValue() - Method in enum oracle.epm.api.model.AllocationParameters.SpreadSkipOption
value of the object.
getValue() - Method in enum oracle.epm.api.model.AllocationParameters.TargetTimeSpanOption
value of the object.
getValue() - Method in enum oracle.epm.api.model.AllocationParameters.ZeroAmountOption
value of the object.
getValue() - Method in enum oracle.epm.api.model.AllocationParameters.ZeroBasisOption
value of the object.
getValue() - Method in enum oracle.epm.api.model.CustomCalcParameters.DataLoadOption
 
getValue(String) - Method in class oracle.epm.api.model.RowData
Returns a value for the column with the specified member name.
getValue() - Method in class oracle.epm.api.model.SubstitutionVariable
Returns the value for this substitution variable.
getValue() - Method in class oracle.epm.api.model.UserVariable
Returns the value for this user variable for the current user.
getValues() - Method in class oracle.epm.api.model.RowData
Returns the values for all column members held by this object.
getValuesMap() - Method in class oracle.epm.api.model.RowData
Returns a map of column members and their values held by this object.
getVersionName() - Method in interface oracle.epm.api.grid.DataGrid.DataCell
Returns the version name for this cell.
getVersionName(MemberNameType) - Method in interface oracle.epm.api.grid.DataGrid.DataCell
Returns the version name for this cell based on the specified member name type.
getVersionName() - Method in interface oracle.epm.api.model.DataValue
Returns the version name for this cell.
getVersionName(MemberNameType) - Method in interface oracle.epm.api.model.DataValue
Returns the version name for this cell based on the specified member name type.
getWrappedObject() - Method in class oracle.epm.api.model.AttributeDimension
getYear() - Method in interface oracle.epm.api.model.Tuple
Returns the member mappped to the Year dimension in this tuple or null.
getYearName() - Method in interface oracle.epm.api.grid.DataGrid.DataCell
Returns the year name for this cell.
getYearName(MemberNameType) - Method in interface oracle.epm.api.grid.DataGrid.DataCell
Returns the year name for this cell based on the specified member name type.
getYearName() - Method in interface oracle.epm.api.model.DataValue
Returns the year name for this cell.
getYearName(MemberNameType) - Method in interface oracle.epm.api.model.DataValue
Returns the year name for this cell based on the specified member name type.
GridIterator - Interface in oracle.epm.api.grid
An iterator over a collection of data cells.
GroovyDynamicLocalizedException - Exception in oracle.epm.api
This class is an implementation of HspDynamicLocalizedException and will dynamically return a localized description of this throwable based on the specified locale.
GroovyDynamicLocalizedException(GroovyResourceBundleLoader, String) - Constructor for exception oracle.epm.api.GroovyDynamicLocalizedException
Constructs an instance of GroovyDynamicLocalizedException with the specified parameters.
GroovyDynamicLocalizedException(GroovyResourceBundleLoader, String, Object...) - Constructor for exception oracle.epm.api.GroovyDynamicLocalizedException
Constructs an instance of GroovyDynamicLocalizedException with the specified parameters.
GroovyDynamicLocalizedException(GroovyResourceBundleLoader, String, Throwable) - Constructor for exception oracle.epm.api.GroovyDynamicLocalizedException
Constructs an instance of GroovyDynamicLocalizedException with the specified parameters.
GroovyDynamicLocalizedException(GroovyResourceBundleLoader, String, Throwable, Object...) - Constructor for exception oracle.epm.api.GroovyDynamicLocalizedException
Constructs an instance of GroovyDynamicLocalizedException with the specified parameters.
GroovyMessageBundle - Class in oracle.epm.api
A GroovyMessageBundle manages resources for a locale.
GroovyMessageBundle(Map<String, String>) - Constructor for class oracle.epm.api.GroovyMessageBundle
Constructs an instance of this class with specified parameters.
GroovyResourceBundleLoader - Class in oracle.epm.api
A GroovyResourceBundleLoader manages message bundles by locale.
GroovyResourceBundleLoader(Map<String, ? extends ResourceBundle>) - Constructor for class oracle.epm.api.GroovyResourceBundleLoader
Constructs an instance of this class with specified parameters.

H

hasApplication() - Method in class oracle.epm.api.model.Operation
Returns true if the application property is valid for this operation.
hasBusinessCase(String) - Method in class oracle.epm.api.model.ScenarioRollup
Returns true if the specified case insensitive business case name contains within this Scenario Rollup structure.
hasCellAttach() - Method in interface oracle.epm.api.grid.DataGrid.DataCell
Returns true if one or more attachments are present for this data cell.
hasCellNote() - Method in interface oracle.epm.api.grid.DataGrid.DataCell
Returns true if there is a cell note present for this data cell.
hasChild(Object) - Method in class oracle.epm.api.model.Member
Returns true if the specified child member exists for this member.
hasConnection(String) - Method in class oracle.epm.api.model.Application
Returns true if a connection with the specified name exists.
hasCube(String) - Method in class oracle.epm.api.model.Application
Returns true if a cube with the specified name exists.
hasCube() - Method in class oracle.epm.api.model.Operation
Returns true if the cube property is valid for this operation.
hasCurrentRule() - Method in class oracle.epm.api.model.Operation
Returns true if the currentRule property is valid for this operation.
hasDataMap(String) - Method in class oracle.epm.api.model.Application
Returns true if a data map with the specified name exists.
hasDataValueProvider() - Method in class oracle.epm.api.model.Operation
Returns true if a data value provider is available for the current operation.
hasDimension(String, Cube...) - Method in class oracle.epm.api.model.Application
Returns true if a dimension with the specified name exists.
hasDimension(DimensionType, Cube...) - Method in class oracle.epm.api.model.Application
Returns true if a dimension with the specified dimension type exists.
hasGrid() - Method in class oracle.epm.api.model.Operation
Returns true if the grid property is valid for this operation.
hasMember(Object, Cube...) - Method in class oracle.epm.api.model.Dimension
Returns true if the specified member exists.
hasMlModel(String) - Method in class oracle.epm.api.model.Application
Returns true if a ML model with the specified name exists in the folder specified by the path in the fully qualified model name.
hasMlModel(String, String) - Method in class oracle.epm.api.model.Application
Returns true if a ML model with the specified name exists in the folder specified by the path.
hasScenarioRollup(String) - Method in class oracle.epm.api.model.Application
Returns true if a scenario rollup with the specified name exists with a root node.
hasScenarioRollup(String, String) - Method in class oracle.epm.api.model.Application
Returns true if a scenario rollup with the specified name exists with the specified model.
hasSmartList(String) - Method in class oracle.epm.api.model.Application
Returns true if the specified smart list exists.
hasSmartList() - Method in class oracle.epm.api.model.Member
Returns true if there is a smartlist associated with this member.
hasSmartPush(String) - Method in interface oracle.epm.api.grid.DataGrid
Returns true if a smart push for the DataMap with the specified name is attached to the form.
hasStrategicModel(String) - Method in class oracle.epm.api.model.Application
Returns true if a strategic model with the specified name exists.
hasSubstitutionVariable(String) - Method in class oracle.epm.api.model.Application
Returns true if a substitution variable with the specified name exists at the application level.
hasSubstitutionVariable(String) - Method in class oracle.epm.api.model.Cube
Returns true if a substitution variable with the specified name exists at this cube level.
hasSubstitutionVariable(String, boolean) - Method in class oracle.epm.api.model.Cube
Returns true if a substitution variable with the specified name exists at this cube level or the application level.
hasUda(String) - Method in class oracle.epm.api.model.Dimension
Returns true if a user defined attribute with the specified value exists for this dimension.
hasUda(String) - Method in class oracle.epm.api.model.Member
Returns true if the specified user defined attribute exists for this member.
hasUser() - Method in class oracle.epm.api.model.Operation
Returns true if the user property is valid for this operation.
hasUserVariable(String) - Method in class oracle.epm.api.model.Application
Returns true if the specified user variable exists.
hasUserVariable(String) - Method in class oracle.epm.api.model.Dimension
Returns true if the specified user variable exists for this dimension.
hasValues() - Method in class oracle.epm.api.model.RowData
Returns true of this object has > 0 data values.
header(String, String) - Method in class oracle.epm.api.model.rest.HttpRequest
Returns this request after setting the specified header.
header(String, String) - Method in class oracle.epm.api.model.rest.HttpRequestWithBody
Returns this request after setting the specified header.
headers(Map<String, String>) - Method in class oracle.epm.api.model.rest.HttpRequest
Returns this request after setting the specified headers.
headers(Map<String, String>) - Method in class oracle.epm.api.model.rest.HttpRequestWithBody
Returns this request after setting the specified headers.
HttpMethod - Enum in oracle.epm.api.model.rest
An enumeration containing a list of valid HTTP methods.
httpRequest - Variable in class oracle.epm.api.model.rest.BaseRequest
Request object.
HttpRequest - Class in oracle.epm.api.model.rest
This object represents an HTTP request off of a Connection.
HttpRequestWithBody - Class in oracle.epm.api.model.rest
This object represents an HTTP request with a body specified to an external or an Oracle Cloud Service resource.
HttpResponse<T> - Class in oracle.epm.api.model.rest
This object represents an HTTP request to an external or an Oracle Cloud Service resource.

I

impersonate(User) - Method in class oracle.epm.api.model.Connection
Returns this connection after setting the user this connection will impersonate.
impersonate(String) - Method in class oracle.epm.api.model.Connection
Returns this connection after setting the user this connection will impersonate.
importData(List<?>) - Method in class oracle.epm.api.model.DataImportRequest
Returns a DataImporter created with the specified parameters.
importDataFromFile(String, DataFileFormat, CharSequence) - Method in class oracle.epm.api.model.DataImportRequest
Imports data from a file with the spcified name from the Inbox.
importDataFromFile(String, DataFileFormat, char) - Method in class oracle.epm.api.model.DataImportRequest
Imports data from a file with the spcified name from the Inbox.
importDataFromZipFile(String, DataFileFormat, CharSequence) - Method in class oracle.epm.api.model.DataImportRequest
Imports data from all the files archived inside the zip file with the spcified name from the Inbox.
importDataFromZipFile(String, DataFileFormat, char) - Method in class oracle.epm.api.model.DataImportRequest
Imports data from all the files archived inside the zip file with the spcified name from the Inbox.
InterestCalcMethod - Enum in oracle.epm.api.model.excel
An enumeration containing a list of valid Excel interest calculation methods.
INTRATE(Date, Date, Object, Object) - Static method in class oracle.epm.api.model.excel.Excel
Calculates the interest rate for a fully invested security based on a 360 day year basis.
INTRATE(Date, Date, Object, Object, DayCountBasis) - Static method in class oracle.epm.api.model.excel.Excel
Calculates the interest rate for a fully invested security.
IPMT(Object, Object, Object, Object) - Static method in class oracle.epm.api.model.excel.Excel
Calculates the interest payment for an investment for a given period when payments are due at the end of the period and future value is assumed to be zero.
IPMT(Object, Object, Object, Object, Object) - Static method in class oracle.epm.api.model.excel.Excel
Calculates the interest payment for an investment for a given period when payments are due at the end of the period.
IPMT(Object, Object, Object, Object, Object, PaymentType) - Static method in class oracle.epm.api.model.excel.Excel
Calculates the interest payment for an investment for a given period.
IRR(Object...) - Static method in class oracle.epm.api.model.excel.Excel
Calculates the internal rate of return for a series of cash flows with a 10 percent guess rate.
IRR(Iterable) - Static method in class oracle.epm.api.model.excel.Excel
Calculates the internal rate of return for a series of cash flows with a 10 percent guess rate.
IRR(Iterable, Object) - Static method in class oracle.epm.api.model.excel.Excel
Calculates the internal rate of return for a series of cash flows.
isAttributeDimension() - Method in class oracle.epm.api.model.Dimension
Return true if dimension is an attribute dimension, false otherwise.
isAutomaticallyGenerateId() - Method in class oracle.epm.api.model.SmartList
Returns true if the IDs for the entries will be generated by the system.
isCalcableForPOV() - Method in interface oracle.epm.api.grid.DataGrid.HeaderCell
Return true if this cell is not dynamic such as dynamic calc, implicit share, an attribute member, etc.
isContextSensitive() - Method in class oracle.epm.api.model.UserVariable
Returns true if this user variable uses value from the context.
isDynamicMember() - Method in class oracle.epm.api.model.Member
Returns true if this is a dynamic member.
isEdited() - Method in interface oracle.epm.api.grid.DataGrid.DataCell
Returns true if this data cell is edited.
isEdited() - Method in interface oracle.epm.api.model.DataValue
Returns true if this data cell is edited.
isEmpty() - Method in interface oracle.epm.api.grid.DataGrid
Returns true if there are zero data cells in this grid.
isError() - Method in enum oracle.epm.api.model.JobStatus
Returns true if this job status represents one of the error statuses.
isForceEditable() - Method in interface oracle.epm.api.grid.DataGrid.DataCell
Returns true if this data cell has been forced to be editable.
isForceReadOnly() - Method in interface oracle.epm.api.grid.DataGrid.DataCell
Returns true if this data cell has been forced to be read only.
isIndexed() - Method in class oracle.epm.api.model.AttributeDimension
Returns true if the attribute dimension is indexed, false otherwise.
isLocalHost(String) - Static method in class oracle.epm.api.model.rest.HttpRequest
Returns true if the specified host name is that of the local host.
isLocked() - Method in interface oracle.epm.api.grid.DataGrid.DataCell
Returns true if this data cell is locked.
isMissing() - Method in interface oracle.epm.api.grid.DataGrid.DataCell
Returns true if this data cell value is missing.
isMissing() - Method in interface oracle.epm.api.model.DataValue
Returns true if this data cell value is missing.
isOverrideGridMissingLabel() - Method in class oracle.epm.api.model.SmartList
Returns true if the smart list missing label should override the grid's missing label.
ISPMT(Object, Object, Object, Object) - Static method in class oracle.epm.api.model.excel.Excel
Calculates the interest paid during a specific period of an investment.
isProtected() - Method in class oracle.epm.api.model.Rule
Returns true if the rule script is protected and false if the script is accessible.
isReadOnly() - Method in interface oracle.epm.api.grid.DataGrid.DataCell
Returns true if this data cell is read only.
isSandBoxEnabled() - Method in class oracle.epm.api.model.Cube
Returns true if this cube is enabled for sandboxing.
isSelected() - Method in interface oracle.epm.api.grid.DataGrid.DataCell
Returns true if this data cell is selected.
isSparse() - Method in interface oracle.epm.api.grid.DataGrid.HeaderCell
Returns true if the dimension for the member that this header cell represents is sparse.
isSuccess() - Method in class oracle.epm.api.model.MlPredictionStatus
Returns the prediction status as success or failure.
isSuppressInvalidColumns() - Method in interface oracle.epm.api.grid.DataGridDefinition
Returns true if invalid columns are being suppressed when retrieving data.
isSuppressInvalidRows() - Method in interface oracle.epm.api.grid.DataGridDefinition
Returns true if invalid rows are being suppressed when retrieving data.
isSuppressInvalidScenarioTps() - Method in interface oracle.epm.api.grid.DataGridDefinition
Returns true if invalid scenario time periods are being suppressed when etrieving data.
isSuppressMissingBlocks() - Method in interface oracle.epm.api.grid.DataGridDefinition
Returns true if missing blocks are being suppressed when retrieving data.
isSuppressMissingColumns() - Method in interface oracle.epm.api.grid.DataGridDefinition
Returns true if missing columns are being suppressed when retrieving data.
isSuppressMissingRows() - Method in interface oracle.epm.api.grid.DataGridDefinition
Returns true if missing rows are being suppressed when retrieving data.
isSuppressMissingRowsNative() - Method in interface oracle.epm.api.grid.DataGridDefinition
Returns true if missing data is being suppressed using Essbase non empty suppression when retrieving data.
isSuppressMissingSuppressesZero() - Method in interface oracle.epm.api.grid.DataGridDefinition
Returns true if zeros are being treated as missing when missing rows are being suppressed when retrieveing data.
isValid() - Method in interface oracle.epm.api.grid.DataGrid.DataCell
Returns true if this cell is valid.
isValidIntersection() - Method in interface oracle.epm.api.grid.DataGrid.DataCell
Returns true if this cell represents a valid intersection.
isZoomable() - Method in interface oracle.epm.api.grid.DataGrid.HeaderCell
Returns true if a zoom in operation on this cell will return one or more records.

J

Job - Class in oracle.epm.api.model
This object represents a job that was submitted for execution.
job(String, String, Map<String, ?>) - Method in class oracle.epm.api.model.JobFactory
Creates and returns a job definition for the specified properties.
JobDefinition - Class in oracle.epm.api.model
This object represents a job definition.
JobFactory - Class in oracle.epm.api.model
A job factory to help create job definitions.
JobFactory() - Constructor for class oracle.epm.api.model.JobFactory
 
JobStatus - Enum in oracle.epm.api.model
An enumeration containing a list of valid statuses for a job submitted for execution.
json(Map<String, ?>) - Method in class oracle.epm.api.script.EpmScript
Returns a JSON string for the specified input map.

L

loadGrid(DataGridDefinition, boolean) - Method in class oracle.epm.api.model.Cube
Returns a data grid for the specified region.
loadGrid(DataGridDefinition) - Method in class oracle.epm.api.model.StrategicModel
Returns a data grid for the specified region.

M

MDURATION(Date, Date, Object, Object, PaymentFrequency) - Static method in class oracle.epm.api.model.excel.Excel
Calculates modified Macauley duration for a security with an assumed par value of $100 based on US (NASD) 30/360 day count basis.
MDURATION(Date, Date, Object, Object, PaymentFrequency, DayCountBasis) - Static method in class oracle.epm.api.model.excel.Excel
Calculates modified Macauley duration for a security with an assumed par value of $100.
mdxParams(Object...) - Method in class oracle.epm.api.script.EpmScript
Returns a string value with each of the specified items flattened, evaluated and converted to MDX delimited identifiers and separated by a comma.
Member - Class in oracle.epm.api.model
This object represents a member.
MemberNameType - Enum in oracle.epm.api.model
An enumeration containing a list of valid member name types.
messageBundle(Map<String, String>) - Method in class oracle.epm.api.script.EpmScript
Returns a new in memory resource bundle that contains locale-specific resources provided to it.
messageBundleLoader(Map<String, GroovyMessageBundle>) - Method in class oracle.epm.api.script.EpmScript
Returns a resource bundle loader that manages message bundles by locale.
MIRR(Iterable, Object, Object) - Static method in class oracle.epm.api.model.excel.Excel
Calculates the internal rate of return where positive and negative cash flows are financed at different rates.
MISSING_VALUE - Static variable in class oracle.epm.api.model.RowData
Missing value label.
MlModel - Class in oracle.epm.api.model
This object represents a ML Model.
MlPredictionStatus - Class in oracle.epm.api.model
This object represents the prediction status and predicted result.
MlPredictionStatus(String, String, boolean) - Constructor for class oracle.epm.api.model.MlPredictionStatus
constructs an instance of this class with specified parameters.

N

nanoTime() - Method in class oracle.epm.api.script.EpmScript
Returns the current value of the running Java Virtual Machine's high-resolution time source, in nanoseconds.
NETWORKDAYS(Date, Date) - Static method in class oracle.epm.api.model.excel.Excel
Returns the number of whole working days between start date and end date.
NETWORKDAYS(Date, Date, Iterable<Date>) - Static method in class oracle.epm.api.model.excel.Excel
Returns the number of whole working days between start date and end date excluding specified holidays.
newChildAsMap(Object) - Method in class oracle.epm.api.model.Member
Returns a new map of properties for a child member of this member.
NOMINAL(Object, Object) - Static method in class oracle.epm.api.model.excel.Excel
Calculates the annual nominal interest rate.
NPER(Object, Object, Object) - Static method in class oracle.epm.api.model.excel.Excel
Calculates the number of periods for an investment when payments are due at the end of the period and future value is assumed to be zero.
NPER(Object, Object, Object, Object) - Static method in class oracle.epm.api.model.excel.Excel
Calculates the number of periods for an investment when payments are due at the end of the period.
NPER(Object, Object, Object, Object, PaymentType) - Static method in class oracle.epm.api.model.excel.Excel
Calculates the number of periods for an investment.
NPV(Object, Object...) - Static method in class oracle.epm.api.model.excel.Excel
Calculates the net present value of an investment based on a series of periodic cash flows and a discount rate.
NPV(Object, Iterable) - Static method in class oracle.epm.api.model.excel.Excel
Calculates the net present value of an investment based on a series of periodic cash flows and a discount rate.

O

Operation - Class in oracle.epm.api.model
This object represents an operation.
oracle.epm.api - package oracle.epm.api
 
oracle.epm.api.grid - package oracle.epm.api.grid
 
oracle.epm.api.model - package oracle.epm.api.model
 
oracle.epm.api.model.csv - package oracle.epm.api.model.csv
 
oracle.epm.api.model.excel - package oracle.epm.api.model.excel
 
oracle.epm.api.model.rest - package oracle.epm.api.model.rest
 
oracle.epm.api.script - package oracle.epm.api.script
 

P

pathParam(String, String) - Method in class oracle.epm.api.model.rest.HttpRequest
Returns this request after setting the sepcified dynamic parameter value in the URL.
pathParam(String, String) - Method in class oracle.epm.api.model.rest.HttpRequestWithBody
Returns this request after setting the sepcified dynamic parameter value in the URL.
PaymentFrequency - Enum in oracle.epm.api.model.excel
An enumeration containing a list of valid Excel payment frequency per year.
PaymentType - Enum in oracle.epm.api.model.excel
An enumeration containing a list of valid Excel payment types.
pbcsValueToDate(double) - Static method in class oracle.epm.api.model.excel.Excel
Returns a date from a PBCS value in YYYYMMDD format.
PeriodDimension - Class in oracle.epm.api.model
This object represents a Period dimension.
plus(Map) - Method in interface oracle.epm.api.model.Tuple
Returns a new Tuple containing all entries from the tuple and the provided map.
PMT(Object, Object, Object) - Static method in class oracle.epm.api.model.excel.Excel
Calculates the periodic payment for an annuity when payments are due at the end of the period and future value is assumed to be zero.
PMT(Object, Object, Object, Object) - Static method in class oracle.epm.api.model.excel.Excel
Calculates the periodic payment for an annuity when payments are due at the end of the period.
PMT(Object, Object, Object, Object, PaymentType) - Static method in class oracle.epm.api.model.excel.Excel
Calculates the periodic payment for an annuity.
post(String) - Method in class oracle.epm.api.model.Connection
Creates and returns a Http POST request.
post() - Method in class oracle.epm.api.model.Connection
Creates and returns a Http POST request.
PPMT(Object, Object, Object, Object) - Static method in class oracle.epm.api.model.excel.Excel
Calculates the payment on the principal for an investment for a given period when payments are due at the end of the period and future value is assumed to be zero.
PPMT(Object, Object, Object, Object, Object) - Static method in class oracle.epm.api.model.excel.Excel
Calculates the payment on the principal for an investment for a given period when payments are due at the end of the period.
PPMT(Object, Object, Object, Object, Object, PaymentType) - Static method in class oracle.epm.api.model.excel.Excel
Calculates the payment on the principal for an investment for a given period.
predict(Object...) - Method in class oracle.epm.api.model.MlModel
Returns the predicted values for the set of inputs.
PRICE(Date, Date, Object, Object, Object, PaymentFrequency) - Static method in class oracle.epm.api.model.excel.Excel
Calculates the price per $100 face value of a security that pays periodic interest based on US (NASD) 30/360 day count basis.
PRICE(Date, Date, Object, Object, Object, PaymentFrequency, DayCountBasis) - Static method in class oracle.epm.api.model.excel.Excel
Calculates the price per $100 face value of a security that pays periodic interest.
PRICEDISC(Date, Date, Object, Object) - Static method in class oracle.epm.api.model.excel.Excel
Calculates the price per $100 face value of a discounted security based on a 360 day year basis.
PRICEDISC(Date, Date, Object, Object, DayCountBasis) - Static method in class oracle.epm.api.model.excel.Excel
Calculates the price per $100 face value of a discounted security.
PRICEMAT(Date, Date, Date, Object, Object) - Static method in class oracle.epm.api.model.excel.Excel
Calculates the price per $100 face value of a security that pays interest at maturity based on US (NASD) 30/360 day count basis.
PRICEMAT(Date, Date, Date, Object, Object, DayCountBasis) - Static method in class oracle.epm.api.model.excel.Excel
Calculates the price per $100 face value of a security that pays interest at maturity.
print(Object) - Method in class oracle.epm.api.script.EpmScript
Prints the value to the current operation's job details, which can be viewed from the job console.
printf(String, Object) - Method in class oracle.epm.api.script.EpmScript
Prints a formatted string using the specified format string and argument to the current operation's job details, which can be viewed from the job console.
printf(String, Object[]) - Method in class oracle.epm.api.script.EpmScript
Prints a formatted string using the specified format string and arguments to the current operation's job details, which can be viewed from the job console.
println() - Method in class oracle.epm.api.script.EpmScript
Prints a newline to the current operation's job details, which can be viewed from the job console.
println(Object) - Method in class oracle.epm.api.script.EpmScript
Prints the value and a newline to the current operation's job details, which can be viewed from the job console.
put(String) - Method in class oracle.epm.api.model.Connection
Creates and returns a Http PUT request.
put() - Method in class oracle.epm.api.model.Connection
Creates and returns a Http PUT request.
putAt(Object, Object) - Method in interface oracle.epm.api.model.Tuple
Associates the specified member with the specified dimenison in this tuple.
PV(Object, Object, Object) - Static method in class oracle.epm.api.model.excel.Excel
Calculates the present value of an investment when payments are due at the end of the period and future value is assumed to be zero.
PV(Object, Object, Object, Object) - Static method in class oracle.epm.api.model.excel.Excel
Calculates the present value of an investment when payments are due at the end of the period.
PV(Object, Object, Object, Object, PaymentType) - Static method in class oracle.epm.api.model.excel.Excel
Calculates the present value of an investment.

Q

queryParam(String, Collection<?>) - Method in class oracle.epm.api.model.rest.HttpRequest
Returns this request after setting the specified query parameter.
queryParam(String, Object) - Method in class oracle.epm.api.model.rest.HttpRequest
Returns this request after setting the specified query parameter.
queryParam(Map<String, ?>) - Method in class oracle.epm.api.model.rest.HttpRequestWithBody
Returns this request after setting the specified query parameters.
queryParam(String, Object) - Method in class oracle.epm.api.model.rest.HttpRequestWithBody
Returns this request after setting the specified query parameter.
queryParams(Map<String, ?>) - Method in class oracle.epm.api.model.rest.HttpRequest
Returns this request after setting the specified query parameters.

R

RATE(Object, Object, Object) - Static method in class oracle.epm.api.model.excel.Excel
Calculates the interest rate per period of an annuity when payments are due at the end of the period and future value is assumed to be zero and with a 10 percent guess rate.
RATE(Object, Object, Object, Object) - Static method in class oracle.epm.api.model.excel.Excel
Calculates the interest rate per period of an annuity when payments are due at the end of the period and with a 10 percent guess rate.
RATE(Object, Object, Object, Object, PaymentType) - Static method in class oracle.epm.api.model.excel.Excel
Calculates the interest rate per period of an annuity with a 10 percent guess rate.
RATE(Object, Object, Object, Object, PaymentType, Object) - Static method in class oracle.epm.api.model.excel.Excel
Calculates the interest rate per period of an annuity.
RECEIVED(Date, Date, Object, Object) - Static method in class oracle.epm.api.model.excel.Excel
Calculates the amount received at maturity for a fully invested security based on US (NASD) 30/360 day count basis.
RECEIVED(Date, Date, Object, Object, DayCountBasis) - Static method in class oracle.epm.api.model.excel.Excel
Calculates the amount received at maturity for a fully invested security.
removeRootBusinessCase(String) - Method in class oracle.epm.api.model.ScenarioRollup
Removes a root business case with the specified name from the Scenario Rollup.
rename(Object) - Method in class oracle.epm.api.model.Member
Returns the renamed member and leaves this member instance unchanged.
RequestBodyEntity - Class in oracle.epm.api.model.rest
This object encapsulates a body for an HTTP request.
reset() - Method in interface oracle.epm.api.grid.GridIterator
Reset the iterator to begining.
RESOURCE_FILE_NOT_FOUND - Static variable in exception oracle.epm.api.GroovyDynamicLocalizedException
 
RowData - Class in oracle.epm.api.model
This object represents a row of exported data for one or more intersections from a cube.
RtpValue - Class in oracle.epm.api.model
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.
RtpValue(String, int, String, String, String, String, String, String) - Constructor for class oracle.epm.api.model.RtpValue
Constructs an instance of this class with specified parameters.
Rule - Class in oracle.epm.api.model
This object represents a business rule.

S

saveGrid(DataGrid) - Method in class oracle.epm.api.model.Cube
Save the data specified in the grid.
saveGrid(DataGrid) - Method in class oracle.epm.api.model.StrategicModel
Save the data specified in the grid.
saveMember(Map<String, Object>) - Method in class oracle.epm.api.model.Dimension
Returns the new or updated member that was saved with the specified properties.
saveMember(Map<String, Object>, DynamicChildStrategy) - Method in class oracle.epm.api.model.Dimension
Returns the new or updated member that was saved with the specified properties.
ScenarioRollup - Class in oracle.epm.api.model
This object represents a Scenario Rollup in an EPM application that has the Strategic Modeling business process enabled.
serialToDate(double) - Static method in class oracle.epm.api.model.excel.Excel
Returns a date object from an Excel serial date number.
setAliasTable(String) - Method in class oracle.epm.api.model.DataExporter
Returns this object after setting the alias table name.
setAllocationMethod(AllocationParameters.AllocationMethod) - Method in class oracle.epm.api.model.AllocationParameters
Specifies the allocation method to be used.
setAmount(String) - Method in class oracle.epm.api.model.AllocationParameters
Specifies an MDX numeric value expression indicating the source of the amount to be allocated.
setAmountContext(String) - Method in class oracle.epm.api.model.AllocationParameters
Specifies an MDX tuple with one member from each dimension missing from POV and amount, indicating the context for the amount.
setAmountTimeSpan(String) - Method in class oracle.epm.api.model.AllocationParameters
Specifies an MDX set indicating one or more time periods to be considered for the amount.
setAsoDataValueOption(DataImportAsoDataValueOption) - Method in class oracle.epm.api.model.DataImportRequest
Returns this object after setting the data value option.
setAsoDuplicateAggregationMethod(DataImportAsoDuplicateAggregationMethod) - Method in class oracle.epm.api.model.DataImportRequest
Returns this object after setting the duplicate aggregation method.
setBasis(String) - Method in class oracle.epm.api.model.AllocationParameters
Specifies an MDX tuple that, when combined with the range, defines the location of basis values that determine how the amount is allocated.
setBasisTimeSpan(String) - Method in class oracle.epm.api.model.AllocationParameters
Specifies an MDX set that indicate one or more time periods to be considered for the basis.
setBasisTimeSpanOption(AllocationParameters.BasisTimeSpanOption) - Method in class oracle.epm.api.model.AllocationParameters
Specifies the option how basis is computed across time periods specified in setBasisTimeSpan.
setBgColor(Integer) - Method in interface oracle.epm.api.grid.DataGrid.DataCell
Set the background color for this data cell.
setCellsRejected(List<String>) - Method in class oracle.epm.api.grid.DataGridBuilder.Status
 
setColumnDimension(Object) - Method in class oracle.epm.api.model.DataExporter
Returns this object after setting the column dimension.
setColumnDimensionName(String) - Method in class oracle.epm.api.model.DataExporter
Returns this object after setting the column dimension name.
setColumnDimensions(Object...) - Method in interface oracle.epm.api.grid.FlexibleDataGridDefinitionBuilder
Returns this object after setting the dimensions to be represented on the columns of the data grid.
setColumnMemberNames(List<?>) - Method in class oracle.epm.api.model.DataExporter
Returns this object after setting the column selection criteria.
setCreditMember(String) - Method in class oracle.epm.api.model.AllocationParameters
Specifies an MDX member expression indicating the member to which negative result values are written, if double-entry accounting is used.
setCreditMember(String) - Method in class oracle.epm.api.model.CustomCalcParameters
Specifies an MDX member expression indicating the member to which negative result values are written, if double-entry accounting is used.
setData(double) - Method in interface oracle.epm.api.grid.DataGrid.DataCell
Set the data value for this data cell.
setDataExportFormat(DataFileFormat) - Method in class oracle.epm.api.model.DataExporter
Returns this object after setting the data file format.
setDataExportLevel(DataExportLevel) - Method in class oracle.epm.api.model.DataExporter
Returns this object after setting the data export level.
setDataLoadOption(AllocationParameters.DataLoadOption) - Method in class oracle.epm.api.model.AllocationParameters
Specifies how the allocated data is handled.
setDataLoadOption(CustomCalcParameters.DataLoadOption) - Method in class oracle.epm.api.model.CustomCalcParameters
Specifies how the calculated data is handled.
setDataLoadOption(DataImportDataLoadOption) - Method in class oracle.epm.api.model.DataImportRequest
Returns this object after setting the data load option.
setDateFormat(String) - Method in class oracle.epm.api.model.DataExporter
Returns this object after setting the date format.
setDateFormat(String) - Method in class oracle.epm.api.model.DataImportRequest
Returns this object after setting the date format.
setDebitMember(String) - Method in class oracle.epm.api.model.AllocationParameters
Specifies an MDX member expression indicating the member to which positive result values are written, if double-entry accounting is used.
setDebitMember(String) - Method in class oracle.epm.api.model.CustomCalcParameters
Specifies an MDX member expression indicating the member to which positive result values are written, if double-entry accounting is used.
setDefaultMemberNameType(MemberNameType) - Method in interface oracle.epm.api.grid.GridIterator
Sets the default member name type.
setDelimiter(char) - Method in class oracle.epm.api.model.DataExporter
Returns this object after setting the delimiter to use in the exported data file.
setDelimiter(CharSequence) - Method in class oracle.epm.api.model.DataExporter
Returns this object after setting the delimiter to use in the exported data file.
setDimensions(Object...) - Method in interface oracle.epm.api.grid.FlexibleDataGridDefinitionBuilder.GridSegment
Returns this segment after setting the dimensions.
setDimensions(List<Dimension>) - Method in interface oracle.epm.api.grid.FlexibleDataGridDefinitionBuilder.GridSegment
Returns this segment after setting the dimensions.
setEdited(boolean) - Method in interface oracle.epm.api.grid.DataGrid.DataCell
Marks the data cell as edited.
setErrorFileName(String) - Method in class oracle.epm.api.model.DataExporter
Returns this object after setting the error file name.
setErrorFileName(String) - Method in class oracle.epm.api.model.DataImportRequest
Returns this object after setting the error file name.
setErrorMessage(String) - Method in class oracle.epm.api.model.MlPredictionStatus
Updates the error message.
setExclude(Object...) - Method in interface oracle.epm.api.grid.FlexibleDataGridDefinitionBuilder.GridSegment
Returns this segment after setting the excluded members.
setExclude(List<Member>) - Method in interface oracle.epm.api.grid.FlexibleDataGridDefinitionBuilder.GridSegment
Returns this segment after setting the members to be excluded.
setExcludeAll(Object...) - Method in interface oracle.epm.api.grid.FlexibleDataGridDefinitionBuilder.GridSegment
Returns this segment after setting the members where all instances are to be excluded.
setExcludeAll(List<Member>) - Method in interface oracle.epm.api.grid.FlexibleDataGridDefinitionBuilder.GridSegment
Returns this segment after setting the members where all instances are to be excluded.
setExcludedRange(String) - Method in class oracle.epm.api.model.AllocationParameters
Specifies an MDX set expression that specifies a subset of range that will be used to calculate allocated values but will not be written to.
setExecuteBusinessCases(ScenarioRollupRunBusinessCase...) - Method in class oracle.epm.api.model.ScenarioRollup
Validates and assign business cases to run to the Scenario Rollup.
setForceEditable(boolean) - Method in interface oracle.epm.api.grid.DataGrid.DataCell
Forces the cell to be editable.
setForceReadOnly(boolean) - Method in interface oracle.epm.api.grid.DataGrid.DataCell
Forces the cell to be read only.
setFormattedValue(String) - Method in interface oracle.epm.api.grid.DataGrid.DataCell
Set the logical data value for this data cell.
setIgnoreUnknownMembers(boolean) - Method in class oracle.epm.api.model.DataExporter
Returns this object after setting the ignoreUnknownMembers flag.
setLocked(boolean) - Method in interface oracle.epm.api.grid.DataGrid.DataCell
Marks the data cell as locked.
setMembers(Object...) - Method in interface oracle.epm.api.grid.FlexibleDataGridDefinitionBuilder.GridSegment
Returns this segment after setting the members.
setMembers(List<Member>) - Method in interface oracle.epm.api.grid.FlexibleDataGridDefinitionBuilder.GridSegment
Returns this segment after setting the members.
setNegativeBasisOption(AllocationParameters.NegativeBasisOption) - Method in class oracle.epm.api.model.AllocationParameters
Specifies negative basis option to be used when basis values are negative.
setNumAcceptedCells(int) - Method in class oracle.epm.api.grid.DataGridBuilder.Status
 
setNumRejectedCells(int) - Method in class oracle.epm.api.grid.DataGridBuilder.Status
 
setOffset(String) - Method in class oracle.epm.api.model.AllocationParameters
Specifies an optional MDX tuple defining the location in the database where an offsetting value is written for each source amount, if offsetting entries are used.
setOffset(String) - Method in class oracle.epm.api.model.CustomCalcParameters
Specifies an optional MDX tuple defining the location where an offsetting value is written for each source amount.
setPov(List<String>, List<List<String>>) - Method in interface oracle.epm.api.grid.DataGridDefinitionBuilder
Replaces the POV members with the specified members.
setPov(Object...) - Method in interface oracle.epm.api.grid.FlexibleDataGridDefinitionBuilder
Returns this object after replacing the POV members with the specified members.
setPov(String) - Method in class oracle.epm.api.model.AllocationParameters
Specifies an MDX set specifying the region in which the allocation is performed.
setPov(String) - Method in class oracle.epm.api.model.CustomCalcParameters
Specifies an MDX set specifying the region in which the calculation is performed.
setPovDimensions(Object...) - Method in interface oracle.epm.api.grid.FlexibleDataGridDefinitionBuilder
Returns this object after setting the dimensions to be represented on the POV of the data grid.
setPredictedValue(String) - Method in class oracle.epm.api.model.MlPredictionStatus
Updates the predicted value.
setRange(String) - Method in class oracle.epm.api.model.AllocationParameters
Specifies an MDX set indicating the region in which allocated values are calculated and written.
setResourceKey(String) - Method in exception oracle.epm.api.GroovyDynamicLocalizedException
Calls GroovyDynamicLocalizedException.setResourceKey(String resourceKey, Object[] parameters) passing in the specified resourceKey and null as the parameters.
setResourceKey(String, Object...) - Method in exception oracle.epm.api.GroovyDynamicLocalizedException
Sets the resourceKey for this exception.
setRoundDigits(String) - Method in class oracle.epm.api.model.AllocationParameters
Specifies an MDX numeric value expressiont that represents number of digits to round.
setRoundDigits(int) - Method in class oracle.epm.api.model.CustomCalcParameters
Specifies the number of digits to round.
setRoundMethod(AllocationParameters.RoundingMethod) - Method in class oracle.epm.api.model.AllocationParameters
Specifies how the allocated values the rounded.
setRoundToLocation(String) - Method in class oracle.epm.api.model.AllocationParameters
Specifies an optional MDX tuple expression where rounding errors should be written to.
setRowDimensions(Object...) - Method in interface oracle.epm.api.grid.FlexibleDataGridDefinitionBuilder
Returns this object after setting the dimensions to be represented on the rows of the data grid.
setRowDimensions(List<?>) - Method in class oracle.epm.api.model.DataExporter
Returns this object after setting the row dimensions.
setRowFilterCriteria(Object...) - Method in class oracle.epm.api.model.DataExporter
Returns this object after setting the row filter criteria.
setRowFilterCriteria(Predicate) - Method in class oracle.epm.api.model.DataExporter
Returns this object after setting the row filter criteria.
setScript(String) - Method in class oracle.epm.api.model.CustomCalcParameters
Specified the MDX script to be executed.
setSourceRegion(String) - Method in class oracle.epm.api.model.CustomCalcParameters
Specifies an MDX set specifying the region referred to by the formulas in the script.
setSpreadSkipOption(AllocationParameters.SpreadSkipOption) - Method in class oracle.epm.api.model.AllocationParameters
Specifies which the basis values should be skipped.
setSubstitutionVariableValue(String, String, Cube...) - Method in class oracle.epm.api.model.Application
Sets the value for the substitution variable with the specified name.
setSubstitutionVariableValue(String, String) - Method in class oracle.epm.api.model.Cube
Sets the value for the substitution variable with the specified name at this cube level.
setSuccess(boolean) - Method in class oracle.epm.api.model.MlPredictionStatus
Updates the prediction status with success or failure.
setSuppressInvalidColumns(boolean) - Method in interface oracle.epm.api.grid.DataGridDefinitionBuilder
Sets the value of suppress invalid columns option, which is honored when the data is loaded in the defined region.
setSuppressInvalidColumns(boolean) - Method in interface oracle.epm.api.grid.FlexibleDataGridDefinitionBuilder
Returns this object after setting the value of suppress invalid columns option.
setSuppressInvalidRows(boolean) - Method in interface oracle.epm.api.grid.DataGridDefinitionBuilder
Sets the value of suppress invalid rows option, which is honored when the data is loaded in the defined region.
setSuppressInvalidRows(boolean) - Method in interface oracle.epm.api.grid.FlexibleDataGridDefinitionBuilder
Returns this object after setting the value of suppress invalid rows option.
setSuppressInvalidScenarioTps(boolean) - Method in interface oracle.epm.api.grid.DataGridDefinitionBuilder
Sets the value of suppress invalid scenario time periods option, which is honored when the data is loaded in the defined region.
setSuppressInvalidScenarioTps(boolean) - Method in interface oracle.epm.api.grid.FlexibleDataGridDefinitionBuilder
Returns this object after setting the value of suppress invalid scenario time periods option.
setSuppressMissingBlocks(boolean) - Method in interface oracle.epm.api.grid.DataGridDefinitionBuilder
Sets the suppress missing blocks option, which is honored when the data is loaded in the defined region.
setSuppressMissingBlocks(boolean) - Method in interface oracle.epm.api.grid.FlexibleDataGridDefinitionBuilder
Returns this object after setting the suppress missing blocks option.
setSuppressMissingColumns(boolean) - Method in interface oracle.epm.api.grid.DataGridDefinitionBuilder
Sets the suppress missing columns option, which is honored when the data is loaded in the defined region.
setSuppressMissingColumns(boolean) - Method in interface oracle.epm.api.grid.FlexibleDataGridDefinitionBuilder
Returns this object after setting the suppress missing columns option.
setSuppressMissingRows(boolean) - Method in interface oracle.epm.api.grid.DataGridDefinitionBuilder
Sets the suppress missing rows option, which is honored when the data is loaded in the defined region.
setSuppressMissingRows(boolean) - Method in interface oracle.epm.api.grid.FlexibleDataGridDefinitionBuilder
Returns this object after setting the suppress missing rows option.
setSuppressMissingRowsNative(boolean) - Method in interface oracle.epm.api.grid.DataGridDefinitionBuilder
Sets the suppress missing rows native option, which is honored when the data is loaded in the defined region.
setSuppressMissingRowsNative(boolean) - Method in interface oracle.epm.api.grid.FlexibleDataGridDefinitionBuilder
Returns this object after setting the suppress missing rows native option.
setSuppressMissingSuppressesZero(boolean) - Method in interface oracle.epm.api.grid.DataGridDefinitionBuilder
Sets the value of suppress missing also suppresses zeros option, which is honored when the data is loaded in the defined region.
setSuppressMissingSuppressesZero(boolean) - Method in interface oracle.epm.api.grid.FlexibleDataGridDefinitionBuilder
Returns this object after setting the value of suppress missing also suppresses zeros option.
setTarget(String) - Method in class oracle.epm.api.model.AllocationParameters
Specifies an MDX tuple defining the region where results are written.
setTarget(String) - Method in class oracle.epm.api.model.CustomCalcParameters
Specifies an MDX tuple defining the region where results are written.
setTargetTimeSpan(String) - Method in class oracle.epm.api.model.AllocationParameters
Specifies an MDX set indicating one or more time periods to be considered for the target.
setTargetTimeSpanOption(AllocationParameters.TargetTimeSpanOption) - Method in class oracle.epm.api.model.AllocationParameters
Specifies an option to divide the amount evenly or repeated across time periods.
setTooltip(String) - Method in interface oracle.epm.api.grid.DataGrid.DataCell
Set the tooltip for this data cell.
setUserVariableValue(UserVariable, Member) - Method in class oracle.epm.api.model.Application
Sets the user variable value for the current user.
setZeroAmountOption(AllocationParameters.ZeroAmountOption) - Method in class oracle.epm.api.model.AllocationParameters
This option tells allocation what to do when the value to be allocated is either zero or missing.
setZeroBasisOption(AllocationParameters.ZeroBasisOption) - Method in class oracle.epm.api.model.AllocationParameters
Specifies an option to handle when the sum of all basis values is zero and the allocation method is SHARE or all of the basis values have been skipped and allocation method is SPREAD.
size() - Method in interface oracle.epm.api.grid.DataGrid
Returns the number of data cells in this grid.
SLN(Object, Object, Object) - Static method in class oracle.epm.api.model.excel.Excel
Calculates the straight-line depreciation of an asset for one period.
SmartList - Class in oracle.epm.api.model
This object represents a smart list.
SmartList.Entry - Class in oracle.epm.api.model
This object represents an entry in the smart list.
SmartPush - Class in oracle.epm.api.model
This object can be used to push data to the target location specified in the underlying data map.
Status() - Constructor for class oracle.epm.api.grid.DataGridBuilder.Status
 
StrategicModel - Class in oracle.epm.api.model
This object represents a Strategic Model in an EPM application that has the Strategic Modeling business process enabled.
StrategicModelMissingValueOption - Enum in oracle.epm.api.model
An enumeration containing a list of supported methods to treat missing value in SM model during import.
StrategicModelPreserveValueOption - Enum in oracle.epm.api.model
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.
stripQuotes(String) - Method in class oracle.epm.api.script.EpmScript
Return the specified text with double quotation removed.
SubstitutionVariable - Class in oracle.epm.api.model
This object represents a substitution variable.
SYD(Object, Object, Object, Object) - Static method in class oracle.epm.api.model.excel.Excel
Calculates the sum-of-years' digits depreciation of an asset for a specified period.

T

TBILLEQ(Date, Date, Object) - Static method in class oracle.epm.api.model.excel.Excel
Calculates the bond-equivalent yield for a Treasury bill.
TBILLPRICE(Date, Date, Object) - Static method in class oracle.epm.api.model.excel.Excel
Calculates the price per $100 face value for a Treasury bill.
TBILLYIELD(Date, Date, Object) - Static method in class oracle.epm.api.model.excel.Excel
Calculate yield for a Treasury bill.
throwVetoException(HspLocalizedException) - Method in class oracle.epm.api.script.EpmScript
Throws an exception indicating that the operation in progress must be vetoed.
throwVetoException(HspDynamicLocalizedException) - Method in class oracle.epm.api.script.EpmScript
Throws an exception indicating that the operation in progress must be vetoed.
throwVetoException(String) - Method in class oracle.epm.api.script.EpmScript
Throws an exception indicating that the operation in progress must be vetoed.
throwVetoException(GroovyResourceBundleLoader, String, Object...) - Method in class oracle.epm.api.script.EpmScript
Throws an exception indicating that the operation in progress must be vetoed.
toMap() - Method in class oracle.epm.api.model.Member
Returns a new map containing the properties for this member.
toString() - Method in class oracle.epm.api.model.Application
Returns a string representation of the object.
toString() - Method in enum oracle.epm.api.model.ApplicationType
 
toString() - Method in class oracle.epm.api.model.Cube
Returns a string representation of the object.
toString() - Method in enum oracle.epm.api.model.DataExportLevel
Returns the display name of this enum constant, as contained in the declaration.
toString() - Method in enum oracle.epm.api.model.DataFileFormat
Returns the display name of this enum constant, as contained in the declaration.
toString() - Method in enum oracle.epm.api.model.DataImportAsoDataValueOption
Returns the display name of this enum constant, as contained in the declaration.
toString() - Method in enum oracle.epm.api.model.DataImportAsoDuplicateAggregationMethod
Returns the display name of this enum constant, as contained in the declaration.
toString() - Method in enum oracle.epm.api.model.DataImportDataLoadOption
Returns the display name of this enum constant, as contained in the declaration.
toString() - Method in class oracle.epm.api.model.DataMap
Returns a string representation of the object.
toString() - Method in enum oracle.epm.api.model.DataType
Returns the display name of this enum constant, as contained in the declaration.
toString() - Method in class oracle.epm.api.model.Dimension
Returns a string representation of the object.
toString() - Method in enum oracle.epm.api.model.ExecuteAsUser
Returns the display name of this enum constant, as contained in the declaration.
toString() - Method in enum oracle.epm.api.model.FiscalYearStart
Returns the display name of this enum constant, as contained in the declaration.
toString() - Method in enum oracle.epm.api.model.JobStatus
toString() - Method in class oracle.epm.api.model.Member
Returns a string representation of the object.
toString() - Method in class oracle.epm.api.model.MlModel
Returns a string representation of the object.
toString() - Method in class oracle.epm.api.model.RtpValue
Returns the string representation for the rtp.
toString() - Method in class oracle.epm.api.model.SmartPush
Returns a string representation of the object.
toString() - Method in enum oracle.epm.api.model.StrategicModelMissingValueOption
Returns the display name of this enum constant, as contained in the declaration.
toString() - Method in enum oracle.epm.api.model.StrategicModelPreserveValueOption
Returns the display name of this enum constant, as contained in the declaration.
Tuple - Interface in oracle.epm.api.model
This object represents a map of members from different dimensions.

U

User - Class in oracle.epm.api.model
This object represents a user.
UserVariable - Class in oracle.epm.api.model
This object represents a user variable.

V

validateRtp(RtpValue, String, GroovyResourceBundleLoader, String, Object...) - Method in class oracle.epm.api.script.EpmScript
Validates the run time prompt value against the specified regular expression pattern.
validateRtp(RtpValue, Predicate<RtpValue>, GroovyResourceBundleLoader, String, Object...) - Method in class oracle.epm.api.script.EpmScript
Validates the run time prompt value against the specified predicate.
valueOf(String) - Static method in enum oracle.epm.api.model.AllocationParameters.AllocationMethod
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum oracle.epm.api.model.AllocationParameters.BasisTimeSpanOption
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum oracle.epm.api.model.AllocationParameters.DataLoadOption
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum oracle.epm.api.model.AllocationParameters.NegativeBasisOption
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum oracle.epm.api.model.AllocationParameters.RoundingMethod
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum oracle.epm.api.model.AllocationParameters.SpreadSkipOption
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum oracle.epm.api.model.AllocationParameters.TargetTimeSpanOption
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum oracle.epm.api.model.AllocationParameters.ZeroAmountOption
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum oracle.epm.api.model.AllocationParameters.ZeroBasisOption
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum oracle.epm.api.model.ApplicationType
Returns the enum constant of this type with the specified name.
valueOf(Integer) - Static method in enum oracle.epm.api.model.ApplicationType
Returns an instance of the enum with the specified identifier.
valueOf(String) - Static method in enum oracle.epm.api.model.CurrencyMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum oracle.epm.api.model.CustomCalcParameters.DataLoadOption
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum oracle.epm.api.model.DataExportLevel
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum oracle.epm.api.model.DataFileFormat
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum oracle.epm.api.model.DataImportAsoDataValueOption
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum oracle.epm.api.model.DataImportAsoDuplicateAggregationMethod
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum oracle.epm.api.model.DataImportDataLoadOption
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum oracle.epm.api.model.DataType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum oracle.epm.api.model.DynamicChildStrategy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum oracle.epm.api.model.excel.DateUnit
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum oracle.epm.api.model.excel.DayCountBasis
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum oracle.epm.api.model.excel.InterestCalcMethod
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum oracle.epm.api.model.excel.PaymentFrequency
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum oracle.epm.api.model.excel.PaymentType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum oracle.epm.api.model.excel.YearBasis
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum oracle.epm.api.model.ExecuteAsUser
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum oracle.epm.api.model.FiscalYearStart
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum oracle.epm.api.model.JobStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum oracle.epm.api.model.MemberNameType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum oracle.epm.api.model.rest.HttpMethod
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum oracle.epm.api.model.StrategicModelMissingValueOption
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum oracle.epm.api.model.StrategicModelPreserveValueOption
Returns the enum constant of this type with the specified name.
values() - Static method in enum oracle.epm.api.model.AllocationParameters.AllocationMethod
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum oracle.epm.api.model.AllocationParameters.BasisTimeSpanOption
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum oracle.epm.api.model.AllocationParameters.DataLoadOption
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum oracle.epm.api.model.AllocationParameters.NegativeBasisOption
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum oracle.epm.api.model.AllocationParameters.RoundingMethod
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum oracle.epm.api.model.AllocationParameters.SpreadSkipOption
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum oracle.epm.api.model.AllocationParameters.TargetTimeSpanOption
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum oracle.epm.api.model.AllocationParameters.ZeroAmountOption
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum oracle.epm.api.model.AllocationParameters.ZeroBasisOption
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum oracle.epm.api.model.ApplicationType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum oracle.epm.api.model.CurrencyMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum oracle.epm.api.model.CustomCalcParameters.DataLoadOption
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum oracle.epm.api.model.DataExportLevel
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum oracle.epm.api.model.DataFileFormat
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum oracle.epm.api.model.DataImportAsoDataValueOption
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum oracle.epm.api.model.DataImportAsoDuplicateAggregationMethod
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum oracle.epm.api.model.DataImportDataLoadOption
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum oracle.epm.api.model.DataType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum oracle.epm.api.model.DynamicChildStrategy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum oracle.epm.api.model.excel.DateUnit
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum oracle.epm.api.model.excel.DayCountBasis
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum oracle.epm.api.model.excel.InterestCalcMethod
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum oracle.epm.api.model.excel.PaymentFrequency
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum oracle.epm.api.model.excel.PaymentType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum oracle.epm.api.model.excel.YearBasis
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum oracle.epm.api.model.ExecuteAsUser
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum oracle.epm.api.model.FiscalYearStart
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum oracle.epm.api.model.JobStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum oracle.epm.api.model.MemberNameType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum oracle.epm.api.model.rest.HttpMethod
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum oracle.epm.api.model.StrategicModelMissingValueOption
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum oracle.epm.api.model.StrategicModelPreserveValueOption
Returns an array containing the constants of this enum type, in the order they are declared.
VetoOperationException - Exception in oracle.epm.api
A RuntimeException to veto an operation from continuing.
VetoOperationException() - Constructor for exception oracle.epm.api.VetoOperationException
Constructs an instance of this class with specified parameters.
VetoOperationException(HspLocalizedException) - Constructor for exception oracle.epm.api.VetoOperationException
Constructs an instance of this class with specified parameters.
VetoOperationException(HspDynamicLocalizedException) - Constructor for exception oracle.epm.api.VetoOperationException
Constructs an instance of this class with specified parameters.

W

WORKDAY(Date, Object) - Static method in class oracle.epm.api.model.excel.Excel
Returns a number that represents a date that is the indicated number of working days before or after a date (the starting date).
WORKDAY(Date, Object, Iterable<Date>) - Static method in class oracle.epm.api.model.excel.Excel
Returns a number that represents a date that is the indicated number of working days before or after a date (the starting date).
writeNext(String...) - Method in interface oracle.epm.api.model.csv.CsvWriter
Writes the next line to the file.
writeNext(Collection<String>) - Method in interface oracle.epm.api.model.csv.CsvWriter
Writes the next line to the file.

X

XIRR(Iterable, Iterable<Date>) - Static method in class oracle.epm.api.model.excel.Excel
Calculates the internal rate of return for a schedule of cash flows that is not necessarily periodic with 10 percent guess rate.
XIRR(Iterable, Iterable<Date>, Object) - Static method in class oracle.epm.api.model.excel.Excel
Calculates the internal rate of return for a schedule of cash flows that is not necessarily periodic.
XNPV(Object, Iterable, Iterable<Date>) - Static method in class oracle.epm.api.model.excel.Excel
Calculates the net present value for a schedule of cash flows that is not necessarily periodic.

Y

YearBasis - Enum in oracle.epm.api.model.excel
An enumeration containing a list of valid Excel year basis.
YearDimension - Class in oracle.epm.api.model
This object represents a Year dimension.
YEARFRAC(Date, Date) - Static method in class oracle.epm.api.model.excel.Excel
Calculates the fraction of the year represented by the number of whole days between two dates (the start date and the end date) based on a 360 day year basis.
YEARFRAC(Date, Date, DayCountBasis) - Static method in class oracle.epm.api.model.excel.Excel
Calculates the fraction of the year represented by the number of whole days between two dates (the start date and the end date).
YIELD(Date, Date, Object, Object, Object, PaymentFrequency) - Static method in class oracle.epm.api.model.excel.Excel
Calculates the yield on a security that pays periodic interest based on a 360 day year basis.
YIELD(Date, Date, Object, Object, Object, PaymentFrequency, DayCountBasis) - Static method in class oracle.epm.api.model.excel.Excel
Calculates the yield on a security that pays periodic interest.
YIELDDISC(Date, Date, Object, Object) - Static method in class oracle.epm.api.model.excel.Excel
Calculates the annual yield for a discounted security based on US (NASD) 30/360 day count basis.
YIELDDISC(Date, Date, Object, Object, DayCountBasis) - Static method in class oracle.epm.api.model.excel.Excel
Calculates the annual yield for a discounted security.
YIELDMAT(Date, Date, Date, Object, Object) - Static method in class oracle.epm.api.model.excel.Excel
Calculates annual yield of a security that pays interest at maturity based on US (NASD) 30/360 day count basis.
YIELDMAT(Date, Date, Date, Object, Object, DayCountBasis) - Static method in class oracle.epm.api.model.excel.Excel
Calculates annual yield of a security that pays interest at maturity.
A B C D E F G H I J L M N O P Q R S T U V W X Y 
Skip navigation links
Oracle Enterprise Performance Management Cloud, Groovy Rules Java API Reference

Copyright © 2017, 2024, Oracle and/or its affiliates. All rights reserved.