- abs(double) - Method in interface com.aquafold.openapi.math.AQMath
-
Returns the absolute value of a double value.
- accdistosc(double[], double[], double[], double[]) - Method in interface com.aquafold.openapi.math.AQFinancial
-
Calculates Accumulation Distribution (Chaikin) Oscillator for incoming data.
- accept(String) - Method in interface com.aquafold.openapi.net.AQPathFilter
-
Tests whether or not the specified abstract pathname should be included
in a pathname list.
- accumdistrib(double[], double[], double[], double[]) - Method in interface com.aquafold.openapi.math.AQFinancial
-
Calculates accumulation/distribution line of incoming data.
- acos(double) - Method in interface com.aquafold.openapi.math.AQMath
-
Returns the arc cosine of a value; the returned angle is in the range 0.0 through pi.
- add(AQDataRow) - Method in interface com.aquafold.openapi.data.AQDataSet
-
Append a new row at the end of the data set.
- add(int, int, Object) - Method in interface com.aquafold.openapi.form.AQForm
-
This method inserts an object's html presentation into the specified location.
- add(int, int, int, int, int, int, int) - Method in interface com.aquafold.openapi.type.AQDate
-
Returns a new
AQDate
instance which differs by the specified amount of time.
- add(Object) - Method in interface com.aquafold.openapi.vcs.AQGit
-
Adds file or files to the list of files staged for the next commit.
- add(String, boolean) - Method in interface com.aquafold.openapi.vcs.AQGit
-
Adds file or files to the list of files staged for the next commit.
- add(Object) - Method in interface com.aquafold.openapi.vcs.AQPerforce
-
Open one or more Perforce client workspace files for adding to the Perforce server.
- addArrayLeft(AQServerObject[]) - Method in interface com.aquafold.openapi.compare.AQSchemaComparator
-
Adds an array of server objects to the left side.
- addArrayRight(AQServerObject[]) - Method in interface com.aquafold.openapi.compare.AQSchemaComparator
-
Adds an array of server objects to the right side.
- addBCCRecipient(String) - Method in interface com.aquafold.openapi.mail.AQMailMessage
-
Add a valid email address, or a list of comma separated email addresses, to the list of blind carbon copy (BCC:) recipients.
- addByteArrayAttachment(byte[], String) - Method in interface com.aquafold.openapi.mail.AQMailMessage
-
Adds a byte array as an attachment.
- addCategory(Object) - Method in interface com.aquafold.openapi.chart.AQChartModel
-
Add category with the specified value (String, Number or Date)
- addCategoryField(String) - Method in interface com.aquafold.openapi.chart.AQChart
-
Select category from a field in the datasource
- addCategoryField(String) - Method in interface com.aquafold.openapi.chart.AQChartModel
-
Select category from a field in the datasource
- addCCRecipient(String) - Method in interface com.aquafold.openapi.mail.AQMailMessage
-
Add a valid email address, or a list of comma separated email addresses, to the list of carbon copy (CC:) recipients.
- addColumnField(String) - Method in interface com.aquafold.openapi.data.AQPivotDataSet
-
Adds a column field to the pivot table.
- addColumnFieldSubtotalCount(String) - Method in interface com.aquafold.openapi.data.AQPivotDataSet
-
Includes showing subtotal as the number of records stored in the database for the specified field when it is defined as a column field.
- addColumnFieldSubtotalMax(String) - Method in interface com.aquafold.openapi.data.AQPivotDataSet
-
Includes showing subtotal as the maximum value among all pivot values for the specified field when it is defined as a column field.
- addColumnFieldSubtotalMean(String) - Method in interface com.aquafold.openapi.data.AQPivotDataSet
-
Includes showing subtotal as the average of all pivot values for the specified field when it is defined as a column field.
- addColumnFieldSubtotalMin(String) - Method in interface com.aquafold.openapi.data.AQPivotDataSet
-
Includes showing subtotal as the minimum value among all pivot values for the specified field when it is defined as a column field.
- addColumnFieldSubtotalStdDev(String) - Method in interface com.aquafold.openapi.data.AQPivotDataSet
-
Includes showing subtotal as the standard deviation of all pivot values for the specified field when it is defined as a column field.
- addColumnFieldSubtotalSum(String) - Method in interface com.aquafold.openapi.data.AQPivotDataSet
-
Includes showing subtotal as the sum of all pivot values for the specified field when it is defined as a column field.
- addColumnFieldSubtotalVar(String) - Method in interface com.aquafold.openapi.data.AQPivotDataSet
-
Includes showing subtotal as the variance of all pivot values for the specified field when it is defined as a column field.
- addCountryNameMapping(String, String) - Method in interface com.aquafold.openapi.chart.AQChartModel
-
Map the specified name to the specified country
- addCustomColumnDividerLocation(int) - Method in interface com.aquafold.openapi.data.AQDataSetSettings
-
Shows a column divider in front of the specified column.
- addCustomColumnDividerLocations(int[]) - Method in interface com.aquafold.openapi.data.AQDataSetSettings
-
Shows a column divider in front of the specified columns.
- addCustomRowDivider(int, String) - Method in interface com.aquafold.openapi.data.AQDataSetSettings
-
Sets the character used to compose a row divider at the specified row.
- addCustomRowDividerLocation(int) - Method in interface com.aquafold.openapi.data.AQDataSetSettings
-
Shows a row divider in front of the specified row.
- addCustomRowDividerLocations(int[]) - Method in interface com.aquafold.openapi.data.AQDataSetSettings
-
Shows a row divider in front of the specified rows.
- addDataField(String) - Method in interface com.aquafold.openapi.data.AQPivotDataSet
-
Adds a data field to the pivot table.
- addDataSet(AQDataSet, AQReportDataSetSettings) - Method in interface com.aquafold.openapi.report.AQReport
-
Adds a data set to this report.
- addDataSet(AQDataSet, AQReportDataSetSettings, AQChart) - Method in interface com.aquafold.openapi.report.AQReport
-
Adds a data set, with chart enabled, to this report.
- addDataSet(AQPivotDataSet, AQReportDataSetSettings) - Method in interface com.aquafold.openapi.report.AQReport
-
Adds a pivot data set to this report.
- addDataSet(AQPivotDataSet, AQReportDataSetSettings, AQChart) - Method in interface com.aquafold.openapi.report.AQReport
-
Adds a pivot data set, with chart enabled, to this report.
- addDays(int) - Method in interface com.aquafold.openapi.type.AQDate
-
Returns a new
AQDate
instance which differs by the number of days.
- addFieldSubtotalCount(String) - Method in interface com.aquafold.openapi.data.AQPivotDataSet
-
Includes showing subtotal as the number of records stored in the database for the specified field when it is defined as either a row field or a column
field.
- addFieldSubtotalMax(String) - Method in interface com.aquafold.openapi.data.AQPivotDataSet
-
Includes showing subtotal as the maximum value among all pivot values for the specified field when it is defined as either a row field or a column field.
- addFieldSubtotalMean(String) - Method in interface com.aquafold.openapi.data.AQPivotDataSet
-
Includes showing subtotal as the average of all pivot values for the specified field when it is defined as either a row field or a column field.
- addFieldSubtotalMin(String) - Method in interface com.aquafold.openapi.data.AQPivotDataSet
-
Includes showing subtotal as the minimum value among all pivot values for the specified field when it is defined as either a row field or a column field.
- addFieldSubtotalStdDev(String) - Method in interface com.aquafold.openapi.data.AQPivotDataSet
-
Includes showing subtotal as the standard deviation of all pivot values for the specified field when it is defined as either a row field or a column
field.
- addFieldSubtotalSum(String) - Method in interface com.aquafold.openapi.data.AQPivotDataSet
-
Includes showing subtotal as the sum of all pivot values for the specified field when it is defined as either a row field or a column field.
- addFieldSubtotalVar(String) - Method in interface com.aquafold.openapi.data.AQPivotDataSet
-
Includes showing subtotal as the variance of all pivot values for the specified field when it is defined as either a row field or a column field.
- addFileAttachment(String) - Method in interface com.aquafold.openapi.mail.AQMailMessage
-
Add a file on the local file system as an attachment.
- addFileAttachment(File) - Method in interface com.aquafold.openapi.mail.AQMailMessage
-
Add a file on the local file system as an attachment.
- addFileAttachment(String, String) - Method in interface com.aquafold.openapi.mail.AQMailMessage
-
Add a file on the local file system as an attachment with attachment name specified.
- addFunctionSeries() - Method in interface com.aquafold.openapi.chart.AQChartProperties
-
Add a series of data generated by a function
- addFunctionSeries(String) - Method in interface com.aquafold.openapi.chart.AQChartProperties
-
Add a series of data generated by a function.
- addHadoopFileAttachment(AQHadoopDistributedFileSystem, String, String) - Method in interface com.aquafold.openapi.mail.AQMailMessage
-
Add a file on a Hadoop file system as an attachment.
- addHiddenField(String, String) - Method in interface com.aquafold.openapi.form.AQForm
-
Inserts a hidden field into the specified location.
- addHours(int) - Method in interface com.aquafold.openapi.type.AQDate
-
Returns a new
AQDate
instance which differs by the number of hours.
- addHtmlDataLink(int, String) - Method in interface com.aquafold.openapi.data.AQDataSetSettings
-
Sets the URL link for the column data cells identified by the specified column index.
- addHtmlDataLink(String, String) - Method in interface com.aquafold.openapi.data.AQDataSetSettings
-
Sets the URL link for the column data cells identified by the specified column name.
- addHtmlDataLinkByIndexes(int[], String[]) - Method in interface com.aquafold.openapi.data.AQDataSetSettings
-
Sets the URL links for a list column data cells.
- addHtmlDataLinkByNames(String[], String[]) - Method in interface com.aquafold.openapi.data.AQDataSetSettings
-
Sets the URL links for a list column data cells.
- addHtmlHeaderLink(int, String) - Method in interface com.aquafold.openapi.data.AQDataSetSettings
-
Sets the URL link for the header cell identified by the specified column index.
- addHtmlHeaderLink(String, String) - Method in interface com.aquafold.openapi.data.AQDataSetSettings
-
Sets the URL link for the header cell identified by the specified column name.
- addHtmlHeaderLinkByIndexes(int[], String[]) - Method in interface com.aquafold.openapi.data.AQDataSetSettings
-
Sets the URL links for a list header cells.
- addHtmlHeaderLinkByNames(String[], String[]) - Method in interface com.aquafold.openapi.data.AQDataSetSettings
-
Sets the URL links for a list header cells.
- addHtmlHeaderSortLink(int, String) - Method in interface com.aquafold.openapi.data.AQDataSetSettings
-
Sets the sorting URL link for the header cell identified by the specified column index.
- addHtmlHeaderSortLink(String, String) - Method in interface com.aquafold.openapi.data.AQDataSetSettings
-
Sets the sorting URL link for the header cell identified by the specified column name.
- addHtmlHeaderSortLinkByIndexes(int[], String[]) - Method in interface com.aquafold.openapi.data.AQDataSetSettings
-
Sets the sorting URL links for a list header cells.
- addHtmlHeaderSortLinkByNames(String[], String[]) - Method in interface com.aquafold.openapi.data.AQDataSetSettings
-
Sets the sorting URL links for a list header cells.
- addInput(int, int, String, String, String) - Method in interface com.aquafold.openapi.form.AQForm
-
Inserts an input field into the specified location.
- addLeft(AQServerObject) - Method in interface com.aquafold.openapi.compare.AQSchemaComparator
-
Adds an object to the left side.
- addLink(int, int, String, String) - Method in interface com.aquafold.openapi.form.AQForm
-
This method inserts a hyperlink into the specified location.
- addMetaTag(String, String) - Method in interface com.aquafold.openapi.AQResponse
-
Sets the value of META tag.
- addMetaTagHttpEquiv(String, String) - Method in interface com.aquafold.openapi.AQResponse
-
Sets the value of META HTTP-EQUIV tag.
- addMilliseconds(int) - Method in interface com.aquafold.openapi.type.AQDate
-
Returns a new
AQDate
instance which differs by the number of milliseconds.
- addMinutes(int) - Method in interface com.aquafold.openapi.type.AQDate
-
Returns a new
AQDate
instance which differs by the number of minutes.
- addMonths(int) - Method in interface com.aquafold.openapi.type.AQDate
-
Returns a new
AQDate
instance which differs by the number of months.
- addOption(String, String) - Method in interface com.aquafold.openapi.form.AQFormSelector
-
Adds an option with the specified value and text.
- addOption(String, String, boolean) - Method in interface com.aquafold.openapi.form.AQFormSelector
-
Adds a selected option with the specified value and text.
- addParameter(String, String) - Method in interface com.aquafold.openapi.net.AQWebRequest
-
Adds a field-value pair to this object.
- addParameter(String, String[]) - Method in interface com.aquafold.openapi.net.AQWebRequest
-
Adds a field with multiple values to this object, duplicated values are ignored.
- addPasswordField(int, int, String) - Method in interface com.aquafold.openapi.form.AQForm
-
This method inserts a password field into the specified location.
- addProjectFileAttachment(AQProjectFile) - Method in interface com.aquafold.openapi.mail.AQMailMessage
-
- addProjectFileAttachment(AQProjectFile, String) - Method in interface com.aquafold.openapi.mail.AQMailMessage
-
- addRemote(String, String) - Method in interface com.aquafold.openapi.vcs.AQGit
-
Add a remote.
- addReplyTo(String) - Method in interface com.aquafold.openapi.mail.AQMailMessage
-
Add a valid email address, or a list of comma separated email addresses, to the list of addresses to which replies should be directed.
- addRequestHeader(String, String) - Method in interface com.aquafold.openapi.net.AQWebRequest
-
Adds the specified request header, not overwriting any previous value.
- addRight(AQServerObject) - Method in interface com.aquafold.openapi.compare.AQSchemaComparator
-
Adds an object to the right side.
- addRow(Object, Number...) - Method in interface com.aquafold.openapi.chart.AQChartModel
-
Add a row of data containing the specified Category and an array of numbers, one for each series.
- addRow() - Method in interface com.aquafold.openapi.data.AQDataSet
-
Add a new row to the end of the list of rows.
- addRowField(String) - Method in interface com.aquafold.openapi.data.AQPivotDataSet
-
Adds a row field to the pivot table.
- addRowFieldSubtotalCount(String) - Method in interface com.aquafold.openapi.data.AQPivotDataSet
-
Includes showing subtotal as the number of records stored in the database for the specified field when it is defined as a row field.
- addRowFieldSubtotalMax(String) - Method in interface com.aquafold.openapi.data.AQPivotDataSet
-
Includes showing subtotal as the maximum value among all pivot values for the specified field when it is defined as a row field.
- addRowFieldSubtotalMean(String) - Method in interface com.aquafold.openapi.data.AQPivotDataSet
-
Includes showing subtotal as the average of all pivot values for the specified field when it is defined as a row field.
- addRowFieldSubtotalMin(String) - Method in interface com.aquafold.openapi.data.AQPivotDataSet
-
Includes showing subtotal as the minimum value among all pivot values for the specified field when it is defined as a row field.
- addRowFieldSubtotalStdDev(String) - Method in interface com.aquafold.openapi.data.AQPivotDataSet
-
Includes showing subtotal as the standard deviation of all pivot values for the specified field when it is defined as a row field.
- addRowFieldSubtotalSum(String) - Method in interface com.aquafold.openapi.data.AQPivotDataSet
-
Includes showing subtotal as the sum of all pivot values for the specified field when it is defined as a row field.
- addRowFieldSubtotalVar(String) - Method in interface com.aquafold.openapi.data.AQPivotDataSet
-
Includes showing subtotal as the variance of all pivot values for the specified field when it is defined as a row field.
- addRowWithValues(Object...) - Method in interface com.aquafold.openapi.data.AQDataSet
-
Add a new row with the specified column values at the end of the data set.
- addSeconds(int) - Method in interface com.aquafold.openapi.type.AQDate
-
Returns a new
AQDate
instance which differs by the number of seconds.
- addSelectorField(int, int, String) - Method in interface com.aquafold.openapi.form.AQForm
-
This method inserts a selector field into the specified location.
- addSeries(String) - Method in interface com.aquafold.openapi.chart.AQChartModel
-
Add a series with the specified name
- addSeries(String...) - Method in interface com.aquafold.openapi.chart.AQChartModel
-
Add an array of series names
- addSeriesField(String) - Method in interface com.aquafold.openapi.chart.AQChart
-
Add a series from the datasource to the AQChartModel
- addSeriesField(String) - Method in interface com.aquafold.openapi.chart.AQChartModel
-
Add a series of values from the specified field in the current DataSource
- addSortingByDateAscending() - Method in interface com.aquafold.openapi.compare.AQFileDifferences
-
Adds sorting by file date in ascending order.
- addSortingByDateDescending() - Method in interface com.aquafold.openapi.compare.AQFileDifferences
-
Adds sorting by file date in descending order.
- addSortingByNameAscending() - Method in interface com.aquafold.openapi.compare.AQFileDifferences
-
Adds sorting by file name in ascending order.
- addSortingByNameAscending() - Method in interface com.aquafold.openapi.compare.AQSchemaDifferences
-
Adds sorting by schema object name in ascending order.
- addSortingByNameDescending() - Method in interface com.aquafold.openapi.compare.AQFileDifferences
-
Adds sorting by file name in descending order.
- addSortingByNameDescending() - Method in interface com.aquafold.openapi.compare.AQSchemaDifferences
-
Adds sorting by schema object name in descending order.
- addSortingByResultAscending() - Method in interface com.aquafold.openapi.compare.AQSchemaDifferences
-
Adds sorting by comparison result in ascending order (deleted, modified, added, unchanged).
- addSortingByResultDescending() - Method in interface com.aquafold.openapi.compare.AQSchemaDifferences
-
Adds sorting by comparison result in descending order (unchanged, added, modified, deleted).
- addSortingBySizeAscending() - Method in interface com.aquafold.openapi.compare.AQFileDifferences
-
Adds sorting by file size in ascending order.
- addSortingBySizeDescending() - Method in interface com.aquafold.openapi.compare.AQFileDifferences
-
Adds sorting by file size in descending order.
- addSortingByTypeAscending() - Method in interface com.aquafold.openapi.compare.AQSchemaDifferences
-
Adds sorting by schema object type in ascending order.
- addSortingByTypeDescending() - Method in interface com.aquafold.openapi.compare.AQSchemaDifferences
-
Adds sorting by schema object type in descending order.
- addSubmitButton(int, int, String, String) - Method in interface com.aquafold.openapi.form.AQForm
-
This method inserts a Submit button into the specified location.
- addTextArea(int, int, int, int) - Method in interface com.aquafold.openapi.form.AQForm
-
This method iseerts a TEXTAREA field into a form location specified by (row,col).
- addTextField(int, int, String, String) - Method in interface com.aquafold.openapi.form.AQForm
-
This method inserts a text field into the specified location.
- addTimeZoneOffset(int) - Method in interface com.aquafold.openapi.type.AQDate
-
Returns a new
AQDate
instance which time zone offset differs by
the specified number of milliseconds.
- addToolbarButton(String, String, String, String) - Method in interface com.aquafold.openapi.project.AQDashboard
-
Adds a button to the dashboard toolbar.
- addToolbarSeparator() - Method in interface com.aquafold.openapi.project.AQDashboard
-
Adds a toolbar separator.
- addToRecipient(String) - Method in interface com.aquafold.openapi.mail.AQMailMessage
-
Add a valid email address, or a list of comma separated email addresses, to the list of recipients.
- addUpload(String, String, String, String) - Method in interface com.aquafold.openapi.net.AQWebRequest
-
Adds the array of bytes to be uploaded to remote server to this object.
- addUpload(String, byte[], String, String) - Method in interface com.aquafold.openapi.net.AQWebRequest
-
Adds the array of bytes to be uploaded to remote server to this object.
- addVC(Object) - Method in interface com.aquafold.openapi.vcs.AQWorkspace
-
This method adds a file or a folder in the local workspace and marks it for addition.
- addWorksheet(String) - Method in interface com.aquafold.openapi.data.AQExcelSpreadsheet
-
Adds a sheet with the given name.
- addYears(int) - Method in interface com.aquafold.openapi.type.AQDate
-
Returns a new
AQDate
instance which differs by the number of years.
- adjustTimeZone(AQDataSet, String, String) - Method in interface com.aquafold.openapi.type.AQDateFactory
-
This method creates a new data set instance with dates shifted to a new time zone.
- ANOVA(double[][]) - Method in interface com.aquafold.openapi.math.AQStat
-
Calculates one way ANOVA for incoming series of arrays
[link]
- ANOVATest(double[][], double) - Method in interface com.aquafold.openapi.math.AQStat
-
Performs one way ANOVA Test for incoming series of arrays
[link]
- append(AQDataSet) - Method in interface com.aquafold.openapi.data.AQDataSet
-
Appends another data set.
- apply(Date) - Method in interface com.aquafold.openapi.random.AQRandomDateVariation
-
Returns a date that is the sum of the specified date and a time randomly generated
from this object.
- apply(Number) - Method in interface com.aquafold.openapi.random.AQRandomNumberVariation
-
Returns a number that is the sum of the specified number and a number randomly generated
from this object.
- applyStash(String) - Method in interface com.aquafold.openapi.vcs.AQGit
-
Apply a stashed commit on top of the current working tree.
- AQAffectedPaths - Interface in com.aquafold.openapi.vcs
-
This object encapsulates the file paths affected by a version control operation.
- AQAqua - Interface in com.aquafold.openapi
-
An interface for AquaScript runtime environment.
- AQArchive - Interface in com.aquafold.openapi.archive
-
Archive
- AQArrayType - Interface in com.aquafold.openapi.rdbms.schema
-
This interface represents a database array type.
- AQAssembly - Interface in com.aquafold.openapi.rdbms.schema
-
This interface represents a managed application module.
- AQAsymmetricKey - Interface in com.aquafold.openapi.rdbms.schema
-
This interface represents an Asymmetric Key.
- AQBigDecimalFactory - Interface in com.aquafold.openapi.type
-
This interface provides manipulation and validation functionality for BigDecimal
data type.
- AQBigIntegerFactory - Interface in com.aquafold.openapi.type
-
This interface provides manipulation and validation functionality for BigInteger
data type.
- AQByteFactory - Interface in com.aquafold.openapi.type
-
This interface provides manipulation and validation functionality for Byte
data type.
- AQCertificate - Interface in com.aquafold.openapi.rdbms.schema
-
This interface represents a certificate installed on the server.
- AQChart - Interface in com.aquafold.openapi.chart
-
Chart
- AQChartFactory - Interface in com.aquafold.openapi.chart
-
ChartFactory
- AQChartModel - Interface in com.aquafold.openapi.chart
-
ChartModel
- AQChartPanel - Interface in com.aquafold.openapi.gui
-
This Swing panel displays a chart.
- AQChartProperties - Interface in com.aquafold.openapi.chart
-
ChartProperties
- AQChartRow - Interface in com.aquafold.openapi.chart
-
ChartRow
- AQCluster - Interface in com.aquafold.openapi.rdbms.schema
-
This interface represents a database cluster.
- AQColor - Interface in com.aquafold.openapi.type
-
AQColor represents an immutable color object, based on java.awt.Color
.
- AQColorFactory - Interface in com.aquafold.openapi.type
-
This interface provides factory methods for creating
AQColor
objects.
- AQColumnDescriptor - Interface in com.aquafold.openapi.data
-
This interface describes a table column.
- AQColumnStructure - Interface in com.aquafold.openapi.data
-
Class describes the structure of table data.
- AQComparator - Interface in com.aquafold.openapi.compare
-
This interface defines a line-oriented text comparator.
- AQCompareFactory - Interface in com.aquafold.openapi.compare
-
An object implementing this interface is available in aquascripts via aqua.compare alias.
- AQCompareOptions - Interface in com.aquafold.openapi.compare
-
Provides configuration options for a line-by-line compare operations.
- AQConsole - Interface in com.aquafold.openapi
-
This interface provides methods for input/output to a console.
- AQConstraint - Interface in com.aquafold.openapi.rdbms.schema
-
This interface represents a database constraint.
- AQConstraintColumn - Interface in com.aquafold.openapi.rdbms.schema
-
This interface represents a constraint column.
- AQCreditCardFactory - Interface in com.aquafold.openapi.type
-
This interface provides credit card validation functionality.
- AQCrypto - Interface in com.aquafold.openapi.crypto
-
This interface provides access to cryptographic functions.
- AQCurve - Interface in com.aquafold.openapi.math
-
- AQDashboard - Interface in com.aquafold.openapi.project
-
AQDashboard is a representation of the HTML view to be rendered to the user in the project's Workspace.
- AQDatabase - Interface in com.aquafold.openapi.rdbms.schema
-
This interface represents a database.
- AQDatabaseLink - Interface in com.aquafold.openapi.rdbms.schema
-
This interface represents a database link or a remote server.
- AQDataFactory - Interface in com.aquafold.openapi.data
-
An object implementing this interface is available to aquascript via aqua.data alias.
- AQDataReader - Interface in com.aquafold.openapi.io
-
A reader which extracts data into a sequence of AQDataRow objects.
- AQDataRow - Interface in com.aquafold.openapi.data
-
This interface describes a single data row.
- AQDataSet - Interface in com.aquafold.openapi.data
-
Collection of AQDataRows stored in memory.
- AQDataSetSettings - Interface in com.aquafold.openapi.data
-
The AQDataSetSettings interface describes how a data set to be formatted
when presented in a 2-dimensional grid.
- AQDataSource - Interface in com.aquafold.openapi.chart
-
DataSource
- AQDataType - Interface in com.aquafold.openapi.rdbms.schema
-
This interface represents a data type.
- AQDataWriter - Interface in com.aquafold.openapi.io
-
Interface represents a row-based data stream.
- AQDate - Interface in com.aquafold.openapi.type
-
AQDate represents an immutable calendar date value, based on GregorianCalendar
.
- AQDateFactory - Interface in com.aquafold.openapi.type
-
This intetface provides factory methods for creation and validation of
AQDate
date objects.
- AQDefault - Interface in com.aquafold.openapi.rdbms.schema
-
This interface represents a user-defined default.
- AQDifferences - Interface in com.aquafold.openapi.compare
-
This interface defines a set of lines produced by the comparison operation.
- AQDimension - Interface in com.aquafold.openapi.rdbms.schema
-
This interface represents a user defined dimension.
- AQDoubleFactory - Interface in com.aquafold.openapi.type
-
This interface provides manipulation and validation functionality for Double
data type.
- AQEmailAddressFactory - Interface in com.aquafold.openapi.type
-
This interface provides email address validation functionality.
- AQEvent - Interface in com.aquafold.openapi.rdbms.schema
-
This interface represents a user-defined database event.
- AQExcelReader - Interface in com.aquafold.openapi.io
-
A data reader which facilitates import from Microsoft Excel files.
- AQExcelSpreadsheet - Interface in com.aquafold.openapi.data
-
This interface represents an in-memory Excel spreadhseet.
- AQExcelWriter - Interface in com.aquafold.openapi.io
-
This interface facilitates writing Excel spreadsheet files.
- AQException - Exception in com.aquafold.openapi
-
AQException, a subclass of RuntimeException
, might be thrown
during the execution of AquaScript.
- AQException() - Constructor for exception com.aquafold.openapi.AQException
-
- AQException(Throwable) - Constructor for exception com.aquafold.openapi.AQException
-
- AQException(String) - Constructor for exception com.aquafold.openapi.AQException
-
- AQException(String, Throwable) - Constructor for exception com.aquafold.openapi.AQException
-
- AQFileComparator - Interface in com.aquafold.openapi.compare
-
This interface provides a mechanism for simple file comparison.
- AQFileDifferences - Interface in com.aquafold.openapi.compare
-
An instance of this interface represents the results of a file comparison operation.
- AQFileSet - Interface in com.aquafold.openapi.filesystem
-
FileSet
- AQFileSystem - Interface in com.aquafold.openapi.filesystem
-
Filesystem
- AQFileWriter - Interface in com.aquafold.openapi.io
-
An instance of this interface, available via aqua.io.newFileWriter(),
can be used to write binary data to a file.
- AQFinancial - Interface in com.aquafold.openapi.math
-
- AQFit - Interface in com.aquafold.openapi.math
-
- AQFloatFactory - Interface in com.aquafold.openapi.type
-
This interface provides manipulation and validation functionality for Float
data type.
- AQFont - Interface in com.aquafold.openapi.type
-
AQFont represents an immutable font object, based on java.awt.Font
.
- AQFontFactory - Interface in com.aquafold.openapi.type
-
This interface provides factory methods for creating
AQFont
objects.
- AQForeignKeyRefColumn - Interface in com.aquafold.openapi.rdbms.schema
-
This interface represents a foreign key referenced column.
- AQForm - Interface in com.aquafold.openapi.form
-
This interface facilitates creation of simple HTML forms.
- AQFormattedTextReader - Interface in com.aquafold.openapi.io
-
Interface for reading data from plain text sources.
- AQFormattedTextWriter - Interface in com.aquafold.openapi.io
-
- AQFormFactory - Interface in com.aquafold.openapi.form
-
A factory object implementing this interface is available via aqua.form alias.
- AQFormSelector - Interface in com.aquafold.openapi.form
-
This interface corresponds to the HTML <SELECT> element.
- AQFtpFileSystem - Interface in com.aquafold.openapi.net
-
The file transfer protocol (FTP) file system.
- AQFunction - Interface in com.aquafold.openapi.rdbms.schema
-
This interface represents a user defined function.
- AQFunctionParameter - Interface in com.aquafold.openapi.chart
-
FunctionParameter
- AQFunctionParameter.DataType - Enum in com.aquafold.openapi.chart
-
Supported parameter datatypes: Integer, Float, Double
- AQGit - Interface in com.aquafold.openapi.vcs
-
An interface to GIT distributed revision control system.
- AQGitStatus - Interface in com.aquafold.openapi.vcs
-
This object represents the Git repo status.
- AQGridResultsView - Interface in com.aquafold.openapi.gui
-
This JComponent
displays a result set table and a chart.
- AQGUI - Interface in com.aquafold.openapi.gui
-
This interface supplies Swing GUI components and functionality.
- AQHadoopDistributedFileSystem - Interface in com.aquafold.openapi.net
-
The Hadoop distributed file system.
- AQHtmlWriter - Interface in com.aquafold.openapi.io
-
This interface provides a set of convenient methods for generating HTML output.
- AQHttpLogReader - Interface in com.aquafold.openapi.io
-
An object implementing this interface, available via aqua.io.newHttpLogReader(),
facilitates reading of Apache web server access log files.
- AQIgnore - Interface in com.aquafold.openapi.compare
-
Ignore option enumeration.
- AQIndex - Interface in com.aquafold.openapi.rdbms.schema
-
This interface represents an index.
- AQIndexColumn - Interface in com.aquafold.openapi.rdbms.schema
-
This interface represents an index column.
- AQInputOutputFactory - Interface in com.aquafold.openapi.io
-
This inteface provides input/output functionality.
- AQIntegerFactory - Interface in com.aquafold.openapi.type
-
This interface provides manipulation and validation functionality for Integer
data type.
- AQJavaResource - Interface in com.aquafold.openapi.rdbms.schema
-
This interface represents a java resource that
is associated with the schema.
- AQJavaSource - Interface in com.aquafold.openapi.rdbms.schema
-
This interface represents a java source that is
associated with the schema.
- AQLanguage - Interface in com.aquafold.openapi.rdbms.schema
-
This interface represents a particular language support
that is installed on the server.
- AQLineChange - Interface in com.aquafold.openapi.compare
-
This interface represents a line in a text being compared.
- AQLongFactory - Interface in com.aquafold.openapi.type
-
This interface provides manipulation and validation functionality for Long
data type.
- AQMail - Interface in com.aquafold.openapi.mail
-
This interface provides email functionality.
- AQMailMessage - Interface in com.aquafold.openapi.mail
-
This interface defines an email message which can be delivered to recipients via either
AQSmtpServer
or
AQMailQueue
.
- AQMailQueue - Interface in com.aquafold.openapi.mail
-
This interface provides a reliable service to deliver emails.
- AQMath - Interface in com.aquafold.openapi.math
-
Math
- AQMatView - Interface in com.aquafold.openapi.rdbms.schema
-
This interface represents a materialized view.
- AQMatViewLog - Interface in com.aquafold.openapi.rdbms.schema
-
This interface represents a materialized view log.
- AQMetadata - Interface in com.aquafold.openapi.rdbms
-
This interface provides means to learn and manipulate the database structure.
- AQNet - Interface in com.aquafold.openapi.net
-
This interface provides network capabilities available in aquascript.
- AQNickname - Interface in com.aquafold.openapi.rdbms.schema
-
This interface represents a user defined nickname.
- AQObjectPermission - Interface in com.aquafold.openapi.rdbms
-
The AQObjectPermission interface provides a mean to generate the grant and revoke
statements for users and roles.
- AQObjectType - Interface in com.aquafold.openapi.rdbms.schema
-
This interface represents a database object type.
- AQOpaqueObject - Interface in com.aquafold.openapi.crypto
-
This interface represents an opaque object, for example a password, which can be passed to various OpenAPI methods
without revealing the content to the script code.
- AQPackage - Interface in com.aquafold.openapi.rdbms.schema
-
This interface represents a package.
- AQPackageBody - Interface in com.aquafold.openapi.rdbms.schema
-
- AQParameter - Interface in com.aquafold.openapi.rdbms.schema
-
This interface represents a stored procedure's or a
function's parameter.
- AQParametricRealFunction - Interface in com.aquafold.openapi.math
-
- AQPartition - Interface in com.aquafold.openapi.rdbms
-
This interface represents a database partition.
- AQPathFilter - Interface in com.aquafold.openapi.net
-
The path filter.
- AQPerforce - Interface in com.aquafold.openapi.vcs
-
An interface to Perforce revision control system.
- AQPivotDataSet - Interface in com.aquafold.openapi.data
-
- AQProcedure - Interface in com.aquafold.openapi.rdbms.schema
-
This interface represents a database store procedure.
- AQProject - Interface in com.aquafold.openapi.project
-
Interface for project-specific functionality available via aqua.project alias.
- AQProjectFile - Interface in com.aquafold.openapi.project
-
Represents a file-like object within a project.
- AQProjection - Interface in com.aquafold.openapi.rdbms.schema
-
- AQQueue - Interface in com.aquafold.openapi.rdbms.schema
-
This interface represents a queue.
- AQRandomDataSet - Interface in com.aquafold.openapi.random
-
This interface generates a new
AQDataSet
using the constraints described below:
rows - defines the number of rows to generate.
- AQRandomDateRange - Interface in com.aquafold.openapi.random
-
This interface represents a range of dates.
- AQRandomDateVariation - Interface in com.aquafold.openapi.random
-
This interface represents a change that a Date object could possibly have.
- AQRandomFactory - Interface in com.aquafold.openapi.random
-
This interface provides a way to conveniently generate various random values.
- AQRandomNumberRange - Interface in com.aquafold.openapi.random
-
This interface represents a range of numbers.
- AQRandomNumberVariation - Interface in com.aquafold.openapi.random
-
This interface represents a change that a Number object could possibly have.
- AQRandomRange - Interface in com.aquafold.openapi.random
-
This interface represents a range of objects which can be anythings, for examples, numbers, dates, strings.
- AQRandomStringLength - Interface in com.aquafold.openapi.random
-
This interface defines a constraint on the length of a string.
- AQRandomVariation - Interface in com.aquafold.openapi.random
-
This interface represents the amount of change an object can possibly have.
- AQRefreshGroup - Interface in com.aquafold.openapi.rdbms.schema
-
This interface represents a refresh group of a materialized view.
- AQReport - Interface in com.aquafold.openapi.report
-
This interface provides a way to link multiple data sets together and presents them
as a single report.
- AQReportDataSetSettings - Interface in com.aquafold.openapi.report
-
The AQReportDataSetSettings interface describes how a data set to be formatted when presented
in a
report
.
- AQReportFactory - Interface in com.aquafold.openapi.report
-
- AQReportSettings - Interface in com.aquafold.openapi.report
-
The AQReportSettings interface describes how multiple reports can be linked together.
- AQRequest - Interface in com.aquafold.openapi
-
This interface provides basic information about an http request.
- AQResponse - Interface in com.aquafold.openapi
-
An instance of this interface is available to the script via aqua.response alias.
- AQResultComparator - Interface in com.aquafold.openapi.compare
-
This interface provides a means to compare two query results.
- AQResultDifferences - Interface in com.aquafold.openapi.compare
-
This interface represents results of result set comparison.
- AQResultSet - Interface in com.aquafold.openapi.rdbms
-
This interface represents a table of data representing a database result set,
which is usually generated by executing a statement that queries the database.
- AQRevision - Interface in com.aquafold.openapi.vcs
-
Represents the version control revision information for a single file.
- AQRole - Interface in com.aquafold.openapi.rdbms.schema
-
This interface represents a role in the database.
- AQRule - Interface in com.aquafold.openapi.rdbms.schema
-
This interface represents a database rule.
- AQSchema - Interface in com.aquafold.openapi.rdbms.schema
-
This interface represents a database schema.
- AQSchemaComparator - Interface in com.aquafold.openapi.compare
-
This interface facilitates bulk comparison of schema objects.
- AQSchemaCompareItem - Interface in com.aquafold.openapi.compare
-
This object represents one item in the schema comparison results.
- AQSchemaDifferences - Interface in com.aquafold.openapi.compare
-
This interface represents results of schema comparison.
- AQSchemaObject - Interface in com.aquafold.openapi.rdbms
-
Base class for a metadata object specific to database/schema.
- AQScriptOptions - Interface in com.aquafold.openapi.rdbms
-
The AQScriptOption object defines parameters for generating DDL scripts within AquaScript environment.
- AQScriptParser - Interface in com.aquafold.openapi.rdbms.util
-
AQScriptParser
- AQScriptResult - Interface in com.aquafold.openapi.rdbms
-
This interface provides access to results of executing a SQL script -
which may contain multiple result sets from multiple statements.
- AQSegment - Interface in com.aquafold.openapi.rdbms.schema
-
This interface represents a Sybase database segment.
- AQSequence - Interface in com.aquafold.openapi.rdbms.schema
-
This interface represents on a sequence object used in the database.
- AQSeriesFunction - Interface in com.aquafold.openapi.chart
-
SeriesFunction
- AQServerConnection - Interface in com.aquafold.openapi.rdbms
-
This interface represents a database server connection.
- AQServerObject - Interface in com.aquafold.openapi.rdbms
-
Base interface for a server object which can be scripted.
- AQSession - Interface in com.aquafold.openapi
-
Provides a way to identify a user across more than one page request or visit to a Web site and to store information about that user.
- AQShortFactory - Interface in com.aquafold.openapi.type
-
This interface provides manipulation and validation functionality for Short
data type.
- AQSmtpServer - Interface in com.aquafold.openapi.mail
-
This interface describes an SMTP server.
- AQSQLArray - Interface in com.aquafold.openapi.rdbms
-
This class describes a SQL ARRAY object.
- AQSQLBlob - Interface in com.aquafold.openapi.rdbms
-
This class describes a SQL BLOB object.
- AQSQLClob - Interface in com.aquafold.openapi.rdbms
-
This class describes a SQL CLOB object.
- AQSqlFormatter - Interface in com.aquafold.openapi.rdbms.util
-
Utility class which facilitates SQL formatting -- a beautifier.
- AQSQLNClob - Interface in com.aquafold.openapi.rdbms
-
This class describes a SQL NCLOB object.
- AQSQLRowId - Interface in com.aquafold.openapi.rdbms
-
This class describes a SQL ROWID object.
- AQStat - Interface in com.aquafold.openapi.math
-
- AQStatementResult - Interface in com.aquafold.openapi.rdbms
-
- AQStringFactory - Interface in com.aquafold.openapi.type
-
This interface provides manipulation and validation functionality for String
data type.
- AQSymmetricKey - Interface in com.aquafold.openapi.rdbms.schema
-
This interface represents a Symmetric Key.
- AQSynonym - Interface in com.aquafold.openapi.rdbms.schema
-
This interface represents a synonym.
- AQSystem - Interface in com.aquafold.openapi
-
This interface provides access to low-level system functionality.
- AQTable - Interface in com.aquafold.openapi.rdbms.schema
-
This interface represents a database table object.
- AQTableColumn - Interface in com.aquafold.openapi.rdbms.schema
-
This interface represents a table column.
- AQTableDataEditor - Interface in com.aquafold.openapi.gui
-
This class represents a table data editor frame (JFrame
)
where an entry form can be programmatically installed.
- AQTableType - Interface in com.aquafold.openapi.rdbms.schema
-
This interface represents on a table type.
- AQTableWriter - Interface in com.aquafold.openapi.io
-
This interface facilitates writing of data rows and a data sets to a database table.
- AQTextArea - Interface in com.aquafold.openapi.form
-
This interface corresponds to the HTML <TEXTAREA> element.
- AQTextFileReader - Interface in com.aquafold.openapi.io
-
This interface allows reading row-oriented data from text files.
- AQTextFileWriter - Interface in com.aquafold.openapi.io
-
This interface allows writing row-oriented data to text files.
- AQTextProcessor - Interface in com.aquafold.openapi.io
-
Provides basic accessor methods for formatting delimited text readers and writers.
- AQTextStringReader - Interface in com.aquafold.openapi.io
-
This interface allows writing row-oriented data to java strings.
- AQTextStringWriter - Interface in com.aquafold.openapi.io
-
This interface allows writing row-oriented data to an in-memory string.
- AQTrigger - Interface in com.aquafold.openapi.rdbms.schema
-
This interface represents a trigger.
- AQType - Interface in com.aquafold.openapi.type
-
This interface defines data manipulation and validation functionality for several data types.
- AQUser - Interface in com.aquafold.openapi.rdbms.schema
-
This interface represents a database user.
- AQUtil - Interface in com.aquafold.openapi.util
-
A utility class available in AquaScript environment.
- AQVersionControl - Interface in com.aquafold.openapi.vcs
-
This interface provides version control functionality to aquascripts.
- AQView - Interface in com.aquafold.openapi.rdbms.schema
-
This interface represents a database view.
- AQWebClient - Interface in com.aquafold.openapi.net
-
The AQWebClient interface provides an environment that allows application
to send an HTTP request to an HTTP server and process the response accordingly.
- AQWebRequest - Interface in com.aquafold.openapi.net
-
The AQWebRequest interface implements an HTTP method.
- AQWebResponse - Interface in com.aquafold.openapi.net
-
The AQWebResponse interface maintains the data returned from a successfully processed
AQWebRequest
via the
AQWebClient
interface.
- AQWorkspace - Interface in com.aquafold.openapi.vcs
-
This interface is designed to provide common functionality for a version control workspace.
- AQXmlSchemaCollection - Interface in com.aquafold.openapi.rdbms.schema
-
This interface represents an XML schema collection.
- AQXmlWriter - Interface in com.aquafold.openapi.io
-
This interface allows writing row-oriented data to an XML file.
- asin(double) - Method in interface com.aquafold.openapi.math.AQMath
-
Returns the arc sine of a value; the returned angle is in the range -pi/2 through pi/2.
- atan(double) - Method in interface com.aquafold.openapi.math.AQMath
-
Returns the arc tangent of a value; the returned angle is in the range -pi/2 through pi/2.
- atan2(double, double) - Method in interface com.aquafold.openapi.math.AQMath
-
Returns the angle theta from the conversion of rectangular coordinates (x, y) to polar coordinates (r, theta).
- attrib(String, String, String) - Method in interface com.aquafold.openapi.filesystem.AQFileSystem
-
Changes the permissions and/or attributes of a file or all files inside
the specified directory.
- gcd(int, int) - Method in interface com.aquafold.openapi.math.AQMath
-
Returns the greatest common divisor of the absolute value of two numbers,
using the "binary gcd" method which avoids division and modulo operations.
- geometricMean(double[]) - Method in interface com.aquafold.openapi.math.AQStat
-
Calculates geometric mean of incoming array.
- get(int) - Method in interface com.aquafold.openapi.data.AQDataRow
-
Get data object by index of column in the column structure.
- get(int) - Method in interface com.aquafold.openapi.data.AQDataSet
-
Returns the data row at the specified position.
- get(String, String) - Method in interface com.aquafold.openapi.net.AQNet
-
Gets a file from a URL source.
- getAcceptCharsetHeader() - Method in interface com.aquafold.openapi.net.AQWebRequest
-
Returns the value of the Accept-Charset
request header.
- getAcceptEncodingHeader() - Method in interface com.aquafold.openapi.net.AQWebRequest
-
Returns the value of the Accept-Encoding
request header.
- getAcceptHeader() - Method in interface com.aquafold.openapi.net.AQWebRequest
-
Returns the value of the Accept
request header.
- getAcceptLanguageHeader() - Method in interface com.aquafold.openapi.net.AQWebRequest
-
Returns the value of the Accept-Language
request header.
- getAcceptRangesHeader() - Method in interface com.aquafold.openapi.net.AQWebResponse
-
Returns the value of the Accept-Ranges
response header.
- getAdded() - Method in interface com.aquafold.openapi.vcs.AQGitStatus
-
- getAddedFiles() - Method in interface com.aquafold.openapi.compare.AQFileDifferences
-
Returns an array added files, which exist on the left side only.
- getAddedItems() - Method in interface com.aquafold.openapi.compare.AQSchemaDifferences
-
Returns an array of added items.
- getAddedPaths() - Method in interface com.aquafold.openapi.vcs.AQAffectedPaths
-
Returns an array of added file names.
- getAffectedPaths() - Method in interface com.aquafold.openapi.vcs.AQRevision
-
Returns file paths affected by the given revision.
- getAgeHeader() - Method in interface com.aquafold.openapi.net.AQWebResponse
-
Returns the value of the Age
response header.
- getAllowHeader() - Method in interface com.aquafold.openapi.net.AQWebRequest
-
Returns the value of the Allow
entity header.
- getAllowHeader() - Method in interface com.aquafold.openapi.net.AQWebResponse
-
Returns the value of the Allow
entity header.
- getAltRowBackgroundColorHexCode() - Method in interface com.aquafold.openapi.data.AQDataSetSettings
-
- getAltRowBackgroundColorRGB() - Method in interface com.aquafold.openapi.data.AQDataSetSettings
-
Returns an integer value representing the alternate row background color;
bits 16-23 are red, 8-15 are green, 0-7 are blue.
- getAltRowForegroundColorHexCode() - Method in interface com.aquafold.openapi.data.AQDataSetSettings
-
- getAltRowForegroundColorRGB() - Method in interface com.aquafold.openapi.data.AQDataSetSettings
-
Returns an integer value representing the alternate row foreground color;
bits 16-23 are red, 8-15 are green, 0-7 are blue.
- getAquaScript(String) - Method in interface com.aquafold.openapi.project.AQProject
-
Returns a file object with the specified path under the "AquaScripts" project folder.
- getAquaScriptsRootFolder() - Method in interface com.aquafold.openapi.project.AQProject
-
Returns a file object corresponding to the "AquaScripts" folder.
- getArchive() - Method in interface com.aquafold.openapi.AQAqua
-
Returns a singleton object which facilitates operations with compressed files.
- getArray(int) - Method in interface com.aquafold.openapi.rdbms.AQResultSet
-
Retrieves the value of the designated column in the current row of this ResultSet object as an Array object.
- getArray(String) - Method in interface com.aquafold.openapi.rdbms.AQResultSet
-
Retrieves the value of the designated column in the current row of this ResultSet object as an Array object.
- getAsExcel2003() - Method in interface com.aquafold.openapi.data.AQDataSet
-
Returns the data set as a byte array representing an Excel 2003 file.
- getAsExcel2003(AQDataSetSettings, AQChart) - Method in interface com.aquafold.openapi.data.AQDataSet
-
Returns the data set, with chart enabled, as a byte array representing an Excel 2003 file.
- getAsExcel2003() - Method in interface com.aquafold.openapi.data.AQPivotDataSet
-
Returns the pivot data as a byte array representing an Excel 2003 file.
- getAsExcel2003(AQDataSetSettings, AQChart) - Method in interface com.aquafold.openapi.data.AQPivotDataSet
-
Returns the pivot data, with chart enabled, as a byte array representing an Excel 2003 file.
- getAsExcel2003() - Method in interface com.aquafold.openapi.report.AQReport
-
Returns this report as a byte array representing an Excel 2003 file.
- getAsExcel2007() - Method in interface com.aquafold.openapi.data.AQDataSet
-
Returns the data set as a byte array representing an Excel 2007 file.
- getAsExcel2007(AQDataSetSettings, AQChart) - Method in interface com.aquafold.openapi.data.AQDataSet
-
Returns the data set, with chart enabled, as a byte array representing an Excel 2007 file.
- getAsExcel2007() - Method in interface com.aquafold.openapi.data.AQPivotDataSet
-
Returns the pivot data as a byte array representing an Excel 2007 file.
- getAsExcel2007(AQDataSetSettings, AQChart) - Method in interface com.aquafold.openapi.data.AQPivotDataSet
-
Returns the pivot data, with chart enabled, as a byte array representing an Excel 2007 file.
- getAsExcel2007() - Method in interface com.aquafold.openapi.report.AQReport
-
Returns this report as a byte array representing an Excel 2007 file.
- getAttribute(String) - Method in interface com.aquafold.openapi.AQSession
-
Returns the object bound with the specified name in this session, or null if no object is bound under the name.
- getAuthor() - Method in interface com.aquafold.openapi.vcs.AQRevision
-
Returns the author (committer) name.
- getAuthorizationHeader() - Method in interface com.aquafold.openapi.net.AQWebRequest
-
Returns the value of the Authorization
request header.
- getAxisTitleFontSize() - Method in interface com.aquafold.openapi.chart.AQChartProperties
-
Get the font size scalar used to render the Axis Title text
- getBackgroundColorBottom() - Method in interface com.aquafold.openapi.chart.AQChartProperties
-
Get the String representation of the color used at the bottom of the background gradient
- getBackgroundColorTop() - Method in interface com.aquafold.openapi.chart.AQChartProperties
-
Get the String representation of the color used at the top of the background gradient
- getBaseDir() - Method in interface com.aquafold.openapi.filesystem.AQFileSet
-
Retrieves the base directory for this fileset.
- getBaseTypeName() - Method in interface com.aquafold.openapi.rdbms.AQSQLArray
-
Retrieves the SQL type name of the elements in the array designated by this Array object.
- getBatchSize() - Method in interface com.aquafold.openapi.io.AQTableWriter
-
Returns the number of statements to commit per transaction.
- getBCCRecipients() - Method in interface com.aquafold.openapi.mail.AQMailMessage
-
Returns a list of BCC: recipients, an empty array is returned if recipients are not defined.
- getBigDecimal(int) - Method in interface com.aquafold.openapi.rdbms.AQResultSet
-
Retrieves the value of the designated column in the current row of this ResultSet object as a BigDecimal with full precision.
- getBigDecimal(String) - Method in interface com.aquafold.openapi.rdbms.AQResultSet
-
Retrieves the value of the designated column in the current row of this ResultSet object as a BigDecimal with full precision.
- getBigDecimal() - Method in interface com.aquafold.openapi.type.AQType
-
Returns a singleton object which provides BigDecimal
manipulation and validation functionality.
- getBigInteger() - Method in interface com.aquafold.openapi.type.AQType
-
Returns a singleton object which provides BigInteger
manipulation and validation functionality.
- getBlack() - Method in interface com.aquafold.openapi.type.AQColorFactory
-
Returns the color black.
- getBlob(int) - Method in interface com.aquafold.openapi.rdbms.AQResultSet
-
Retrieves the value of the designated column in the current row of this ResultSet object as a Blob object.
- getBlob(String) - Method in interface com.aquafold.openapi.rdbms.AQResultSet
-
Retrieves the value of the designated column in the current row of this ResultSet object as a Blob object.
- getBlue() - Method in interface com.aquafold.openapi.type.AQColorFactory
-
Returns the color blue.
- getBoolean(int) - Method in interface com.aquafold.openapi.rdbms.AQResultSet
-
Retrieves the value of the designated column in the current row of this ResultSet object as a boolean.
- getBoolean(String) - Method in interface com.aquafold.openapi.rdbms.AQResultSet
-
Retrieves the value of the designated column in the current row of this ResultSet object as a boolean.
- getBranch() - Method in interface com.aquafold.openapi.vcs.AQGitStatus
-
- getByte(int) - Method in interface com.aquafold.openapi.rdbms.AQResultSet
-
Retrieves the value of the designated column in the current row of this ResultSet object as a byte.
- getByte(String) - Method in interface com.aquafold.openapi.rdbms.AQResultSet
-
Retrieves the value of the designated column in the current row of this ResultSet object as a byte.
- getByte() - Method in interface com.aquafold.openapi.type.AQType
-
Returns a singleton object which provides Byte
manipulation and validation functionality.
- getBytes(int) - Method in interface com.aquafold.openapi.rdbms.AQResultSet
-
Retrieves the value of the designated column in the current row of this ResultSet object as a byte array in
the Java programming language.
- getBytes(String) - Method in interface com.aquafold.openapi.rdbms.AQResultSet
-
Retrieves the value of the designated column in the current row of this ResultSet object as a byte array in
the Java programming language.
- getBytes(long, int) - Method in interface com.aquafold.openapi.rdbms.AQSQLBlob
-
Retrieves all or part of the BLOB value that this Blob object represents,
as an array of bytes.
- getBytes() - Method in interface com.aquafold.openapi.rdbms.AQSQLRowId
-
Returns an array of bytes representing the value of the SQL ROWID designated by this RowId object.
- getCacheControlHeader() - Method in interface com.aquafold.openapi.net.AQWebRequest
-
Returns the value of the Cache-Control
general header.
- getCacheControlHeader() - Method in interface com.aquafold.openapi.net.AQWebResponse
-
Returns the value of the Cache-Control
general header.
- getCategory(int) - Method in interface com.aquafold.openapi.chart.AQChartModel
-
Get the category object at the specified row index.
- getCategory() - Method in interface com.aquafold.openapi.chart.AQChartRow
-
Get the category object for the row.
- getCategoryAxisDateFormat() - Method in interface com.aquafold.openapi.chart.AQChartProperties
-
Get the String used to format dates on the category axis
- getCategoryAxisDateTimeFormat() - Method in interface com.aquafold.openapi.chart.AQChartProperties
-
Get the String used to format datetimes on the category axis
- getCategoryAxisDivisor() - Method in interface com.aquafold.openapi.chart.AQChartModel
-
Get the Divisor used to subdivide the category axis
- getCategoryAxisLabelColor() - Method in interface com.aquafold.openapi.chart.AQChartProperties
-
Get the String representation of the color used for the Category Axis Label text
- getCategoryAxisMax() - Method in interface com.aquafold.openapi.chart.AQChartModel
-
Get the Maximum value on the category axis
- getCategoryAxisMin() - Method in interface com.aquafold.openapi.chart.AQChartModel
-
Get the Minimum value on the category axis
- getCategoryAxisMinSeparation() - Method in interface com.aquafold.openapi.chart.AQChartModel
-
Get the Minimum separation between category axis values
- getCategoryAxisNumberFormat() - Method in interface com.aquafold.openapi.chart.AQChartProperties
-
Get the String used to format numbers on the category axis
- getCategoryAxisRange() - Method in interface com.aquafold.openapi.chart.AQChartModel
-
Get the Size of range on the category axis
- getCategoryAxisSubdivisions() - Method in interface com.aquafold.openapi.chart.AQChartModel
-
Get the Number of subdivisions along the range of the category axis
- getCategoryAxisTimeFormat() - Method in interface com.aquafold.openapi.chart.AQChartProperties
-
Get the String used to format times on the category axis
- getCategoryAxisTitleColor() - Method in interface com.aquafold.openapi.chart.AQChartProperties
-
Get the String representation of the color used for the Category Axis Title text
- getCategoryCount() - Method in interface com.aquafold.openapi.chart.AQChartModel
-
Get the number of categories
- getCategoryFields() - Method in interface com.aquafold.openapi.chart.AQChart
-
Get the list of datasource category fields used by the AQChartModel
- getCategoryFields() - Method in interface com.aquafold.openapi.chart.AQChartModel
-
Get the list of datasource fields containing category values
- getCategoryFontSize() - Method in interface com.aquafold.openapi.chart.AQChartProperties
-
Get the font size scalar used to render the category axis text
- getCategoryNumeric() - Method in interface com.aquafold.openapi.chart.AQChartRow
-
Get a numeric representation of the category object.
- getCategoryRangeEnd() - Method in interface com.aquafold.openapi.chart.AQChartProperties
-
Get the Index of the last row to be displayed
- getCategoryRangeStart() - Method in interface com.aquafold.openapi.chart.AQChartProperties
-
Get the Index of the first row to be displayed
- getCategorySpacing() - Method in interface com.aquafold.openapi.chart.AQChartProperties
-
Get the Spacing between category geometry (in world coordinate units)
- getCategoryTextLength() - Method in interface com.aquafold.openapi.chart.AQChartProperties
-
Get the maximum text length (in characters) of the labels on the Category axis.
- getCategoryTotal(int) - Method in interface com.aquafold.openapi.chart.AQChartModel
-
Get the Total of all series values in the specified category
- getCategoryTotalNegative(int) - Method in interface com.aquafold.openapi.chart.AQChartModel
-
Get the Total of all negative series values in the specified category
- getCategoryTotalPositive(int) - Method in interface com.aquafold.openapi.chart.AQChartModel
-
Get the Total of all positive series values in the specified category
- getCCRecipients() - Method in interface com.aquafold.openapi.mail.AQMailMessage
-
Returns a list of CC: recipients, an empty array is returned if recipients are not defined.
- getChanged() - Method in interface com.aquafold.openapi.vcs.AQGitStatus
-
- getChanges() - Method in interface com.aquafold.openapi.compare.AQDifferences
-
Returns a non-null array of changes,
suitable for formatted output.
- getChart() - Method in interface com.aquafold.openapi.AQAqua
-
Returns a singleton object which provides charting functionality.
- getChartCacheTime() - Method in interface com.aquafold.openapi.data.AQDataSetSettings
-
Returns the time period, in seconds, that the generated trend chart images for rows will be kept.
- getChartSubTypeString(int) - Method in interface com.aquafold.openapi.chart.AQChartProperties
-
Get the Subtype indicating how this series is used by a multi-series chart (e.g.
- getChartTypeString(int) - Method in interface com.aquafold.openapi.chart.AQChartProperties
-
Get the string name of the chart used to render the specified series.
- getChartURL() - Method in interface com.aquafold.openapi.project.AQProject
-
Returns the full URL path to the chart entry point on Aqua Data Server.
- getClient(String) - Method in interface com.aquafold.openapi.vcs.AQPerforce
-
Get an IClient
object for a specific named Perforce client.
- getClients(String, String, int) - Method in interface com.aquafold.openapi.vcs.AQPerforce
-
Get a list of IClientSummary objects for all Perforce clients known to this Perforce server.
- getClob(int) - Method in interface com.aquafold.openapi.rdbms.AQResultSet
-
Retrieves the value of the designated column in the current row of this ResultSet object as a Clob object.
- getClob(String) - Method in interface com.aquafold.openapi.rdbms.AQResultSet
-
Retrieves the value of the designated column in the current row of this ResultSet object as a Clob object.
- getColor(int) - Method in interface com.aquafold.openapi.chart.AQChartProperties
-
Get the Color used to render series geometry
- getColor() - Method in interface com.aquafold.openapi.type.AQType
-
Returns a singleton object which allows for color manipulation.
- getColumn(int) - Method in interface com.aquafold.openapi.data.AQColumnStructure
-
Get column information.
- getColumn() - Method in interface com.aquafold.openapi.data.AQExcelSpreadsheet
-
Returns the current column (0-based).
- getColumnBackgroundColorHexCode(String) - Method in interface com.aquafold.openapi.data.AQDataSetSettings
-
Returns a hexadecimal color code representing the background color for the column identified by the specified name
- getColumnBackgroundColorHexCode(int) - Method in interface com.aquafold.openapi.data.AQDataSetSettings
-
Returns a hexadecimal color code representing the background color for the column identified by the specified index
- getColumnBackgroundColorRGB(String) - Method in interface com.aquafold.openapi.data.AQDataSetSettings
-
Returns an integer value representing the background color for the column identified by the specified name;
bits 16-23 are red, 8-15 are green, 0-7 are blue.
- getColumnBackgroundColorRGB(int) - Method in interface com.aquafold.openapi.data.AQDataSetSettings
-
Returns an integer value representing the background color for the column identified by the specified index;
bits 16-23 are red, 8-15 are green, 0-7 are blue.
- getColumnCount() - Method in interface com.aquafold.openapi.chart.AQDataSource
-
Get the number of columns in the datasource.
- getColumnCount() - Method in interface com.aquafold.openapi.data.AQColumnStructure
-
Returns number of columns.
- getColumnCount() - Method in interface com.aquafold.openapi.data.AQDataSet
-
Returns number of columns in this data set.
- getColumnDataType(int) - Method in interface com.aquafold.openapi.data.AQColumnStructure
-
Get column data type, or null if unknown.
- getColumnDateFormat(String) - Method in interface com.aquafold.openapi.data.AQDataSetSettings
-
Returns the date format pattern for the column identified by the specified name.
- getColumnDateFormat(int) - Method in interface com.aquafold.openapi.data.AQDataSetSettings
-
Returns the date format pattern for the column identified by the specified index.
- getColumnDateTimeFormat(String) - Method in interface com.aquafold.openapi.data.AQDataSetSettings
-
Returns the datetime format pattern for the column identified by the specified name.
- getColumnDateTimeFormat(int) - Method in interface com.aquafold.openapi.data.AQDataSetSettings
-
Returns the datetime format pattern for the column identified by the specified index.
- getColumnDivider() - Method in interface com.aquafold.openapi.data.AQDataSetSettings
-
Returns the String representation of the character used to represent the column divider.
- getColumnFields() - Method in interface com.aquafold.openapi.data.AQPivotDataSet
-
Returns column field names as an array.
- getColumnForegroundColorHexCode(String) - Method in interface com.aquafold.openapi.data.AQDataSetSettings
-
Returns a hexadecimal color code representing the foreground color for the column identified by the specified name
- getColumnForegroundColorHexCode(int) - Method in interface com.aquafold.openapi.data.AQDataSetSettings
-
Returns a hexadecimal color code representing the foreground color for the column identified by the specified index
- getColumnForegroundColorRGB(String) - Method in interface com.aquafold.openapi.data.AQDataSetSettings
-
Returns an integer value representing the foreground color for the column identified by the specified name;
bits 16-23 are red, 8-15 are green, 0-7 are blue.
- getColumnForegroundColorRGB(int) - Method in interface com.aquafold.openapi.data.AQDataSetSettings
-
Returns an integer value representing the foreground color for the column identified by the specified index;
bits 16-23 are red, 8-15 are green, 0-7 are blue.
- getColumnGap() - Method in interface com.aquafold.openapi.data.AQDataSetSettings
-
Returns the width of the column gap divider.
- getColumnGapDivider() - Method in interface com.aquafold.openapi.data.AQDataSetSettings
-
Returns the String representation of the character used to represent the column gap divider.
- getColumnHeader(int) - Method in interface com.aquafold.openapi.data.AQDataSetSettings
-
Returns the header of the column identified by the specified column index.
- getColumnHeader(String) - Method in interface com.aquafold.openapi.data.AQDataSetSettings
-
Returns the header of the column identified by the specified column name.
- getColumnJavaType(int) - Method in interface com.aquafold.openapi.data.AQColumnStructure
-
Get column java type, or null if unknown.
- getColumnName(int) - Method in interface com.aquafold.openapi.chart.AQDataSource
-
Get the name of the specified column in the datasource.
- getColumnName(int) - Method in interface com.aquafold.openapi.data.AQColumnStructure
-
Get column name.
- getColumnNames() - Method in interface com.aquafold.openapi.data.AQColumnStructure
-
To get a list of column names.
- getColumnNames() - Method in interface com.aquafold.openapi.data.AQDataSet
-
Returns an array of column names.
- getColumnNumericFormat(String) - Method in interface com.aquafold.openapi.data.AQDataSetSettings
-
Returns the numeric format pattern for the column identified by the specified name.
- getColumnNumericFormat(int) - Method in interface com.aquafold.openapi.data.AQDataSetSettings
-
Returns the numeric format pattern for the column identified by the specified index.
- getColumnStructure() - Method in interface com.aquafold.openapi.data.AQDataSet
-
Returns column structure information.
- getColumnStructure() - Method in interface com.aquafold.openapi.io.AQDataReader
-
To get the reader column structure.
- getColumnStructure() - Method in interface com.aquafold.openapi.rdbms.AQResultSet
-
To get the associated column structure of the result set.
- getColumnTimeFormat(String) - Method in interface com.aquafold.openapi.data.AQDataSetSettings
-
Returns the time format pattern for the column identified by the specified name.
- getColumnTimeFormat(int) - Method in interface com.aquafold.openapi.data.AQDataSetSettings
-
Returns the time format pattern for the column identified by the specified index.
- getColumnTypeString(int) - Method in interface com.aquafold.openapi.chart.AQChartProperties
-
Get the Type of geometry to use when rendering a column or bar chart
- getComment() - Method in interface com.aquafold.openapi.vcs.AQRevision
-
Returns check-in comment for the given revision.
- getCompare() - Method in interface com.aquafold.openapi.AQAqua
-
Returns a singleton object which provides compare functionality.
- getCompareOptions() - Method in interface com.aquafold.openapi.compare.AQComparator
-
Returns a mutable object which allows for setting comparison options.
- getCompareOptions() - Method in interface com.aquafold.openapi.compare.AQSchemaComparator
-
Returns a mutable object which allows for setting comparison options.
- getCompareOptions() - Method in interface com.aquafold.openapi.compare.AQSchemaDifferences
-
Returns a mutable object which allows for setting comparison options.
- getConflicting() - Method in interface com.aquafold.openapi.vcs.AQGitStatus
-
- getConnectionHeader() - Method in interface com.aquafold.openapi.net.AQWebRequest
-
Returns the value of the Connection
general header.
- getConnectionHeader() - Method in interface com.aquafold.openapi.net.AQWebResponse
-
Returns the value of the Connection
general header.
- getConnectionTimeout() - Method in interface com.aquafold.openapi.net.AQWebClient
-
Returns the timeout, in milliseconds, used to establish a connection between this object and an HTTP server.
- getConsole() - Method in interface com.aquafold.openapi.AQAqua
-
Returns a console object.
- getContent() - Method in interface com.aquafold.openapi.net.AQWebResponse
-
Returns the response body as an object.
- getContentBytes() - Method in interface com.aquafold.openapi.net.AQWebResponse
-
Returns the response body as an array of bytes.
- getContentEncodingHeader() - Method in interface com.aquafold.openapi.net.AQWebRequest
-
Returns the value of the Content-Encoding
entity header.
- getContentEncodingHeader() - Method in interface com.aquafold.openapi.net.AQWebResponse
-
Returns the value of the Content-Encoding
entity header.
- getContentLanguageHeader() - Method in interface com.aquafold.openapi.net.AQWebRequest
-
Returns the value of the Content-Language
entity header.
- getContentLanguageHeader() - Method in interface com.aquafold.openapi.net.AQWebResponse
-
Returns the value of the Content-Language
entity header.
- getContentLengthHeader() - Method in interface com.aquafold.openapi.net.AQWebRequest
-
Returns the value of the Content-Length
entity header.
- getContentLengthHeader() - Method in interface com.aquafold.openapi.net.AQWebResponse
-
Returns the value of the Content-Length
entity header.
- getContentLocationHeader() - Method in interface com.aquafold.openapi.net.AQWebRequest
-
Returns the value of the Content-Location
entity header.
- getContentLocationHeader() - Method in interface com.aquafold.openapi.net.AQWebResponse
-
Returns the value of the Content-Location
entity header.
- getContentMD5Header() - Method in interface com.aquafold.openapi.net.AQWebRequest
-
Returns the value of the Content-MD5
entity header.
- getContentMD5Header() - Method in interface com.aquafold.openapi.net.AQWebResponse
-
Returns the value of the Content-MD5
entity header.
- getContentRangeHeader() - Method in interface com.aquafold.openapi.net.AQWebRequest
-
Returns the value of the Content-Range
entity header.
- getContentRangeHeader() - Method in interface com.aquafold.openapi.net.AQWebResponse
-
Returns the value of the Content-Range
entity header.
- getContentString() - Method in interface com.aquafold.openapi.net.AQWebResponse
-
Returns the response body as a string.
- getContentType() - Method in interface com.aquafold.openapi.AQResponse
-
Returns HTTP response content type.
- getContentTypeHeader() - Method in interface com.aquafold.openapi.net.AQWebRequest
-
Returns the value of the Content-Type
entity header.
- getContentTypeHeader() - Method in interface com.aquafold.openapi.net.AQWebResponse
-
Returns the value of the Content-Type
entity header.
- getCookies() - Method in interface com.aquafold.openapi.AQRequest
-
Returns an array containing all of the Cookie objects the client sent with this request.
- getCountryMax(int) - Method in interface com.aquafold.openapi.chart.AQChartModel
-
Get the Maximum value of all per-country totals (sum of all values for a specified series and country, regardless of identifier (e.g.
- getCountryMin(int) - Method in interface com.aquafold.openapi.chart.AQChartModel
-
Get the Minimum value of all per-country totals (sum of all values for a specified series and country, regardless of identifier (e.g.
- getCountryValue(String, int) - Method in interface com.aquafold.openapi.chart.AQChartModel
-
Get the Sum of all series values for the specified country
- getCountryValueByIndex(int, int) - Method in interface com.aquafold.openapi.chart.AQChartModel
-
Get the Sum of all series values for the specified country
- getCreditCard() - Method in interface com.aquafold.openapi.type.AQType
-
Returns a singleton object which allows for credit card number validation.
- getCrypto() - Method in interface com.aquafold.openapi.AQAqua
-
Returns a singleton object which provides cryptographic functionality.
- getCurrentDatabase() - Method in interface com.aquafold.openapi.rdbms.AQMetadata
-
Get the current database the connection is connected to.
- getCurrentDatabase() - Method in interface com.aquafold.openapi.rdbms.AQServerConnection
-
Get the current database the connection is connected to.
- getCurrentRow() - Method in interface com.aquafold.openapi.rdbms.AQResultSet
-
Retrieves the current row number.
- getCurrentTime() - Method in interface com.aquafold.openapi.AQSystem
-
Returns current time in milliseconds as reported by System.currentTimeMillis()
.
- getCurrentWorksheet() - Method in interface com.aquafold.openapi.data.AQExcelSpreadsheet
-
Returns the current worksheet name.
- getCurve() - Method in interface com.aquafold.openapi.math.AQMath
-
- getCustomRowDivider(int) - Method in interface com.aquafold.openapi.data.AQDataSetSettings
-
Returns the String representation of the character used to compose a row divider at the specified row.
- getCyan() - Method in interface com.aquafold.openapi.type.AQColorFactory
-
Returns the color cyan.
- getDarkGray() - Method in interface com.aquafold.openapi.type.AQColorFactory
-
Returns the color dark gray.
- getDashboard() - Method in interface com.aquafold.openapi.AQResponse
-
Returns the Dashboard object when a script is executed within the Aqua Data Server environment.
- getDashboardURL() - Method in interface com.aquafold.openapi.project.AQProject
-
Returns the full URL path to the dashboard entry point on Aqua Data Server for the current project.
- getData() - Method in interface com.aquafold.openapi.AQAqua
-
Returns a singleton object which facilitates operations with data sets.
- getDatabaseName() - Method in interface com.aquafold.openapi.rdbms.AQSchemaObject
-
To get the name of the database.
- getDataFields() - Method in interface com.aquafold.openapi.data.AQPivotDataSet
-
Returns data field names as an array.
- getDataLabelColor() - Method in interface com.aquafold.openapi.chart.AQChartProperties
-
Get the String representation of the color used for Data Labels
- getDataLabelFontSize() - Method in interface com.aquafold.openapi.chart.AQChartProperties
-
Get the font size scalar used to render the Data Label text
- getDataSet() - Method in interface com.aquafold.openapi.data.AQPivotDataSet
-
Returns the application data used to create this pivot table.
- getDataSource() - Method in interface com.aquafold.openapi.chart.AQChart
-
Get the AQChartModel's datasource.
- getDataSource() - Method in interface com.aquafold.openapi.chart.AQChartModel
-
Get the chart model's underlying DataSource (for example, an AQDataSet or AQPivotDataSet).
- getDataType() - Method in interface com.aquafold.openapi.chart.AQFunctionParameter
-
Get the parameter's datatype (Integer, Float or Double)
- getDataType() - Method in interface com.aquafold.openapi.data.AQColumnDescriptor
-
Returns database data type, or null if data type is unknown.
- getDataType() - Method in interface com.aquafold.openapi.rdbms.schema.AQParameter
-
To get the data type for the parameter.
- getDataType() - Method in interface com.aquafold.openapi.rdbms.schema.AQTableColumn
-
To get the data type associated with the column.
- getDataTypes() - Method in interface com.aquafold.openapi.rdbms.AQMetadata
-
To get a list of valid data types supported by the server.
- getDate(int) - Method in interface com.aquafold.openapi.rdbms.AQResultSet
-
Retrieves the value of the designated column in the current row of this ResultSet object as a Date object.
- getDate(String) - Method in interface com.aquafold.openapi.rdbms.AQResultSet
-
Retrieves the value of the designated column in the current row of this ResultSet object as a Date object.
- getDate() - Method in interface com.aquafold.openapi.type.AQType
-
Returns a singleton object which allows for date manipulation and validation.
- getDateFormat() - Method in interface com.aquafold.openapi.AQSession
-
Obtains DateFormat
for formatting date objects.
- getDateFormat() - Method in interface com.aquafold.openapi.data.AQDataSetSettings
-
Returns the pattern used to format date values.
- getDateHeader() - Method in interface com.aquafold.openapi.net.AQWebRequest
-
Returns the value of the Date
general header.
- getDateHeader() - Method in interface com.aquafold.openapi.net.AQWebResponse
-
Returns the value of the Date
general header.
- getDateTimeFormat() - Method in interface com.aquafold.openapi.AQSession
-
Obtains DateFormat
for formatting date-time objects.
- getDateTimeFormat() - Method in interface com.aquafold.openapi.data.AQDataSetSettings
-
Returns the pattern used to format datetime values.
- getDay() - Method in interface com.aquafold.openapi.type.AQDate
-
Returns day of month (1...31) for this date instance.
- getDefaultSmtpServer() - Method in interface com.aquafold.openapi.mail.AQMail
-
Returns the instance of the default SMTP server.
- getDefaultValue() - Method in interface com.aquafold.openapi.rdbms.schema.AQTableColumn
-
To the string representation of the default value for the column.
- getDeletedFiles() - Method in interface com.aquafold.openapi.compare.AQFileDifferences
-
Returns an array of deleted files, which exist on the right side only.
- getDeletedItems() - Method in interface com.aquafold.openapi.compare.AQSchemaDifferences
-
Returns an array of deleted items.
- getDeletedPaths() - Method in interface com.aquafold.openapi.vcs.AQAffectedPaths
-
Returns an array of deleted file names.
- getDepotFiles(Object, boolean) - Method in interface com.aquafold.openapi.vcs.AQPerforce
-
List all Perforce depot files known to the Perforce server that conform to the passed-in wild-card file specification(s).
- getDepots() - Method in interface com.aquafold.openapi.vcs.AQPerforce
-
Get a list of all Perforce depots known to this Perforce server.
- getDepth() - Method in interface com.aquafold.openapi.chart.AQChartProperties
-
Get the Depth of the chart grid (in world coordinate units, where each grid cell is 1.0 units in width & height)
The default depth is 5, so setting depth to 10 would double the depth of the chart grid (rather than the image containing the chart).
- getDiffCount() - Method in interface com.aquafold.openapi.compare.AQSchemaCompareItem
-
Returns the number of lines by which two CREATE scripts are different.
- getDiffFiles(Object, boolean, boolean, boolean, boolean, boolean, boolean, boolean) - Method in interface com.aquafold.openapi.vcs.AQPerforce
-
Return a list of files that differ in some (arbitrarily complex) way from depot.
- getDirectories(Object, boolean, boolean, boolean) - Method in interface com.aquafold.openapi.vcs.AQPerforce
-
List any directories matching the passed-in file specifications.
- getDivisor(int) - Method in interface com.aquafold.openapi.chart.AQChartModel
-
Get the Divisor used for the specified series
- getDivisor() - Method in interface com.aquafold.openapi.chart.AQChartModel
-
Get the Divisor used when all series are merged
- getDivisorTotal() - Method in interface com.aquafold.openapi.chart.AQChartModel
-
Get the Divisor used to subdivide the total range
- getDouble(int) - Method in interface com.aquafold.openapi.rdbms.AQResultSet
-
Retrieves the value of the designated column in the current row of this ResultSet object as a double.
- getDouble(String) - Method in interface com.aquafold.openapi.rdbms.AQResultSet
-
Retrieves the value of the designated column in the current row of this ResultSet object as a double.
- getDouble() - Method in interface com.aquafold.openapi.type.AQType
-
Returns a singleton object which provides Double
manipulation and validation functionality.
- getE() - Method in interface com.aquafold.openapi.math.AQMath
-
Returns the double value that is closer than any other to e, the base of the natural logarithms.
- getEmailAddress() - Method in interface com.aquafold.openapi.type.AQType
-
Returns a singleton object which allows for email address validation.
- getEncoding() - Method in interface com.aquafold.openapi.io.AQTextFileReader
-
Returns input file encoding.
- getEncoding() - Method in interface com.aquafold.openapi.io.AQTextFileWriter
-
Returns output file encoding.
- getEncoding() - Method in interface com.aquafold.openapi.io.AQXmlWriter
-
Returns output file encoding.
- getenv(String) - Method in interface com.aquafold.openapi.AQSystem
-
Gets the value of the specified environment variable.
- getETagHeader() - Method in interface com.aquafold.openapi.net.AQWebResponse
-
Returns the value of the ETag
response header.
- getExceptions() - Method in interface com.aquafold.openapi.rdbms.AQStatementResult
-
Get an object describing an Exception, if one exists.
- getExecTime() - Method in interface com.aquafold.openapi.rdbms.AQStatementResult
-
Get the length of time it takes to execute the SQL statement.
- getExpectHeader() - Method in interface com.aquafold.openapi.net.AQWebRequest
-
Returns the value of the Expect
request header.
- getExpiresHeader() - Method in interface com.aquafold.openapi.net.AQWebRequest
-
Returns the value of the Expires
entity header.
- getExpiresHeader() - Method in interface com.aquafold.openapi.net.AQWebResponse
-
Returns the value of the Expires
entity header.
- getFamily() - Method in interface com.aquafold.openapi.type.AQFont
-
Returns the family name of this AQFont.
- getFile() - Method in interface com.aquafold.openapi.vcs.AQRevision
-
Returns a file associated with revision.
- getFileAttachments() - Method in interface com.aquafold.openapi.mail.AQMailMessage
-
Returns the list of file attachments, an empty array is returned if this message contains no file attachments.
- getFileName() - Method in interface com.aquafold.openapi.vcs.AQRevision
-
Returns the file name.
- getFilesystem() - Method in interface com.aquafold.openapi.AQAqua
-
Returns a singleton object which facilitates operations with the local file system.
- getFileURL(String) - Method in interface com.aquafold.openapi.project.AQProject
-
Returns the full URL path to the specified file under "User Files" folder.
- getFillGridColor() - Method in interface com.aquafold.openapi.chart.AQChartProperties
-
Get the String representation of the color used to fill the chart grid
- getFinancial() - Method in interface com.aquafold.openapi.math.AQMath
-
- getFit() - Method in interface com.aquafold.openapi.math.AQMath
-
- getFixedCategoryCount() - Method in interface com.aquafold.openapi.chart.AQChartProperties
-
Get the Number of categories being displayed
- getFloat(int) - Method in interface com.aquafold.openapi.rdbms.AQResultSet
-
Retrieves the value of the designated column in the current row of this ResultSet object as a float.
- getFloat(String) - Method in interface com.aquafold.openapi.rdbms.AQResultSet
-
Retrieves the value of the designated column in the current row of this ResultSet object as a float.
- getFloat() - Method in interface com.aquafold.openapi.type.AQType
-
Returns a singleton object which provides Float
manipulation and validation functionality.
- getFont() - Method in interface com.aquafold.openapi.chart.AQChartProperties
-
Get the String representation of the Font used to render text (axes, legend, title)
- getFont() - Method in interface com.aquafold.openapi.type.AQType
-
Returns a singleton object which allows for font manipulation.
- getFontName() - Method in interface com.aquafold.openapi.type.AQFont
-
Returns the font face name of this AQFont.
- getFontTitle() - Method in interface com.aquafold.openapi.chart.AQChartProperties
-
Get the String representation of the Font used to render title text.
- getFooter() - Method in interface com.aquafold.openapi.data.AQDataSetSettings
-
Returns the footer text.
- getFooterDivider() - Method in interface com.aquafold.openapi.data.AQDataSetSettings
-
Returns the String representation of the character used to represent the footer divider.
- getForm() - Method in interface com.aquafold.openapi.AQAqua
-
Returns a form factory which can be used to generate html forms.
- getFreeSpace(String) - Method in interface com.aquafold.openapi.filesystem.AQFileSystem
-
Returns the number of unallocated bytes in the partition.
- getFrom() - Method in interface com.aquafold.openapi.mail.AQMailMessage
-
Returns message sender email address or null if the address is not defined.
- getFromHeader() - Method in interface com.aquafold.openapi.net.AQWebRequest
-
Returns the value of the From
request header.
- getFunction(int) - Method in interface com.aquafold.openapi.chart.AQChartProperties
-
Get the Function used to generate this series
- getFunctionName(int) - Method in interface com.aquafold.openapi.chart.AQChartProperties
-
Get the Name of function used to generate this series
- getFunctionParametersString(int) - Method in interface com.aquafold.openapi.chart.AQChartProperties
-
Get the String containing function name and parameters
- getFunctionWithParameterDescriptions() - Method in interface com.aquafold.openapi.chart.AQSeriesFunction
-
Get a description of the function, including parameter names.
- getFunctionWithParameterValues() - Method in interface com.aquafold.openapi.chart.AQSeriesFunction
-
Get a description of the function, including parameter values.
- getGrandTotalColumnSortName() - Method in interface com.aquafold.openapi.data.AQPivotDataSet
-
Returns the data field name used to sort the grand total column.
- getGray() - Method in interface com.aquafold.openapi.type.AQColorFactory
-
Returns the color gray.
- getGreen() - Method in interface com.aquafold.openapi.type.AQColorFactory
-
Returns the color green.
- getGridLineWidth() - Method in interface com.aquafold.openapi.chart.AQChartProperties
-
Return the width of the grid lines
- getGridOpacity() - Method in interface com.aquafold.openapi.chart.AQChartProperties
-
Get the opacity used to render the chart grid
- getGroupSmallValuesThreshold() - Method in interface com.aquafold.openapi.chart.AQChartProperties
-
Get the Threshold value used to group together smaller values in Pie charts
- getGui() - Method in interface com.aquafold.openapi.AQAqua
-
Returns an object which provides access to Swing GUI elements.
- getHeader(String) - Method in interface com.aquafold.openapi.AQRequest
-
Returns the value of the specified request header as a String.
- getHeader(String) - Method in interface com.aquafold.openapi.AQResponse
-
Returns the value of the specified HTTP response header.
- getHeaderDivider() - Method in interface com.aquafold.openapi.data.AQDataSetSettings
-
Returns the String representation of the character used to represent the header divider.
- getHeaderField(String) - Method in interface com.aquafold.openapi.net.AQWebRequest
-
Returns the header value associated with the given header name.
- getHeaderField(String) - Method in interface com.aquafold.openapi.net.AQWebResponse
-
Returns the header value associated with the given header name.
- getHeaderFields(String) - Method in interface com.aquafold.openapi.net.AQWebRequest
-
Returns the header values associated with the given header name.
- getHeaderFields(String) - Method in interface com.aquafold.openapi.net.AQWebResponse
-
Returns the header values associated with the given header name.
- getHeaderMap() - Method in interface com.aquafold.openapi.net.AQWebRequest
-
Returns all of headers this request currently has.
- getHeaderMap() - Method in interface com.aquafold.openapi.net.AQWebResponse
-
Returns all of headers this response currently has.
- getHeaderNames() - Method in interface com.aquafold.openapi.AQRequest
-
Returns string array of all the header names this request contains.
- getHeaders(String) - Method in interface com.aquafold.openapi.AQRequest
-
Returns all the values of the specified request header as a String array.
- getHeight() - Method in interface com.aquafold.openapi.chart.AQChartProperties
-
Get the Height of the chart grid (in world coordinate units, where each grid cell is 1.0 units in width & height)
The default height is 10, so setting height to 20 would double the height of the chart grid (rather than the image containing the chart).
- getHiddenColumnIndexes() - Method in interface com.aquafold.openapi.data.AQDataSetSettings
-
Returns the list of indexes tracked as hidden column indexes.
- getHiddenColumnNames() - Method in interface com.aquafold.openapi.data.AQDataSetSettings
-
Returns the list of names tracked as hidden column names.
- getHistory(String) - Method in interface com.aquafold.openapi.vcs.AQGit
-
Returns the file's complete revision history.
- getHistory(String, int) - Method in interface com.aquafold.openapi.vcs.AQGit
-
Returns the file's revision history.
- getHistory(String) - Method in interface com.aquafold.openapi.vcs.AQPerforce
-
Returns the file's complete revision history.
- getHistory(String, int) - Method in interface com.aquafold.openapi.vcs.AQPerforce
-
Returns the file's revision history.
- getHistory(String) - Method in interface com.aquafold.openapi.vcs.AQWorkspace
-
Returns the file's complete revision history.
- getHistory(String, String, String) - Method in interface com.aquafold.openapi.vcs.AQWorkspace
-
Returns the change set between two revisions.
- getHost() - Method in interface com.aquafold.openapi.mail.AQSmtpServer
-
Returns the host address of the SMTP server.
- getHostHeader() - Method in interface com.aquafold.openapi.net.AQWebRequest
-
Returns the value of the Host
request header.
- getHours() - Method in interface com.aquafold.openapi.type.AQDate
-
Returns hour of day (0..23) for this date instance.
- getHtmlDataCellStyle(int, int) - Method in interface com.aquafold.openapi.data.AQDataSetSettings
-
Returns the custom CSS style associated with the specified data cell.
- getHtmlDataColumnSortLink() - Method in interface com.aquafold.openapi.data.AQDataSetSettings
-
Returns the sorting URL link associated with data column;
this method is only applied to the data set derived from a pivot table.
- getHtmlDataLink(int) - Method in interface com.aquafold.openapi.data.AQDataSetSettings
-
Returns the URL associated with the column data cells identified by the specified column index.
- getHtmlDataLink(String) - Method in interface com.aquafold.openapi.data.AQDataSetSettings
-
Returns the URL associated with the column data cells identified by the specified column name.
- getHtmlHeaderLink(int) - Method in interface com.aquafold.openapi.data.AQDataSetSettings
-
Returns the URL associated with the header cell identified by the specified column index.
- getHtmlHeaderLink(String) - Method in interface com.aquafold.openapi.data.AQDataSetSettings
-
Returns the URL associated with the header cell identified by the specified column name.
- getHtmlHeaderSortLink(int) - Method in interface com.aquafold.openapi.data.AQDataSetSettings
-
Returns the URL associated with the header cell identified by the specified column index.
- getHtmlHeaderSortLink(String) - Method in interface com.aquafold.openapi.data.AQDataSetSettings
-
Returns the URL associated with the header cell identified by the specified column name.
- getHtmlText() - Method in interface com.aquafold.openapi.mail.AQMailMessage
-
Returns message HTML text content or null if the HTML content is not defined.
- getIcon() - Method in interface com.aquafold.openapi.compare.AQSchemaCompareItem
-
Returns the icon corresponding to the object type.
- getIcon() - Method in interface com.aquafold.openapi.rdbms.AQServerObject
-
Returns the icon corresponding to the object type.
- getIconURL(String) - Method in interface com.aquafold.openapi.AQAqua
-
Returns a URL for an icon in the bundled icon set.
- getId() - Method in interface com.aquafold.openapi.AQSession
-
Returns a string containing the unique identifier assigned to this session.
- getIfMatchHeader() - Method in interface com.aquafold.openapi.net.AQWebRequest
-
Returns the value of the If-Match
request header.
- getIfModifiedSinceHeader() - Method in interface com.aquafold.openapi.net.AQWebRequest
-
Returns the value of the If-Modified-Since
request header.
- getIfNoneMatchHeader() - Method in interface com.aquafold.openapi.net.AQWebRequest
-
Returns the value of the If-None-Match
request header.
- getIfRangeHeader() - Method in interface com.aquafold.openapi.net.AQWebRequest
-
Returns the value of the If-Range
request header.
- getIfUnmodifiedSinceHeader() - Method in interface com.aquafold.openapi.net.AQWebRequest
-
Returns the value of the If-Unmodified-Since
request header.
- getIgnore() - Method in interface com.aquafold.openapi.compare.AQCompareOptions
-
Returns the ignore option
- getImageHeight() - Method in interface com.aquafold.openapi.chart.AQChartProperties
-
Get the Chart Image height
- getImageWidth() - Method in interface com.aquafold.openapi.chart.AQChartProperties
-
Get the Chart Image Width
- getIncludeComments() - Method in interface com.aquafold.openapi.rdbms.AQScriptOptions
-
Returns true if comments should be included in the script.
- getIncludeIndexesTriggers() - Method in interface com.aquafold.openapi.rdbms.AQScriptOptions
-
Returns true if CREATE statement should include table indexes and triggers, if applicable.
- getIncludePermissions() - Method in interface com.aquafold.openapi.rdbms.AQScriptOptions
-
Returns true if CREATE statement should include permissions, if applicable.
- getIncludeStorage() - Method in interface com.aquafold.openapi.rdbms.AQScriptOptions
-
Returns true if CREATE statement should include storage, if applicable.
- getIncludeTableConstraintNames() - Method in interface com.aquafold.openapi.rdbms.AQScriptOptions
-
Returns true if the table constraint names should be included.
- getIncludeTableConstraints() - Method in interface com.aquafold.openapi.rdbms.AQScriptOptions
-
Returns true if the table constraints should be included.
- getInt(int) - Method in interface com.aquafold.openapi.rdbms.AQResultSet
-
Retrieves the value of the designated column in the current row of this ResultSet object as an int.
- getInt(String) - Method in interface com.aquafold.openapi.rdbms.AQResultSet
-
Retrieves the value of the designated column in the current row of this ResultSet object as an int.
- getInteger() - Method in interface com.aquafold.openapi.type.AQType
-
Returns a singleton object which provides Integer
manipulation and validation functionality.
- getIo() - Method in interface com.aquafold.openapi.AQAqua
-
Returns a singleton object which provides input/output functionality.
- getJavaClass() - Method in interface com.aquafold.openapi.data.AQColumnDescriptor
-
Returns the java class object corresponding to the data type.
- getJavaColor() - Method in interface com.aquafold.openapi.type.AQColor
-
Returns the underlying java.awt.Color
object.
- getJavaDate() - Method in interface com.aquafold.openapi.type.AQDate
-
Returns Date
value
- getJavaFont() - Method in interface com.aquafold.openapi.type.AQFont
-
Returns the underlying java.awt.Font
object.
- getJavaType() - Method in interface com.aquafold.openapi.data.AQColumnDescriptor
-
Returns fully qualified name of the java class corresponding to the data type, or null if unknown.
- getJavaType() - Method in interface com.aquafold.openapi.rdbms.schema.AQTableColumn
-
Returns fully qualified name of the java type associated with the column.
- getJdbcConnection() - Method in interface com.aquafold.openapi.rdbms.AQServerConnection
-
Returns underlying JDBC connection.
- getLanguage() - Method in interface com.aquafold.openapi.rdbms.schema.AQProcedure
-
To get the name of the language used to create the store procedure.
- getLastModifiedHeader() - Method in interface com.aquafold.openapi.net.AQWebRequest
-
Returns the value of the Last-Modified
entity header.
- getLastModifiedHeader() - Method in interface com.aquafold.openapi.net.AQWebResponse
-
Returns the value of the Last-Modified
entity header.
- getLeadingColumnQuoteIdentifier() - Method in interface com.aquafold.openapi.rdbms.AQMetadata
-
To get the database specific leading column quote identifier.
- getLeadingObjectQuoteIdentifier() - Method in interface com.aquafold.openapi.rdbms.AQMetadata
-
To get the database specific leading quote identifier.
- getLeadingQuoteIdentifier() - Method in interface com.aquafold.openapi.rdbms.AQScriptOptions
-
Returns the leading quote identifier string.
- getLeft() - Method in interface com.aquafold.openapi.compare.AQLineChange
-
Returns a text string on the left side of comparison which corresponds to the first argument
in compare() function.
- getLeftObject() - Method in interface com.aquafold.openapi.compare.AQSchemaCompareItem
-
Returns left side schema object, or null for "added" items.
- getLeftScript() - Method in interface com.aquafold.openapi.compare.AQSchemaCompareItem
-
Returns CREATE script for the left side schema object, or null for "added" items.
- getLegendFontSize() - Method in interface com.aquafold.openapi.chart.AQChartProperties
-
Get the font size scalar used to render the legend text
- getLegendHeight() - Method in interface com.aquafold.openapi.chart.AQChartProperties
-
Get the Exact legend height
- getLegendHeightType() - Method in interface com.aquafold.openapi.chart.AQChartProperties
-
Get the Legend size type
- getLegendPosition() - Method in interface com.aquafold.openapi.chart.AQChartProperties
-
Get the Legend position
- getLegendWidth() - Method in interface com.aquafold.openapi.chart.AQChartProperties
-
Get the Exact legend width
- getLegendWidthType() - Method in interface com.aquafold.openapi.chart.AQChartProperties
-
Get the Legend size type
- getLength() - Method in interface com.aquafold.openapi.io.AQTextStringWriter
-
Returns the length of the text accumulated in the buffer.
- getLength() - Method in interface com.aquafold.openapi.project.AQProjectFile
-
Returns the file length in bytes.
- getLength() - Method in interface com.aquafold.openapi.rdbms.AQSQLBlob
-
Retrieves the length of the blob.
- getLength() - Method in interface com.aquafold.openapi.rdbms.AQSQLClob
-
Retrieves the number of characters in the CLOB value designated by this Clob object.
- getLength() - Method in interface com.aquafold.openapi.rdbms.schema.AQTableColumn
-
To get the maximum length of string columns.
- getLightGray() - Method in interface com.aquafold.openapi.type.AQColorFactory
-
Returns the color light gray.
- getLighting() - Method in interface com.aquafold.openapi.chart.AQChartProperties
-
Get the Lighting type
- getLineCount() - Method in interface com.aquafold.openapi.data.AQDataSetSettings
-
Returns the maximum number of rows to be displayed.
- getLineDelimiter() - Method in interface com.aquafold.openapi.io.AQFormattedTextWriter
-
Returns delimited string.
- getLineSeparator() - Method in interface com.aquafold.openapi.rdbms.AQScriptOptions
-
Returns the current line separator string.
- getLineWidth() - Method in interface com.aquafold.openapi.chart.AQChartProperties
-
Get the Width of lines in Line Chart
- getLocale() - Method in interface com.aquafold.openapi.AQSession
-
Returns the session locale.
- getLocales() - Method in interface com.aquafold.openapi.AQRequest
-
Returns an array of Locale objects indicating, in decreasing order starting with the preferred locale,
the locales that are acceptable to the client based on the Accept-Language header.
- getLocalFile() - Method in interface com.aquafold.openapi.project.AQProjectFile
-
Returns the local java.io.File object representation of the AQProjectFile
- getLocationHeader() - Method in interface com.aquafold.openapi.net.AQWebResponse
-
Returns the value of the Location
response header.
- getLong(int) - Method in interface com.aquafold.openapi.rdbms.AQResultSet
-
Retrieves the value of the designated column in the current row of this ResultSet object as an long.
- getLong(String) - Method in interface com.aquafold.openapi.rdbms.AQResultSet
-
Retrieves the value of the designated column in the current row of this ResultSet object as an long.
- getLong() - Method in interface com.aquafold.openapi.type.AQType
-
Returns a singleton object which provides Long
manipulation and validation functionality.
- getMagenta() - Method in interface com.aquafold.openapi.type.AQColorFactory
-
Returns the color magenta.
- getMail() - Method in interface com.aquafold.openapi.AQAqua
-
Returns a singleton object which facilitates operations with the mail subsystem.
- getMapRange() - Method in interface com.aquafold.openapi.chart.AQChartProperties
-
Get the String list of ranges for map highlighting
- getMapRangeColors() - Method in interface com.aquafold.openapi.chart.AQChartProperties
-
Get the String list of colors for map highlighting
- getMath() - Method in interface com.aquafold.openapi.AQAqua
-
Returns a singleton object which provides easy access to mathematical operations.
- getMax(int) - Method in interface com.aquafold.openapi.chart.AQChartProperties
-
Get the Maximum value on this series' value axis (overrides maximum value found in data model)
- getMaxColumnWidth() - Method in interface com.aquafold.openapi.data.AQDataSetSettings
-
Returns the maximum column width, in unit of characters using default font.
- getMaxForwardsHeader() - Method in interface com.aquafold.openapi.net.AQWebRequest
-
Returns the value of the Max-Forwards
request header.
- getMaximumAxisValue(int) - Method in interface com.aquafold.openapi.chart.AQChartModel
-
Get the Maximum value in series
- getMaximumAxisValue() - Method in interface com.aquafold.openapi.chart.AQChartModel
-
Get the Maximum value for all series
- getMaximumValue() - Method in interface com.aquafold.openapi.chart.AQChartModel
-
Get the Maximum value across all series
- getMaximumValue(int) - Method in interface com.aquafold.openapi.chart.AQChartModel
-
Get the Maximum value in series
- getMaxMemory() - Method in interface com.aquafold.openapi.AQSystem
-
Returns the maximum amount of memory (in bytes) which may be requested by the virtual machine from the OS.
- getMergeSeriesMax() - Method in interface com.aquafold.openapi.chart.AQChartProperties
-
Get the Maximum value on the merged value axis shared by all series (overrides maximum value found in data model)
- getMergeSeriesMin() - Method in interface com.aquafold.openapi.chart.AQChartProperties
-
Get the Minimum value on the merged value axis shared by all series (overrides minimum value found in data model)
- getMetaData() - Method in interface com.aquafold.openapi.chart.AQSeriesFunction
-
Get metadata returned by the function.
- getMetadata() - Method in interface com.aquafold.openapi.rdbms.AQServerConnection
-
Get metadata object which allows for introspection of the database structure.
- getMethod() - Method in interface com.aquafold.openapi.AQRequest
-
Returns the name of the HTTP method with which this request was made, for example, GET, POST, or PUT.
- getMethodRetryCount() - Method in interface com.aquafold.openapi.net.AQWebClient
-
Returns the number of times a request will be retried due to network error.
- getMilliseconds() - Method in interface com.aquafold.openapi.type.AQDate
-
Returns the millisecond within the second for this date instance.
- getMin(int) - Method in interface com.aquafold.openapi.chart.AQChartProperties
-
Get the Minimum value on this series' value axis (overrides minimum value found in data model)
- getMinimumAxisValue(int) - Method in interface com.aquafold.openapi.chart.AQChartModel
-
Get the Minimum value in series
- getMinimumAxisValue() - Method in interface com.aquafold.openapi.chart.AQChartModel
-
Get the Minimum value for all series
- getMinimumValue() - Method in interface com.aquafold.openapi.chart.AQChartModel
-
Get the Minimum value across all series
- getMinimumValue(int) - Method in interface com.aquafold.openapi.chart.AQChartModel
-
Get the Minimum value in series
- getMinutes() - Method in interface com.aquafold.openapi.type.AQDate
-
Returns the minute within the hour for this date instance.
- getMissing() - Method in interface com.aquafold.openapi.vcs.AQGitStatus
-
- getModel() - Method in interface com.aquafold.openapi.chart.AQChart
-
Get the Chart's data model.
- getModificationCount() - Method in interface com.aquafold.openapi.compare.AQDifferences
-
Returns a number of ADDED, DELETED, or MODIFIED lines (excluding UNCHANGED).
- getModificationsOnly() - Method in interface com.aquafold.openapi.compare.AQDifferences
-
Returns a non-null array of changes excluding UNCHANGED items.
- getModified() - Method in interface com.aquafold.openapi.vcs.AQGitStatus
-
- getModifiedFiles() - Method in interface com.aquafold.openapi.compare.AQFileDifferences
-
Returns an array of modified files - files that exist on both left and right sides,
but determined to be different according to the set criteria.
- getModifiedItems() - Method in interface com.aquafold.openapi.compare.AQSchemaDifferences
-
Returns an array of modified items.
- getModifiedPaths() - Method in interface com.aquafold.openapi.vcs.AQAffectedPaths
-
Returns an array of modified file names.
- getMonth() - Method in interface com.aquafold.openapi.type.AQDate
-
Returns month (1..12, January is 1) for this date instance.
- getName() - Method in interface com.aquafold.openapi.chart.AQFunctionParameter
-
Get the name of the parameter.
- getName() - Method in interface com.aquafold.openapi.chart.AQSeriesFunction
-
Get the name of the function.
- getName() - Method in interface com.aquafold.openapi.compare.AQSchemaCompareItem
-
Returns the item name.
- getName() - Method in interface com.aquafold.openapi.data.AQColumnDescriptor
-
Returns table column name.
- getName() - Method in interface com.aquafold.openapi.project.AQProjectFile
-
Returns the file name.
- getName() - Method in interface com.aquafold.openapi.rdbms.AQServerConnection
-
Get connection name (as seen in the schema tree).
- getName() - Method in interface com.aquafold.openapi.rdbms.AQServerObject
-
To get a human-readable database object name.
- getName() - Method in interface com.aquafold.openapi.rdbms.schema.AQParameter
-
To get the name of the parameter.
- getName() - Method in interface com.aquafold.openapi.type.AQFont
-
Returns the logical name of this AQFont.
- getNameAlias(int) - Method in interface com.aquafold.openapi.chart.AQChartProperties
-
Get the Alternate name for the specified series (default name is obtained from model)
- getNClob(int) - Method in interface com.aquafold.openapi.rdbms.AQResultSet
-
Retrieves the value of the designated column in the current row of this ResultSet object as a NClob object.
- getNClob(String) - Method in interface com.aquafold.openapi.rdbms.AQResultSet
-
Retrieves the value of the designated column in the current row of this ResultSet object as a NClob object.
- getNet() - Method in interface com.aquafold.openapi.AQAqua
-
Returns a singleton object which provides network functionality.
- getNString(int) - Method in interface com.aquafold.openapi.rdbms.AQResultSet
-
Retrieves the value of the designated column in the current row of this ResultSet object as a String.
- getNString(String) - Method in interface com.aquafold.openapi.rdbms.AQResultSet
-
Retrieves the value of the designated column in the current row of this ResultSet object as a String.
- getNullString() - Method in interface com.aquafold.openapi.io.AQXmlWriter
-
Returns null string.
- getNumberFormat() - Method in interface com.aquafold.openapi.AQSession
-
Obtains DecimalFormat
for formatting numbers.
- getNumericFormat() - Method in interface com.aquafold.openapi.data.AQDataSetSettings
-
Returns the pattern used to format numeric values.
- getObject(int) - Method in interface com.aquafold.openapi.rdbms.AQResultSet
-
Retrieves the value of the designated column in the current row of this ResultSet object as an Object.
- getObject(String) - Method in interface com.aquafold.openapi.rdbms.AQResultSet
-
Retrieves the value of the designated column in the current row of this ResultSet object as an Object.
- getOpacity() - Method in interface com.aquafold.openapi.chart.AQChartProperties
-
Get the opacity used to render chart geometry
- getOptionCount() - Method in interface com.aquafold.openapi.form.AQFormSelector
-
Returns the number of items in this selector.
- getOptions() - Method in interface com.aquafold.openapi.compare.AQSchemaComparator
-
Returns the script options object which controls generation of CREATE scripts
used in the comparison process.
- getOrange() - Method in interface com.aquafold.openapi.type.AQColorFactory
-
Returns the color orange.
- getOrder() - Method in interface com.aquafold.openapi.rdbms.schema.AQIndexColumn
-
To get the order of this index column.
- getOrdinal() - Method in interface com.aquafold.openapi.rdbms.schema.AQParameter
-
To get the ordinal value of the parameter.
- getOriginalRowIndex() - Method in interface com.aquafold.openapi.chart.AQChartRow
-
Get the index of this row in its original datasource (if any exists).
- getPageSize() - Method in interface com.aquafold.openapi.data.AQDataSetSettings
-
Returns the preferred page size.
- getPanX() - Method in interface com.aquafold.openapi.chart.AQChartProperties
-
Get the camera pan on the X-axis
- getPanY() - Method in interface com.aquafold.openapi.chart.AQChartProperties
-
Get the camera pan on the Y-axis
- getParameter(String) - Method in interface com.aquafold.openapi.AQRequest
-
Returns value of the given request parameter, or null if the parameter is not found.
- getParameter(String, String) - Method in interface com.aquafold.openapi.AQRequest
-
Returns value of the given request parameter, or the defaultValue specified if parameter is not found.
- getParameterDescriptions() - Method in interface com.aquafold.openapi.chart.AQSeriesFunction
-
Get an array of string parameter descriptions.
- getParameterDescriptionsString() - Method in interface com.aquafold.openapi.chart.AQSeriesFunction
-
Get a string containing the parameter descriptions.
- getParameterNames() - Method in interface com.aquafold.openapi.AQRequest
-
Returns an Enumeration of String objects containing the names of the parameters contained in this request.
- getParameters() - Method in interface com.aquafold.openapi.chart.AQSeriesFunction
-
Get the list of function parameters.
- getParameterSignature() - Method in interface com.aquafold.openapi.rdbms.schema.AQFunction
-
Returns a string value which corresponds to the function parameters.
- getParameterSignature() - Method in interface com.aquafold.openapi.rdbms.schema.AQProcedure
-
Returns a string value which corresponds to the procedure parameters.
- getParameterValues(String) - Method in interface com.aquafold.openapi.AQRequest
-
Returns an array of String objects containing all of the values the given request parameter has, or null if the parameter does not exist.
- getParameterValuesString() - Method in interface com.aquafold.openapi.chart.AQSeriesFunction
-
Get a string containing the parameter values.
- getPath() - Method in interface com.aquafold.openapi.project.AQProjectFile
-
Returns the file path.
- getPercentFormat() - Method in interface com.aquafold.openapi.data.AQDataSetSettings
-
Returns the pattern used to format percentage values displayed in data cells.
- getPI() - Method in interface com.aquafold.openapi.math.AQMath
-
Returns the value that is closer than any other to pi, the ratio of the circumference of a circle to its diameter.
- getPieExplode() - Method in interface com.aquafold.openapi.chart.AQChartProperties
-
Get the Distance to which pie slices are exploded from the center of the Pie Chart
- getPieExplodeTopSlices() - Method in interface com.aquafold.openapi.chart.AQChartProperties
-
Get the number of slices to explode, starting with the largest slice and continuing in descending order
- getPieLabelDistance() - Method in interface com.aquafold.openapi.chart.AQChartProperties
-
Get the Distance at which labels are placed from their corresponding pie slices
- getPink() - Method in interface com.aquafold.openapi.type.AQColorFactory
-
Returns the color pink.
- getPort() - Method in interface com.aquafold.openapi.mail.AQSmtpServer
-
Returns the port number to which the STMP server is listen.
- getPragmaHeader() - Method in interface com.aquafold.openapi.net.AQWebRequest
-
Returns the value of the Pragma
general header.
- getPragmaHeader() - Method in interface com.aquafold.openapi.net.AQWebResponse
-
Returns the value of the Pragma
general header.
- getPrecision() - Method in interface com.aquafold.openapi.rdbms.schema.AQTableColumn
-
To get the precision for numeric columns.
- getProject() - Method in interface com.aquafold.openapi.AQAqua
-
Returns a project reference.
- getProperties() - Method in interface com.aquafold.openapi.chart.AQChart
-
Get the Chart's properties.
- getProperty(String) - Method in interface com.aquafold.openapi.AQSystem
-
Gets the system property indicated by the specified key.
- getProperty(String, String) - Method in interface com.aquafold.openapi.AQSystem
-
Gets the system property indicated by the specified key.
- getProvider() - Method in interface com.aquafold.openapi.vcs.AQWorkspace
-
Returns provider type string.
- getProxyAuthenticateHeader() - Method in interface com.aquafold.openapi.net.AQWebResponse
-
Returns the value of the Proxy-Authenticate
response header.
- getProxyAuthorizationHeader() - Method in interface com.aquafold.openapi.net.AQWebRequest
-
Returns the value of the Proxy-Authorization
request header.
- getQualifyObject() - Method in interface com.aquafold.openapi.rdbms.AQScriptOptions
-
Returns either true or false, indicating whether the qualify object value is set or cleared.
- getQuoteIdentifier() - Method in interface com.aquafold.openapi.io.AQXmlWriter
-
Returns current quote identifier or null if none is set.
- getRandom() - Method in interface com.aquafold.openapi.AQAqua
-
Returns a singleton object which provides random data generator functionality.
- getRange(int) - Method in interface com.aquafold.openapi.chart.AQChartModel
-
Get the Size of the numeric range for the specified series
- getRange() - Method in interface com.aquafold.openapi.chart.AQChartModel
-
Get the Size of range when all series are merged
- getRangeHeader() - Method in interface com.aquafold.openapi.net.AQWebRequest
-
Returns the value of the Range
request header.
- getRangeTotal() - Method in interface com.aquafold.openapi.chart.AQChartModel
-
Get the Size of numeric range between total positive & total negative
- getReader() - Method in interface com.aquafold.openapi.data.AQDataSet
-
Creates a new reader (with its own cursor) suitable for sequential access.
- getRed() - Method in interface com.aquafold.openapi.type.AQColorFactory
-
Returns the color red.
- getRefererHeader() - Method in interface com.aquafold.openapi.net.AQWebRequest
-
Returns the value of the Referer
request header.
- getRemoteAddr() - Method in interface com.aquafold.openapi.AQRequest
-
Returns the Internet Protocol (IP) address of the client or last proxy that sent the request.
- getRemoteHost() - Method in interface com.aquafold.openapi.AQRequest
-
Returns the fully qualified name of the client or the last proxy that sent the request.
- getRemoved() - Method in interface com.aquafold.openapi.vcs.AQGitStatus
-
- getReplyTo() - Method in interface com.aquafold.openapi.mail.AQMailMessage
-
Returns the list of addresses to which replies should be directed, an empty array is returned if Reply-To addresses are not defined.
- getReport() - Method in interface com.aquafold.openapi.AQAqua
-
Returns a singleton object which provides report functionality.
- getRequest() - Method in interface com.aquafold.openapi.AQAqua
-
Returns the servlet request object associated with the current script.
- getRequest() - Method in interface com.aquafold.openapi.net.AQWebResponse
-
Returns the request object that produces this response.
- getRequestURI() - Method in interface com.aquafold.openapi.AQRequest
-
Returns the part of this request's URL excluding protocol, host name and the part of the query string
after '?' character, for the purpose of constructing relative links.
- getResidual(double[], double[]) - Method in interface com.aquafold.openapi.math.AQFit
-
Calculates residual (difference between raw and fitted data) for given fit.
- getResponse() - Method in interface com.aquafold.openapi.AQAqua
-
Returns the servlet response object associated with the current script.
- getResultData() - Method in interface com.aquafold.openapi.rdbms.AQStatementResult
-
Returns an array of
AQDataSet
objects containing query results.
- getResults() - Method in interface com.aquafold.openapi.rdbms.AQScriptResult
-
Returns an array of result sets from the execution a SQL script.
- getRetryAfterHeader() - Method in interface com.aquafold.openapi.net.AQWebResponse
-
Returns the value of the Retry-After
response header.
- getRevision(String) - Method in interface com.aquafold.openapi.vcs.AQGit
-
Returns the file revision.
- getRevision(String) - Method in interface com.aquafold.openapi.vcs.AQPerforce
-
Returns the file revision.
- getRevision() - Method in interface com.aquafold.openapi.vcs.AQRevision
-
Returns the revision number or a tag.
- getRevision(String) - Method in interface com.aquafold.openapi.vcs.AQWorkspace
-
Returns the file revision.
- getRevisionContents(String, Object) - Method in interface com.aquafold.openapi.vcs.AQGit
-
Returns the binary contents of the specified revision.
- getRevisionContents(String, String) - Method in interface com.aquafold.openapi.vcs.AQPerforce
-
Returns the binary contents of the specified revision.
- getRevisionContents(String, Object) - Method in interface com.aquafold.openapi.vcs.AQWorkspace
-
Returns the binary contents of the specified revision.
- getRevisionContentsAsString(String, Object, String) - Method in interface com.aquafold.openapi.vcs.AQWorkspace
-
Returns the contents of the specified revision as text string.
- getRight() - Method in interface com.aquafold.openapi.compare.AQLineChange
-
Returns a text string on the right side of comparison which corresponds to the second argument
in compare() function.
- getRightObject() - Method in interface com.aquafold.openapi.compare.AQSchemaCompareItem
-
Returns right side schema object, or null for "deleted" items.
- getRightScript() - Method in interface com.aquafold.openapi.compare.AQSchemaCompareItem
-
Returns CREATE script for the right side schema object, or null for "deleted" items.
- getRotationX() - Method in interface com.aquafold.openapi.chart.AQChartProperties
-
Get the camera rotation around X-axis
- getRotationY() - Method in interface com.aquafold.openapi.chart.AQChartProperties
-
Get the camera rotation around X-axis
- getRotationZ() - Method in interface com.aquafold.openapi.chart.AQChartProperties
-
Get the camera rotation around Z-axis
- getRow(int) - Method in interface com.aquafold.openapi.chart.AQChartModel
-
Get the row at the specified index
- getRow() - Method in interface com.aquafold.openapi.data.AQExcelSpreadsheet
-
Returns the current row (0-based).
- getRow() - Method in interface com.aquafold.openapi.rdbms.AQResultSet
-
Extracts current data row.
- getRowCount() - Method in interface com.aquafold.openapi.chart.AQChartModel
-
Return the number of rows in the model
- getRowCount() - Method in interface com.aquafold.openapi.chart.AQDataSource
-
Get the number of rows in the datasource.
- getRowCount() - Method in interface com.aquafold.openapi.data.AQDataSet
-
Returns the number of rows in this data set.
- getRowDivider() - Method in interface com.aquafold.openapi.data.AQDataSetSettings
-
Returns the String representation of the character used to represent the row divider.
- getRowFields() - Method in interface com.aquafold.openapi.data.AQPivotDataSet
-
Returns row field names as an array.
- getRowId(int) - Method in interface com.aquafold.openapi.rdbms.AQResultSet
-
Retrieves the value of the designated column in the current row of this ResultSet object as a RowId Object.
- getRowId(String) - Method in interface com.aquafold.openapi.rdbms.AQResultSet
-
Retrieves the value of the designated column in the current row of this ResultSet object as a RowId Object.
- getRowNumberHeader() - Method in interface com.aquafold.openapi.data.AQDataSetSettings
-
Returns the header text of the row number column.
- getRowNumberStartRowIndex() - Method in interface com.aquafold.openapi.data.AQDataSetSettings
-
Returns the row index from where the row number calculation to be started.
- getRows() - Method in interface com.aquafold.openapi.chart.AQChartModel
-
Get the list of rows
- getRowTrendChartCacheTime() - Method in interface com.aquafold.openapi.data.AQDataSetSettings
-
Returns the time period, in seconds, that the generated trend chart images for rows will be kept.
- getRowValues(int) - Method in interface com.aquafold.openapi.chart.AQChartModel
-
Get the List of values at specified row
- getRsq(double[], double[]) - Method in interface com.aquafold.openapi.math.AQFit
-
Calculates R2 value for a given fit.
- getRunURL() - Method in interface com.aquafold.openapi.project.AQProject
-
Returns the full URL path to the run-script entry point on Aqua Data Server.
- getScale() - Method in interface com.aquafold.openapi.rdbms.schema.AQTableColumn
-
To get the scale for numeric columns.
- getSchemaName() - Method in interface com.aquafold.openapi.rdbms.AQSchemaObject
-
To get the name of the database schema.
- getScriptOptions() - Method in interface com.aquafold.openapi.rdbms.AQServerConnection
-
Returns an instance of AQScriptOption object associated with the given connection.
- getSeconds() - Method in interface com.aquafold.openapi.type.AQDate
-
Returns the second within the minute for this date instance.
- getSecureField(String) - Method in interface com.aquafold.openapi.crypto.AQCrypto
-
Retrieves an opaque value from a secure storage.
- getSegmentId() - Method in interface com.aquafold.openapi.rdbms.schema.AQSegment
-
To get the segment id.
- getSeq() - Method in interface com.aquafold.openapi.rdbms.schema.AQIndexColumn
-
To get the sequence of this index column.
- getSeries(int) - Method in interface com.aquafold.openapi.chart.AQChartModel
-
Get the series name at the specified index
- getSeries() - Method in interface com.aquafold.openapi.chart.AQChartModel
-
Get the list of series names
- getSeriesAxisDateFormat() - Method in interface com.aquafold.openapi.chart.AQChartProperties
-
Get the String used to format dates on the series axis
- getSeriesAxisDateTimeFormat() - Method in interface com.aquafold.openapi.chart.AQChartProperties
-
Get the String used to format datetimes on the series axis
- getSeriesAxisLabelColor() - Method in interface com.aquafold.openapi.chart.AQChartProperties
-
Get the String representation of the color used for the Category Axis Label text
- getSeriesAxisNumberFormat() - Method in interface com.aquafold.openapi.chart.AQChartProperties
-
Get the String used to format numbers on the series axis
- getSeriesAxisTimeFormat() - Method in interface com.aquafold.openapi.chart.AQChartProperties
-
Get the String used to format times on the series axis
- getSeriesAxisTitleColor() - Method in interface com.aquafold.openapi.chart.AQChartProperties
-
Get the String representation of the color used for the Category Axis Title text
- getSeriesCount() - Method in interface com.aquafold.openapi.chart.AQChartModel
-
Get the number of series
- getSeriesFields() - Method in interface com.aquafold.openapi.chart.AQChart
-
Get the list of datasource series fields used by the AQChartModel
- getSeriesFields() - Method in interface com.aquafold.openapi.chart.AQChartModel
-
Get the list of datasource fields containing series values
- getSeriesFontSize() - Method in interface com.aquafold.openapi.chart.AQChartProperties
-
Get the font size scalar used to render the series axis text
- getSeriesSpacing() - Method in interface com.aquafold.openapi.chart.AQChartProperties
-
Get the Spacing between series geometry (in world coordinate units)
- getSeriesTextLength() - Method in interface com.aquafold.openapi.chart.AQChartProperties
-
Get the maximum text length (in characters) of the labels on the Series axis.
- getServerConnection(String) - Method in interface com.aquafold.openapi.project.AQProject
-
Returns a project server connection.
- getServerConnection() - Method in interface com.aquafold.openapi.rdbms.AQServerObject
-
To get information on the server connection.
- getServerConnections() - Method in interface com.aquafold.openapi.project.AQProject
-
Returns all server connections available within the script context.
- getServerConnections(String, boolean) - Method in interface com.aquafold.openapi.project.AQProject
-
Returns all server connections in the current folder, and subfolders if recursive flag is passed true.
- getServerConnectionsRootFolder() - Method in interface com.aquafold.openapi.project.AQProject
-
Returns a file object corresponding to the "Servers" project folder.
- getServerHeader() - Method in interface com.aquafold.openapi.net.AQWebResponse
-
Returns the value of the Server
response header.
- getServerInfo() - Method in interface com.aquafold.openapi.vcs.AQPerforce
-
Returns a snapshot set of data on the Perforce server associated with this server interface.
- getServletString(AQChart) - Method in interface com.aquafold.openapi.chart.AQChartFactory
-
Get a string containing the url parameters used to make a ChartServlet request.
- getSession() - Method in interface com.aquafold.openapi.AQRequest
-
Returns the current session associated with this request, or if the request does not have a session, creates one.
- getSessionID() - Method in interface com.aquafold.openapi.rdbms.AQServerConnection
-
To get the connection session id.
- getSettings() - Method in interface com.aquafold.openapi.report.AQReport
-
Returns the settings that define how this report to be rendered.
- getShort(int) - Method in interface com.aquafold.openapi.rdbms.AQResultSet
-
Retrieves the value of the designated column in the current row of this ResultSet object as a short.
- getShort(String) - Method in interface com.aquafold.openapi.rdbms.AQResultSet
-
Retrieves the value of the designated column in the current row of this ResultSet object as a short.
- getShort() - Method in interface com.aquafold.openapi.type.AQType
-
Returns a singleton object which provides Short
manipulation and validation functionality.
- getSize() - Method in interface com.aquafold.openapi.data.AQDataRow
-
Returns number of columns in this data row that might have data (usually the number of columns
in a data set or a table).
- getSize() - Method in interface com.aquafold.openapi.filesystem.AQFileSet
-
To get the number of files in the file set.
- getSize() - Method in interface com.aquafold.openapi.type.AQFont
-
Returns the point size of this AQFont, rounded to an integer.
- getSocketTimeout() - Method in interface com.aquafold.openapi.net.AQWebClient
-
Returns the socket timeout in milliseconds which is the timeout for waiting for data.
- getSortDataColumnIndex() - Method in interface com.aquafold.openapi.data.AQPivotDataSet
-
Returns the column index that is used for sorting on data column.
- getSortTableColumns() - Method in interface com.aquafold.openapi.rdbms.AQScriptOptions
-
Returns true if table columns should be sorted by name.
- getSpecificName() - Method in interface com.aquafold.openapi.rdbms.schema.AQProcedure
-
To get the specific name for the procedure.
- getSqlType() - Method in interface com.aquafold.openapi.data.AQColumnDescriptor
-
Returns an integer value which corresponds to a generic SQL type identifier defined in Types
.
- getSqlType() - Method in interface com.aquafold.openapi.rdbms.schema.AQTableColumn
-
Returns an integer representing the SQL type associated with the column.
- getStartTime() - Method in interface com.aquafold.openapi.AQAqua
-
Returns script start time in milliseconds.
- getStat() - Method in interface com.aquafold.openapi.math.AQMath
-
- getStatement() - Method in interface com.aquafold.openapi.rdbms.AQStatementResult
-
Get the SQL statement executed.
- getStatementSeparator() - Method in interface com.aquafold.openapi.rdbms.AQMetadata
-
To get the database specific statement separator.
- getStatementSeparator() - Method in interface com.aquafold.openapi.rdbms.AQScriptOptions
-
Returns the current statement separator string.
- getStatus() - Method in interface com.aquafold.openapi.AQResponse
-
Returns HTTP response status code.
- getStatus() - Method in interface com.aquafold.openapi.rdbms.schema.AQSegment
-
To get the status of the segment.
- getStatusCode() - Method in interface com.aquafold.openapi.net.AQWebResponse
-
Returns the response status code.
- getStatusLine() - Method in interface com.aquafold.openapi.net.AQWebResponse
-
Returns the response status line.
- getStatusText() - Method in interface com.aquafold.openapi.net.AQWebResponse
-
Returns the response status text.
- getString(int) - Method in interface com.aquafold.openapi.data.AQDataRow
-
Returns data value as a String
- getString(int) - Method in interface com.aquafold.openapi.rdbms.AQResultSet
-
Retrieves the value of the designated column in the current row of this ResultSet object as a String.
- getString(String) - Method in interface com.aquafold.openapi.rdbms.AQResultSet
-
Retrieves the value of the designated column in the current row of this ResultSet object as a String.
- getString() - Method in interface com.aquafold.openapi.type.AQType
-
Returns a singleton object which allows for String
validation.
- getStyle() - Method in interface com.aquafold.openapi.form.AQForm
-
Returns the form style.
- getStyle() - Method in interface com.aquafold.openapi.type.AQFont
-
Returns the style of this AQFont.
- getSubdivisions(int) - Method in interface com.aquafold.openapi.chart.AQChartModel
-
Get the Number of subdivisions on a series range
- getSubdivisions() - Method in interface com.aquafold.openapi.chart.AQChartModel
-
Get the Number of subdivisions on range when all series are merged
- getSubdivisionsTotal() - Method in interface com.aquafold.openapi.chart.AQChartModel
-
Get the Number of subdivisions on the total range
- getSubject() - Method in interface com.aquafold.openapi.mail.AQMailMessage
-
Returns message subject or null if the message subject is not defined.
- getSubString(long, int) - Method in interface com.aquafold.openapi.rdbms.AQSQLClob
-
Retrieves a copy of the specified substring in the CLOB value designated by this Clob
object.
- getSystem() - Method in interface com.aquafold.openapi.AQAqua
-
Returns a singleton object which provides access to system functions.
- getTableName() - Method in interface com.aquafold.openapi.rdbms.schema.AQForeignKeyRefColumn
-
To get the name of the table that this column belongs to.
- getTableName() - Method in interface com.aquafold.openapi.rdbms.schema.AQIndex
-
To get the table name associated with this index.
- getTableName() - Method in interface com.aquafold.openapi.rdbms.schema.AQRule
-
Get rule table name
- getTableName() - Method in interface com.aquafold.openapi.rdbms.schema.AQTrigger
-
To get the name of the table associated with the trigger.
- getTableSchemaName() - Method in interface com.aquafold.openapi.rdbms.schema.AQIndex
-
To get the schema name of the table associated with this index.
- getTEHeader() - Method in interface com.aquafold.openapi.net.AQWebRequest
-
Returns the value of the TE
request header.
- getText() - Method in interface com.aquafold.openapi.mail.AQMailMessage
-
Returns message plain text content or null if the plain text content is not defined.
- getTextResults() - Method in interface com.aquafold.openapi.rdbms.AQScriptResult
-
Get a text representation of all the result set and messages from the execution
of the script.
- getTheme() - Method in interface com.aquafold.openapi.chart.AQChartProperties
-
Get the color theme
Color themes control the background gradient colors, the per-series colors and the font colors
- getTime(int) - Method in interface com.aquafold.openapi.rdbms.AQResultSet
-
Retrieves the value of the designated column in the current row of this ResultSet object as a Time object.
- getTime(String) - Method in interface com.aquafold.openapi.rdbms.AQResultSet
-
Retrieves the value of the designated column in the current row of this ResultSet object as a Time object.
- getTime() - Method in interface com.aquafold.openapi.vcs.AQRevision
-
Returns the revision time.
- getTimeExecuted() - Method in interface com.aquafold.openapi.rdbms.AQStatementResult
-
Get the time when the statement is done executing.
- getTimeFormat() - Method in interface com.aquafold.openapi.AQSession
-
Obtains DateFormat
for formatting time objects.
- getTimeFormat() - Method in interface com.aquafold.openapi.data.AQDataSetSettings
-
Returns the pattern used to format time values.
- getTimeMilliseconds() - Method in interface com.aquafold.openapi.type.AQDate
-
Returns UTC time in milliseconds since January 1, 1970 00:00:00.000 GMT
- getTimestamp(int) - Method in interface com.aquafold.openapi.rdbms.AQResultSet
-
Retrieves the value of the designated column in the current row of this ResultSet object as a Timestamp object.
- getTimestamp(String) - Method in interface com.aquafold.openapi.rdbms.AQResultSet
-
Retrieves the value of the designated column in the current row of this ResultSet object as a Timestamp object.
- getTimeZone() - Method in interface com.aquafold.openapi.type.AQDate
-
Returns TimeZone
value.
- getTimeZoneOffset() - Method in interface com.aquafold.openapi.type.AQDate
-
Returns time zone offset in milliseconds relative to GMT
- getTitle() - Method in interface com.aquafold.openapi.AQResponse
-
Returns the value of TITLE tag.
- getTitle() - Method in interface com.aquafold.openapi.chart.AQChartProperties
-
Get the Chart title
- getTitle() - Method in interface com.aquafold.openapi.data.AQDataSetSettings
-
Returns the title text.
- getTitleCategory() - Method in interface com.aquafold.openapi.chart.AQChartProperties
-
Get the Category axis title
- getTitleColor() - Method in interface com.aquafold.openapi.chart.AQChartProperties
-
Get the String representation of the color used for the Chart Title text
- getTitleDivider() - Method in interface com.aquafold.openapi.data.AQDataSetSettings
-
Returns the String representation of the character used to represent the title divider.
- getTitleFontSize() - Method in interface com.aquafold.openapi.chart.AQChartProperties
-
Get the font size scalar used to render the Title text
- getTitlePosition() - Method in interface com.aquafold.openapi.chart.AQChartProperties
-
Get the Chart title position
- getTitleValue() - Method in interface com.aquafold.openapi.chart.AQChartProperties
-
Get the Value axis title
- getToRecipients() - Method in interface com.aquafold.openapi.mail.AQMailMessage
-
Returns a list of recipients, an empty array is returned if recipients are not defined.
- getTotal(int) - Method in interface com.aquafold.openapi.chart.AQChartModel
-
Get the Total of all values in the specified series
- getTotalAbsolute(int) - Method in interface com.aquafold.openapi.chart.AQChartModel
-
Get the Total of all absolute values in the specified series
- getTotalMemory() - Method in interface com.aquafold.openapi.AQSystem
-
Returns the amount of memory (in bytes) currently allocated by the virtual machine.
- getTotalNegative() - Method in interface com.aquafold.openapi.chart.AQChartModel
-
Get the Sum of all series minima which are less than zero
- getTotalPositive() - Method in interface com.aquafold.openapi.chart.AQChartModel
-
Get the Sum of all series maxima which are greater than zero
- getTotalSpace(String) - Method in interface com.aquafold.openapi.filesystem.AQFileSystem
-
Returns the size of the partition.
- getTrailerHeader() - Method in interface com.aquafold.openapi.net.AQWebRequest
-
Returns the value of the Trailer
general header.
- getTrailerHeader() - Method in interface com.aquafold.openapi.net.AQWebResponse
-
Returns the value of the Trailer
general header.
- getTrailingColumnQuoteIdentifier() - Method in interface com.aquafold.openapi.rdbms.AQMetadata
-
To get the database specific trailing column quote identifier.
- getTrailingObjectQuoteIdentifier() - Method in interface com.aquafold.openapi.rdbms.AQMetadata
-
To get the database specific trailing quote identifier.
- getTrailingQuoteIdentifier() - Method in interface com.aquafold.openapi.rdbms.AQScriptOptions
-
Returns the trailing quote identifier string.
- getTransferEncodingHeader() - Method in interface com.aquafold.openapi.net.AQWebRequest
-
Returns the value of the Transfer-Encoding
general header.
- getTransferEncodingHeader() - Method in interface com.aquafold.openapi.net.AQWebResponse
-
Returns the value of the Transfer-Encoding
general header.
- getType() - Method in interface com.aquafold.openapi.AQAqua
-
Returns a singleton object which provides data type manipulation and validation functionality.
- getTypeName() - Method in interface com.aquafold.openapi.compare.AQSchemaCompareItem
-
Returns the name of the underlying object type.
- getTypeName() - Method in interface com.aquafold.openapi.rdbms.AQServerObject
-
To get the database object's type name.
- getUnchangedFiles() - Method in interface com.aquafold.openapi.compare.AQFileDifferences
-
Returns an array of unchanged files - files that exist on both left and right sides,
but determined to be unchanged according to the set criteria.
- getUnchangedItems() - Method in interface com.aquafold.openapi.compare.AQSchemaDifferences
-
Returns an array of unchanged items.
- getUntracked() - Method in interface com.aquafold.openapi.vcs.AQGitStatus
-
- getUpgradeHeader() - Method in interface com.aquafold.openapi.net.AQWebRequest
-
Returns the value of the Upgrade
general header.
- getUpgradeHeader() - Method in interface com.aquafold.openapi.net.AQWebResponse
-
Returns the value of the Upgrade
general header.
- getURL() - Method in interface com.aquafold.openapi.net.AQWebRequest
-
Returns the URL string to which this request to be sent.
- getURL(int) - Method in interface com.aquafold.openapi.rdbms.AQResultSet
-
Retrieves the value of the designated column in the current row of this ResultSet object as a URL string.
- getURL(String) - Method in interface com.aquafold.openapi.rdbms.AQResultSet
-
Retrieves the value of the designated column in the current row of this ResultSet object as a URL string.
- getUsableSpace(String) - Method in interface com.aquafold.openapi.filesystem.AQFileSystem
-
Returns the number of bytes available to this virtual machine on the
partition.
- getUsedMemory() - Method in interface com.aquafold.openapi.AQSystem
-
Returns the amount of memory (in bytes) currently in use by the virtual machine.
- getUser(String) - Method in interface com.aquafold.openapi.vcs.AQPerforce
-
Get the user details of a specific Perforce user from the Perforce server.
- getUserAgentHeader() - Method in interface com.aquafold.openapi.net.AQWebRequest
-
Returns the value of the User-Agent
request header.
- getUserFile(String) - Method in interface com.aquafold.openapi.project.AQProject
-
Returns a file object within "User Files" project folder.
- getUserFilesRootFolder() - Method in interface com.aquafold.openapi.project.AQProject
-
Returns a file object corresponding to the "User Files" project folder.
- getUserGroup(String) - Method in interface com.aquafold.openapi.vcs.AQPerforce
-
Get the named Perforce user group.
- getUserGroups(String, boolean, boolean) - Method in interface com.aquafold.openapi.vcs.AQPerforce
-
Get a list of Perforce user groups from the server.
- getUserName() - Method in interface com.aquafold.openapi.AQAqua
-
Returns the user name.
- getUsers() - Method in interface com.aquafold.openapi.vcs.AQPerforce
-
Get a list of Perforce users known to this Perforce server.
- getUtil() - Method in interface com.aquafold.openapi.AQAqua
-
Returns a singleton object which provides utility functions.
- getValue(int, int) - Method in interface com.aquafold.openapi.chart.AQChartModel
-
Get the Value at specified category and series indices
- getValue() - Method in interface com.aquafold.openapi.chart.AQFunctionParameter
-
Get the value of the parameter.
- getValueAt(int, int) - Method in interface com.aquafold.openapi.chart.AQDataSource
-
Get the value at the specified row and column in the datasource.
- getValueAt(int, int) - Method in interface com.aquafold.openapi.data.AQDataSet
-
Returns the data value at columnIndex
and
rowIndex
.
- getValueAxisLabelColor() - Method in interface com.aquafold.openapi.chart.AQChartProperties
-
Get the String representation of the color used for the Value Axis Label text
- getValueAxisNumberFormat() - Method in interface com.aquafold.openapi.chart.AQChartProperties
-
Get the String used to format numbers on the value axis
- getValueAxisTitleColor() - Method in interface com.aquafold.openapi.chart.AQChartProperties
-
Get the String representation of the color used for the Value Axis Title text
- getValueFontSize() - Method in interface com.aquafold.openapi.chart.AQChartProperties
-
Get the font size scalar used to render the value axis text
- getValues() - Method in interface com.aquafold.openapi.chart.AQChartRow
-
Get this row's list of values, where value[0] is from series 0, value[1] is from series 1, etc.
- getValueString() - Method in interface com.aquafold.openapi.chart.AQFunctionParameter
-
Get a string representation of the parameter value.
- getVaryHeader() - Method in interface com.aquafold.openapi.net.AQWebResponse
-
Returns the value of the Vary
response header.
- getVcs() - Method in interface com.aquafold.openapi.AQAqua
-
Returns a singleton object which provides an entry point for version control functionality.
- getVersion() - Method in interface com.aquafold.openapi.AQAqua
-
Returns AquaScript runtime engine version string.
- getVersionString() - Method in interface com.aquafold.openapi.rdbms.AQServerConnection
-
Get database/server version.
- getViaHeader() - Method in interface com.aquafold.openapi.net.AQWebRequest
-
Returns the value of the Via
general header.
- getViaHeader() - Method in interface com.aquafold.openapi.net.AQWebResponse
-
Returns the value of the Via
general header.
- getWarningHeader() - Method in interface com.aquafold.openapi.net.AQWebRequest
-
Returns the value of the Warning
general header.
- getWarningHeader() - Method in interface com.aquafold.openapi.net.AQWebResponse
-
Returns the value of the Warning
general header.
- getWarnings() - Method in interface com.aquafold.openapi.rdbms.AQStatementResult
-
Get the SQLWarning object.
- getWhite() - Method in interface com.aquafold.openapi.type.AQColorFactory
-
Returns the color white.
- getWidth() - Method in interface com.aquafold.openapi.chart.AQChartProperties
-
Get the Width of the chart grid (in world coordinate units, where each grid cell is 1.0 units in width & height)
The default width is 16, so setting width to 32 would double the width of the chart grid (rather than the image containing the chart).
- getWorksheetNames() - Method in interface com.aquafold.openapi.data.AQExcelSpreadsheet
-
Returns worksheet names in an array.
- getWorkspaceSubversion(String) - Method in interface com.aquafold.openapi.vcs.AQVersionControl
-
Returns the parent workspace of the specified file.
- getWriter() - Method in interface com.aquafold.openapi.rdbms.schema.AQTable
-
Returns a writer object suitable for importing data into the table.
- getWWWAuthenticateHeader() - Method in interface com.aquafold.openapi.net.AQWebResponse
-
Returns the value of the WWW-Authenticate
response header.
- getYear() - Method in interface com.aquafold.openapi.type.AQDate
-
Returns Gregorian year for this date instance.
- getYellow() - Method in interface com.aquafold.openapi.type.AQColorFactory
-
Returns the color yellow.
- getZoom() - Method in interface com.aquafold.openapi.chart.AQChartProperties
-
Get the camera zoom
- glob(String) - Method in interface com.aquafold.openapi.net.AQFtpFileSystem
-
Returns all the files that match filePattern and are not checksum
files.
- glob(String, AQPathFilter) - Method in interface com.aquafold.openapi.net.AQFtpFileSystem
-
Returns an array of FileStatus objects whose path names match pathPattern
and is accepted by the user-supplied path filter.
- glob(String) - Method in interface com.aquafold.openapi.net.AQHadoopDistributedFileSystem
-
Returns all the files that match filePattern and are not checksum
files.
- glob(String, AQPathFilter) - Method in interface com.aquafold.openapi.net.AQHadoopDistributedFileSystem
-
Returns an array of FileStatus objects whose path names match pathPattern
and is accepted by the user-supplied path filter.
- gradient(double, double[]) - Method in interface com.aquafold.openapi.math.AQParametricRealFunction
-
Calculates values of gradient along each parameter [see value]
- gunzip(String, String) - Method in interface com.aquafold.openapi.archive.AQArchive
-
Expands a file that has been compressed with the GZIP algorithm.
- gzip(String, String) - Method in interface com.aquafold.openapi.archive.AQArchive
-
Compresses a file with the GZIP algorithm.
- IEEEremainder(double, double) - Method in interface com.aquafold.openapi.math.AQMath
-
Computes the remainder operation on two arguments as prescribed by the IEEE 754 standard.
- importData(AQDataReader) - Method in interface com.aquafold.openapi.data.AQDataSet
-
Imports data row by row, performing necessary structural conversion.
- init(String, boolean) - Method in interface com.aquafold.openapi.vcs.AQGit
-
Creates an empty git repository or reinitialize an existing one.
- insert(int, AQDataRow) - Method in interface com.aquafold.openapi.data.AQDataSet
-
Insert row at the specified index.
- insert(AQDataSet, boolean) - Method in interface com.aquafold.openapi.data.AQExcelSpreadsheet
-
Inserts the data set into the current worksheet,
starting with the current row and column.
- insert(AQDataReader, boolean) - Method in interface com.aquafold.openapi.data.AQExcelSpreadsheet
-
Inserts the data read from the specified reader into the current worksheet,
starting with the current row and column.
- insert(AQDataRow) - Method in interface com.aquafold.openapi.data.AQExcelSpreadsheet
-
Inserts the row of values into the current worksheet,
starting with the current row and column.
- insertPivotTable(AQPivotDataSet) - Method in interface com.aquafold.openapi.data.AQExcelSpreadsheet
-
Creates a new worksheet with the pivot data set inserted.
- insertPivotTable(AQPivotDataSet) - Method in interface com.aquafold.openapi.io.AQExcelWriter
-
Inserts a new worksheet containing pivot table from the specified data set.
- insertRow(int, Object, Number...) - Method in interface com.aquafold.openapi.chart.AQChartModel
-
Insert a row of data containing the specified Category and an array of numbers, one for each series.
- insertRow(int) - Method in interface com.aquafold.openapi.data.AQDataSet
-
Insert a new row at specified index.
- insertRowWithValues(int, Object...) - Method in interface com.aquafold.openapi.data.AQDataSet
-
Insert a new row at specified index with the specified column values.
- insertSeriesField(int, String) - Method in interface com.aquafold.openapi.chart.AQChartModel
-
Select a series field from the datasource and place it at the specified series index
- interpolate(double[], double[], double) - Method in interface com.aquafold.openapi.math.AQCurve
-
Interpolates data point at incoming value using natural cubic splines
[link]
- interpolate(double[], double[], double, String) - Method in interface com.aquafold.openapi.math.AQCurve
-
Interpolates data point at incoming value based on user-chosen method
[link]
- interquartilerange(double[]) - Method in interface com.aquafold.openapi.math.AQStat
-
Calculates difference between 25th and 75th quartile of incoming array.
- invalidate() - Method in interface com.aquafold.openapi.AQSession
-
Invalidates this session and unbinds any objects bound to it.
- isAdded() - Method in interface com.aquafold.openapi.compare.AQLineChange
-
Returns true if this change corresponds to an added line.
- isAdded() - Method in interface com.aquafold.openapi.compare.AQSchemaCompareItem
-
Returns true if the right side was added.
- isApacheDerby() - Method in interface com.aquafold.openapi.rdbms.AQMetadata
-
To test if the server backed by this connection is an Apache Derby server.
- isArchived() - Method in interface com.aquafold.openapi.mail.AQMailQueue
-
Returns true if the archive
option is turned on in this mail queue.
- isAxisTitleOnEdge() - Method in interface com.aquafold.openapi.chart.AQChartProperties
-
Return TRUE if the axes titles should be drawn on the edge of the image
Note: This property is only applicable for 2D charts.
- isAzure() - Method in interface com.aquafold.openapi.rdbms.AQMetadata
-
To test if the database backed by this connection is an Azure database.
- isBatchTransactionType() - Method in interface com.aquafold.openapi.io.AQTableWriter
-
Returns true if the transaction type is Batch.
- isBigQuery() - Method in interface com.aquafold.openapi.rdbms.AQMetadata
-
Aqua Data Server doesn't support BigQuery.
- isBinary() - Method in interface com.aquafold.openapi.data.AQColumnDescriptor
-
Returns true if this column data type is binary.
- isBit() - Method in interface com.aquafold.openapi.data.AQColumnDescriptor
-
Returns true if this column data type is bit.
- isBlank(Object) - Method in interface com.aquafold.openapi.type.AQStringFactory
-
Returns true if the specified string is blank (null, empty string, or contains only whitespace).
- isBlank(Object) - Method in interface com.aquafold.openapi.util.AQUtil
-
Returns true if argument text is empty or contains only whitespace symbols.
- isBold() - Method in interface com.aquafold.openapi.type.AQFont
-
Indicates whether or not this AQFont object's style is BOLD.
- isBoolean() - Method in interface com.aquafold.openapi.data.AQColumnDescriptor
-
Returns true if this column data type is boolean.
- isCacheValid(String) - Method in interface com.aquafold.openapi.chart.AQChart
-
Determines whether the specified cache key is still valid (based on its timeToLive)
- isCalculated() - Method in interface com.aquafold.openapi.data.AQPivotDataSet
-
Returns true if the pivot data has been successfully calculated.
- isCaseSensitive() - Method in interface com.aquafold.openapi.rdbms.AQServerConnection
-
Returns true if names in this connections are case sensitive.
- isCassandra() - Method in interface com.aquafold.openapi.rdbms.AQMetadata
-
To test if the database backed by this connection is an Apache Cassandra database.
- isChartAvailable() - Method in interface com.aquafold.openapi.chart.AQChartFactory
-
This method returns TRUE if the chart rendering is available.
- isCheckConstraint() - Method in interface com.aquafold.openapi.rdbms.schema.AQConstraint
-
To check if this is a check constraint.
- isCloseTo(Object, Object, Object) - Method in interface com.aquafold.openapi.type.AQBigDecimalFactory
-
Checks if two values are within the specified distance.
- isCloseTo(Object, Object, Object) - Method in interface com.aquafold.openapi.type.AQDoubleFactory
-
Checks if two values are within the specified distance.
- isCloseTo(Object, Object, Object) - Method in interface com.aquafold.openapi.type.AQFloatFactory
-
Checks if two values are within the specified distance.
- isClustered() - Method in interface com.aquafold.openapi.chart.AQChartProperties
-
Return true if the current chart type is a clustered chart (e.g.
- isColumnDateFormatNone(String) - Method in interface com.aquafold.openapi.data.AQDataSetSettings
-
Returns true if formatting date values is not desired for the column identified by the specified name.
- isColumnDateFormatNone(int) - Method in interface com.aquafold.openapi.data.AQDataSetSettings
-
Returns true if formatting date values is not desired for the column identified by the specified index.
- isColumnDateTimeFormatNone(String) - Method in interface com.aquafold.openapi.data.AQDataSetSettings
-
Returns true if formatting datetime values is not desired for the column identified by the specified name.
- isColumnDateTimeFormatNone(int) - Method in interface com.aquafold.openapi.data.AQDataSetSettings
-
Returns true if formatting datetime values is not desired for the column identified by the specified index.
- isColumnFieldSortAscending(String) - Method in interface com.aquafold.openapi.data.AQPivotDataSet
-
Returns true if the specified column field is sorted in ascending order.
- isColumnFieldSortDescending(String) - Method in interface com.aquafold.openapi.data.AQPivotDataSet
-
Returns true if the specified column field is sorted in descending order.
- isColumnFieldSortNone(String) - Method in interface com.aquafold.openapi.data.AQPivotDataSet
-
Returns true if the values that correspond to the specified column field are present in the order defined in the application data.
- isColumnNumericFormatNone(String) - Method in interface com.aquafold.openapi.data.AQDataSetSettings
-
Returns true if formatting numeric values is not desired for the column identified by the specified name.
- isColumnNumericFormatNone(int) - Method in interface com.aquafold.openapi.data.AQDataSetSettings
-
Returns true if formatting numeric values is not desired for the column identified by the specified index.
- isColumnTimeFormatNone(String) - Method in interface com.aquafold.openapi.data.AQDataSetSettings
-
Returns true if formatting time values is not desired for the column identified by the specified name.
- isColumnTimeFormatNone(int) - Method in interface com.aquafold.openapi.data.AQDataSetSettings
-
Returns true if formatting time values is not desired for the column identified by the specified index.
- isConnected() - Method in interface com.aquafold.openapi.rdbms.AQServerConnection
-
Get the connection status of the connection session.
- isCustomColumnDividerLocation(int) - Method in interface com.aquafold.openapi.data.AQDataSetSettings
-
Returns true if the column divider to be displayed in front of the specified column.
- isCustomRowDividerLocation(int) - Method in interface com.aquafold.openapi.data.AQDataSetSettings
-
Returns true if the row divider to be displayed in front of the specified row.
- isDataFieldSummaryCount(String) - Method in interface com.aquafold.openapi.data.AQPivotDataSet
-
Returns true if the summary type of the specified data field is count which would show pivot grand total value
as the number of records stored in the application data.
- isDataFieldSummaryCountD(String) - Method in interface com.aquafold.openapi.data.AQPivotDataSet
-
- isDataFieldSummaryMax(String) - Method in interface com.aquafold.openapi.data.AQPivotDataSet
-
Returns true if the summary type of the specified data field is maximum which would show pivot grand total value
as the maximum value amongst all pivot values.
- isDataFieldSummaryMean(String) - Method in interface com.aquafold.openapi.data.AQPivotDataSet
-
Returns true if the summary type of the specified data field is mean which would show pivot grand total value
as the average of all pivot values.
- isDataFieldSummaryMin(String) - Method in interface com.aquafold.openapi.data.AQPivotDataSet
-
Returns true if the summary type of the specified data field is minimum which would show pivot grand total value
as the minimum value amongst all pivot values.
- isDataFieldSummaryStdDev(String) - Method in interface com.aquafold.openapi.data.AQPivotDataSet
-
Returns true if the summary type of the specified data field is standard deviation which would show pivot grand total value
as the standard deviation of all pivot values.
- isDataFieldSummarySum(String) - Method in interface com.aquafold.openapi.data.AQPivotDataSet
-
Returns true if the summary type of the specified data field is sum which would show pivot grand total value
as the sum of all pivot values.
- isDataFieldSummaryVar(String) - Method in interface com.aquafold.openapi.data.AQPivotDataSet
-
Returns true if the summary type of the specified data field is variance which would show pivot grand total value
as the variance of all pivot values.
- isDate() - Method in interface com.aquafold.openapi.data.AQColumnDescriptor
-
Returns true if this column data type is compatible with date types.
- isDateFormatNone() - Method in interface com.aquafold.openapi.data.AQDataSetSettings
-
Returns true if formatting date values is not desired.
- isDateTime() - Method in interface com.aquafold.openapi.data.AQColumnDescriptor
-
Returns true if this column data type is compatible with datetime types.
- isDateTimeFormatNone() - Method in interface com.aquafold.openapi.data.AQDataSetSettings
-
Returns true if formatting datetime values is not desired.
- isDB2() - Method in interface com.aquafold.openapi.rdbms.AQMetadata
-
To test if the server backed by this connection is a DB2 server.
- isDB2iSeries() - Method in interface com.aquafold.openapi.rdbms.AQMetadata
-
To test if the server backed by this connection is a DB2 iSeries server.
- isDB2zOS() - Method in interface com.aquafold.openapi.rdbms.AQMetadata
-
To test if the server backed by this connection is a DB2 zOS server.
- isDeleted() - Method in interface com.aquafold.openapi.compare.AQLineChange
-
Returns true if this change corresponds to a deleted line.
- isDeleted() - Method in interface com.aquafold.openapi.compare.AQSchemaCompareItem
-
Returns true if the right side was deleted.
- isDifferent() - Method in interface com.aquafold.openapi.compare.AQDifferences
-
Returns true only if changes are present.
- isDirectory(String) - Method in interface com.aquafold.openapi.filesystem.AQFileSystem
-
Test whether the directory specified exists.
- isDirectory(String) - Method in interface com.aquafold.openapi.net.AQFtpFileSystem
-
Tests whether the directory specified exists.
- isDirectory(String) - Method in interface com.aquafold.openapi.net.AQHadoopDistributedFileSystem
-
Tests whether the directory specified exists.
- isDoNotIgnore() - Method in interface com.aquafold.openapi.compare.AQIgnore
-
- isDouble() - Method in interface com.aquafold.openapi.chart.AQFunctionParameter
-
Return TRUE if the parameter is a Double.
- isEarlier(AQDate) - Method in interface com.aquafold.openapi.type.AQDate
-
Returns true if the date is earlier than the specified date.
- isEarlier(AQDate, AQDate) - Method in interface com.aquafold.openapi.type.AQDateFactory
-
Returns true if the date specified in parameter a
is earlier
than the date specified in parameter b
.
- isEditable() - Method in interface com.aquafold.openapi.rdbms.schema.AQTableColumn
-
Returns true or false depending on whether the column is editable.
- isEnabled() - Method in interface com.aquafold.openapi.mail.AQMailQueue
-
Returns true if this mail queue is in enabled
state.
- isEqual(Object, Object) - Method in interface com.aquafold.openapi.type.AQBigIntegerFactory
-
Checks if two values are equal.
- isEqual(Object, Object) - Method in interface com.aquafold.openapi.type.AQByteFactory
-
Checks if two bytes are equal.
- isEqual(Object, Object) - Method in interface com.aquafold.openapi.type.AQIntegerFactory
-
Checks if two values are equal.
- isEqual(Object, Object) - Method in interface com.aquafold.openapi.type.AQLongFactory
-
Checks if two values are equal, if treated as long integers.
- isEqual(Object, Object) - Method in interface com.aquafold.openapi.type.AQShortFactory
-
Checks if two values are equal, if treated as short integers.
- isExcel() - Method in interface com.aquafold.openapi.rdbms.AQMetadata
-
To test if the database backed by this connection is a Microsoft Excel database.
- isFile(String) - Method in interface com.aquafold.openapi.filesystem.AQFileSystem
-
Test whether the file specified exists.
- isFile(String) - Method in interface com.aquafold.openapi.net.AQFtpFileSystem
-
Tests whether the file specified exists.
- isFile(String) - Method in interface com.aquafold.openapi.net.AQHadoopDistributedFileSystem
-
Tests whether the file specified exists.
- isFile() - Method in interface com.aquafold.openapi.project.AQProjectFile
-
Returns true if the underlying storage element is a file.
- isFillGrid() - Method in interface com.aquafold.openapi.chart.AQChartProperties
-
Return True if the grid is filled, False if only the grid lines are shown
- isFitChartToImage() - Method in interface com.aquafold.openapi.chart.AQChartProperties
-
Return True if the chart should be rendered flush with the edges of the image area
- isFloat() - Method in interface com.aquafold.openapi.chart.AQFunctionParameter
-
Return TRUE if the parameter is a Float.
- isFolder() - Method in interface com.aquafold.openapi.project.AQProjectFile
-
Returns true if the underlying element is a folder.
- isForeignKeyConstraint() - Method in interface com.aquafold.openapi.rdbms.schema.AQConstraint
-
To check if this is a foreign key constraint.
- isFullTransactionType() - Method in interface com.aquafold.openapi.io.AQTableWriter
-
Returns true if the transaction type is Full.
- isFunctionSeries(int) - Method in interface com.aquafold.openapi.chart.AQChartProperties
-
Return True if this series is a function series (instead of data from the model)
- isGenerateHtmlDocFooter() - Method in interface com.aquafold.openapi.report.AQReportSettings
-
Returns true if to generate the closing tags
for the html
tag and the body
tag.
- isGenerateHtmlDocHeader() - Method in interface com.aquafold.openapi.report.AQReportSettings
-
Returns true if to generate the opening tags
for the html
tag and the body
tag.
- isGreater(Object, Object) - Method in interface com.aquafold.openapi.type.AQBigDecimalFactory
-
Checks if the parameter value a is greater than the parameter value b.
- isGreater(Object, Object) - Method in interface com.aquafold.openapi.type.AQBigIntegerFactory
-
Checks if the parameter value a
is greater then the
parameter value b
.
- isGreater(Object, Object) - Method in interface com.aquafold.openapi.type.AQByteFactory
-
Checks if the parameter value a
is greater then the
parameter value b
.
- isGreater(Object, Object) - Method in interface com.aquafold.openapi.type.AQDoubleFactory
-
Checks if the value is greater than a specified threshold.
- isGreater(Object, Object) - Method in interface com.aquafold.openapi.type.AQFloatFactory
-
Checks if the value is greater than a specified threshold.
- isGreater(Object, Object) - Method in interface com.aquafold.openapi.type.AQIntegerFactory
-
Checks if the value is greater than a specified threshold.
- isGreater(Object, Object) - Method in interface com.aquafold.openapi.type.AQLongFactory
-
Checks if the value is greater than a specified threshold.
- isGreater(Object, Object) - Method in interface com.aquafold.openapi.type.AQShortFactory
-
Checks if the value is greater than a specified threshold.
- isGreaterOrEqual(Object, Object) - Method in interface com.aquafold.openapi.type.AQBigDecimalFactory
-
Checks if the parameter value a is greater than or equal to the parameter value b.
- isGreaterOrEqual(Object, Object) - Method in interface com.aquafold.openapi.type.AQBigIntegerFactory
-
Checks if the parameter value a
is greater or equal to the
parameter value b
.
- isGreaterOrEqual(Object, Object) - Method in interface com.aquafold.openapi.type.AQByteFactory
-
Checks if the parameter value a
is greater or equal to the
parameter value b
.
- isGreaterOrEqual(Object, Object) - Method in interface com.aquafold.openapi.type.AQDoubleFactory
-
Checks if the value is less than or equals to a specified threshold.
- isGreaterOrEqual(Object, Object) - Method in interface com.aquafold.openapi.type.AQFloatFactory
-
Checks if the value is less than or equals to a specified threshold.
- isGreaterOrEqual(Object, Object) - Method in interface com.aquafold.openapi.type.AQIntegerFactory
-
Checks if the value is less than or equals to a specified threshold.
- isGreaterOrEqual(Object, Object) - Method in interface com.aquafold.openapi.type.AQLongFactory
-
Checks if the value is less than or equals to a specified threshold.
- isGreaterOrEqual(Object, Object) - Method in interface com.aquafold.openapi.type.AQShortFactory
-
Checks if the value is less than or equals to a specified threshold.
- isGreenplum() - Method in interface com.aquafold.openapi.rdbms.AQMetadata
-
To test if the server backed by this connection is a Greenplum server.
- isGroupSmallValues() - Method in interface com.aquafold.openapi.chart.AQChartProperties
-
Return True if small values in Pie charts should be grouped together
- isHana() - Method in interface com.aquafold.openapi.rdbms.AQMetadata
-
To test if the server backed by this connection is a SAP Hana server.
- isHidden(String) - Method in interface com.aquafold.openapi.filesystem.AQFileSystem
-
Tests whether the file named by source is a hidden file.
- isHiddenColumn(int) - Method in interface com.aquafold.openapi.data.AQDataSetSettings
-
Returns true if the column identified by the specified column index is a hidden column.
- isHiddenColumn(String) - Method in interface com.aquafold.openapi.data.AQDataSetSettings
-
Returns true if the column identified by the specified column name is a hidden column.
- isHive() - Method in interface com.aquafold.openapi.rdbms.AQMetadata
-
To test if the database backed by this connection is an Hive database.
- isIdentity() - Method in interface com.aquafold.openapi.rdbms.schema.AQTableColumn
-
To get information on whether the column is an identity column.
- isIgnoreBlankLines() - Method in interface com.aquafold.openapi.compare.AQCompareOptions
-
- isIgnoreCase() - Method in interface com.aquafold.openapi.compare.AQCompareOptions
-
- isIgnoreCase() - Method in interface com.aquafold.openapi.compare.AQIgnore
-
- isIgnoreWhitespaces() - Method in interface com.aquafold.openapi.compare.AQIgnore
-
- isIgnoreWhitespacesEmptyLines() - Method in interface com.aquafold.openapi.compare.AQIgnore
-
- isIgnoreWhitespacesEmptyLinesIgnoreCase() - Method in interface com.aquafold.openapi.compare.AQIgnore
-
- isIgnoreWhitespacesIgnoreCase() - Method in interface com.aquafold.openapi.compare.AQIgnore
-
- isInformix() - Method in interface com.aquafold.openapi.rdbms.AQMetadata
-
To test if the server backed by this connection is an Informix server.
- isInput() - Method in interface com.aquafold.openapi.rdbms.schema.AQParameter
-
Whether the parameter is use for input.
- isInRange(Object, Object, Object) - Method in interface com.aquafold.openapi.type.AQBigDecimalFactory
-
Checks if the value is within a specified range, inclusive.
- isInRange(Object, Object, Object) - Method in interface com.aquafold.openapi.type.AQBigIntegerFactory
-
Checks if the value is within a specified range, inclusive.
- isInRange(Object, Object, Object) - Method in interface com.aquafold.openapi.type.AQByteFactory
-
Checks if the value is within a specified range, inclusive.
- isInRange(AQDate, AQDate) - Method in interface com.aquafold.openapi.type.AQDate
-
Returns true if the date is within the specified range (inclusive).
- isInRange(AQDate, AQDate, AQDate) - Method in interface com.aquafold.openapi.type.AQDateFactory
-
Returns true if the date is within the specified range (start...end, inclusive).
- isInRange(Object, Object, Object) - Method in interface com.aquafold.openapi.type.AQDoubleFactory
-
Checks if the value is within a specified range, inclusive.
- isInRange(Object, Object, Object) - Method in interface com.aquafold.openapi.type.AQFloatFactory
-
Checks if the value is within a specified range, inclusive.
- isInRange(Object, Object, Object) - Method in interface com.aquafold.openapi.type.AQIntegerFactory
-
Checks if the value is within a specified range, inclusive.
- isInRange(Object, Object, Object) - Method in interface com.aquafold.openapi.type.AQLongFactory
-
Checks if the value is within a specified range, inclusive.
- isInRange(Object, Object, Object) - Method in interface com.aquafold.openapi.type.AQShortFactory
-
Checks if the value is within a specified range, inclusive.
- isInteger() - Method in interface com.aquafold.openapi.chart.AQFunctionParameter
-
Return TRUE if the parameter is an Integer.
- isItalic() - Method in interface com.aquafold.openapi.type.AQFont
-
Indicates whether or not this AQFont object's style is ITALIC.
- isLater(AQDate) - Method in interface com.aquafold.openapi.type.AQDate
-
Returns true if the date is later than the specified date.
- isLater(AQDate, AQDate) - Method in interface com.aquafold.openapi.type.AQDateFactory
-
Returns true if the date specified in parameter a
is later
than the date specified in parameter b
.
- isLess(Object, Object) - Method in interface com.aquafold.openapi.type.AQBigDecimalFactory
-
Checks if the parameter value a is less than the parameter value b.
- isLess(Object, Object) - Method in interface com.aquafold.openapi.type.AQBigIntegerFactory
-
Checks if the parameter value a
is less then the
parameter value b
.
- isLess(Object, Object) - Method in interface com.aquafold.openapi.type.AQByteFactory
-
Checks if the parameter value a
is less then the
parameter value b
.
- isLess(Object, Object) - Method in interface com.aquafold.openapi.type.AQDoubleFactory
-
Checks if the value is less than a specified threshold.
- isLess(Object, Object) - Method in interface com.aquafold.openapi.type.AQFloatFactory
-
Checks if the value is less than a specified threshold.
- isLess(Object, Object) - Method in interface com.aquafold.openapi.type.AQIntegerFactory
-
Checks if the value is less than a specified threshold.
- isLess(Object, Object) - Method in interface com.aquafold.openapi.type.AQLongFactory
-
Checks if the value is less than a specified threshold.
- isLess(Object, Object) - Method in interface com.aquafold.openapi.type.AQShortFactory
-
Checks if the value is less than a specified threshold.
- isLessOrEqual(Object, Object) - Method in interface com.aquafold.openapi.type.AQBigDecimalFactory
-
Checks if the parameter value a is less than or equal to the parameter value b.
- isLessOrEqual(Object, Object) - Method in interface com.aquafold.openapi.type.AQBigIntegerFactory
-
Checks if the parameter value a
is less or equal to the
parameter value b
.
- isLessOrEqual(Object, Object) - Method in interface com.aquafold.openapi.type.AQByteFactory
-
Checks if the parameter value a
is less or equal to the
parameter value b
.
- isLessOrEqual(Object, Object) - Method in interface com.aquafold.openapi.type.AQDoubleFactory
-
Checks if the value is less than or equals to a specified threshold.
- isLessOrEqual(Object, Object) - Method in interface com.aquafold.openapi.type.AQFloatFactory
-
Checks if the value is less than or equals to a specified threshold.
- isLessOrEqual(Object, Object) - Method in interface com.aquafold.openapi.type.AQIntegerFactory
-
Checks if the value is less than or equals to a specified threshold.
- isLessOrEqual(Object, Object) - Method in interface com.aquafold.openapi.type.AQLongFactory
-
Checks if the value is less than or equals to a specified threshold.
- isLessOrEqual(Object, Object) - Method in interface com.aquafold.openapi.type.AQShortFactory
-
Checks if the value is less than or equals to a specified threshold.
- isLowMemory() - Method in interface com.aquafold.openapi.AQSystem
-
Returns true if the memory is almost full.
- isMap() - Method in interface com.aquafold.openapi.chart.AQChartProperties
-
Return true if the current chart type is a map chart
- isMapShowBackground() - Method in interface com.aquafold.openapi.chart.AQChartProperties
-
Return True if the map background should be displayed
- isMapShowDetails() - Method in interface com.aquafold.openapi.chart.AQChartProperties
-
Return True if country details should be displayed in the tooltip
- isMergeAxis() - Method in interface com.aquafold.openapi.chart.AQChartProperties
-
Return True if all series should share a common value axis, False if each series should have its own value axis
- isModified() - Method in interface com.aquafold.openapi.compare.AQLineChange
-
Returns true if this change corresponds to a modified line.
- isModified() - Method in interface com.aquafold.openapi.compare.AQSchemaCompareItem
-
Returns true if the right side item differs from the left side item.
- isMongoDB() - Method in interface com.aquafold.openapi.rdbms.AQMetadata
-
To test if the database backed by this connection is a MongoDB database.
- isMssql() - Method in interface com.aquafold.openapi.rdbms.AQMetadata
-
To test if the server backed by this connection is a MSSQL server.
- isMultiSeries() - Method in interface com.aquafold.openapi.chart.AQChartProperties
-
Return true if the current chart renders multiple series (e.g.
- isMySQL() - Method in interface com.aquafold.openapi.rdbms.AQMetadata
-
To test if the server backed by this connection is a MySQL server.
- isNCluster() - Method in interface com.aquafold.openapi.rdbms.AQMetadata
-
To test if the server backed by this connection is a nCluster server.
- isNetezza() - Method in interface com.aquafold.openapi.rdbms.AQMetadata
-
To test if the server backed by this connection is a Netezza server.
- isNotBlank(Object) - Method in interface com.aquafold.openapi.type.AQStringFactory
-
Returns true if the specified string is not blank.
- isNull(int) - Method in interface com.aquafold.openapi.data.AQDataRow
-
Returns true if value in the specified column is null.
- isNull(int) - Method in interface com.aquafold.openapi.rdbms.AQResultSet
-
To check for null values in the column of the current row.
- isNull(String) - Method in interface com.aquafold.openapi.rdbms.AQResultSet
-
To check for null values in the column of the current row.
- isNullable() - Method in interface com.aquafold.openapi.rdbms.schema.AQTableColumn
-
To get information on whether the column is nullable.
- isNumber() - Method in interface com.aquafold.openapi.data.AQColumnDescriptor
-
Returns true if this column data type is compatible with numeric types.
- isNumericCategoryAxis() - Method in interface com.aquafold.openapi.chart.AQChartProperties
-
Return True if values on the category axis are displayed on a numeric range (instead of displaying each category value evenly spaced)
- isNumericFormatNone() - Method in interface com.aquafold.openapi.data.AQDataSetSettings
-
Returns true if formatting numeric values is not desired.
- isOptional() - Method in interface com.aquafold.openapi.chart.AQFunctionParameter
-
Return True if the parameter is optional
- isOracle() - Method in interface com.aquafold.openapi.rdbms.AQMetadata
-
To test if the server backed by this connection is an Oracle server.
- isOther() - Method in interface com.aquafold.openapi.data.AQColumnDescriptor
-
Returns true if this column data type is some other kind.
- isParAccel() - Method in interface com.aquafold.openapi.rdbms.AQMetadata
-
To test if the server backed by this connection is a ParAccel server.
- isPaused() - Method in interface com.aquafold.openapi.mail.AQMailQueue
-
Returns true if this mail queue is in paused
state.
- isPie() - Method in interface com.aquafold.openapi.chart.AQChartProperties
-
Return true if the current chart type is a pie chart
- isPieShowLines() - Method in interface com.aquafold.openapi.chart.AQChartProperties
-
Return True if the Pie Chart displays lines connecting the labels and the pie slices
- isPieShowValues() - Method in interface com.aquafold.openapi.chart.AQChartProperties
-
Return True if the Pie Chart displays the underlying values for each slice (in addition to the percent of total)
- isPlain() - Method in interface com.aquafold.openapi.type.AQFont
-
Indicates whether or not this AQFont object's style is PLAIN.
- isPostgreSQL() - Method in interface com.aquafold.openapi.rdbms.AQMetadata
-
To test if the server backed by this connection is a PostgreSQL server.
- isPrimaryKeyConstraint() - Method in interface com.aquafold.openapi.rdbms.schema.AQConstraint
-
To check if this is a primary key constraint.
- isRedShift() - Method in interface com.aquafold.openapi.rdbms.AQMetadata
-
To test if the server backed by this connection is a PostgreSQL server.
- isReverseValueAxis() - Method in interface com.aquafold.openapi.chart.AQChartProperties
-
Return True if the value axis should be reversed (with values increasing from top to bottom or right to left)
- isRowFieldSortAscending(String) - Method in interface com.aquafold.openapi.data.AQPivotDataSet
-
Returns true if the specified row field is sorted in ascending order.
- isRowFieldSortDescending(String) - Method in interface com.aquafold.openapi.data.AQPivotDataSet
-
Returns true if the specified row field is sorted in descending order.
- isRowFieldSortNone(String) - Method in interface com.aquafold.openapi.data.AQPivotDataSet
-
Returns true if the values that correspond to the specified row field are present in the order defined in the application data.
- isSelectedAt(int) - Method in interface com.aquafold.openapi.form.AQFormSelector
-
Returns true if an option with the specified index is selected.
- isShorterThan(Object, int) - Method in interface com.aquafold.openapi.type.AQStringFactory
-
Returns true if the length of the specified string is less than the supplied value.
- isShowAdjustedRowNumberHeader() - Method in interface com.aquafold.openapi.data.AQDataSetSettings
-
Returns true if the row number header to be shown at the adjusted location.
- isShowAltRowColor() - Method in interface com.aquafold.openapi.data.AQDataSetSettings
-
Returns true if rows are to be displayed in alternate colors.
- isShowCategoryAxis() - Method in interface com.aquafold.openapi.chart.AQChartProperties
-
Return True if the category axis labels are displayed
- isShowCategoryAxisLines() - Method in interface com.aquafold.openapi.chart.AQChartProperties
-
Return True if the Category axis lines are displayed
- isShowCategoryAxisTicks() - Method in interface com.aquafold.openapi.chart.AQChartProperties
-
Return True if the category axis tick marks are displayed
- isShowCellPercentageByColumn() - Method in interface com.aquafold.openapi.data.AQDataSetSettings
-
Returns true if to show percentage value of each cell in the same column to the total value of the column.
- isShowCellPercentageByRow() - Method in interface com.aquafold.openapi.data.AQDataSetSettings
-
Returns true if to show percentage value of each cell in the same row to the total value of the row.
- isShowDataLabels() - Method in interface com.aquafold.openapi.chart.AQChartProperties
-
Return True if labels should be displayed at each data point
- isShowDataLabels(int) - Method in interface com.aquafold.openapi.chart.AQChartProperties
-
Return True if labels should be displayed at each data point
- isShowFixedCategoryCount() - Method in interface com.aquafold.openapi.chart.AQChartProperties
-
Return True if there is a fixed number of categories being displayed, False if no limits are imposed
- isShowFooter() - Method in interface com.aquafold.openapi.data.AQDataSetSettings
-
Returns true if the footer text to be shown.
- isShowFooterDivider() - Method in interface com.aquafold.openapi.data.AQDataSetSettings
-
Returns true if the footer divider to be shown.
- isShowFunctionMetaData(int) - Method in interface com.aquafold.openapi.chart.AQChartProperties
-
Return True if function metadata is displayed
- isShowGrandTotalForColumn() - Method in interface com.aquafold.openapi.data.AQPivotDataSet
-
Returns true if grand totals for columns will be displayed upon rendering.
- isShowGrandTotalForRow() - Method in interface com.aquafold.openapi.data.AQPivotDataSet
-
Returns true if grand totals for rows will be displayed upon rendering.
- isShowGrid() - Method in interface com.aquafold.openapi.chart.AQChartProperties
-
Return True if the grid is shown, False if the grid is hidden
- isShowHeader() - Method in interface com.aquafold.openapi.data.AQDataSetSettings
-
Returns true if the header row to be shown.
- isShowHeaderDivider() - Method in interface com.aquafold.openapi.data.AQDataSetSettings
-
Returns true if the header divider to be shown.
- isShowLegend() - Method in interface com.aquafold.openapi.chart.AQChartProperties
-
Return True if the legend is displayed
- isShowLegendBorder() - Method in interface com.aquafold.openapi.chart.AQChartProperties
-
Return True if the legend border is displayed
- isShowMarkers() - Method in interface com.aquafold.openapi.chart.AQChartProperties
-
Return True if markers are shown on Line Charts
- isShowReportTime() - Method in interface com.aquafold.openapi.data.AQDataSetSettings
-
Returns true if the report time to be shown.
- isShowRowNumber() - Method in interface com.aquafold.openapi.data.AQDataSetSettings
-
Returns true if the row number column to be shown.
- isShowRowTrendChart() - Method in interface com.aquafold.openapi.data.AQDataSetSettings
-
Returns true if to show trend charts for rows.
- isShowSeriesAxis() - Method in interface com.aquafold.openapi.chart.AQChartProperties
-
Return True if the series axis labels are displayed
- isShowSubtotalForLastColumn() - Method in interface com.aquafold.openapi.data.AQPivotDataSet
-
Returns true if subtotal for the last column will be shown.
- isShowSubtotalForLastRow() - Method in interface com.aquafold.openapi.data.AQPivotDataSet
-
Returns true if subtotal for the last row will be shown.
- isShowSubtotalUsingSystemDefault() - Method in interface com.aquafold.openapi.data.AQPivotDataSet
-
Returns true if subtotals for rows and columns will be calculated using system default method.
- isShowTitle() - Method in interface com.aquafold.openapi.data.AQDataSetSettings
-
Returns true if the title text to be shown.
- isShowTitleDivider() - Method in interface com.aquafold.openapi.data.AQDataSetSettings
-
Returns true if the title divider to be shown.
- isShowValueAxis() - Method in interface com.aquafold.openapi.chart.AQChartProperties
-
Return True if the value axis labels are displayed
- isShowValueAxisLines() - Method in interface com.aquafold.openapi.chart.AQChartProperties
-
Return True if the value axis lines are displayed
- isShowValueAxisTicks() - Method in interface com.aquafold.openapi.chart.AQChartProperties
-
Return True if the value axis tick marks are displayed
- isSortByDataColumn() - Method in interface com.aquafold.openapi.data.AQPivotDataSet
-
Returns true if sorting on data column is defined.
- isSortByGrandTotalColumn() - Method in interface com.aquafold.openapi.data.AQPivotDataSet
-
Returns true if sorting on the grand total column is defined.
- isSortDataColumnAscending() - Method in interface com.aquafold.openapi.data.AQPivotDataSet
-
Returns true if sorting on data column is defined and is in ascending order.
- isSortDataColumnDescending() - Method in interface com.aquafold.openapi.data.AQPivotDataSet
-
Returns true if sorting on data column is defined and is in descending order.
- isSortGrandTotalColumnAscending() - Method in interface com.aquafold.openapi.data.AQPivotDataSet
-
Returns true if sorting on the grand total column is defined and is in ascending order.
- isSortGrandTotalColumnDescending() - Method in interface com.aquafold.openapi.data.AQPivotDataSet
-
Returns true if sorting on the grand total column is defined and is in descending order.
- isSortingAscending(String) - Method in interface com.aquafold.openapi.data.AQDataSet
-
Returns true if the specified column has been configured for sorting in ascending direction.
- isSortingAscending(int) - Method in interface com.aquafold.openapi.data.AQDataSet
-
Returns true if the specified column has been configured for sorting in ascending direction.
- isSortingDescending(String) - Method in interface com.aquafold.openapi.data.AQDataSet
-
Returns true if the specified column has been configured for sorting in descending direction.
- isSortingDescending(int) - Method in interface com.aquafold.openapi.data.AQDataSet
-
Returns true if the specified column has been configured for sorting in descending direction.
- isSortingNone(String) - Method in interface com.aquafold.openapi.data.AQDataSet
-
Returns true if the specified column has no sorting configured.
- isSortingNone(int) - Method in interface com.aquafold.openapi.data.AQDataSet
-
Returns true if the specified column has no sorting configured.
- isSQLite() - Method in interface com.aquafold.openapi.rdbms.AQMetadata
-
To test if the database backed by this connection is a SQLite database.
- isStacked() - Method in interface com.aquafold.openapi.chart.AQChartProperties
-
Return true if the current chart type is a stacked chart (e.g.
- isStackedPercent() - Method in interface com.aquafold.openapi.chart.AQChartProperties
-
Return True if stacked charts should render each series value as a percentage of the total value for all series
- isSybaseAnywhere() - Method in interface com.aquafold.openapi.rdbms.AQMetadata
-
To test if the server backed by this connection is a Sybase Anywhere server.
- isSybaseASE() - Method in interface com.aquafold.openapi.rdbms.AQMetadata
-
To test if the server backed by this connection is a Sybse ASE server.
- isSybaseIQ() - Method in interface com.aquafold.openapi.rdbms.AQMetadata
-
To test if the server backed by this connection is a Sybase IQ server.
- isTeradata() - Method in interface com.aquafold.openapi.rdbms.AQMetadata
-
To test if the server backed by this connection is a TeraData server.
- isText() - Method in interface com.aquafold.openapi.data.AQColumnDescriptor
-
Returns true if this column data type is text.
- isTime() - Method in interface com.aquafold.openapi.data.AQColumnDescriptor
-
Returns true if this column data type is compatible with time types.
- isTimeFormatNone() - Method in interface com.aquafold.openapi.data.AQDataSetSettings
-
Returns true if formatting time values is not desired.
- isTriggerWithSameNameSupported() - Method in interface com.aquafold.openapi.rdbms.schema.AQTrigger
-
Test if trigger can have same name
- isTrimLeft() - Method in interface com.aquafold.openapi.compare.AQCompareOptions
-
- isTrimMiddle() - Method in interface com.aquafold.openapi.compare.AQCompareOptions
-
- isTrimRight() - Method in interface com.aquafold.openapi.compare.AQCompareOptions
-
- isTrimWhitespaces() - Method in interface com.aquafold.openapi.compare.AQIgnore
-
- isTrimWhitespacesIgnoreCase() - Method in interface com.aquafold.openapi.compare.AQIgnore
-
- isUnchanged() - Method in interface com.aquafold.openapi.compare.AQLineChange
-
Returns true if the line has not been modified, or if the comparison options made
two lines appear identical.
- isUnchanged() - Method in interface com.aquafold.openapi.compare.AQSchemaCompareItem
-
Returns true if the right item is considered equal to the left side
according to the comparison criteria.
- isUniqueConstraint() - Method in interface com.aquafold.openapi.rdbms.schema.AQConstraint
-
To check if this is a unique constraint.
- isUseAuthentication() - Method in interface com.aquafold.openapi.mail.AQSmtpServer
-
Returns true if authentication is required on the SMTP server.
- isUseNumericCategoryAxis() - Method in interface com.aquafold.openapi.chart.AQChartModel
-
Get the True if the category axis uses numeric values
- isUserDefined() - Method in interface com.aquafold.openapi.rdbms.schema.AQIndex
-
To get if the index is a user defined index
- isUseSSL() - Method in interface com.aquafold.openapi.mail.AQSmtpServer
-
Returns true if to connect to the SMTP server using SSL.
- isValid(List<AQFunctionParameter>, AQChartModel, int) - Method in interface com.aquafold.openapi.chart.AQSeriesFunction
-
Returns TRUE if the specified function parameters are valid when used with the ChartModel.
- isValid(String) - Method in interface com.aquafold.openapi.type.AQBigDecimalFactory
-
Interprets a specified value as a BigDecimal (using default platform locale).
- isValid(String) - Method in interface com.aquafold.openapi.type.AQBigIntegerFactory
-
Interprets a specified value as a BigInteger (using default platform locale).
- isValid(String) - Method in interface com.aquafold.openapi.type.AQByteFactory
-
Interprets a specified value as a byte (using default platform locale).
- isValid(String) - Method in interface com.aquafold.openapi.type.AQCreditCardFactory
-
Returns true if the argument is a valid credit card number.
- isValid(String, String) - Method in interface com.aquafold.openapi.type.AQDateFactory
-
Returns true if the specified date string can be parsed to a valid date using the pattern provided.
- isValid(String) - Method in interface com.aquafold.openapi.type.AQDoubleFactory
-
Interprets a specified value as a Double (using default platform locale).
- isValid(String) - Method in interface com.aquafold.openapi.type.AQEmailAddressFactory
-
Returns true if the argument string is a valid email address.
- isValid(String) - Method in interface com.aquafold.openapi.type.AQFloatFactory
-
Interprets a specified value as a Float (using default platform locale).
- isValid(String) - Method in interface com.aquafold.openapi.type.AQIntegerFactory
-
Interprets a specified value as a Integer (using default platform locale).
- isValid(String) - Method in interface com.aquafold.openapi.type.AQLongFactory
-
Interprets a specified value as a Long (using default platform locale).
- isValid(String) - Method in interface com.aquafold.openapi.type.AQShortFactory
-
Interprets a specified value as a Short (using default platform locale).
- isValueAxisVertical() - Method in interface com.aquafold.openapi.chart.AQChartProperties
-
Return true if the value axis is oriented vertically or horizontally.
- isVerbose() - Method in interface com.aquafold.openapi.vcs.AQWorkspace
-
Returns the current verbose flag.
- isVertica() - Method in interface com.aquafold.openapi.rdbms.AQMetadata
-
To test if the server backed by this connection is a Vertica server.
- isView2D() - Method in interface com.aquafold.openapi.chart.AQChartProperties
-
Return True if the chart is rendered in 2D, False if rendered in 3D
- isVoltDB() - Method in interface com.aquafold.openapi.rdbms.AQMetadata
-
To test if the server backed by this connection is a VoltDB server.
- ITALIC - Static variable in interface com.aquafold.openapi.type.AQFont
-
The italicized style constant.
- ITALIC - Static variable in interface com.aquafold.openapi.type.AQFontFactory
-
The italicized style constant.
- newByteArray(int) - Method in interface com.aquafold.openapi.AQSystem
-
Creates an empty byte array.
- newChart() - Method in interface com.aquafold.openapi.chart.AQChartFactory
-
Get a new AQChart instance
- newChartPanel() - Method in interface com.aquafold.openapi.gui.AQGUI
-
Returns a Swing panel with a chart.
- newColor(int) - Method in interface com.aquafold.openapi.type.AQColorFactory
-
Creates an opaque sRGB color with the specified combined RGB value consisting of the red component in bits 16-23,
the green component in bits 8-15, and the blue component in bits 0-7.
- newColor(int, boolean) - Method in interface com.aquafold.openapi.type.AQColorFactory
-
Creates an sRGB color with the specified combined RGBA value consisting of the alpha component in bits 24-31,
the red component in bits 16-23, the green component in bits 8-15, and the blue component in bits 0-7.
- newColor(int, int, int) - Method in interface com.aquafold.openapi.type.AQColorFactory
-
Creates an opaque sRGB color with the specified red, green, and blue values in the range (0 - 255).
- newColor(int, int, int, int) - Method in interface com.aquafold.openapi.type.AQColorFactory
-
Creates an sRGB color with the specified red, green, blue, and alpha values in the range (0 - 255).
- newColorFloat(float, float, float) - Method in interface com.aquafold.openapi.type.AQColorFactory
-
Creates an opaque sRGB color with the specified red, green, and blue values in the range (0.0 - 1.0).
- newColorFloat(float, float, float, float) - Method in interface com.aquafold.openapi.type.AQColorFactory
-
Creates an sRGB color with the specified red, green, blue, and alpha values in the range (0.0 - 1.0).
- newComparator() - Method in interface com.aquafold.openapi.compare.AQCompareFactory
-
Creates a new text comparator object.
- newDataRow() - Method in interface com.aquafold.openapi.io.AQTableWriter
-
Constructs a new empty data row.
- newDataSet() - Method in interface com.aquafold.openapi.data.AQDataFactory
-
Factory method returns a new empty data set.
- newDataSet(String[]) - Method in interface com.aquafold.openapi.data.AQDataFactory
-
Factory method returns a new empty data set with the specified
column names.
- newDataSet(int, int) - Method in interface com.aquafold.openapi.data.AQDataFactory
-
Creates a new data set with the specified dimensions.
- newDataSet(int, int, Object[]) - Method in interface com.aquafold.openapi.data.AQDataFactory
-
Creates a new data set with the specified dimensions.
- newDataSet(AQColumnStructure) - Method in interface com.aquafold.openapi.data.AQDataFactory
-
Creates a new data set with the specified column structure information.
- newDataSetSettings() - Method in interface com.aquafold.openapi.data.AQDataFactory
-
Factory method returns a new empty setting instance for formatting
an
AQDataSet
or an
AQPivotDataSet
in a 2-dimension grid.
- newDate() - Method in interface com.aquafold.openapi.type.AQDateFactory
-
Creates a new date object initialized with the current platform time, locale, and time zone.
- newDate(long, Object) - Method in interface com.aquafold.openapi.type.AQDateFactory
-
Creates a new date object initialized with the specified time, and time zone;
using platform locale.
- newDate(int, int, int) - Method in interface com.aquafold.openapi.type.AQDateFactory
-
Creates a new date object initialized with the specified date,
using platform locale and time zone.
- newDate(int, int, int, Object) - Method in interface com.aquafold.openapi.type.AQDateFactory
-
Creates a new date object initialized with the specified date,
using platform locale and the specified time zone.
- newDate(int, int, int, int, int, Object) - Method in interface com.aquafold.openapi.type.AQDateFactory
-
Creates a new date object initialized with the specified date and time,
using platform locale and time zone.
- newDate(int, int, int, int, int, int, Object) - Method in interface com.aquafold.openapi.type.AQDateFactory
-
Creates a new date object initialized with the specified date, time, and time zone;
using platform locale.
- newExcel2007Writer() - Method in interface com.aquafold.openapi.io.AQInputOutputFactory
-
Creates a new Excel 2007 file writer.
- newExcelReader() - Method in interface com.aquafold.openapi.io.AQInputOutputFactory
-
Creates a new Excel file reader.
- newExcelSpreadsheet(String) - Method in interface com.aquafold.openapi.data.AQDataFactory
-
This factory method returns a new in-memory Excel spreadsheet.
- newExcelWriter() - Method in interface com.aquafold.openapi.io.AQInputOutputFactory
-
Creates a new Excel 2003 file writer.
- newEXP_Function() - Method in interface com.aquafold.openapi.math.AQFit
-
Returns AQParametric Function of type a ebx+c
- newFileComparator() - Method in interface com.aquafold.openapi.compare.AQCompareFactory
-
Creates a new file comparator object.
- newFileSet() - Method in interface com.aquafold.openapi.filesystem.AQFileSystem
-
Returns a new instance of FileSet.
- newFileSet() - Method in interface com.aquafold.openapi.net.AQFtpFileSystem
-
Returns a new instance of local FileSet.
- newFileSet() - Method in interface com.aquafold.openapi.net.AQHadoopDistributedFileSystem
-
Returns a new instance of local FileSet.
- newFileWriter() - Method in interface com.aquafold.openapi.io.AQInputOutputFactory
-
Creates a new binary file writer.
- newFont(String) - Method in interface com.aquafold.openapi.type.AQFontFactory
-
Creates a new AQFont from the specified name, style is defaulted to PLAIN and point size is defaulted to 11.
- newFont(String, int) - Method in interface com.aquafold.openapi.type.AQFontFactory
-
Creates a new AQFont from the specified name and point size, style is defaulted to PLAIN.
- newFont(String, int, int) - Method in interface com.aquafold.openapi.type.AQFontFactory
-
Creates a new AQFont from the specified name, style and point size.
- newForm(int, int) - Method in interface com.aquafold.openapi.form.AQFormFactory
-
Creates an html form of the specified geometry.
- newFtpFileSystem(String, Object, Object) - Method in interface com.aquafold.openapi.net.AQNet
-
Constructs an instance of FTP.
- newGit() - Method in interface com.aquafold.openapi.vcs.AQVersionControl
-
Returns an unconnected GIT object.
- newGridResultsView() - Method in interface com.aquafold.openapi.gui.AQGUI
-
Returns a Swing component capable of displaying grid results and chart.
- newHadoopDistributedFileSystem(String) - Method in interface com.aquafold.openapi.net.AQNet
-
Constructs an instance of distributed file system.
- newHtmlWriter() - Method in interface com.aquafold.openapi.io.AQInputOutputFactory
-
Creates a new HTML file writer.
- newHttpLogReader() - Method in interface com.aquafold.openapi.io.AQInputOutputFactory
-
Creates a new web server log reader object.
- newIgnore() - Method in interface com.aquafold.openapi.compare.AQCompareOptions
-
Returns a mutable object which allows for setting ignore policy.
- newJavaArray(String, int) - Method in interface com.aquafold.openapi.util.AQUtil
-
Creates a new java array with the specified component type and length.
- newLN_Function() - Method in interface com.aquafold.openapi.math.AQFit
-
Returns AQParametric Function of type a ln(bx)+c
- newMailQueue() - Method in interface com.aquafold.openapi.mail.AQMail
-
Constructs an instance of a mail queue.
- newMessage() - Method in interface com.aquafold.openapi.mail.AQMail
-
Constructs an empty mail message.
- newPerforce() - Method in interface com.aquafold.openapi.vcs.AQVersionControl
-
Returns an unconnected Perforce object.
- newPivotDataSet() - Method in interface com.aquafold.openapi.data.AQDataFactory
-
Factory method returns a new empty pivot data set.
- newPOLY_Function() - Method in interface com.aquafold.openapi.math.AQFit
-
Returns AQParametric Function of type a0 + a1 x1+...
- newPOW_Function() - Method in interface com.aquafold.openapi.math.AQFit
-
Returns AQParametric Function of type a xb+c
- newRandomDataSet() - Method in interface com.aquafold.openapi.random.AQRandomFactory
-
Creates a new empty random data set factory without any constraints defined.
- newRandomDataSet(int, String[], AQRandomRange[]) - Method in interface com.aquafold.openapi.random.AQRandomFactory
-
Creates a new random data set factory with row, type and range constraints specified.
- newRandomDataSet(int, String[], AQRandomRange[], AQRandomVariation[]) - Method in interface com.aquafold.openapi.random.AQRandomFactory
-
Creates a new random data set factory with row, type, range and variation constraints specified.
- newRandomDataSetByType(int, int, String, AQRandomRange) - Method in interface com.aquafold.openapi.random.AQRandomFactory
-
Creates a new random data set factory with row, column, type and range constraints specified,
all of columns will have the same column type.
- newRandomDataSetByType(int, int, String, AQRandomRange, AQRandomVariation) - Method in interface com.aquafold.openapi.random.AQRandomFactory
-
Creates a new random data set factory with row, column, type, range and variation constraints specified,
all of columns will have the same column type.
- newRandomDateRange() - Method in interface com.aquafold.openapi.random.AQRandomFactory
-
- newRandomDateRange(Date, Date) - Method in interface com.aquafold.openapi.random.AQRandomFactory
-
- newRandomDateVariation() - Method in interface com.aquafold.openapi.random.AQRandomFactory
-
- newRandomDateVariation(int, int, int, int, int, int) - Method in interface com.aquafold.openapi.random.AQRandomFactory
-
Creates a new
AQRandomDateVariation
factory with variation range set to
-delta
and
delta
where delta is the total time calculated from the specified years, months, days, hours, minutes and seconds.
- newRandomDateVariation(int, int, int, int, int, int, int, int, int, int, int, int) - Method in interface com.aquafold.openapi.random.AQRandomFactory
-
Creates a new
AQRandomDateVariation
factory with range of
year, month, day, hour, minute and second variations specified.
- newRandomNumberRange() - Method in interface com.aquafold.openapi.random.AQRandomFactory
-
Creates a new
AQRandomNumberRange
factory with range set to allow all of possible double values.
- newRandomNumberRange(Number, Number) - Method in interface com.aquafold.openapi.random.AQRandomFactory
-
- newRandomNumberVariation() - Method in interface com.aquafold.openapi.random.AQRandomFactory
-
- newRandomNumberVariation(Number) - Method in interface com.aquafold.openapi.random.AQRandomFactory
-
- newRandomNumberVariation(Number, Number) - Method in interface com.aquafold.openapi.random.AQRandomFactory
-
- newRandomStringLength() - Method in interface com.aquafold.openapi.random.AQRandomFactory
-
- newRandomStringLength(int, int) - Method in interface com.aquafold.openapi.random.AQRandomFactory
-
- newRegexExcludeFilter(String) - Method in interface com.aquafold.openapi.net.AQFtpFileSystem
-
Returns a new instance of filter that passes only files that don't match the regular expression.
- newRegexExcludeFilter(String) - Method in interface com.aquafold.openapi.net.AQHadoopDistributedFileSystem
-
Returns a new instance of filter that passes only files that don't match the regular expression.
- newReport() - Method in interface com.aquafold.openapi.report.AQReportFactory
-
Creates a new report.
- newReportDataSetSettings() - Method in interface com.aquafold.openapi.report.AQReportFactory
-
Creates a new report data set settings.
- newReportSettings() - Method in interface com.aquafold.openapi.report.AQReportFactory
-
Creates a new report settings.
- newResultComparator() - Method in interface com.aquafold.openapi.compare.AQCompareFactory
-
Creates a new result comparator object.
- newResultComparator(AQDataSet, AQDataSet) - Method in interface com.aquafold.openapi.compare.AQCompareFactory
-
Creates a new result comparator object.
- newResultComparator(AQResultSet, AQResultSet) - Method in interface com.aquafold.openapi.compare.AQCompareFactory
-
Creates a new result comparator object.
- newSchemaComparator() - Method in interface com.aquafold.openapi.compare.AQCompareFactory
-
Creates a new schema comparator object.
- newScriptOptions() - Method in interface com.aquafold.openapi.rdbms.AQServerConnection
-
Creates a copy of AQScriptOption object associated with the given connection.
- newScriptParser() - Method in interface com.aquafold.openapi.rdbms.AQServerConnection
-
Creates a new script parser object.
- newSmtpServer() - Method in interface com.aquafold.openapi.mail.AQMail
-
Constructs an uninitialized instance of an SMTP mail server.
- newSqlFormat() - Method in interface com.aquafold.openapi.rdbms.AQServerConnection
-
Creates new SQL formatter object.
- newStringReader() - Method in interface com.aquafold.openapi.io.AQInputOutputFactory
-
Creates a new string reader.
- newStringWriter() - Method in interface com.aquafold.openapi.io.AQInputOutputFactory
-
Creates a new string writer.
- newTableDataEditor() - Method in interface com.aquafold.openapi.gui.AQGUI
-
- newTextReader() - Method in interface com.aquafold.openapi.io.AQInputOutputFactory
-
Creates a new text file reader.
- newTextWriter() - Method in interface com.aquafold.openapi.io.AQInputOutputFactory
-
Creates a new text file writer.
- newWebClient() - Method in interface com.aquafold.openapi.net.AQNet
-
Constructs an instance of web client.
- newWebRequest(String) - Method in interface com.aquafold.openapi.net.AQWebClient
-
Creates a new web request.
- newWEIBULL_Function() - Method in interface com.aquafold.openapi.math.AQFit
-
Returns AQParametric Function of type e-(x/a)b
- newWorkspaceCVS() - Method in interface com.aquafold.openapi.vcs.AQVersionControl
-
Returns a CVS workspace object for the purpose of checking out a working copy.
- newWorkspaceSubversion() - Method in interface com.aquafold.openapi.vcs.AQVersionControl
-
Returns a Subversion workspace object for the purpose of checking out a working copy.
- newXmlWriter() - Method in interface com.aquafold.openapi.io.AQInputOutputFactory
-
Creates a new XML file writer.
- next() - Method in interface com.aquafold.openapi.rdbms.AQResultSet
-
Moves the cursor froward one row from its current position.
- nextAfter(double, double) - Method in interface com.aquafold.openapi.math.AQMath
-
Returns the floating-point number adjacent to the first argument in the direction of the second argument.
- nextAirportCode() - Method in interface com.aquafold.openapi.random.AQRandomFactory
-
Returns a random airport code.
- nextAirportName() - Method in interface com.aquafold.openapi.random.AQRandomFactory
-
Returns a random airport name.
- nextAreaCode() - Method in interface com.aquafold.openapi.random.AQRandomFactory
-
Returns a random US area code.
- nextBigDecimal() - Method in interface com.aquafold.openapi.random.AQRandomFactory
-
Returns a BigDecimal
object initialized with a random 64-bit IEEE 754 double precision value.
- nextBigDecimal(int, int, int, int) - Method in interface com.aquafold.openapi.random.AQRandomFactory
-
Returns a BigDecimal
object initialized with a random, non-negative value.
- nextBigDecimal(String, String) - Method in interface com.aquafold.openapi.random.AQRandomFactory
-
Returns a random BigDecimal
value in the specified range.
- nextBigInteger() - Method in interface com.aquafold.openapi.random.AQRandomFactory
-
Returns a BigInteger
object initialized with a random 64 bit integer value.
- nextBigInteger(String, String) - Method in interface com.aquafold.openapi.random.AQRandomFactory
-
Returns a random BigInteger
value in the specified range.
- nextBoolean() - Method in interface com.aquafold.openapi.random.AQRandomFactory
-
Returns a random boolean value, either true or false.
- nextBrowserName() - Method in interface com.aquafold.openapi.random.AQRandomFactory
-
Returns a random internet browser name.
- nextCity() - Method in interface com.aquafold.openapi.random.AQRandomFactory
-
Returns a random city name.
- nextColorName() - Method in interface com.aquafold.openapi.random.AQRandomFactory
-
Returns a random color name (in English).
- nextCommodity() - Method in interface com.aquafold.openapi.random.AQRandomFactory
-
Returns a random commodity name.
- nextCompanyName() - Method in interface com.aquafold.openapi.random.AQRandomFactory
-
Returns a random fictitious company name.
- nextContinent() - Method in interface com.aquafold.openapi.random.AQRandomFactory
-
Returns a random continent.
- nextCountry() - Method in interface com.aquafold.openapi.random.AQRandomFactory
-
Returns a random country.
- nextCreditCardCVC() - Method in interface com.aquafold.openapi.random.AQRandomFactory
-
Returns a random 3-digit credit card verification number.
- nextCreditCardCVC(String) - Method in interface com.aquafold.openapi.random.AQRandomFactory
-
Returns a random 3- or 4-digit credit card verification number,
depending on the type of card determined from the card number argument.
- nextCreditCardNumber() - Method in interface com.aquafold.openapi.random.AQRandomFactory
-
Returns a random fictitious credit card number compliant with
Luhn check.
- nextCreditCardType() - Method in interface com.aquafold.openapi.random.AQRandomFactory
-
Returns a random credit card type.
- nextCurrency() - Method in interface com.aquafold.openapi.random.AQRandomFactory
-
Returns a random currency name.
- nextCurrencyCode() - Method in interface com.aquafold.openapi.random.AQRandomFactory
-
Returns a random currency code.
- nextDataSet() - Method in interface com.aquafold.openapi.random.AQRandomDataSet
-
Randomly generates a new data set.
- nextDate() - Method in interface com.aquafold.openapi.random.AQRandomDateRange
-
Randomly generates a date within the range defined by this object.
- nextDate() - Method in interface com.aquafold.openapi.random.AQRandomFactory
-
Returns a random Date
value in a range between January 1st, 1900 and December 31st, 2199.
- nextDate(Date, Date) - Method in interface com.aquafold.openapi.random.AQRandomFactory
-
Returns a random Date
value in the specified range.
- nextDayOfWeek() - Method in interface com.aquafold.openapi.random.AQRandomFactory
-
Returns a random day of week in English,
possible values are Sunday, Monday, Tuesday, Wednesday, Thursday, Friday, Saturday.
- nextDomain() - Method in interface com.aquafold.openapi.random.AQRandomFactory
-
Returns a random fictitious domain name.
- nextDouble() - Method in interface com.aquafold.openapi.random.AQRandomFactory
-
Returns a random floating point value in 64-bit IEEE 754 format in a range between 4.94065645841246544e-324 and 1.79769313486231570e+308, inclusive.
- nextDouble(double, double) - Method in interface com.aquafold.openapi.random.AQRandomFactory
-
Returns a random floating point value in 64-bit IEEE 754 format in the range minValue..maxValue, inclusive.
- nextEmailAddress() - Method in interface com.aquafold.openapi.random.AQRandomFactory
-
Returns a random fictitious email address.
- nextFirstName() - Method in interface com.aquafold.openapi.random.AQRandomFactory
-
Returns a random first name.
- nextFloat() - Method in interface com.aquafold.openapi.random.AQRandomFactory
-
Returns a random floating point value in 32-bit IEEE 754 format in a range between 1.40129846432481707e-45 and 3.40282346638528860e+38, inclusive.
- nextFloat(float, float) - Method in interface com.aquafold.openapi.random.AQRandomFactory
-
Returns a random floating point value in 32-bit IEEE 754 format in the range minValue..maxValue, inclusive.
- nextGender() - Method in interface com.aquafold.openapi.random.AQRandomFactory
-
Returns a random gender name.
- nextGUID() - Method in interface com.aquafold.openapi.random.AQRandomFactory
-
Generates a 36 character globally unique random string.
- nextHoliday() - Method in interface com.aquafold.openapi.random.AQRandomFactory
-
Returns a random US holiday name.
- nextHtmlColorHexCode() - Method in interface com.aquafold.openapi.random.AQRandomFactory
-
Returns a random HTML hexadecimal color code
in the range #000000 ...
- nextHtmlColorName() - Method in interface com.aquafold.openapi.random.AQRandomFactory
-
Returns a random HTML color name.
- nextIndustry() - Method in interface com.aquafold.openapi.random.AQRandomFactory
-
Returns a random industry name.
- nextInteger() - Method in interface com.aquafold.openapi.random.AQRandomFactory
-
Returns a random 32-bit integer in a range between -2,147,483,648 and 2,147,483,647, inclusive.
- nextInteger(int, int) - Method in interface com.aquafold.openapi.random.AQRandomFactory
-
Returns a random 32-bit integer in the range minValue..maxValue, inclusive.
- nextItemFromList(Object) - Method in interface com.aquafold.openapi.random.AQRandomFactory
-
Returns a random item from the list or array of objects passed as an argument.
- nextLanguage() - Method in interface com.aquafold.openapi.random.AQRandomFactory
-
Returns a random language name.
- nextLastName() - Method in interface com.aquafold.openapi.random.AQRandomFactory
-
Returns a random last name.
- nextLocale() - Method in interface com.aquafold.openapi.random.AQRandomFactory
-
Returns a random locale identifier.
- nextLong() - Method in interface com.aquafold.openapi.random.AQRandomFactory
-
Returns a random 64-bit integer in a range between -9,223,372,036,854,775,808 and 9,223,372,036,854,775,807, inclusive.
- nextLong(Object, Object) - Method in interface com.aquafold.openapi.random.AQRandomFactory
-
Returns a random 64-bit integer in the range minValue..maxValue, inclusive.
- nextMonthOfYear() - Method in interface com.aquafold.openapi.random.AQRandomFactory
-
Returns a random month name in English,
possible values are January, February, March, April, May, June, July, August, September, October, November, December.
- nextNameSuffix() - Method in interface com.aquafold.openapi.random.AQRandomFactory
-
Returns a random name suffix.
- nextNumber() - Method in interface com.aquafold.openapi.random.AQRandomNumberRange
-
Randomly generates a number within the range defined by this object.
- nextOperatingSystem() - Method in interface com.aquafold.openapi.random.AQRandomFactory
-
Returns a random operating system name.
- nextPassword() - Method in interface com.aquafold.openapi.random.AQRandomFactory
-
Returns a random password.
- nextPhoneNumber() - Method in interface com.aquafold.openapi.random.AQRandomFactory
-
Returns a random fictitious US phone number.
- nextRow() - Method in interface com.aquafold.openapi.data.AQExcelSpreadsheet
-
Advances current row by one.
- nextSalutation() - Method in interface com.aquafold.openapi.random.AQRandomFactory
-
Returns a random salutation.
- nextShort() - Method in interface com.aquafold.openapi.random.AQRandomFactory
-
Returns a random 16-bit integer in a range between -32,768 and 32,767, inclusive.
- nextShort(short, short) - Method in interface com.aquafold.openapi.random.AQRandomFactory
-
Returns a random 16-bit integer in the range minValue..maxValue, inclusive.
- nextSSN() - Method in interface com.aquafold.openapi.random.AQRandomFactory
-
Returns a random fictitious US social security number.
- nextState() - Method in interface com.aquafold.openapi.random.AQRandomFactory
-
Returns a random US state.
- nextStockCode() - Method in interface com.aquafold.openapi.random.AQRandomFactory
-
Returns a random fictitious stock code.
- nextStreet() - Method in interface com.aquafold.openapi.random.AQRandomFactory
-
Returns a random street name.
- nextString(int) - Method in interface com.aquafold.openapi.random.AQRandomFactory
-
Returns a random English string up to maxLength characters long, including spaces.
- nextString(int, int) - Method in interface com.aquafold.openapi.random.AQRandomFactory
-
Returns a random English string between minLength and maxLength long (including spaces).
- nextString(int, String) - Method in interface com.aquafold.openapi.random.AQRandomFactory
-
Returns a random string up to maxLength characters long, containing characters from the specified language,
including spaces.
- nextString(int, int, String) - Method in interface com.aquafold.openapi.random.AQRandomFactory
-
Returns a random string between minLength and maxLength long,
which contains characters from the specified language (including spaces).
- nextString() - Method in interface com.aquafold.openapi.random.AQRandomStringLength
-
Randomly generates a string with length bounded by the criteria defined in this object.
- nextTimezone() - Method in interface com.aquafold.openapi.random.AQRandomFactory
-
Returns a random time zone.
- nextUnicodeString(int) - Method in interface com.aquafold.openapi.random.AQRandomFactory
-
Returns a random string up to maxLength characters long, containing characters from a wide range of
unicode symbols, including spaces.
- nextUnicodeString(int, int) - Method in interface com.aquafold.openapi.random.AQRandomFactory
-
Returns a random string between minLength and maxLength long,
which contains characters from a wide range of unicode symbols (including spaces).
- nextUp(double) - Method in interface com.aquafold.openapi.math.AQMath
-
Returns the floating-point value adjacent to d in the direction of positive infinity.
- nextYear() - Method in interface com.aquafold.openapi.random.AQRandomFactory
-
Returns a random year in the range 1900..2199
- nextZipCode() - Method in interface com.aquafold.openapi.random.AQRandomFactory
-
Returns a random fictitious US zip code.
- norm(double, double, double) - Method in interface com.aquafold.openapi.math.AQMath
-
Normalizes a number from another range into a value between 0 and 1.
- nvi(double[], double[]) - Method in interface com.aquafold.openapi.math.AQFinancial
-
Calculates negative volume index of incoming data.
- save() - Method in interface com.aquafold.openapi.data.AQExcelSpreadsheet
-
Saves the spreadsheet.
- save(String) - Method in interface com.aquafold.openapi.data.AQExcelSpreadsheet
-
Saves the spreadsheet to a new file.
- saveAsExcel2003(String) - Method in interface com.aquafold.openapi.data.AQDataSet
-
Saves the data set to an Excel2003 file.
- saveAsExcel2003(String, AQDataSetSettings, AQChart) - Method in interface com.aquafold.openapi.data.AQDataSet
-
Saves the data set, with chart enabled, as an Excel 2003 file.
- saveAsExcel2003(String) - Method in interface com.aquafold.openapi.data.AQPivotDataSet
-
Saves the pivot data as an Excel 2003 file.
- saveAsExcel2003(String, AQDataSetSettings, AQChart) - Method in interface com.aquafold.openapi.data.AQPivotDataSet
-
Saves the pivot data, with chart enabled, as an Excel 2003 file.
- saveAsExcel2003(String) - Method in interface com.aquafold.openapi.report.AQReport
-
Saves this report as an Excel 2003 file.
- saveAsExcel2007(String) - Method in interface com.aquafold.openapi.data.AQDataSet
-
Saves the data set to an Excel2007 file.
- saveAsExcel2007(String, AQDataSetSettings, AQChart) - Method in interface com.aquafold.openapi.data.AQDataSet
-
Saves the data set, with chart enabled, as an Excel 2007 file.
- saveAsExcel2007(String) - Method in interface com.aquafold.openapi.data.AQPivotDataSet
-
Saves the pivot data as an Excel 2007 file.
- saveAsExcel2007(String, AQDataSetSettings, AQChart) - Method in interface com.aquafold.openapi.data.AQPivotDataSet
-
Saves the pivot data, with chart enabled, as an Excel 2007 file.
- saveAsExcel2007(String) - Method in interface com.aquafold.openapi.report.AQReport
-
Saves this report as an Excel 2007 file.
- saveContent(String) - Method in interface com.aquafold.openapi.net.AQWebResponse
-
Saves the response body to a file.
- saveProperties(Properties, String) - Method in interface com.aquafold.openapi.project.AQProject
-
Saves a property list to a file in the project User Files directory.
- saveTo(AQExcelSpreadsheet) - Method in interface com.aquafold.openapi.report.AQReport
-
Inserts report in an Excel spreadsheet.
- saveToByteArray() - Method in interface com.aquafold.openapi.io.AQExcelWriter
-
Saves the spreadsheet to a byte array.
- saveToFile(String) - Method in interface com.aquafold.openapi.io.AQExcelWriter
-
Save the spreadsheet to a file.
- saveToFile(String) - Method in interface com.aquafold.openapi.io.AQHtmlWriter
-
Save the generated HTML to a file using UTF-8 encoding.
- saveToFile(String, String) - Method in interface com.aquafold.openapi.io.AQHtmlWriter
-
Save the generated HTML to a file using the specified encoding.
- saveToFile(String, byte[]) - Method in interface com.aquafold.openapi.io.AQInputOutputFactory
-
Saves a byte array to a file.
- saveToFile(String, String) - Method in interface com.aquafold.openapi.io.AQInputOutputFactory
-
Saves a text string to a file using UTF-8 encoding.
- saveToFile(String, String, String) - Method in interface com.aquafold.openapi.io.AQInputOutputFactory
-
Saves a text string to a file using the specified encoding.
- saveToHtml(String) - Method in interface com.aquafold.openapi.compare.AQResultDifferences
-
Generates an HTML file representing the differences.
- saveToHtml(String) - Method in interface com.aquafold.openapi.compare.AQSchemaDifferences
-
Generates a set of HTML files representing the differences.
- saveToHtml(String, boolean, boolean, boolean, boolean) - Method in interface com.aquafold.openapi.compare.AQSchemaDifferences
-
Generates a set of HTML files representing the differences.
- scalb(double, int) - Method in interface com.aquafold.openapi.math.AQMath
-
Return d x 2**scaleFactor rounded as if performed by a single correctly rounded floating-point multiply to a member of the double value set.
- scan(String) - Method in interface com.aquafold.openapi.filesystem.AQFileSystem
-
Scans a directory and return a list of files, including the subdirectories.
- scan(AQFileSet) - Method in interface com.aquafold.openapi.filesystem.AQFileSystem
-
Scans a directory as defined in a fileset and returns a list of files.
- scpFrom(String, String, String, Object, Object, String, Object, Boolean, String) - Method in interface com.aquafold.openapi.net.AQNet
-
Copies file(s) from a remote machine running an SSH daemon to the local machine.
- scpTo(String, AQFileSet, Object, String, Object, Object, Object, Object, Boolean, String) - Method in interface com.aquafold.openapi.net.AQNet
-
Copies file(s) from the local machine to a remote machine running an SSH daemon
- scriptCREATE() - Method in interface com.aquafold.openapi.rdbms.AQServerObject
-
Generates a CREATE script for the server object.
- scriptCREATE(AQScriptOptions) - Method in interface com.aquafold.openapi.rdbms.AQServerObject
-
Generates a CREATE script for the server object.
- scriptCREATEFULL() - Method in interface com.aquafold.openapi.rdbms.schema.AQIndex
-
To generate the full creation script for the index.
- scriptCREATEFULL() - Method in interface com.aquafold.openapi.rdbms.schema.AQProjection
-
- scriptCREATEFULL() - Method in interface com.aquafold.openapi.rdbms.schema.AQTable
-
- scriptDROP() - Method in interface com.aquafold.openapi.rdbms.AQServerObject
-
Generates a DROP script for the server object.
- scriptGRANT(String) - Method in interface com.aquafold.openapi.rdbms.AQObjectPermission
-
Generate GRANT script for database object.
- scriptREVOKE(String) - Method in interface com.aquafold.openapi.rdbms.AQObjectPermission
-
Generate the REVOKE script for the database object.
- send() - Method in interface com.aquafold.openapi.mail.AQMailMessage
-
Delivers this message to recipients using the default
AQSmtpServer
.
- sendBinary(String, String, byte[]) - Method in interface com.aquafold.openapi.AQResponse
-
Sends binary data with the specified content type.
- sendMail(AQMailMessage) - Method in interface com.aquafold.openapi.mail.AQMailQueue
-
Delivers an email via this mail queue.
- sendMail(AQMailMessage) - Method in interface com.aquafold.openapi.mail.AQSmtpServer
-
Delivers an email via this SMTP server.
- set(int, Object) - Method in interface com.aquafold.openapi.data.AQDataRow
-
Set data object in the specified column.
- setAction(String, String, String) - Method in interface com.aquafold.openapi.form.AQForm
-
Sets form action parameters.
- setAlignmentOnJoin(boolean) - Method in interface com.aquafold.openapi.rdbms.util.AQSqlFormatter
-
Defines whether to align the script on JOIN operation.
- setAlignmentOnOperator(boolean) - Method in interface com.aquafold.openapi.rdbms.util.AQSqlFormatter
-
Defines whether to align the script on operators.
- setAltRowBackgroundColor(int, int, int) - Method in interface com.aquafold.openapi.data.AQDataSetSettings
-
Sets alternate row background color with the specified red, green and blue values in the range (0 - 255).
- setAltRowBackgroundColor(String) - Method in interface com.aquafold.openapi.data.AQDataSetSettings
-
Sets alternate row background color with the specified hexadecimal color code.
- setAltRowForegroundColor(int, int, int) - Method in interface com.aquafold.openapi.data.AQDataSetSettings
-
Sets alternate row foreground color with the specified red, green and blue values in the range (0 - 255).
- setAltRowForegroundColor(String) - Method in interface com.aquafold.openapi.data.AQDataSetSettings
-
Sets alternate row foreground color with the specified hexadecimal color code.
- setAppendMode(boolean) - Method in interface com.aquafold.openapi.io.AQTextFileWriter
-
Sets append mode.
- setAtSeparator(boolean) - Method in interface com.aquafold.openapi.rdbms.util.AQScriptParser
-
To set the statement separator as a "@".
- setAttribute(String, Object) - Method in interface com.aquafold.openapi.AQSession
-
Binds an object to this session, using the name specified.
- setAutoCommit(boolean) - Method in interface com.aquafold.openapi.rdbms.AQServerConnection
-
Sets auto-commit mode.
- setAutoResize(boolean) - Method in interface com.aquafold.openapi.data.AQExcelSpreadsheet
-
When enabled, the cell widths will be resized to fit the contents on the next save() operation.
- setAutoResize(boolean) - Method in interface com.aquafold.openapi.io.AQExcelWriter
-
Controls whether the columns will be resized to fit the data.
- setAxisTitleFontSize(float) - Method in interface com.aquafold.openapi.chart.AQChartProperties
-
Set the font size scalar used to render the Title text
- setAxisTitleOnEdge(boolean) - Method in interface com.aquafold.openapi.chart.AQChartProperties
-
Set to TRUE if the axes titles should be drawn on the edge of the image
Note: This property is only applicable for 2D charts.
- setBackgroundColorBottom(String) - Method in interface com.aquafold.openapi.chart.AQChartProperties
-
Set the color used at the bottom of the background gradient
- setBackgroundColorTop(String) - Method in interface com.aquafold.openapi.chart.AQChartProperties
-
Set the color used at the top of the background gradient
- setBaseDir(String) - Method in interface com.aquafold.openapi.filesystem.AQFileSet
-
Sets the base directory for this fileset.
- setBatchSize(int) - Method in interface com.aquafold.openapi.io.AQTableWriter
-
Sets the number of statements to commit per transaction, the default value is zero.
- setBatchTransactionType() - Method in interface com.aquafold.openapi.io.AQTableWriter
-
- setBreakAfterComma(boolean) - Method in interface com.aquafold.openapi.rdbms.util.AQSqlFormatter
-
Defines whether a line break should be inserted after a comma.
- setBreakAfterKeywords(boolean) - Method in interface com.aquafold.openapi.rdbms.util.AQSqlFormatter
-
Defines whether a line break should be inserted after a keyword.
- setBreakAfterLogical(boolean) - Method in interface com.aquafold.openapi.rdbms.util.AQSqlFormatter
-
Defines whether a line break should be inserted after a logical operation.
- setBreakBeforeComma(boolean) - Method in interface com.aquafold.openapi.rdbms.util.AQSqlFormatter
-
Defines whether a line break should be inserted before a comma.
- setBreakBeforeLogical(boolean) - Method in interface com.aquafold.openapi.rdbms.util.AQSqlFormatter
-
Defines whether a line break should be inserted before a logical operation.
- setBreakForBrackets(boolean) - Method in interface com.aquafold.openapi.rdbms.util.AQSqlFormatter
-
Defines whether a line break should be inserted after a bracket.
- setBreakForCaseKeywords(boolean) - Method in interface com.aquafold.openapi.rdbms.util.AQSqlFormatter
-
Defines whether a line break should be inserted before a case keyword.
- setBrowserCookiePolicy() - Method in interface com.aquafold.openapi.net.AQWebClient
-
Uses Browser Compatibility policy for cookie management.
- setBytes(long, byte[]) - Method in interface com.aquafold.openapi.rdbms.AQSQLBlob
-
Writes the given array of bytes to the BLOB value that this Blob object represents, starting at position pos,
and returns the number of bytes written.
- setBytes(long, byte[], int, int) - Method in interface com.aquafold.openapi.rdbms.AQSQLBlob
-
Writes all or part of the given byte array to the BLOB value that this Blob object represents and returns the number of bytes written.
- setCategory(int, Object) - Method in interface com.aquafold.openapi.chart.AQChartModel
-
Set category at the specified index
- setCategory(Object) - Method in interface com.aquafold.openapi.chart.AQChartRow
-
Set the category object for the row.
- setCategoryAxisDateFormat(String) - Method in interface com.aquafold.openapi.chart.AQChartProperties
-
Set the String used to format dates on the category axis
- setCategoryAxisDateTimeFormat(String) - Method in interface com.aquafold.openapi.chart.AQChartProperties
-
Set the String used to format datetimes on the category axis
- setCategoryAxisLabelColor(String) - Method in interface com.aquafold.openapi.chart.AQChartProperties
-
Set the color used for the Category Axis Label text
- setCategoryAxisNumberFormat(String) - Method in interface com.aquafold.openapi.chart.AQChartProperties
-
Set the String used to format numbers on the category axis
- setCategoryAxisTimeFormat(String) - Method in interface com.aquafold.openapi.chart.AQChartProperties
-
Set the String used to format times on the category axis
- setCategoryAxisTitleColor(String) - Method in interface com.aquafold.openapi.chart.AQChartProperties
-
Set the color used for the Category Axis Title text
- setCategoryFieldNumbers(Integer...) - Method in interface com.aquafold.openapi.chart.AQChartModel
-
Select categories from one or more fields in the datasource
- setCategoryFields(String...) - Method in interface com.aquafold.openapi.chart.AQChart
-
Select categories from one or more fields in the datasource
- setCategoryFields(String...) - Method in interface com.aquafold.openapi.chart.AQChartModel
-
Select categories from one or more fields in the datasource
- setCategoryFontSize(float) - Method in interface com.aquafold.openapi.chart.AQChartProperties
-
Set the font size scalar used to render the category axis text
- setCategoryNumeric(double) - Method in interface com.aquafold.openapi.chart.AQChartRow
-
Set the numeric representation of the category object.
- setCategoryRange(Integer, Integer) - Method in interface com.aquafold.openapi.chart.AQChartProperties
-
Display only the categories & values between the specified rows (inclusive)
- setCategoryRangeEnd(Integer) - Method in interface com.aquafold.openapi.chart.AQChartProperties
-
Display only the categories & values before the specified row (inclusive)
- setCategoryRangeStart(Integer) - Method in interface com.aquafold.openapi.chart.AQChartProperties
-
Display only the categories & values after the specified row (inclusive)
- setCategorySpacing(float) - Method in interface com.aquafold.openapi.chart.AQChartProperties
-
Set the Spacing between category geometry (in world coordinate units)
- setCategoryTextLength(Integer) - Method in interface com.aquafold.openapi.chart.AQChartProperties
-
Set the maximum text length (in characters) of the labels on the Category axis.
- setCell(int, int, Object) - Method in interface com.aquafold.openapi.data.AQExcelSpreadsheet
-
Sets the cell value at the specified row and column in the current worksheet.
- setCell(int, int, Object, AQFont, AQColor, AQColor) - Method in interface com.aquafold.openapi.data.AQExcelSpreadsheet
-
Sets the cell value, font, background color and foreground color at the specified row and column in the current worksheet.
- setCell(Object) - Method in interface com.aquafold.openapi.data.AQExcelSpreadsheet
-
Sets the cell value at the current row and column in the current worksheet.
- setCellDelimiter(String) - Method in interface com.aquafold.openapi.io.AQTextProcessor
-
Sets cell delimiter character.
- setCellStyle(int, int, String) - Method in interface com.aquafold.openapi.form.AQForm
-
Sets individual cell style.
- setCellStyle(String) - Method in interface com.aquafold.openapi.io.AQHtmlWriter
-
Sets the style of subsequent table cells (<TD> elements).
- setChartCacheTime(int) - Method in interface com.aquafold.openapi.data.AQDataSetSettings
-
Sets the time period, in seconds, that the generated chart images should be kept; default is 300 seconds.
- setChartSubType(int, String) - Method in interface com.aquafold.openapi.chart.AQChartProperties
-
Set the subtype indicating how this series is used by a multi-series chart (e.g.
- setChartSubTypeClose(int) - Method in interface com.aquafold.openapi.chart.AQChartProperties
-
Set the subtype indicating how this series is used by a chart which requires multiple series to render
- setChartSubTypeHigh(int) - Method in interface com.aquafold.openapi.chart.AQChartProperties
-
Set the subtype indicating how this series is used by a chart which requires multiple series to render
- setChartSubTypeLow(int) - Method in interface com.aquafold.openapi.chart.AQChartProperties
-
Set the subtype indicating how this series is used by a chart which requires multiple series to render
- setChartSubTypeOpen(int) - Method in interface com.aquafold.openapi.chart.AQChartProperties
-
Set the subtype indicating how this series is used by a chart which requires multiple series to render
- setChartSubTypePosition(int) - Method in interface com.aquafold.openapi.chart.AQChartProperties
-
Set the subtype indicating how this series is used by a chart which requires multiple series to render
- setChartSubTypeSize(int) - Method in interface com.aquafold.openapi.chart.AQChartProperties
-
Set the subtype indicating how this series is used by a chart which requires multiple series to render
- setChartTypeArea() - Method in interface com.aquafold.openapi.chart.AQChartProperties
-
Set the chart type for all series to Area
- setChartTypeArea(int) - Method in interface com.aquafold.openapi.chart.AQChartProperties
-
Set the chart type for the specified series to Area
- setChartTypeBar() - Method in interface com.aquafold.openapi.chart.AQChartProperties
-
Set the chart type for all series to Bar
- setChartTypeBar(int) - Method in interface com.aquafold.openapi.chart.AQChartProperties
-
Set the chart type for the specified series to Bar
- setChartTypeBarCluster() - Method in interface com.aquafold.openapi.chart.AQChartProperties
-
Set the chart type for all series to Bar Cluster
- setChartTypeBarCluster(int) - Method in interface com.aquafold.openapi.chart.AQChartProperties
-
Set the chart type for the specified series to BarCluster
- setChartTypeBubble() - Method in interface com.aquafold.openapi.chart.AQChartProperties
-
Set the chart type for all series to Bubble
- setChartTypeBubble(int) - Method in interface com.aquafold.openapi.chart.AQChartProperties
-
Set the chart type for the specified series to Bubble
- setChartTypeCandlestick() - Method in interface com.aquafold.openapi.chart.AQChartProperties
-
Set the chart type for all series to Candlestick
- setChartTypeCandlestick(int) - Method in interface com.aquafold.openapi.chart.AQChartProperties
-
Set the chart type for the specified series to Candlestick
- setChartTypeCloud() - Method in interface com.aquafold.openapi.chart.AQChartProperties
-
Set the chart type for all series to Cloud
- setChartTypeCloud(int) - Method in interface com.aquafold.openapi.chart.AQChartProperties
-
Set the chart type for the specified series to Cloud
- setChartTypeColumn() - Method in interface com.aquafold.openapi.chart.AQChartProperties
-
Set the chart type for all series to Column
- setChartTypeColumn(int) - Method in interface com.aquafold.openapi.chart.AQChartProperties
-
Set the chart type for the specified series to Column
- setChartTypeColumnCluster() - Method in interface com.aquafold.openapi.chart.AQChartProperties
-
Set the chart type for all series to Column Cluster
- setChartTypeColumnCluster(int) - Method in interface com.aquafold.openapi.chart.AQChartProperties
-
Set the chart type for the specified series to ColumnCluster
- setChartTypeHighLowClose() - Method in interface com.aquafold.openapi.chart.AQChartProperties
-
Set the chart type for all series to High Low Close
- setChartTypeHighLowClose(int) - Method in interface com.aquafold.openapi.chart.AQChartProperties
-
Set the chart type for the specified series to HighLowClose
- setChartTypeLine() - Method in interface com.aquafold.openapi.chart.AQChartProperties
-
Set the chart type for all series to Line
- setChartTypeLine(int) - Method in interface com.aquafold.openapi.chart.AQChartProperties
-
Set the chart type for the specified series to Line
- setChartTypeLine3d() - Method in interface com.aquafold.openapi.chart.AQChartProperties
-
Set the chart type for all series to Line
- setChartTypeLine3d(int) - Method in interface com.aquafold.openapi.chart.AQChartProperties
-
Set the chart type for the specified series to Line3d
- setChartTypeMap() - Method in interface com.aquafold.openapi.chart.AQChartProperties
-
Set the chart type for all series to Map
- setChartTypeMap(int) - Method in interface com.aquafold.openapi.chart.AQChartProperties
-
Set the chart type for the specified series to Map
- setChartTypePie() - Method in interface com.aquafold.openapi.chart.AQChartProperties
-
Set the chart type for all series to Pie
- setChartTypePie(int) - Method in interface com.aquafold.openapi.chart.AQChartProperties
-
Set the chart type for the specified series to Pie
- setChartTypeScatter() - Method in interface com.aquafold.openapi.chart.AQChartProperties
-
Set the chart type for all series to Scatter
- setChartTypeScatter(int) - Method in interface com.aquafold.openapi.chart.AQChartProperties
-
Set the chart type for the specified series to Scatter
- setChartTypeStacked() - Method in interface com.aquafold.openapi.chart.AQChartProperties
-
Set the chart type for all series to Stacked Column
- setChartTypeStacked(int) - Method in interface com.aquafold.openapi.chart.AQChartProperties
-
Set the chart type for the specified series to Stacked
- setChartTypeStackedArea() - Method in interface com.aquafold.openapi.chart.AQChartProperties
-
Set the chart type for all series to Stacked Area
- setChartTypeStackedArea(int) - Method in interface com.aquafold.openapi.chart.AQChartProperties
-
Set the chart type for the specified series to Stacked Area
- setChartTypeStackedBar() - Method in interface com.aquafold.openapi.chart.AQChartProperties
-
Set the chart type for all series to Stacked Bar
- setChartTypeStackedBar(int) - Method in interface com.aquafold.openapi.chart.AQChartProperties
-
Set the chart type for the specified series to Stacked Bar
- setChartTypeStackedLine() - Method in interface com.aquafold.openapi.chart.AQChartProperties
-
Set the chart type for all series to Stacked Line
- setChartTypeStackedLine(int) - Method in interface com.aquafold.openapi.chart.AQChartProperties
-
Set the chart type for the specified series to Stacked Line
- setChartTypeSurface() - Method in interface com.aquafold.openapi.chart.AQChartProperties
-
Set the chart type for all series to Surface
- setChartTypeSurface(int) - Method in interface com.aquafold.openapi.chart.AQChartProperties
-
Set the chart type for the specified series to Surface
- setCloseDateQuoteIdentifier(String) - Method in interface com.aquafold.openapi.io.AQTextProcessor
-
Sets closing quote identifier for Date and/or Time.
- setColor(int, String) - Method in interface com.aquafold.openapi.chart.AQChartProperties
-
Set the color used to render series geometry
- setColumn(int) - Method in interface com.aquafold.openapi.data.AQExcelSpreadsheet
-
Sets the current column (0-based).
- setColumnBackgroundColor(String, int, int, int) - Method in interface com.aquafold.openapi.data.AQDataSetSettings
-
Sets the background color for the column identified by the specified name.
- setColumnBackgroundColor(int, int, int, int) - Method in interface com.aquafold.openapi.data.AQDataSetSettings
-
Sets the background color for the column identified by the specified index.
- setColumnBackgroundColor(String, String) - Method in interface com.aquafold.openapi.data.AQDataSetSettings
-
Sets the background hexadecimal color code for the column identified by the specified name.
- setColumnBackgroundColor(int, String) - Method in interface com.aquafold.openapi.data.AQDataSetSettings
-
Sets the background hexadecimal color code for the column identified by the specified index.
- setColumnDateFormat(String, String) - Method in interface com.aquafold.openapi.data.AQDataSetSettings
-
Sets the date format pattern for the column identified by the specified name.
- setColumnDateFormat(int, String) - Method in interface com.aquafold.openapi.data.AQDataSetSettings
-
Sets the date format pattern for the column identified by the specified index.
- setColumnDateFormatDefault(String) - Method in interface com.aquafold.openapi.data.AQDataSetSettings
-
Sets the date format pattern for the column identified by the specified name
to system's default, i.e.
- setColumnDateFormatDefault(int) - Method in interface com.aquafold.openapi.data.AQDataSetSettings
-
Sets the date format pattern for the column identified by the specified index
to system's default, i.e.
- setColumnDateFormatNone(String) - Method in interface com.aquafold.openapi.data.AQDataSetSettings
-
Requests to not formatting date values for the column identified by the specified name.
- setColumnDateFormatNone(int) - Method in interface com.aquafold.openapi.data.AQDataSetSettings
-
Requests to not formatting date values for the column identified by the specified index.
- setColumnDateTimeFormat(String, String) - Method in interface com.aquafold.openapi.data.AQDataSetSettings
-
Sets the datetime format pattern for the column identified by the specified name.
- setColumnDateTimeFormat(int, String) - Method in interface com.aquafold.openapi.data.AQDataSetSettings
-
Sets the datetime format pattern for the column identified by the specified index.
- setColumnDateTimeFormatDefault(String) - Method in interface com.aquafold.openapi.data.AQDataSetSettings
-
Sets the datetime format pattern for the column identified by the specified name
to system's default, i.e.
- setColumnDateTimeFormatDefault(int) - Method in interface com.aquafold.openapi.data.AQDataSetSettings
-
Sets the datetime format pattern for the column identified by the specified index
to system's default, i.e.
- setColumnDateTimeFormatNone(String) - Method in interface com.aquafold.openapi.data.AQDataSetSettings
-
Requests to not formatting datetime values for the column identified by the specified name.
- setColumnDateTimeFormatNone(int) - Method in interface com.aquafold.openapi.data.AQDataSetSettings
-
Requests to not formatting datetime values for the column identified by the specified index.
- setColumnDivider(String) - Method in interface com.aquafold.openapi.data.AQDataSetSettings
-
Sets the character used to represent the column divider; vertical bar, '|', is used as default.
- setColumnFieldSortAscending(String) - Method in interface com.aquafold.openapi.data.AQPivotDataSet
-
Sorts a column field in ascending order.
- setColumnFieldSortDescending(String) - Method in interface com.aquafold.openapi.data.AQPivotDataSet
-
Sorts a column field in descending order.
- setColumnFieldSortNone(String) - Method in interface com.aquafold.openapi.data.AQPivotDataSet
-
Sorts the values that correspond to a column field in the order defined in the application data.
- setColumnFieldSubtotalCount(String) - Method in interface com.aquafold.openapi.data.AQPivotDataSet
-
Shows subtotal as the number of records stored in the database for the specified field when it is defined as a column field.
- setColumnFieldSubtotalDefault(String) - Method in interface com.aquafold.openapi.data.AQPivotDataSet
-
Shows subtotal using system default calculation method for the specified field when it is defined as a column field.
- setColumnFieldSubtotalMax(String) - Method in interface com.aquafold.openapi.data.AQPivotDataSet
-
Shows subtotal as the maximum value among all pivot values for the specified field when it is defined as a column field.
- setColumnFieldSubtotalMean(String) - Method in interface com.aquafold.openapi.data.AQPivotDataSet
-
Shows subtotal as the average of all pivot values for the specified field when it is defined as a column field.
- setColumnFieldSubtotalMin(String) - Method in interface com.aquafold.openapi.data.AQPivotDataSet
-
Shows subtotal as the minimum value among all pivot values for the specified field when it is defined as a column field.
- setColumnFieldSubtotalNone(String) - Method in interface com.aquafold.openapi.data.AQPivotDataSet
-
Hides subtotal for the specified field when it is defined as a column field.
- setColumnFieldSubtotalStdDev(String) - Method in interface com.aquafold.openapi.data.AQPivotDataSet
-
Shows subtotal as the standard deviation of all pivot values for the specified field when it is defined as a column field.
- setColumnFieldSubtotalSum(String) - Method in interface com.aquafold.openapi.data.AQPivotDataSet
-
Shows subtotal as the sum of all pivot values for the specified field when it is defined as a column field.
- setColumnFieldSubtotalVar(String) - Method in interface com.aquafold.openapi.data.AQPivotDataSet
-
Shows subtotal as the variance of all pivot values for the specified field when it is defined as a column field.
- setColumnForegroundColor(String, int, int, int) - Method in interface com.aquafold.openapi.data.AQDataSetSettings
-
Sets the foreground color for the column identified by the specified name.
- setColumnForegroundColor(int, int, int, int) - Method in interface com.aquafold.openapi.data.AQDataSetSettings
-
Sets the foreground color for the column identified by the specified index.
- setColumnForegroundColor(String, String) - Method in interface com.aquafold.openapi.data.AQDataSetSettings
-
Sets the foreground hexadecimal color code for the column identified by the specified name.
- setColumnForegroundColor(int, String) - Method in interface com.aquafold.openapi.data.AQDataSetSettings
-
Sets the foreground hexadecimal color code for the column identified by the specified index.
- setColumnGap(int) - Method in interface com.aquafold.openapi.data.AQDataSetSettings
-
Sets the width of the column gap divider, the default width is 2.
- setColumnGapDivider(String) - Method in interface com.aquafold.openapi.data.AQDataSetSettings
-
Sets the character used to represent the gap between columns; space character, ' ', is used as default.
- setColumnHeader(int, String) - Method in interface com.aquafold.openapi.data.AQDataSetSettings
-
Sets the header for the column identified by the specified column index.
- setColumnHeader(String, String) - Method in interface com.aquafold.openapi.data.AQDataSetSettings
-
Sets the header for the column identified by the specified column name.
- setColumnHeaders(String[]) - Method in interface com.aquafold.openapi.data.AQDataSetSettings
-
Sets the headers for a list of columns.
- setColumnHeaders(String[], String[]) - Method in interface com.aquafold.openapi.data.AQDataSetSettings
-
Sets the headers for a list of columns.
- setColumnNameLengthConstraints(int, int) - Method in interface com.aquafold.openapi.random.AQRandomDataSet
-
Sets the constraint on the length of the generated column names,
both minLength
and maxLength
need to be greater than zero in order to take effect.
- setColumnNames(String[]) - Method in interface com.aquafold.openapi.data.AQDataSet
-
Sets column names.
- setColumnNames(String[]) - Method in interface com.aquafold.openapi.io.AQExcelReader
-
- setColumnNames(String[]) - Method in interface com.aquafold.openapi.io.AQFormattedTextReader
-
Sets the reader column names.
- setColumnNumericFormat(String, String) - Method in interface com.aquafold.openapi.data.AQDataSetSettings
-
Sets the numeric format pattern for the column identified by the specified name.
- setColumnNumericFormat(int, String) - Method in interface com.aquafold.openapi.data.AQDataSetSettings
-
Sets the numeric format pattern for the column identified by the specified index.
- setColumnNumericFormatDefault(String) - Method in interface com.aquafold.openapi.data.AQDataSetSettings
-
Sets the numeric format pattern for the column identified by the specified name
to system's default, i.e.
- setColumnNumericFormatDefault(int) - Method in interface com.aquafold.openapi.data.AQDataSetSettings
-
Sets the numeric format pattern for the column identified by the specified index
to system's default, i.e.
- setColumnNumericFormatNone(String) - Method in interface com.aquafold.openapi.data.AQDataSetSettings
-
Requests to not formatting numeric values for the column identified by the specified name.
- setColumnNumericFormatNone(int) - Method in interface com.aquafold.openapi.data.AQDataSetSettings
-
Requests to not formatting numeric values for the column identified by the specified index.
- setColumns(int) - Method in interface com.aquafold.openapi.random.AQRandomDataSet
-
Sets the number of columns to generate.
- setColumnStructure(AQColumnStructure) - Method in interface com.aquafold.openapi.io.AQDataWriter
-
- setColumnTimeFormat(String, String) - Method in interface com.aquafold.openapi.data.AQDataSetSettings
-
Sets the time format pattern for the column identified by the specified name.
- setColumnTimeFormat(int, String) - Method in interface com.aquafold.openapi.data.AQDataSetSettings
-
Sets the time format pattern for the column identified by the specified index.
- setColumnTimeFormatDefault(String) - Method in interface com.aquafold.openapi.data.AQDataSetSettings
-
Sets the time format pattern for the column identified by the specified name
to system's default, i.e.
- setColumnTimeFormatDefault(int) - Method in interface com.aquafold.openapi.data.AQDataSetSettings
-
Sets the time format pattern for the column identified by the specified index
to system's default, i.e.
- setColumnTimeFormatNone(String) - Method in interface com.aquafold.openapi.data.AQDataSetSettings
-
Requests to not formatting time values for the column identified by the specified name.
- setColumnTimeFormatNone(int) - Method in interface com.aquafold.openapi.data.AQDataSetSettings
-
Requests to not formatting time values for the column identified by the specified index.
- setColumnType(int, String) - Method in interface com.aquafold.openapi.chart.AQChartProperties
-
Set the type of geometry to use when rendering a column or bar chart
- setColumnTypeCone(int) - Method in interface com.aquafold.openapi.chart.AQChartProperties
-
Set the type of geometry (Cone) to use when rendering a column or bar chart
- setColumnTypeCube(int) - Method in interface com.aquafold.openapi.chart.AQChartProperties
-
Set the type of geometry (Cube) to use when rendering a column or bar chart
- setColumnTypeCylinder(int) - Method in interface com.aquafold.openapi.chart.AQChartProperties
-
Set the type of geometry (Cylinder) to use when rendering a column or bar chart
- setColumnTypePyramid(int) - Method in interface com.aquafold.openapi.chart.AQChartProperties
-
Set the type of geometry (Pyramid) to use when rendering a column or bar chart
- setColumnWidth(int, float) - Method in interface com.aquafold.openapi.io.AQExcelWriter
-
Sets the width of the specified column, in unit of characters using default font.
- setColumnWidth(int, int) - Method in interface com.aquafold.openapi.io.AQTextProcessor
-
Set fixed column width.
- setConnectionTimeout(int) - Method in interface com.aquafold.openapi.net.AQWebClient
-
Sets the timeout, in milliseconds, used to establish a connection between this object and an HTTP server.
- setContentType(String) - Method in interface com.aquafold.openapi.AQResponse
-
Sets HTTP response content type.
- setCredentials(String, String, String) - Method in interface com.aquafold.openapi.vcs.AQGit
-
Register a credentials provider.
- setCurrentWorksheet(String) - Method in interface com.aquafold.openapi.data.AQExcelSpreadsheet
-
Sets the current worksheet.
- setCurrentWorksheet(String) - Method in interface com.aquafold.openapi.io.AQExcelWriter
-
Sets the current worksheet.
- setDataFieldSummaryCount(String) - Method in interface com.aquafold.openapi.data.AQPivotDataSet
-
Sets the summary type for a data field to count which would show pivot grand total value
as the number of records stored in the application data.
- setDataFieldSummaryMax(String) - Method in interface com.aquafold.openapi.data.AQPivotDataSet
-
Sets the summary type for a data field to maximum which would show pivot grand total value
as the maximum value amongst all pivot values.
- setDataFieldSummaryMean(String) - Method in interface com.aquafold.openapi.data.AQPivotDataSet
-
Sets the summary type for a data field to mean which would show pivot grand total value
as the average of all pivot values.
- setDataFieldSummaryMedian(String) - Method in interface com.aquafold.openapi.data.AQPivotDataSet
-
Sets the summary type for a data field to median which would show pivot grand total value
as the sum of all pivot values.
- setDataFieldSummaryMin(String) - Method in interface com.aquafold.openapi.data.AQPivotDataSet
-
Sets the summary type for a data field to minimum which would show pivot grand total value
as the minimum value amongst all pivot values.
- setDataFieldSummaryStdDev(String) - Method in interface com.aquafold.openapi.data.AQPivotDataSet
-
Sets the summary type for a data field to standard deviation which would show pivot grand total value
as the standard deviation of all pivot values.
- setDataFieldSummarySum(String) - Method in interface com.aquafold.openapi.data.AQPivotDataSet
-
Sets the summary type for a data field to sum which would show pivot grand total value
as the sum of all pivot values.
- setDataFieldSummaryVar(String) - Method in interface com.aquafold.openapi.data.AQPivotDataSet
-
Sets the summary type for a data field to variance which would show pivot grand total value
as the variance of all pivot values.
- setDataLabelColor(String) - Method in interface com.aquafold.openapi.chart.AQChartProperties
-
Set the color used for Data Labels
- setDataLabelFontSize(float) - Method in interface com.aquafold.openapi.chart.AQChartProperties
-
Set the font size scalar used to render the Data Label text
- setDataSet(AQDataSet) - Method in interface com.aquafold.openapi.data.AQPivotDataSet
-
Sets the application data to be presented in the pivot table.
- setDataSetLeft(AQDataSet) - Method in interface com.aquafold.openapi.compare.AQResultComparator
-
Sets the data set on the left side.
- setDataSetRight(AQDataSet) - Method in interface com.aquafold.openapi.compare.AQResultComparator
-
Sets the data set on the right side.
- setDataSource(AQDataSet) - Method in interface com.aquafold.openapi.chart.AQChart
-
Use the specified AQDataSet as the AQChartModel's datasource
- setDataSource(AQPivotDataSet) - Method in interface com.aquafold.openapi.chart.AQChart
-
Use the specified AQPivotDataSet as the AQChartModel's datasource
- setDataSource(AQDataSource) - Method in interface com.aquafold.openapi.chart.AQChart
-
Use the specified AQDataSource as the AQChartModel's datasource
- setDataSource(AQDataSet) - Method in interface com.aquafold.openapi.chart.AQChartModel
-
Use the specified AQDataSet as the Chart Model's data source.
- setDataSource(AQDataSource) - Method in interface com.aquafold.openapi.chart.AQChartModel
-
Use the specified AQDataSource as the Chart Model's data source
- setDataSource(AQPivotDataSet) - Method in interface com.aquafold.openapi.chart.AQChartModel
-
Use the specified AQPivotDataSet as the Chart Model's data source
- setDataStringLengthConstraints(int, int) - Method in interface com.aquafold.openapi.random.AQRandomDataSet
-
Sets the default constraint on the length of the generated text string,
negative length indicates to generate a null object is allowed.
- setDataType(AQFunctionParameter.DataType) - Method in interface com.aquafold.openapi.chart.AQFunctionParameter
-
Set the parameter's datatype (Integer, Float or Double)
- setDataType(String) - Method in interface com.aquafold.openapi.data.AQColumnDescriptor
-
Sets database data type.
- setDateFormat(String) - Method in interface com.aquafold.openapi.data.AQDataSetSettings
-
Sets the pattern for formatting date values, 'M/d/yyyy' is used as default.
- setDateFormat(String) - Method in interface com.aquafold.openapi.io.AQTableWriter
-
Sets the format for converting string input into Date
objects to be inserted into
database columns of DATE type.
- setDateFormat(int, String) - Method in interface com.aquafold.openapi.io.AQTextProcessor
-
Sets Date and/or Time format for the specified column, using the platform locale.
- setDateFormat(int, String, Object) - Method in interface com.aquafold.openapi.io.AQTextProcessor
-
Sets Date and/or Time format for the specified column, using the locale provided.
- setDateFormatDefault() - Method in interface com.aquafold.openapi.data.AQDataSetSettings
-
Sets the pattern for formatting date values to the default pattern.
- setDateFormatNone() - Method in interface com.aquafold.openapi.data.AQDataSetSettings
-
Requests to not formatting date values at all.
- setDateQuoteIdentifier(String) - Method in interface com.aquafold.openapi.io.AQTextProcessor
-
Sets quote identifier for Date and/or Time.
- setDateTimeFormat(String) - Method in interface com.aquafold.openapi.data.AQDataSetSettings
-
Sets the pattern for formatting datetime values, 'M/d/yyyy h:mm:ss a' is used as default.
- setDateTimeFormat(String) - Method in interface com.aquafold.openapi.io.AQTableWriter
-
Sets the format for converting string input into Date
objects to be inserted into
database columns of DATETIME type.
- setDateTimeFormatDefault() - Method in interface com.aquafold.openapi.data.AQDataSetSettings
-
Sets the pattern for formatting datetime values to the default pattern.
- setDateTimeFormatNone() - Method in interface com.aquafold.openapi.data.AQDataSetSettings
-
Requests to not formatting datetime values at all.
- setDecimalSymbol(String) - Method in interface com.aquafold.openapi.io.AQFormattedTextWriter
-
Sets the character used for decimal sign for formatting NUMBER columns.
- setDefaultDateFormat(String) - Method in interface com.aquafold.openapi.io.AQFormattedTextWriter
-
Sets default format for DATE columns, using the platform locale.
- setDefaultDateFormat(String, Object) - Method in interface com.aquafold.openapi.io.AQFormattedTextWriter
-
Sets default format for DATE columns.
- setDefaultDateTimeFormat(String) - Method in interface com.aquafold.openapi.io.AQFormattedTextWriter
-
Sets default format for DATETIME columns, using the platform locale.
- setDefaultDateTimeFormat(String, Object) - Method in interface com.aquafold.openapi.io.AQFormattedTextWriter
-
Sets default format for DATETIME columns.
- setDefaultNumberFormat() - Method in interface com.aquafold.openapi.io.AQFormattedTextWriter
-
Sets default number format for NUMBER columns, using the platform locale.
- setDefaultNumberFormat(Object) - Method in interface com.aquafold.openapi.io.AQFormattedTextWriter
-
Sets default number format for NUMBER columns, using the specified locale.
- setDefaultTimeFormat(String) - Method in interface com.aquafold.openapi.io.AQFormattedTextWriter
-
Sets default format for TIME columns, using the platform locale.
- setDefaultTimeFormat(String, Object) - Method in interface com.aquafold.openapi.io.AQFormattedTextWriter
-
Sets default format for TIME columns.
- setDepth(float) - Method in interface com.aquafold.openapi.chart.AQChartProperties
-
Set the Depth of the chart grid (in world coordinate units, where each grid cell is 1.0 units in width & height)
The default depth is 5, so setting depth to 10 would double the depth of the chart grid (rather than the image containing the chart).
- setDoNotIgnore() - Method in interface com.aquafold.openapi.compare.AQIgnore
-
Set to do not ignore.
- setEmbeddedStyleSheet(String) - Method in interface com.aquafold.openapi.io.AQHtmlWriter
-
Sets embedded style sheet.
- setEncoding(String) - Method in interface com.aquafold.openapi.io.AQTextFileReader
-
Sets input file encoding.
- setEncoding(String) - Method in interface com.aquafold.openapi.io.AQTextFileWriter
-
Sets output file encoding.
- setEncoding(String) - Method in interface com.aquafold.openapi.io.AQXmlWriter
-
Set output file encoding.
- setExcludes(String) - Method in interface com.aquafold.openapi.filesystem.AQFileSet
-
Appends excludes
to the current list of exclude patterns.
- setFieldSubtotalCount(String) - Method in interface com.aquafold.openapi.data.AQPivotDataSet
-
Shows subtotal as the number of records stored in the database for the specified field when it is defined as either a row field or a column field.
- setFieldSubtotalDefault(String) - Method in interface com.aquafold.openapi.data.AQPivotDataSet
-
Shows subtotal using system default calculation method for the specified field when it is defined as either a row field or a column field.
- setFieldSubtotalMax(String) - Method in interface com.aquafold.openapi.data.AQPivotDataSet
-
Shows subtotal as the maximum value among all pivot values for the specified field when it is defined as either a row field or a column field.
- setFieldSubtotalMean(String) - Method in interface com.aquafold.openapi.data.AQPivotDataSet
-
Shows subtotal as the average of all pivot values for the specified field when it is defined as either a row field or a column field.
- setFieldSubtotalMedian(String) - Method in interface com.aquafold.openapi.data.AQPivotDataSet
-
Shows subtotal as the median value among all pivot values for the specified field when it is defined as either a row field or a column field.
- setFieldSubtotalMin(String) - Method in interface com.aquafold.openapi.data.AQPivotDataSet
-
Shows subtotal as the minimum value among all pivot values for the specified field when it is defined as either a row field or a column field.
- setFieldSubtotalNone(String) - Method in interface com.aquafold.openapi.data.AQPivotDataSet
-
Hides subtotal for the specified field when it is defined as either a row field or a column field.
- setFieldSubtotalStdDev(String) - Method in interface com.aquafold.openapi.data.AQPivotDataSet
-
Shows subtotal as the standard deviation of all pivot values for the specified field when it is defined as either a row field or a column field.
- setFieldSubtotalSum(String) - Method in interface com.aquafold.openapi.data.AQPivotDataSet
-
Shows subtotal as the sum of all pivot values for the specified field when it is defined as either a row field or a column field.
- setFieldSubtotalVar(String) - Method in interface com.aquafold.openapi.data.AQPivotDataSet
-
Shows subtotal as the variance of all pivot values for the specified field when it is defined as either a row field or a column field.
- setFile(String) - Method in interface com.aquafold.openapi.filesystem.AQFileSet
-
Creates a single file fileset.
- setFile(String) - Method in interface com.aquafold.openapi.io.AQExcelReader
-
Sets the output file name.
- setFile(String) - Method in interface com.aquafold.openapi.io.AQFileWriter
-
Sets output file name.
- setFile(String) - Method in interface com.aquafold.openapi.io.AQHttpLogReader
-
Sets the input file name
- setFile(String) - Method in interface com.aquafold.openapi.io.AQTextFileReader
-
Sets input file name.
- setFile(String) - Method in interface com.aquafold.openapi.io.AQTextFileWriter
-
Sets output file name.
- setFile(String) - Method in interface com.aquafold.openapi.io.AQXmlWriter
-
Sets output file name.
- setFillGrid(boolean) - Method in interface com.aquafold.openapi.chart.AQChartProperties
-
Set to True to fill the grid, False to only show the grid lines
- setFillGridColor(String) - Method in interface com.aquafold.openapi.chart.AQChartProperties
-
Set the color used to fill the chart grid
- setFirstLineContainsColumnNames(boolean) - Method in interface com.aquafold.openapi.io.AQExcelReader
-
Defines whether the first data row is preceded by a row containing column names.
- setFirstLineContainsColumnNames(boolean) - Method in interface com.aquafold.openapi.io.AQExcelWriter
-
Defines whether the first data row is preceded by a row containing column names.
- setFirstLineContainsColumnNames(boolean) - Method in interface com.aquafold.openapi.io.AQHttpLogReader
-
- setFirstLineContainsColumnNames(boolean) - Method in interface com.aquafold.openapi.io.AQTextProcessor
-
Sets whether the input or output file contains column names in the first row.
- setFitChartToImage(boolean) - Method in interface com.aquafold.openapi.chart.AQChartProperties
-
Set to True if the chart should be rendered flush with the edges of the image area
- setFixedCategoryCount(int) - Method in interface com.aquafold.openapi.chart.AQChartProperties
-
Set the Number of categories being displayed
- setFont(String) - Method in interface com.aquafold.openapi.chart.AQChartProperties
-
Set the font used to render text (axes, legend, title).
- setFontTitle(String) - Method in interface com.aquafold.openapi.chart.AQChartProperties
-
Set the font used to render title text.
- setFooter(String) - Method in interface com.aquafold.openapi.data.AQDataSetSettings
-
Sets footer text.
- setFooter(String, String) - Method in interface com.aquafold.openapi.form.AQForm
-
Sets the form footer.
- setFooterDivider(String) - Method in interface com.aquafold.openapi.data.AQDataSetSettings
-
Sets the character used to represent the footer divider; equals sign, '=', is used as default.
- setFrom(String) - Method in interface com.aquafold.openapi.mail.AQMailMessage
-
Sets sender email address.
- setFullTransactionType() - Method in interface com.aquafold.openapi.io.AQTableWriter
-
Sets the transaction type to Full which will commit all of executed statements in one transaction.
- setFunction(int, String) - Method in interface com.aquafold.openapi.chart.AQChartProperties
-
Set the Function used to generate this series
- setGenerateHtmlDocFooter(boolean) - Method in interface com.aquafold.openapi.report.AQReportSettings
-
Determines whether to generate the closing tags
for the html
tag and the body
tag;
these tags are not generated by default.
- setGenerateHtmlDocHeader(boolean) - Method in interface com.aquafold.openapi.report.AQReportSettings
-
Determines whether to generate the opening tags
for the html
tag and the body
tag;
these tags are not generated by default.
- setGridLineWidth(float) - Method in interface com.aquafold.openapi.chart.AQChartProperties
-
Set the width of the grid lines
- setGridOpacity(float) - Method in interface com.aquafold.openapi.chart.AQChartProperties
-
Set the opacity used to render the chart grid
- setGroupSmallValues(boolean) - Method in interface com.aquafold.openapi.chart.AQChartProperties
-
Set to True if small values in Pie charts should be grouped together
- setGroupSmallValuesThreshold(float) - Method in interface com.aquafold.openapi.chart.AQChartProperties
-
Set the Threshold value used to group together smaller values in Pie charts
- setHeader(String, String) - Method in interface com.aquafold.openapi.AQResponse
-
Sets HTTP response header.
- setHeader(String, String) - Method in interface com.aquafold.openapi.form.AQForm
-
Sets the form header.
- setHeaderDivider(String) - Method in interface com.aquafold.openapi.data.AQDataSetSettings
-
Sets the character used to represent the header divider; equals sign, '=', is used as default.
- setHeight(float) - Method in interface com.aquafold.openapi.chart.AQChartProperties
-
Set the Height of the chart grid (in world coordinate units, where each grid cell is 1.0 units in width & height)
The default height is 10, so setting height to 20 would double the height of the chart grid (rather than the image containing the chart).
- setHost(String) - Method in interface com.aquafold.openapi.mail.AQSmtpServer
-
Sets the host address of the SMTP server.
- setHtmlDataCellStyle(int, int, String) - Method in interface com.aquafold.openapi.data.AQDataSetSettings
-
Sets the custom CSS style for the specified data cell.
- setHtmlDataColumnSortLink(String) - Method in interface com.aquafold.openapi.data.AQDataSetSettings
-
Sets the sorting URL link for data column;
this method is only applied to the data set derived from a pivot table.
- setHtmlText(String) - Method in interface com.aquafold.openapi.mail.AQMailMessage
-
Set message HTML content.
- setIgnore(AQIgnore) - Method in interface com.aquafold.openapi.compare.AQCompareOptions
-
Sets the ignore option
- setIgnoreBlankLines(boolean) - Method in interface com.aquafold.openapi.compare.AQCompareOptions
-
- setIgnoreCase(boolean) - Method in interface com.aquafold.openapi.compare.AQComparator
-
A shortcut method to configure the comparator to ignore case.
- setIgnoreCase(boolean) - Method in interface com.aquafold.openapi.compare.AQCompareOptions
-
- setIgnoreCase(boolean) - Method in interface com.aquafold.openapi.compare.AQFileComparator
-
Determines whether comparison operation should ignore the file name case.
- setIgnoreCase() - Method in interface com.aquafold.openapi.compare.AQIgnore
-
Set to ignore case.
- setIgnoreCaseForObjectDef(boolean) - Method in interface com.aquafold.openapi.compare.AQSchemaComparator
-
Defines whether the case for the object name is taken into account when considering objects that
have the same name.
- setIgnoreContent(boolean) - Method in interface com.aquafold.openapi.compare.AQFileComparator
-
Determines whether comparison operation should ignore the file content.
- setIgnoreCookiePolicy() - Method in interface com.aquafold.openapi.net.AQWebClient
-
Indicates to neither accept nor send cookies.
- setIgnoreSpaces(boolean) - Method in interface com.aquafold.openapi.compare.AQComparator
-
A shortcut method to configure the comparator to ignore:
all spaces
blank lines
leading
trailing
spaces between keywords, but not the whitespace itself (when comparing AQServerObjects).
Please use getCompareOptions() method for finer control over comparison options.
- setIgnoreTimestamp(boolean) - Method in interface com.aquafold.openapi.compare.AQFileComparator
-
Determines whether comparison operation should ignore the file timestamp.
- setIgnoreWhitespace(boolean) - Method in interface com.aquafold.openapi.compare.AQCompareOptions
-
- setIgnoreWhitespaces() - Method in interface com.aquafold.openapi.compare.AQIgnore
-
Set to ignore whitespaces.
- setIgnoreWhitespacesEmptyLines() - Method in interface com.aquafold.openapi.compare.AQIgnore
-
Set to ignore whitespaces and empty lines.
- setIgnoreWhitespacesEmptyLinesIgnoreCase() - Method in interface com.aquafold.openapi.compare.AQIgnore
-
Set to ignore whitespaces, empty lines and ignore case.
- setIgnoreWhitespacesIgnoreCase() - Method in interface com.aquafold.openapi.compare.AQIgnore
-
Set to ignore whitespaces and ignore case.
- setImageHeight(Integer) - Method in interface com.aquafold.openapi.chart.AQChartProperties
-
Set the Chart Image Height
- setImageWidth(Integer) - Method in interface com.aquafold.openapi.chart.AQChartProperties
-
Set the Chart Image Width
- setIncludeComments(boolean) - Method in interface com.aquafold.openapi.rdbms.AQScriptOptions
-
Defines whether comments should be included in the script.
- setIncludeIndexesTriggers(boolean) - Method in interface com.aquafold.openapi.rdbms.AQScriptOptions
-
Defines whether CREATE statement should include table indexes and triggers, if applicable.
- setIncludePermissions(boolean) - Method in interface com.aquafold.openapi.rdbms.AQScriptOptions
-
Defines whether CREATE statement should include permissions, if applicable.
- setIncludes(String) - Method in interface com.aquafold.openapi.filesystem.AQFileSet
-
Appends includes
to the current list of include patterns.
- setIncludeStorage(boolean) - Method in interface com.aquafold.openapi.rdbms.AQScriptOptions
-
Defines whether CREATE statement should include storage, if applicable.
- setIncludeTableConstraintNames(boolean) - Method in interface com.aquafold.openapi.rdbms.AQScriptOptions
-
Sets the flag to include or exclude the table constraint names.
- setIncludeTableConstraints(boolean) - Method in interface com.aquafold.openapi.rdbms.AQScriptOptions
-
Sets the flag to include or exclude the table constraints.
- setIndentSpaces(int) - Method in interface com.aquafold.openapi.rdbms.util.AQSqlFormatter
-
Sets the number of spaces to use in indentation.
- setInputString(String) - Method in interface com.aquafold.openapi.io.AQTextStringReader
-
Sets the input string.
- setJavaType(String) - Method in interface com.aquafold.openapi.data.AQColumnDescriptor
-
Sets java type.
- setLabelLeft(String) - Method in interface com.aquafold.openapi.compare.AQResultDifferences
-
Sets the label for the left result.
- setLabelRight(String) - Method in interface com.aquafold.openapi.compare.AQResultDifferences
-
Sets the label for the right result.
- setLegendFontSize(float) - Method in interface com.aquafold.openapi.chart.AQChartProperties
-
Set the font size scalar used to render the legend text
- setLegendHeight(int) - Method in interface com.aquafold.openapi.chart.AQChartProperties
-
Set the Explicit legend height
- setLegendHeightType(String) - Method in interface com.aquafold.openapi.chart.AQChartProperties
-
Set the Legend size type
- setLegendHeightTypeExact() - Method in interface com.aquafold.openapi.chart.AQChartProperties
-
Use the LegendHeight property to specify the exact height of the Legend
- setLegendHeightTypeFit() - Method in interface com.aquafold.openapi.chart.AQChartProperties
-
Resize the Legend to fit its contents
- setLegendHeightTypeStretch() - Method in interface com.aquafold.openapi.chart.AQChartProperties
-
Stretch the Legend to span the height of the rendering area
- setLegendPosition(String) - Method in interface com.aquafold.openapi.chart.AQChartProperties
-
Set the Legend position
- setLegendPositionBottomCenter() - Method in interface com.aquafold.openapi.chart.AQChartProperties
-
Place the Legend in the Bottom Center of the rendering area
- setLegendPositionBottomLeft() - Method in interface com.aquafold.openapi.chart.AQChartProperties
-
Place the Legend in the Bottom Left corner of the rendering area
- setLegendPositionBottomRight() - Method in interface com.aquafold.openapi.chart.AQChartProperties
-
Place the Legend in the Bottom Right corner of the rendering area
- setLegendPositionLeftCenter() - Method in interface com.aquafold.openapi.chart.AQChartProperties
-
Place the Legend in the Left Center of the rendering area
- setLegendPositionRightCenter() - Method in interface com.aquafold.openapi.chart.AQChartProperties
-
Place the Legend in the Right Center of the rendering area
- setLegendPositionTopCenter() - Method in interface com.aquafold.openapi.chart.AQChartProperties
-
Place the Legend in the Top Center of the rendering area
- setLegendPositionTopLeft() - Method in interface com.aquafold.openapi.chart.AQChartProperties
-
Place the Legend in the Top Left corner of the rendering area
- setLegendPositionTopRight() - Method in interface com.aquafold.openapi.chart.AQChartProperties
-
Place the Legend in the Top Right corner of the rendering area
- setLegendWidth(int) - Method in interface com.aquafold.openapi.chart.AQChartProperties
-
Set the Exact legend width
- setLegendWidthType(String) - Method in interface com.aquafold.openapi.chart.AQChartProperties
-
Set the Legend size type
- setLegendWidthTypeExact() - Method in interface com.aquafold.openapi.chart.AQChartProperties
-
Use the LegendWidth property to specify the exact width of the Legend
- setLegendWidthTypeFit() - Method in interface com.aquafold.openapi.chart.AQChartProperties
-
Resize the Legend to fit its contents
- setLegendWidthTypeStretch() - Method in interface com.aquafold.openapi.chart.AQChartProperties
-
Stretch the Legend to span the width of the rendering area
- setLighting(String) - Method in interface com.aquafold.openapi.chart.AQChartProperties
-
Set the lighting type
- setLightingAmbient() - Method in interface com.aquafold.openapi.chart.AQChartProperties
-
Use ambient lighting when rendering the chart
- setLightingBright() - Method in interface com.aquafold.openapi.chart.AQChartProperties
-
Use bright lighting when rendering the chart
- setLightingDark() - Method in interface com.aquafold.openapi.chart.AQChartProperties
-
Use dark lighting when rendering the chart
- setLightingDefault() - Method in interface com.aquafold.openapi.chart.AQChartProperties
-
Use default lighting when rendering the chart
- setLineCount(int) - Method in interface com.aquafold.openapi.data.AQDataSetSettings
-
Sets the maximum number of rows to be displayed, a negative value means
displaying all of rows contained in the data set.
- setLineDelimiter(String) - Method in interface com.aquafold.openapi.io.AQFormattedTextWriter
-
Sets line delimiter string.
- setLineLength(int) - Method in interface com.aquafold.openapi.rdbms.util.AQSqlFormatter
-
Sets maximum line length for wrapping.
- setLineSeparator(String) - Method in interface com.aquafold.openapi.rdbms.AQScriptOptions
-
Sets the default line separator string (null value is acceptable).
- setLineWidth(float) - Method in interface com.aquafold.openapi.chart.AQChartProperties
-
Set the Width of lines in Line Chart
- setLogFormat(String) - Method in interface com.aquafold.openapi.io.AQHttpLogReader
-
- setMapRange(String) - Method in interface com.aquafold.openapi.chart.AQChartProperties
-
Set the String list of ranges for map highlighting
- setMapRangeColors(String) - Method in interface com.aquafold.openapi.chart.AQChartProperties
-
Set the String list of colors for map highlighting
- setMapShowBackground(boolean) - Method in interface com.aquafold.openapi.chart.AQChartProperties
-
Set to True if the map background should be displayed
- setMapShowDetails(boolean) - Method in interface com.aquafold.openapi.chart.AQChartProperties
-
Set to True if country details should be displayed in the tooltip
- setMax(int, Double) - Method in interface com.aquafold.openapi.chart.AQChartProperties
-
Set the Maximum value on this series' value axis (overrides maximum value found in data model)
- setMaxColumnWidth(float) - Method in interface com.aquafold.openapi.data.AQDataSetSettings
-
Sets the maximum column width, in unit of characters using default font;
this setting is only applied to saving grid to a Microsoft Excel file.
- setMaximumAxisValue(int, double) - Method in interface com.aquafold.openapi.chart.AQChartModel
-
Set the maximum value for the specified series
- setMaximumAxisValue(double) - Method in interface com.aquafold.openapi.chart.AQChartModel
-
Set the maximum value for all series
- setMergeAxis(boolean) - Method in interface com.aquafold.openapi.chart.AQChartProperties
-
Set to True if all series should share a common value axis, False if each series should have its own value axis
- setMergeSeriesMax(Double) - Method in interface com.aquafold.openapi.chart.AQChartProperties
-
Set the Maximum value on the merged value axis shared by all series (overrides maximum value found in data model)
- setMergeSeriesMin(Double) - Method in interface com.aquafold.openapi.chart.AQChartProperties
-
Set the Minimum value on the merged value axis shared by all series (overrides minimum value found in data model)
- setMethodRetryCount(int) - Method in interface com.aquafold.openapi.net.AQWebClient
-
Sets the number of times a request will be retried due to network error.
- setMin(int, Double) - Method in interface com.aquafold.openapi.chart.AQChartProperties
-
Set the Minimum value on this series' value axis (overrides minimum value found in data model)
- setMinimumAxisValue(int, double) - Method in interface com.aquafold.openapi.chart.AQChartModel
-
Set the minimum value for the specified series
- setMinimumAxisValue(double) - Method in interface com.aquafold.openapi.chart.AQChartModel
-
Set the minimum value for all series
- setMinimumMaximumAxisValues(double, double) - Method in interface com.aquafold.openapi.chart.AQChartModel
-
Set both minimum and maximum values for all series
- setMinimumMaximumAxisValues(int, double, double) - Method in interface com.aquafold.openapi.chart.AQChartModel
-
Set both minimum and maximum values for the specified series
- setModel(AQChartModel) - Method in interface com.aquafold.openapi.chart.AQChart
-
Set the Chart's data model.
- setMultiple(boolean) - Method in interface com.aquafold.openapi.form.AQFormSelector
-
Sets MULTIPLE option.
- setName(String) - Method in interface com.aquafold.openapi.chart.AQFunctionParameter
-
Set the name of the parameter.
- setName(String) - Method in interface com.aquafold.openapi.form.AQTextArea
-
Sets HTML element name.
- setNameAlias(int, String) - Method in interface com.aquafold.openapi.chart.AQChartProperties
-
Set the Alternate name for the specified series (default name is obtained from model)
- setNetscapeCookiePolicy() - Method in interface com.aquafold.openapi.net.AQWebClient
-
Uses Netscape Draft policy for cookie management.
- setNullString(String) - Method in interface com.aquafold.openapi.io.AQExcelWriter
-
Sets value to be placed in a cell containing null data.
- setNullString(String) - Method in interface com.aquafold.openapi.io.AQFormattedTextWriter
-
Sets a default string to be printed if the data is null
.
- setNullString(int, String) - Method in interface com.aquafold.openapi.io.AQTextProcessor
-
Sets a string to be printed if the data in the specified column is null
.
- setNullString(String) - Method in interface com.aquafold.openapi.io.AQXmlWriter
-
Sets string to be printed if the data is null
.
- setNumberFormat(String) - Method in interface com.aquafold.openapi.io.AQTableWriter
-
Sets default format for number columns.
- setNumberFormat(int) - Method in interface com.aquafold.openapi.io.AQTextProcessor
-
Sets number format for the specified column, using the platform locale.
- setNumberFormat(int, Object) - Method in interface com.aquafold.openapi.io.AQTextProcessor
-
Sets number format for the specified column, using the locale provided.
- setNumericCategoryAxis(boolean) - Method in interface com.aquafold.openapi.chart.AQChartProperties
-
Set to True if values on the category axis are displayed on a numeric range (instead of displaying each category value evenly spaced)
- setNumericFormat(String) - Method in interface com.aquafold.openapi.data.AQDataSetSettings
-
Sets the pattern for formatting numeric values, '###0.############' is used as default.
- setNumericFormatDefault() - Method in interface com.aquafold.openapi.data.AQDataSetSettings
-
Sets the pattern for formatting numeric values to the default pattern.
- setNumericFormatNone() - Method in interface com.aquafold.openapi.data.AQDataSetSettings
-
Requests to not formatting numeric values at all.
- setOpacity(float) - Method in interface com.aquafold.openapi.chart.AQChartProperties
-
Set the opacity used to render chart geometry
- setOpenDateQuoteIdentifier(String) - Method in interface com.aquafold.openapi.io.AQTextProcessor
-
Sets opening quote identifier for Date and/or Time.
- setOriginalRowIndex(int) - Method in interface com.aquafold.openapi.chart.AQChartRow
-
Set the index of this row in its original datasource (if any exists).
- setPageSize(int) - Method in interface com.aquafold.openapi.data.AQDataSetSettings
-
Sets the preferred page size;
this setting is only applied to saving
AQDataSet
grid to a Microsoft Excel file.
- setPanX(float) - Method in interface com.aquafold.openapi.chart.AQChartProperties
-
Set the camera pan on the X-axis
- setPanY(float) - Method in interface com.aquafold.openapi.chart.AQChartProperties
-
Set the camera pan on the Y-axis
- setParameters(String) - Method in interface com.aquafold.openapi.chart.AQSeriesFunction
-
Set the function parameters using by parsing the specified string.
- setParameters(List<AQFunctionParameter>) - Method in interface com.aquafold.openapi.chart.AQSeriesFunction
-
Set the list of function parameters.
- setPassword(Object) - Method in interface com.aquafold.openapi.mail.AQSmtpServer
-
Sets the password of the account on the SMTP server.
- setPassword(Object) - Method in interface com.aquafold.openapi.vcs.AQWorkspace
-
Sets the password for subsequent operations.
- setPercentFormat(String) - Method in interface com.aquafold.openapi.data.AQDataSetSettings
-
Sets the pattern for formatting percentage values displayed in data cells, '#,##0.##%' is used as default.
- setPieExplode(float) - Method in interface com.aquafold.openapi.chart.AQChartProperties
-
Set the Distance to which pie slices are exploded from the center of the Pie Chart
- setPieExplodeTopSlices(Integer) - Method in interface com.aquafold.openapi.chart.AQChartProperties
-
Set the number of slices to explode, starting with the largest slice and continuing in descending order
- setPieLabelDistance(float) - Method in interface com.aquafold.openapi.chart.AQChartProperties
-
Set the Distance at which labels are placed from their corresponding pie slices
- setPieShowLines(boolean) - Method in interface com.aquafold.openapi.chart.AQChartProperties
-
Set to True if the Pie Chart displays lines connecting the labels and the pie slices
- setPieShowValues(boolean) - Method in interface com.aquafold.openapi.chart.AQChartProperties
-
Set to True if the Pie Chart displays the underlying values for each slice (in addition to the percent of total)
- setPort(int) - Method in interface com.aquafold.openapi.mail.AQSmtpServer
-
Sets the port number to which the STMP server is listen.
- setPrimaryKeyColumns(String[]) - Method in interface com.aquafold.openapi.compare.AQResultComparator
-
Sets names for the primary key columns.
- setProperties(AQChartProperties) - Method in interface com.aquafold.openapi.chart.AQChart
-
Set the Chart's properties.
- setProxySettings(String, int, String, Object, Object, String) - Method in interface com.aquafold.openapi.net.AQWebClient
-
Sets the proxy server via which requests and responses to be sent and received.
- setQualifyObject(boolean) - Method in interface com.aquafold.openapi.rdbms.AQScriptOptions
-
Sets the flag to include or exclude the name of the schema in the generation of
scripts for the database object.
- setQualifySchema(boolean) - Method in interface com.aquafold.openapi.compare.AQSchemaComparator
-
Defines whether the object schema name is taken into account when considering objects that
have the same name but different schema.
- setQuoteIdentifier(String) - Method in interface com.aquafold.openapi.io.AQTextProcessor
-
Sets default quote identifier.
- setQuoteIdentifier(int, String) - Method in interface com.aquafold.openapi.io.AQTextProcessor
-
Sets the quote identifier for the specified column.
- setQuoteIdentifier(String) - Method in interface com.aquafold.openapi.io.AQXmlWriter
-
Sets default quote identifier.
- setQuoteIdentifier(String, String) - Method in interface com.aquafold.openapi.rdbms.AQScriptOptions
-
Sets leading and trailing quote identifier strings (null values are acceptable).
- setQuoteIdentifier(String) - Method in interface com.aquafold.openapi.rdbms.AQScriptOptions
-
Sets the leading and trailing quote identifier strings at the same time (null value is acceptable).
- setRange(AQRandomRange) - Method in interface com.aquafold.openapi.random.AQRandomDataSet
-
Sets the range to be applied to the generated data,
this method expects there is only one column type is specified.
- setRanges(AQRandomRange[]) - Method in interface com.aquafold.openapi.random.AQRandomDataSet
-
Sets the ranges to be applied to the generated data, one for each column.
- setResultSetLeft(AQResultSet) - Method in interface com.aquafold.openapi.compare.AQResultComparator
-
Sets the result set on the left side.
- setResultSetRight(AQResultSet) - Method in interface com.aquafold.openapi.compare.AQResultComparator
-
Sets the result set on the right side.
- setReverseValueAxis(boolean) - Method in interface com.aquafold.openapi.chart.AQChartProperties
-
Set to True if the value axis should be reversed (with values increasing from top to bottom and right to left,
instead of from bottom to top and left to right)
- setRFC2109CookiePolicy() - Method in interface com.aquafold.openapi.net.AQWebClient
-
Uses RFC2109 policy for cookie management.
- setRFC2965CookiePolicy() - Method in interface com.aquafold.openapi.net.AQWebClient
-
Uses RFC2965 policy for cookie management.
- setRotationX(int) - Method in interface com.aquafold.openapi.chart.AQChartProperties
-
Set the camera rotation around X-axis
- setRotationY(int) - Method in interface com.aquafold.openapi.chart.AQChartProperties
-
Set the camera rotation around Y-axis
- setRotationZ(int) - Method in interface com.aquafold.openapi.chart.AQChartProperties
-
Set the camera rotation around Z-axis
- setRow(int) - Method in interface com.aquafold.openapi.data.AQExcelSpreadsheet
-
Sets the current row (0-based).
- setRowDivider(String) - Method in interface com.aquafold.openapi.data.AQDataSetSettings
-
Sets the character used to represent the row divider; hyphen, '-', is used as default.
- setRowFieldSortAscending(String) - Method in interface com.aquafold.openapi.data.AQPivotDataSet
-
Sorts a row field in ascending order.
- setRowFieldSortDescending(String) - Method in interface com.aquafold.openapi.data.AQPivotDataSet
-
Sorts a row field in descending order.
- setRowFieldSortNone(String) - Method in interface com.aquafold.openapi.data.AQPivotDataSet
-
Sorts the values that correspond to a row field in the order defined in the application data.
- setRowFieldSubtotalCount(String) - Method in interface com.aquafold.openapi.data.AQPivotDataSet
-
Shows subtotal as the number of records stored in the database for the specified field when it is defined as a row field.
- setRowFieldSubtotalDefault(String) - Method in interface com.aquafold.openapi.data.AQPivotDataSet
-
Shows subtotal using system default calculation method for the specified field when it is defined as a row field.
- setRowFieldSubtotalMax(String) - Method in interface com.aquafold.openapi.data.AQPivotDataSet
-
Shows subtotal as the maximum value among all pivot values for the specified field when it is defined as a row field.
- setRowFieldSubtotalMean(String) - Method in interface com.aquafold.openapi.data.AQPivotDataSet
-
Shows subtotal as the average of all pivot values for the specified field when it is defined as a row field.
- setRowFieldSubtotalMin(String) - Method in interface com.aquafold.openapi.data.AQPivotDataSet
-
Shows subtotal as the minimum value among all pivot values for the specified field when it is defined as a row field.
- setRowFieldSubtotalNone(String) - Method in interface com.aquafold.openapi.data.AQPivotDataSet
-
Hides subtotal for the specified field when it is defined as a row field.
- setRowFieldSubtotalStdDev(String) - Method in interface com.aquafold.openapi.data.AQPivotDataSet
-
Shows subtotal as the standard deviation of all pivot values for the specified field when it is defined as a row field.
- setRowFieldSubtotalSum(String) - Method in interface com.aquafold.openapi.data.AQPivotDataSet
-
Shows subtotal as the sum of all pivot values for the specified field when it is defined as a row field.
- setRowFieldSubtotalVar(String) - Method in interface com.aquafold.openapi.data.AQPivotDataSet
-
Shows subtotal as the variance of all pivot values for the specified field when it is defined as a row field.
- setRowNumberHeader(String) - Method in interface com.aquafold.openapi.data.AQDataSetSettings
-
Set the header text for the row number column.
- setRowNumberStartRowIndex(int) - Method in interface com.aquafold.openapi.data.AQDataSetSettings
-
Sets the row index from where the row number calculation to be started.
- setRows(int) - Method in interface com.aquafold.openapi.random.AQRandomDataSet
-
Sets the number of rows to generate.
- setRowStyle(String) - Method in interface com.aquafold.openapi.io.AQHtmlWriter
-
Sets the style of subsequent table rows (<TR> elements).
- setRowTrendChartCacheTime(int) - Method in interface com.aquafold.openapi.data.AQDataSetSettings
-
- setScriptResult(AQScriptResult) - Method in interface com.aquafold.openapi.gui.AQGridResultsView
-
This method replaces the current table and chart content with the supplied script result.
- setSelectedAt(int, boolean) - Method in interface com.aquafold.openapi.form.AQFormSelector
-
Sets selection status of an option at the specified index.
- setSelectedIndex(int) - Method in interface com.aquafold.openapi.form.AQFormSelector
-
Sets (overwrites) currently selected index.
- setSemiColonSeparator(boolean) - Method in interface com.aquafold.openapi.rdbms.util.AQScriptParser
-
To set the statement separator as a ";".
- setSeries(int, String) - Method in interface com.aquafold.openapi.chart.AQChartModel
-
Set the value of the specified series
- setSeriesAxisDateFormat(String) - Method in interface com.aquafold.openapi.chart.AQChartProperties
-
Set the String used to format dates on the series axis
- setSeriesAxisDateTimeFormat(String) - Method in interface com.aquafold.openapi.chart.AQChartProperties
-
Set the String used to format datetimes on the series axis
- setSeriesAxisLabelColor(String) - Method in interface com.aquafold.openapi.chart.AQChartProperties
-
Set the color used for the Category Axis Label text
- setSeriesAxisNumberFormat(String) - Method in interface com.aquafold.openapi.chart.AQChartProperties
-
Set the String used to format numbers on the series axis
- setSeriesAxisTimeFormat(String) - Method in interface com.aquafold.openapi.chart.AQChartProperties
-
Set the String used to format times on the series axis
- setSeriesAxisTitleColor(String) - Method in interface com.aquafold.openapi.chart.AQChartProperties
-
Set the color used for the Category Axis Title text
- setSeriesFieldNumbers(Integer...) - Method in interface com.aquafold.openapi.chart.AQChartModel
-
Select series from one or more fields in the datasource
- setSeriesFields(String...) - Method in interface com.aquafold.openapi.chart.AQChart
-
Select series from one or more fields in the datasource
- setSeriesFields(String...) - Method in interface com.aquafold.openapi.chart.AQChartModel
-
Select series from one or more fields in the datasource
- setSeriesFontSize(float) - Method in interface com.aquafold.openapi.chart.AQChartProperties
-
Set the font size scalar used to render the series axis text
- setSeriesSpacing(float) - Method in interface com.aquafold.openapi.chart.AQChartProperties
-
Set the Spacing between series geometry (in world coordinate units)
- setSeriesTextLength(Integer) - Method in interface com.aquafold.openapi.chart.AQChartProperties
-
Set the maximum text length (in characters) of the labels on the Series axis.
- setServerSideCommentIsBlock(boolean) - Method in interface com.aquafold.openapi.rdbms.util.AQScriptParser
-
To set the server side comment as a "/* ...
- setServerSideCommentIsDoubleDash(boolean) - Method in interface com.aquafold.openapi.rdbms.util.AQScriptParser
-
To set the server side comment as a "--".
- setServerSideCommentIsDoubleSlash(boolean) - Method in interface com.aquafold.openapi.rdbms.util.AQScriptParser
-
To set the server side comment as a "//".
- setSettings(AQReportSettings) - Method in interface com.aquafold.openapi.report.AQReport
-
Sets settings for this report.
- setShowAdjustedRowNumberHeader(boolean) - Method in interface com.aquafold.openapi.data.AQDataSetSettings
-
Shows or hides the row number header at the adjusted location.
- setShowAltRowColor(boolean) - Method in interface com.aquafold.openapi.data.AQDataSetSettings
-
Displays rows in alternate colors if set to true.
- setShowCategoryAxis(boolean) - Method in interface com.aquafold.openapi.chart.AQChartProperties
-
Set to True if the category axis labels are displayed
- setShowCategoryAxisLines(boolean) - Method in interface com.aquafold.openapi.chart.AQChartProperties
-
Set to True if the Category axis lines are displayed
- setShowCategoryAxisTicks(boolean) - Method in interface com.aquafold.openapi.chart.AQChartProperties
-
Set to True if the category axis tick marks are displayed
- setShowCellPercentageByColumn(boolean) - Method in interface com.aquafold.openapi.data.AQDataSetSettings
-
Shows or hides percentage value of each cell in the same column to the total value of the column.
- setShowCellPercentageByRow(boolean) - Method in interface com.aquafold.openapi.data.AQDataSetSettings
-
Shows or hides percentage value of each cell in the same row to the total value of the row.
- setShowDataLabels(boolean) - Method in interface com.aquafold.openapi.chart.AQChartProperties
-
Set to True if labels should be displayed at each data point
- setShowDataLabels(int, boolean) - Method in interface com.aquafold.openapi.chart.AQChartProperties
-
Set to True if labels should be displayed at each data point
- setShowFixedCategoryCount(boolean) - Method in interface com.aquafold.openapi.chart.AQChartProperties
-
Set to True if there is a fixed number of categories being displayed, False if no limits are imposed
- setShowFooter(boolean) - Method in interface com.aquafold.openapi.data.AQDataSetSettings
-
Shows or hides the footer text.
- setShowFooterDivider(boolean) - Method in interface com.aquafold.openapi.data.AQDataSetSettings
-
Shows or hides the footer divider.
- setShowFunctionMetaData(int, boolean) - Method in interface com.aquafold.openapi.chart.AQChartProperties
-
Set to True if function metadata is displayed
- setShowGrid(boolean) - Method in interface com.aquafold.openapi.chart.AQChartProperties
-
Set to True if the grid is shown, False if the grid is hidden
- setShowHeader(boolean) - Method in interface com.aquafold.openapi.data.AQDataSetSettings
-
Shows or hides the header row.
- setShowHeaderDivider(boolean) - Method in interface com.aquafold.openapi.data.AQDataSetSettings
-
Shows or hides the header divider.
- setShowLegend(boolean) - Method in interface com.aquafold.openapi.chart.AQChartProperties
-
Set to True if the legend is displayed
- setShowLegendBorder(boolean) - Method in interface com.aquafold.openapi.chart.AQChartProperties
-
Set to True if the legend border is displayed
- setShowMarkers(boolean) - Method in interface com.aquafold.openapi.chart.AQChartProperties
-
Set to True if markers are shown on Line Charts
- setShowReportTime(boolean) - Method in interface com.aquafold.openapi.data.AQDataSetSettings
-
Shows or hides the report time.
- setShowRowNumber(boolean) - Method in interface com.aquafold.openapi.data.AQDataSetSettings
-
Shows or hides the row number column.
- setShowRowTrendChart(boolean) - Method in interface com.aquafold.openapi.data.AQDataSetSettings
-
Shows or hides trend charts for rows;
a row based trend chart is a chart created using data values retrieved from the same row on a grid.
- setShowSeriesAxis(boolean) - Method in interface com.aquafold.openapi.chart.AQChartProperties
-
Set to True if the series axis labels are displayed
- setShowSubtotal(boolean) - Method in interface com.aquafold.openapi.data.AQPivotDataSet
-
Shows subtotals for rows and columns using system default calculation method, or clears previous subtotal settings for all of rows and columns.
- setShowSubtotalForLastColumn(boolean) - Method in interface com.aquafold.openapi.data.AQPivotDataSet
-
Shows or hides the subtotal for the last column.
- setShowSubtotalForLastRow(boolean) - Method in interface com.aquafold.openapi.data.AQPivotDataSet
-
Shows or hides the subtotal for the last row.
- setShowSubtotalForLastRowAndColumn(boolean) - Method in interface com.aquafold.openapi.data.AQPivotDataSet
-
Shows or hides subtotals for the last row and the last column.
- setShowTitle(boolean) - Method in interface com.aquafold.openapi.data.AQDataSetSettings
-
Shows or hides the title text.
- setShowTitleDivider(boolean) - Method in interface com.aquafold.openapi.data.AQDataSetSettings
-
Shows or hides the title divider.
- setShowValueAxis(boolean) - Method in interface com.aquafold.openapi.chart.AQChartProperties
-
Set to True if the value axis labels are displayed
- setShowValueAxisLines(boolean) - Method in interface com.aquafold.openapi.chart.AQChartProperties
-
Set to True if the value axis lines are displayed
- setShowValueAxisTicks(boolean) - Method in interface com.aquafold.openapi.chart.AQChartProperties
-
Set to True if the value axis tick marks are displayed
- setSize(int) - Method in interface com.aquafold.openapi.form.AQFormSelector
-
Sets SIZE attribute value.
- setSlashSeparator(boolean) - Method in interface com.aquafold.openapi.rdbms.util.AQScriptParser
-
To set the statement separator as a "/".
- setSocketTimeout(int) - Method in interface com.aquafold.openapi.net.AQWebClient
-
Sets the socket timeout in milliseconds which is the timeout for waiting for data.
- setSortingAscending(String) - Method in interface com.aquafold.openapi.data.AQDataSet
-
Sets ascending sorting direction for the specified column.
- setSortingAscending(int) - Method in interface com.aquafold.openapi.data.AQDataSet
-
Sets ascending sorting direction for the specified column.
- setSortingCollator(String, Collator) - Method in interface com.aquafold.openapi.data.AQDataSet
-
Sets collator for the specified column.
- setSortingCollator(int, Collator) - Method in interface com.aquafold.openapi.data.AQDataSet
-
Sets collator for the specified column.
- setSortingDescending(String) - Method in interface com.aquafold.openapi.data.AQDataSet
-
Sets descending sorting direction for the specified column.
- setSortingDescending(int) - Method in interface com.aquafold.openapi.data.AQDataSet
-
Sets descending sorting direction for the specified column.
- setSortingNone(String) - Method in interface com.aquafold.openapi.data.AQDataSet
-
Sets no sorting for the specified column, discarding any sorting options set for that column.
- setSortingNone(int) - Method in interface com.aquafold.openapi.data.AQDataSet
-
Sets no sorting for the specified column, discarding any sorting options set for that column.
- setSortingUseToString(String, boolean) - Method in interface com.aquafold.openapi.data.AQDataSet
-
Sets whether sorting should use binary value or toString() representation.
- setSortingUseToString(int, boolean) - Method in interface com.aquafold.openapi.data.AQDataSet
-
Sets whether sorting should use binary value or toString() representation.
- setSortTableColumns(boolean) - Method in interface com.aquafold.openapi.rdbms.AQScriptOptions
-
Defines whether table columns should be sorted by name.
- setSqlType(int) - Method in interface com.aquafold.openapi.data.AQColumnDescriptor
-
Sets generic SQL type identifier.
- setStackedPercent(boolean) - Method in interface com.aquafold.openapi.chart.AQChartProperties
-
Set to True if stacked charts should render each series value as a percentage of the total value for all series
- setStatementSeparator(String) - Method in interface com.aquafold.openapi.rdbms.AQScriptOptions
-
Sets statement separator string (null value is acceptable).
- setString(long, String) - Method in interface com.aquafold.openapi.rdbms.AQSQLClob
-
Writes the given string to the CLOB value that this Clob object designates at the
position pos.
- setString(long, String, int, int) - Method in interface com.aquafold.openapi.rdbms.AQSQLClob
-
Writes len characters of str, starting at character offset, to the CLOB value that this Clob represents.
- setStyle(String) - Method in interface com.aquafold.openapi.form.AQForm
-
Sets the form style.
- setSubject(String) - Method in interface com.aquafold.openapi.mail.AQMailMessage
-
Set message subject.
- setTableStyle(String) - Method in interface com.aquafold.openapi.io.AQHtmlWriter
-
Sets the style of subsequent <TABLE> element.
- setText(String) - Method in interface com.aquafold.openapi.form.AQTextArea
-
Sets the text area content.
- setText(String) - Method in interface com.aquafold.openapi.mail.AQMailMessage
-
Set message plain text content.
- setTheme(String) - Method in interface com.aquafold.openapi.chart.AQChartProperties
-
Set the color theme
Color themes control the background gradient colors, the per-series colors and the font colors
- setThemeApex() - Method in interface com.aquafold.openapi.chart.AQChartProperties
-
Set the color theme to 'Apex'
Color themes control the background gradient colors, the per-series colors and the font colors
- setThemeAspect() - Method in interface com.aquafold.openapi.chart.AQChartProperties
-
Set the color theme to 'Aspect'
Color themes control the background gradient colors, the per-series colors and the font colors
- setThemeCivic() - Method in interface com.aquafold.openapi.chart.AQChartProperties
-
Set the color theme to 'Civic'
Color themes control the background gradient colors, the per-series colors and the font colors
- setThemeConcourse() - Method in interface com.aquafold.openapi.chart.AQChartProperties
-
Set the color theme to 'Concourse'
Color themes control the background gradient colors, the per-series colors and the font colors
- setThemeDefault() - Method in interface com.aquafold.openapi.chart.AQChartProperties
-
Set the color theme to the default
Color themes control the background gradient colors, the per-series colors and the font colors
- setThemeEquity() - Method in interface com.aquafold.openapi.chart.AQChartProperties
-
Set the color theme to 'Equity'
Color themes control the background gradient colors, the per-series colors and the font colors
- setThemeFlow() - Method in interface com.aquafold.openapi.chart.AQChartProperties
-
Set the color theme to 'Flow'
Color themes control the background gradient colors, the per-series colors and the font colors
- setThemeFoundry() - Method in interface com.aquafold.openapi.chart.AQChartProperties
-
Set the color theme to 'Foundry'
Color themes control the background gradient colors, the per-series colors and the font colors
- setThemeMedian() - Method in interface com.aquafold.openapi.chart.AQChartProperties
-
Set the color theme to 'Median'
Color themes control the background gradient colors, the per-series colors and the font colors
- setThemeMetro() - Method in interface com.aquafold.openapi.chart.AQChartProperties
-
Set the color theme to 'Metro'
Color themes control the background gradient colors, the per-series colors and the font colors
- setThemeModule() - Method in interface com.aquafold.openapi.chart.AQChartProperties
-
Set the color theme to 'Module'
Color themes control the background gradient colors, the per-series colors and the font colors
- setThemeOpulent() - Method in interface com.aquafold.openapi.chart.AQChartProperties
-
Set the color theme to 'Opulent'
Color themes control the background gradient colors, the per-series colors and the font colors
- setThemeOriel() - Method in interface com.aquafold.openapi.chart.AQChartProperties
-
Set the color theme to 'Oriel'
Color themes control the background gradient colors, the per-series colors and the font colors
- setThemeOrigin() - Method in interface com.aquafold.openapi.chart.AQChartProperties
-
Set the color theme to 'Origin'
Color themes control the background gradient colors, the per-series colors and the font colors
- setThemeSolstice() - Method in interface com.aquafold.openapi.chart.AQChartProperties
-
Set the color theme to 'Solstice'
Color themes control the background gradient colors, the per-series colors and the font colors
- setThemeTechnic() - Method in interface com.aquafold.openapi.chart.AQChartProperties
-
Set the color theme to 'Technic'
Color themes control the background gradient colors, the per-series colors and the font colors
- setThemeTrek() - Method in interface com.aquafold.openapi.chart.AQChartProperties
-
Set the color theme to 'Trek'
Color themes control the background gradient colors, the per-series colors and the font colors
- setThemeUrban() - Method in interface com.aquafold.openapi.chart.AQChartProperties
-
Set the color theme to 'Urban'
Color themes control the background gradient colors, the per-series colors and the font colors
- setThemeVerve() - Method in interface com.aquafold.openapi.chart.AQChartProperties
-
Set the color theme to 'Verve'
Color themes control the background gradient colors, the per-series colors and the font colors
- setTimeFormat(String) - Method in interface com.aquafold.openapi.data.AQDataSetSettings
-
Sets the pattern for formatting time values, 'h:mm:ss a' is used as default.
- setTimeFormat(String) - Method in interface com.aquafold.openapi.io.AQTableWriter
-
Sets the format for converting string input into Date
objects to be inserted into
database columns of TIME type.
- setTimeFormatDefault() - Method in interface com.aquafold.openapi.data.AQDataSetSettings
-
Sets the pattern for formatting time values to the default pattern.
- setTimeFormatNone() - Method in interface com.aquafold.openapi.data.AQDataSetSettings
-
Requests to not formatting time values at all.
- setTimestampTolerance(int) - Method in interface com.aquafold.openapi.compare.AQFileComparator
-
Determines the maximum difference between two timetamps to be considered equal.
- setTitle(String) - Method in interface com.aquafold.openapi.AQResponse
-
Sets the TITLE tag for HTML responses.
- setTitle(String) - Method in interface com.aquafold.openapi.chart.AQChartProperties
-
Set the Chart Title
- setTitle(String) - Method in interface com.aquafold.openapi.data.AQDataSetSettings
-
Sets title text.
- setTitle(String) - Method in interface com.aquafold.openapi.io.AQHtmlWriter
-
Sets document <TITLE> tag.
- setTitleCategory(String) - Method in interface com.aquafold.openapi.chart.AQChartProperties
-
Set the Category axis title
- setTitleColor(String) - Method in interface com.aquafold.openapi.chart.AQChartProperties
-
Set the color used for the Chart Title text
- setTitleDivider(String) - Method in interface com.aquafold.openapi.data.AQDataSetSettings
-
Sets the character used to represent the title divider; equals sign, '=', is used as default.
- setTitleFontSize(float) - Method in interface com.aquafold.openapi.chart.AQChartProperties
-
Set the font size scalar used to render the Title text
- setTitlePosition(String) - Method in interface com.aquafold.openapi.chart.AQChartProperties
-
Set the Title position
- setTitlePositionBottomCenter() - Method in interface com.aquafold.openapi.chart.AQChartProperties
-
Set the Chart Title Position Bottom Center
- setTitlePositionBottomLeft() - Method in interface com.aquafold.openapi.chart.AQChartProperties
-
Set the Chart Title Position Bottom Left
- setTitlePositionBottomRight() - Method in interface com.aquafold.openapi.chart.AQChartProperties
-
Set the Chart Title Position Bottom Right
- setTitlePositionTopCenter() - Method in interface com.aquafold.openapi.chart.AQChartProperties
-
Set the Chart Title Position Top Center
- setTitlePositionTopLeft() - Method in interface com.aquafold.openapi.chart.AQChartProperties
-
Set the Chart Title Position Top Left
- setTitlePositionTopRight() - Method in interface com.aquafold.openapi.chart.AQChartProperties
-
Set the Chart Title Position Top Right
- setTitleValue(String) - Method in interface com.aquafold.openapi.chart.AQChartProperties
-
Set the Value axis title
- setTrimLeft(boolean) - Method in interface com.aquafold.openapi.compare.AQCompareOptions
-
- setTrimMiddle(boolean) - Method in interface com.aquafold.openapi.compare.AQCompareOptions
-
- setTrimRight(boolean) - Method in interface com.aquafold.openapi.compare.AQCompareOptions
-
- setTrimWhitespaces() - Method in interface com.aquafold.openapi.compare.AQIgnore
-
Set to trim whitespaces.
- setTrimWhitespacesIgnoreCase() - Method in interface com.aquafold.openapi.compare.AQIgnore
-
Set to trim whitespaces and ignore case.
- setType(String) - Method in interface com.aquafold.openapi.random.AQRandomDataSet
-
Sets the type for all of generated columns.
- setTypes(String[]) - Method in interface com.aquafold.openapi.random.AQRandomDataSet
-
Sets the types for the columns to be generated.
- setUpperCaseAll(boolean) - Method in interface com.aquafold.openapi.rdbms.util.AQSqlFormatter
-
Specifies whether the entire script should be converted to uppercase.
- setUpperCaseKeywords(boolean) - Method in interface com.aquafold.openapi.rdbms.util.AQSqlFormatter
-
Defines whether keywords should be converted to upper case.
- setUpperCaseNonKeywords(boolean) - Method in interface com.aquafold.openapi.rdbms.util.AQSqlFormatter
-
Specifies whether the non SQL keywords in the script should be converted to uppercase.
- setUseAuthentication(boolean) - Method in interface com.aquafold.openapi.mail.AQSmtpServer
-
Instructs SMTP to use authentication, default is false.
- setUseAxisTitleMargin(boolean) - Method in interface com.aquafold.openapi.chart.AQChartProperties
-
Set to TRUE if the Value & Category Axis titles are rendered within a margin
- setUseLegendMargin(boolean) - Method in interface com.aquafold.openapi.chart.AQChartProperties
-
Set to TRUE if the legend is rendered within a margin
- setUserAgentHeader(String) - Method in interface com.aquafold.openapi.net.AQWebRequest
-
Sets the value of the User-Agent
request header.
- setUserName(Object) - Method in interface com.aquafold.openapi.mail.AQSmtpServer
-
Sets the user name of the account on the SMTP server.
- setUsername(Object) - Method in interface com.aquafold.openapi.vcs.AQWorkspace
-
Sets the user name for subsequent operations.
- setUseSSL(boolean) - Method in interface com.aquafold.openapi.mail.AQSmtpServer
-
Instructs SMTP to use SSL connection, default is false.
- setUseTabIndent(boolean) - Method in interface com.aquafold.openapi.rdbms.util.AQSqlFormatter
-
Defines whether a TAB character should be used for indentation.
- setUseTitleMargin(boolean) - Method in interface com.aquafold.openapi.chart.AQChartProperties
-
Set to TRUE if the chart title is rendered within a margin
Note: This property is only applicable for 2D charts.
- setValue(int, int, Number) - Method in interface com.aquafold.openapi.chart.AQChartModel
-
Set value at the specified series and category indices
- setValue(Object) - Method in interface com.aquafold.openapi.chart.AQFunctionParameter
-
Set the value of the parameter.
- setValueAxisLabelColor(String) - Method in interface com.aquafold.openapi.chart.AQChartProperties
-
Set the color used for the Value Axis Label text
- setValueAxisNumberFormat(String) - Method in interface com.aquafold.openapi.chart.AQChartProperties
-
Set the String used to format numbers on the value axis
- setValueAxisTitleColor(String) - Method in interface com.aquafold.openapi.chart.AQChartProperties
-
Set the color used for the Value Axis Title text
- setValueFontSize(float) - Method in interface com.aquafold.openapi.chart.AQChartProperties
-
Set the font size scalar used to render the value axis text
- setValueFromString(String) - Method in interface com.aquafold.openapi.chart.AQFunctionParameter
-
Use a string to set the value of the parameter.
- setValues(List<Number>) - Method in interface com.aquafold.openapi.chart.AQChartRow
-
Set this row's list of values, where value[0] is from series 0, value[1] is from series 1, etc.
- setVariation(AQRandomVariation) - Method in interface com.aquafold.openapi.random.AQRandomDataSet
-
Sets the variation to be applied to the generated data,
this method expects there is only one column type is specified.
- setVariations(AQRandomVariation[]) - Method in interface com.aquafold.openapi.random.AQRandomDataSet
-
Sets the variations to be applied to the generated data, one for each column.
- setVerbose(boolean) - Method in interface com.aquafold.openapi.vcs.AQGit
-
Sets the amount of diagnostic messages sent to the debugger console.
- setVerbose(boolean) - Method in interface com.aquafold.openapi.vcs.AQPerforce
-
Sets the amount of diagnostic messages sent to the debugger console.
- setVerbose(boolean) - Method in interface com.aquafold.openapi.vcs.AQWorkspace
-
Defines whether the output of version control operations (update, commit) will be displayed in the AquaScript console.
- setView2D(boolean) - Method in interface com.aquafold.openapi.chart.AQChartProperties
-
Set to True if the chart is rendered in 2D, False if rendered in 3D
- setWidth(float) - Method in interface com.aquafold.openapi.chart.AQChartProperties
-
Set the Width of the chart grid (in world coordinate units, where each grid cell is 1.0 units in width & height)
The default width is 16, so setting width to 32 would double the width of the chart grid (rather than the image containing the chart).
- setWorksheetName(int, String) - Method in interface com.aquafold.openapi.data.AQExcelSpreadsheet
-
Sets worksheet name.
- setWorkspace(String) - Method in interface com.aquafold.openapi.vcs.AQGit
-
Sets workspace folder.
- setWrapLine(boolean) - Method in interface com.aquafold.openapi.rdbms.util.AQSqlFormatter
-
Defines whether to wrap long lines.
- setZoom(float) - Method in interface com.aquafold.openapi.chart.AQChartProperties
-
Set the camera zoom
- sftpFrom(String, String, String, Object, Object, String, Object, Boolean, String) - Method in interface com.aquafold.openapi.net.AQNet
-
Copies file(s) from a remote machine running an SSH daemon to the local machine.
- sftpTo(String, AQFileSet, String, String, Object, Object, String, Object, Boolean, String) - Method in interface com.aquafold.openapi.net.AQNet
-
Copies file(s) from the local machine to a remote machine running an SSH daemon
- sgFilter(double[], int, int, int) - Method in interface com.aquafold.openapi.math.AQCurve
-
Returns data smoothed via least-squares polynomial of user-defined order and window of user-defined width.
- sGolay(int, int, int) - Method in interface com.aquafold.openapi.math.AQCurve
-
Calculates SG coefficients
[link]
- showColumn(int) - Method in interface com.aquafold.openapi.data.AQDataSetSettings
-
Sets the column identified by the specified column index as a non-hidden column.
- showColumn(String) - Method in interface com.aquafold.openapi.data.AQDataSetSettings
-
Sets the column identified by the specified column name as a non-hidden column.
- showColumnsByIndex(int[]) - Method in interface com.aquafold.openapi.data.AQDataSetSettings
-
Sets the columns identified by the specified column indexes as non-hidden columns.
- showColumnsByName(String[]) - Method in interface com.aquafold.openapi.data.AQDataSetSettings
-
Sets the columns identified by the specified column names as non-hidden columns.
- signedRank(double[], double) - Method in interface com.aquafold.openapi.math.AQStat
-
Performs a signed rank test (Wilcoxon signed rank) of the null hypothesis that data in the vector x
comes from a continuous, symmetric distribution with median M, against the alternative
that the distribution does not have median M.
- signedRank(double[], double[]) - Method in interface com.aquafold.openapi.math.AQStat
-
Performs a paired, signed rank test (Wilcoxon signed rank) of the null hypothesis that data in the
vector x-y come from a continuous, symmetric distribution with equal medians, against the
alternative that the distribution does not have equal medians.
- signjar(String, String, String, String) - Method in interface com.aquafold.openapi.archive.AQArchive
-
Signs a jar file with jarsigner, the JAR Signing and Verification command-line tool.
- signum(double) - Method in interface com.aquafold.openapi.math.AQMath
-
Returns the signum function of the argument; zero if the argument is zero, 1.0 if the argument is greater than zero,
-1.0 if the argument is less than zero.
- sin(double) - Method in interface com.aquafold.openapi.math.AQMath
-
Returns the trigonometric sine of an angle.
- sinh(double) - Method in interface com.aquafold.openapi.math.AQMath
-
Returns the hyperbolic sine of a double value.
- skew(double[]) - Method in interface com.aquafold.openapi.math.AQStat
-
Calculates skew (symmetry) of incoming array.
- skip() - Method in interface com.aquafold.openapi.io.AQExcelWriter
-
Skips one line in the output file.
- skip(int) - Method in interface com.aquafold.openapi.io.AQExcelWriter
-
Skips specified number of lines in the output file.
- sleep(int) - Method in interface com.aquafold.openapi.util.AQUtil
-
Causes script to sleep for a specified number of milliseconds.
- smooth(double[], int) - Method in interface com.aquafold.openapi.math.AQCurve
-
Smoothes incoming data set via centered running mean of given window length
[link]
- sort() - Method in interface com.aquafold.openapi.compare.AQFileDifferences
-
Sorts the result using criteria set with addSorting...
- sort() - Method in interface com.aquafold.openapi.compare.AQSchemaDifferences
-
Sorts the result using criteria set with addSorting...
- sort(String, boolean) - Method in interface com.aquafold.openapi.data.AQDataSet
-
Sorts the data set using natural ordering.
- sort(int, boolean) - Method in interface com.aquafold.openapi.data.AQDataSet
-
Sorts the data set using natural ordering.
- sort(String, boolean, Comparator) - Method in interface com.aquafold.openapi.data.AQDataSet
-
Sorts the data set using specified comparator.
- sort(int, boolean, Comparator) - Method in interface com.aquafold.openapi.data.AQDataSet
-
Sorts the data set using specified comparator.
- sort() - Method in interface com.aquafold.openapi.data.AQDataSet
-
Sorts data set using sorting criteria configured previously by calls to
setSortingXXX() methods.
- sortDataColumnAscending(int) - Method in interface com.aquafold.openapi.data.AQPivotDataSet
-
Sorts pivot values belong to the specified column in ascending order.
- sortDataColumnDescending(int) - Method in interface com.aquafold.openapi.data.AQPivotDataSet
-
Sorts pivot values belong to the specified column in descending order.
- sortGrandTotalColumnAscending(String) - Method in interface com.aquafold.openapi.data.AQPivotDataSet
-
Sorts values belong to the grand total column associated with the specified data field in ascending order.
- sortGrandTotalColumnDescending(String) - Method in interface com.aquafold.openapi.data.AQPivotDataSet
-
Sorts values belong to the grand total column associated with the specified data field in descending order.
- spearman(double[], double[]) - Method in interface com.aquafold.openapi.math.AQStat
-
Calculates the Spearman rank correlation coefficient from 2 data sets
[link]
- sqlEncode(String) - Method in interface com.aquafold.openapi.rdbms.AQServerConnection
-
Escapes single quote characters in a string to
make it safe for inclusion into a SQL query.
- sqlEncode(String) - Method in interface com.aquafold.openapi.util.AQUtil
-
Escapes single quote characters in a string to make it safe for inclusion into a SQL query.
- sqrt(double) - Method in interface com.aquafold.openapi.math.AQMath
-
Returns the correctly rounded positive square root of a double value.
- SSE(double[]) - Method in interface com.aquafold.openapi.math.AQFit
-
Calculates sum-squared difference between an incoming array and its mean
[link]
- SSE(double[], double[]) - Method in interface com.aquafold.openapi.math.AQFit
-
Calculates sum-squared difference between incoming arrays
[link]
- sse(double[]) - Method in interface com.aquafold.openapi.math.AQStat
-
Calculates the sum squared error of incoming array.
- sshexec(String, String, String, Object, Object, String, Boolean, Integer, String) - Method in interface com.aquafold.openapi.net.AQNet
-
Executes a command on a remote machine via SSH using password based authentication.
- sshexec(String, String, boolean, String, Object, String, String, Object, Integer, String) - Method in interface com.aquafold.openapi.net.AQNet
-
Executes a command on a remote machine via SSH using key based authentication.
- status() - Method in interface com.aquafold.openapi.vcs.AQGit
-
Obtain the Git repo status.
- std(double[]) - Method in interface com.aquafold.openapi.math.AQStat
-
Calculates standard deviation of incoming array.
- stochosc(double[], double[], double[]) - Method in interface com.aquafold.openapi.math.AQFinancial
-
Calculates default (14-day fast) stochastic oscillator.
- stochosc(double[], double[], double[], int, String) - Method in interface com.aquafold.openapi.math.AQFinancial
-
Calculates fast or slow stochastic oscillator of user defined width.
- stochosc(double[], double[], double[], int, int) - Method in interface com.aquafold.openapi.math.AQFinancial
-
Calculates general stochastic oscillator.
- submit(Object, String) - Method in interface com.aquafold.openapi.vcs.AQPerforce
-
This method submits changes in the specified file(s) or folder(s)
to the Perforce revision control system.
- submitGetRequest(AQWebRequest) - Method in interface com.aquafold.openapi.net.AQWebClient
-
Sends an HTTP Get request to a server per the URL
defined in the specified request
.
- submitPostRequest(AQWebRequest) - Method in interface com.aquafold.openapi.net.AQWebClient
-
Sends an HTTP Post request to a server per the URL
defined in the specified request
.
- sum(double[]) - Method in interface com.aquafold.openapi.math.AQFinancial
-
Calculates sum of incoming data
- suppressBOM() - Method in interface com.aquafold.openapi.io.AQTextFileWriter
-
By default, setting UTF-8 or UTF-16 encoding will cause a
Byte Order Mark (BOM)
written to the start of the file.
- sync(String, String) - Method in interface com.aquafold.openapi.filesystem.AQFileSystem
-
Synchronize a local target directory with files and subdirectories as defined in the source
directory.
- sync(Object) - Method in interface com.aquafold.openapi.vcs.AQPerforce
-
This method syncs the local filesystem with the latest Perforce revision.