- AbstractRectangularDataStructure - Class in com.insightful.splusserver.domain
-
This class is an abstraction of a rectangular structure.
- AbstractRectangularDataStructure(String, Collection<Attr>, Collection<Column>, RowNames) - Constructor for class com.insightful.splusserver.domain.AbstractRectangularDataStructure
-
Constructs an AbstractRectangularDataStructure
object using the
specified parameters.
- AbstractRectangularDataStructure(String) - Constructor for class com.insightful.splusserver.domain.AbstractRectangularDataStructure
-
Constructs an AbstractRectangularDataStructure
object using the
specified name.
- AbstractRectangularDataStructure() - Constructor for class com.insightful.splusserver.domain.AbstractRectangularDataStructure
-
Constructs an AbstractRectangularDataStructure
object.
- AbstractValueRepresentation - Class in com.insightful.splusserver.domain.representation
-
The base class for an object representing a job return value.
- adapt(Generic) - Static method in class com.insightful.splusserver.utils.viewmodel.domainadapter.ColumnAdapter
-
- adapt(Vector) - Static method in class com.insightful.splusserver.utils.viewmodel.domainadapter.ColumnAdapter
-
- adapt(Generic) - Static method in class com.insightful.splusserver.utils.viewmodel.domainadapter.DataFrameAdapter
-
- adaptByColumn(List<List<Item>>) - Static method in class com.insightful.splusserver.utils.viewmodel.domainadapter.DataFrameAdapter
-
- adaptByRow(List<List<Item>>) - Static method in class com.insightful.splusserver.utils.viewmodel.domainadapter.DataFrameAdapter
-
- add(BinaryArgument) - Method in class com.insightful.splusserver.domain.binary.BinaryDataRequest
-
Adds an argument to the list.
- add(int, T) - Method in interface com.insightful.splusserver.utils.viewmodel.dataadapter.IListDataAdapter
-
Insert new value as new Item in the Vector.
- addArgument(String, double...) - Method in class com.insightful.splusserver.utils.SExpressionBuilder
-
Adds a double values as argument with name defined by
argName
.
- addArgument(String, int) - Method in class com.insightful.splusserver.utils.SExpressionBuilder
-
Adds an int
value as argument with name defined by argName
.
- addArgument(String, int...) - Method in class com.insightful.splusserver.utils.SExpressionBuilder
-
Adds an int
values as argument with name defined by argName
.
- addArgument(String, Splus) - Method in class com.insightful.splusserver.utils.SExpressionBuilder
-
Adds an Splus
object as argument with name defined by argName
.
- addArgument(String, SplusObject...) - Method in class com.insightful.splusserver.utils.SExpressionBuilder
-
Adds an SplusObject
as argument with name defined by argName
.
- addArgument(String, String...) - Method in class com.insightful.splusserver.utils.SExpressionBuilder
-
Adds a String
value as argument with name defined by argName
.
- addExpression(String) - Method in class com.insightful.splusserver.utils.SExpressionBuilder
-
Adds an expression string to this.
- addExpression(String, String...) - Method in class com.insightful.splusserver.utils.SExpressionBuilder
-
Constructs an expression string from the passed in string template and
string array of argument names.
- AdministrationClient - Interface in com.insightful.splusserver.api.interfaces
-
This interface represents a client that invokes methods available in the
administrative service API exposed by TIBCO Spotfire Statistics Services.
- AdminResult - Class in com.insightful.splusserver.domain
-
A base response object returned by every administration service method.
- ANALYTIC_API_SERIALIZABLE - Static variable in interface com.insightful.splusserver.domain.ISerializableIds
-
- ANALYTIC_SERIALIZABLE - Static variable in interface com.insightful.splusserver.domain.ISerializableIds
-
- Annotation - Class in com.insightful.splusserver.domain
-
This class defines the Annotation
object.
- Annotation() - Constructor for class com.insightful.splusserver.domain.Annotation
-
- ANNOTATION_SERIALIZABLE - Static variable in interface com.insightful.splusserver.domain.ISerializableIds
-
- API_EXCEPTION_SERIALIZABLE - Static variable in interface com.insightful.splusserver.domain.ISerializableIds
-
- ApiException - Exception in com.insightful.splusserver.exception.api
-
This class represents exceptions thrown by the Java Api.
- ApiException() - Constructor for exception com.insightful.splusserver.exception.api.ApiException
-
Constructs an ApiException
object, which contains information about API exceptions.
- ApiException(String) - Constructor for exception com.insightful.splusserver.exception.api.ApiException
-
Constructs an ApiException
object, which captures a string containing information
about the exception.
- ApiException(Throwable) - Constructor for exception com.insightful.splusserver.exception.api.ApiException
-
Constructs an ApiException
object that embeds another exception.
- ApiException(String, Throwable) - Constructor for exception com.insightful.splusserver.exception.api.ApiException
-
Constructs an ApiException
object that contains an embedded exception,
and which captures a string containing information about the exception.
- ApiException(BridgeException) - Constructor for exception com.insightful.splusserver.exception.api.ApiException
-
Constructs an ApiException
object that embeds another exception.
- Application - Class in com.insightful.splusserver.domain
-
This class describes the application specified by the header.
- Application() - Constructor for class com.insightful.splusserver.domain.Application
-
The default application constructor.
- Application(String, String) - Constructor for class com.insightful.splusserver.domain.Application
-
Constructs an instance of this from a application name and version string.
- APPLICATION_SERIALIZABLE - Static variable in interface com.insightful.splusserver.domain.ISerializableIds
-
- applyTemplate(String, String...) - Static method in class com.insightful.splusserver.utils.StringTemplateUtil
-
Builds a string to create valid S expressions.
- Argument - Class in com.insightful.splusserver.domain
-
This class is used to specify a single argument submitted to TIBCO Spotifre Statistics
Services as part of an evaluation request.
- Argument(String, Splus) - Constructor for class com.insightful.splusserver.domain.Argument
-
Constructs an Argument from a string ID and an Splus object.
- Argument(String, int) - Constructor for class com.insightful.splusserver.domain.Argument
-
Constructs a numeric vector with a argument list of int
values.
- Argument(String, int...) - Constructor for class com.insightful.splusserver.domain.Argument
-
Constructs a numeric vector with a argument list of int
values.
- Argument(String, double...) - Constructor for class com.insightful.splusserver.domain.Argument
-
Constructs a numeric vector with a argument list of double values.
- Argument(String, String...) - Constructor for class com.insightful.splusserver.domain.Argument
-
Constructs a numeric vector with a argument list of String values.
- Argument(String, SplusObject...) - Constructor for class com.insightful.splusserver.domain.Argument
-
Constructs an Splus with a argument list of SplusObject values.
- Argument() - Constructor for class com.insightful.splusserver.domain.Argument
-
The default constructor.
- ArrayAccessor<T> - Class in com.insightful.splusserver.utils.viewmodel.dataadapter
-
Provide methods for accessing two dimensional slices and subspace slices of a
mult-dimensional array.
- ArrayAccessor(int[], T[]) - Constructor for class com.insightful.splusserver.utils.viewmodel.dataadapter.ArrayAccessor
-
Construct this from a dimensions array and a data array.
- ArrayAccessor(int[], T[], boolean) - Constructor for class com.insightful.splusserver.utils.viewmodel.dataadapter.ArrayAccessor
-
Construct this from a dimensions array, a data array, and a boolean.
- ASYNCHRONOUS - Static variable in class com.insightful.splusserver.domain.job.ImmediateJobStartup
-
Specifies an asynchronous job.
- AsynchronousJobStartup - Class in com.insightful.splusserver.domain.job
-
An asynchronous job startup type.
- AsynchronousJobStartup() - Constructor for class com.insightful.splusserver.domain.job.AsynchronousJobStartup
-
Initializes a new instance of the AsynchronousJobStartup
class.
- Attr - Class in com.insightful.splusserver.domain
-
This class defines the Attr
object.
- Attr(String, SplusObject) - Constructor for class com.insightful.splusserver.domain.Attr
-
Sets all the properties of this object
- Attr() - Constructor for class com.insightful.splusserver.domain.Attr
-
Initializes a new instance of the Attr
class.
- ATTR_CLIENT_IP - Static variable in class com.insightful.splusserver.notification.Notification
-
Notification attribute name: client IP.
- ATTR_DATA - Static variable in class com.insightful.splusserver.notification.Notification
-
Notification attribute name: notification data.
- ATTR_DATE - Static variable in class com.insightful.splusserver.notification.Notification
-
Notification attribute name: notification date.
- ATTR_EMAIL - Static variable in class com.insightful.splusserver.notification.Notification
-
Notification attribute name: e-mail.
- ATTR_EMAIL_ON_TYPE - Static variable in class com.insightful.splusserver.notification.Notification
-
Notification attribute name: notification e-mail on type.
- ATTR_JOB_ID - Static variable in class com.insightful.splusserver.notification.Notification
-
Notification attribute name: job ID.
- ATTR_NOTIFICATION_ID - Static variable in class com.insightful.splusserver.notification.Notification
-
Notification attribute name: notification ID.
- ATTR_NOTIFICATION_MESSAGE_TYPE - Static variable in class com.insightful.splusserver.notification.Notification
-
Notification attribute name: notification message type.
- ATTR_NOTIFICATION_TYPE - Static variable in class com.insightful.splusserver.notification.Notification
-
Notification attribute name: notification type.
- ATTR_PORT - Static variable in class com.insightful.splusserver.notification.Notification
-
Notification attribute name: port number.
- ATTR_SERIALIZABLE - Static variable in interface com.insightful.splusserver.domain.ISerializableIds
-
- ATTR_SERVER_ID - Static variable in class com.insightful.splusserver.notification.Notification
-
Notification attribute name: server ID.
- ATTR_VALUE_EMAIL_ON_ALL - Static variable in class com.insightful.splusserver.notification.Notification
-
Notification attribute name: email on all.
- ATTR_VALUE_EMAIL_ON_DONE - Static variable in class com.insightful.splusserver.notification.Notification
-
Notification attribute name: email on job done.
- ATTR_VALUE_EMAIL_ON_FAILED - Static variable in class com.insightful.splusserver.notification.Notification
-
Notification attribute name: email on job failure.
- ATTR_VALUE_EMAIL_ON_INTERRUPTED - Static variable in class com.insightful.splusserver.notification.Notification
-
Notification attribute name: email on job interrupted.
- AttrFinder - Class in com.insightful.splusserver.domain
-
This is a helper class that consists of methods that retrieve common
attributes from an Splus
Object.
- ATTRIBUTE_SERIALIZABLE - Static variable in interface com.insightful.splusserver.domain.ISerializableIds
-
- ATTRS_SERIALIZABLE - Static variable in interface com.insightful.splusserver.domain.ISerializableIds
-
- AUTHENTICAION - Static variable in interface com.insightful.splusserver.domain.ISerializableIds
-
- Authentication - Class in com.insightful.splusserver.domain
-
This class describes the authentication object.
- Authentication() - Constructor for class com.insightful.splusserver.domain.Authentication
-
Constructs an Authentication object.
- Generic - Class in com.insightful.splusserver.domain
-
Defines the Generic
object.
- Generic() - Constructor for class com.insightful.splusserver.domain.Generic
-
- GENERIC_SERIALIZABLE - Static variable in interface com.insightful.splusserver.domain.ISerializableIds
-
- GenericClassTypeConstants - Interface in com.insightful.splusserver.utils.viewmodel.domainadapter
-
Defines the names of supported types as string
constants.
- GenericException - Exception in com.insightful.splusserver.exception
-
This class is an API exception class for TIBCO Spotfire Statistics Services Java API.
- GenericException() - Constructor for exception com.insightful.splusserver.exception.GenericException
-
Constructs an instance of a GenericException
class.
- GenericException(String) - Constructor for exception com.insightful.splusserver.exception.GenericException
-
Constructs an instance of a GenericException
class.
- GenericException(Throwable) - Constructor for exception com.insightful.splusserver.exception.GenericException
-
Constructs an instance of a GenericException
class.
- GenericException(String, Throwable) - Constructor for exception com.insightful.splusserver.exception.GenericException
-
Constructs an instance of a GenericException
class.
- get(int) - Method in interface com.insightful.splusserver.utils.viewmodel.dataadapter.IListDataAdapter
-
If row data is available, return the array element value at the index
specified by anIndex
.
- getAction() - Method in class com.insightful.splusserver.domain.cluster.ClusterNodeJobUpdateRequest
-
Retrieves the action to be performed.
- getAction() - Method in class com.insightful.splusserver.domain.JobAdminRequest
-
Retrieves the action.
- getAdministrationClient(String) - Static method in class com.insightful.splusserver.api.factory.ClientFactory
-
Returns an instance of a client given the service URL.
- getAdministrationClient(String, String, String) - Static method in class com.insightful.splusserver.api.factory.ClientFactory
-
Returns an instance of a client given the service URL and user credentials.
- getAllPackages() - Method in interface com.insightful.splusserver.api.interfaces.AdministrationClient
-
Retrieves the list of all packages deployed to the central repository.
- getAnnotation() - Method in class com.insightful.splusserver.domain.Header
-
Retrieves the header's annotation.
- getApplication() - Method in class com.insightful.splusserver.domain.Header
-
Retrieves the header's application.
- getArgument(int) - Method in class com.insightful.splusserver.domain.binary.BinaryDataRequest
-
Retrieves the binary argument at the position of the specified index.
- getArgument(int) - Method in interface com.insightful.splusserver.domain.DataRequest
-
Returns the argument at the specified position.
- getArgument(int) - Method in class com.insightful.splusserver.domain.SplusDataRequest
-
- getArgumentCount() - Method in class com.insightful.splusserver.domain.binary.BinaryDataRequest
-
Retrieves the number of arguments.
- getArgumentCount() - Method in interface com.insightful.splusserver.domain.DataRequest
-
Returns the number of arguments.
- getArgumentCount() - Method in class com.insightful.splusserver.domain.SplusDataRequest
-
- getArguments() - Method in class com.insightful.splusserver.domain.binary.BinaryDataRequest
-
Retrieves the list of binary arguments.
- getArguments() - Method in class com.insightful.splusserver.domain.SplusDataRequest
-
Returns a list of arguments.
- getArray() - Method in class com.insightful.splusserver.utils.viewmodel.dataadapter.ArrayAccessor
-
- getArray() - Method in interface com.insightful.splusserver.utils.viewmodel.dataadapter.IArrayAccessor
-
- getAsBooleanArray(List<Item>) - Static method in class com.insightful.splusserver.domain.DataTypeConversion
-
Helper method to transform
List
of
Item
s into a boolean
array.
- getAsBooleanArray(List<Item>, boolean) - Static method in class com.insightful.splusserver.domain.DataTypeConversion
-
Helper method to transform
List
of
Item
s into a boolean
array.
- getAsBooleanArray() - Method in class com.insightful.splusserver.domain.Splus
-
Retrieves the value of this Splus
object as an array of bools (logical vectors).
- getAsBooleanArray() - Method in class com.insightful.splusserver.domain.VectorBase
-
Helper method to transform this into a boolean array.
- getAsBooleanArray(boolean) - Method in class com.insightful.splusserver.domain.VectorBase
-
Helper method to transform this into a boolean array.
- getAsBooleanObjectArray(List<Item>) - Static method in class com.insightful.splusserver.domain.DataTypeConversion
-
Helper method to transform
List
of
Item
s into a Boolean
Object array.
- getAsBooleanObjectArray() - Method in class com.insightful.splusserver.domain.VectorBase
-
Helper method to transform this into a Boolean
Object array.
- getAsByteArray() - Method in class com.insightful.splusserver.domain.representation.BinaryValueRepresentation
-
Returns the value as the actual type (that is, a byte array.)
- getAsDataFrame() - Method in class com.insightful.splusserver.domain.Splus
-
Retrieves the value of this Splus
object as a DataFrame
.
- getAsDoubleArray(List<Item>) - Static method in class com.insightful.splusserver.domain.DataTypeConversion
-
Helper method to transform
List
of
Item
s into a double
array.
- getAsDoubleArray(List<Item>, double) - Static method in class com.insightful.splusserver.domain.DataTypeConversion
-
Helper method to transform
List
of
Item
s into a double
array.
- getAsDoubleArray() - Method in class com.insightful.splusserver.domain.Splus
-
Retrieves the value of this Splus
object as an array of doubles.
- getAsDoubleArray() - Method in class com.insightful.splusserver.domain.VectorBase
-
Helper method to transform this into a double array.
- getAsDoubleArray(double) - Method in class com.insightful.splusserver.domain.VectorBase
-
Helper method to transform this into a double array.
- getAsDoubleObjectArray(List<Item>) - Static method in class com.insightful.splusserver.domain.DataTypeConversion
-
Helper method to transform
List
of
Item
s into a double
array.
- getAsDoubleObjectArray() - Method in class com.insightful.splusserver.domain.VectorBase
-
Helper method to transform this into a double array.
- getAsIntArray() - Method in class com.insightful.splusserver.domain.Splus
-
Retrieves the value of this Splus
object as an array of ints
.
- getAsIntegerArray(List<Item>) - Static method in class com.insightful.splusserver.domain.DataTypeConversion
-
Helper method to transform
List
of
Item
s into a integer
array.
- getAsIntegerArray(List<Item>, int) - Static method in class com.insightful.splusserver.domain.DataTypeConversion
-
Helper method to transform
List
of
Item
s into a integer
array.
- getAsIntegerArray() - Method in class com.insightful.splusserver.domain.VectorBase
-
Helper method to transform this into a integer array.
- getAsIntegerArray(int) - Method in class com.insightful.splusserver.domain.VectorBase
-
Helper method to transform this into a integer array.
- getAsIntegerObjectArray(List<Item>) - Static method in class com.insightful.splusserver.domain.DataTypeConversion
-
Helper method to transform a vector into an Integer Object array.
- getAsIntegerObjectArray() - Method in class com.insightful.splusserver.domain.VectorBase
-
Helper method to transform this into an Integer Object array.
- getAsLongArray() - Method in class com.insightful.splusserver.domain.monitor.EngineMonitoringInfo
-
- getAsMatrix() - Method in class com.insightful.splusserver.domain.Splus
-
Retrieves value of this Splus
object as a Matrix
.
- getAsMultiDimensionalArray() - Method in class com.insightful.splusserver.domain.Splus
-
Retrieves the value of this Splus
object as a MultiDimensionalArray
.
- getAsString() - Method in class com.insightful.splusserver.domain.Splus
-
Helper method to get a first string of a vector returned.
- getAsStringArray(List<Item>) - Static method in class com.insightful.splusserver.domain.DataTypeConversion
-
Helper method to transform
List
of
Item
s into a String
array.
- getAsStringArray() - Method in class com.insightful.splusserver.domain.RowNames
-
Retrieves the row name items as a string array.
- getAsStringArray() - Method in class com.insightful.splusserver.domain.Splus
-
Retrieves the value of this Splus
object as a string array.
- getAsStringArray() - Method in class com.insightful.splusserver.domain.VectorBase
-
Helper method to transform a vector into a integer array.
- getAsVector() - Method in class com.insightful.splusserver.domain.Splus
-
Retrieves the value of this Splus
object as a Vector
.
- getAttributeList() - Method in class com.insightful.splusserver.notification.Notification
-
Retrieves the attribute list of the notification.
- getAttributeValue(String) - Method in class com.insightful.splusserver.notification.Notification
-
Retrieves the named attribute value from the notification.
- getAttributeValuePair(String) - Method in class com.insightful.splusserver.notification.Notification
-
Retrieves the named attribute name/value pair from the notification.
- getAttrs() - Method in class com.insightful.splusserver.domain.AbstractRectangularDataStructure
-
Retrieves the attributes of the data structure.
- getAttrs() - Method in class com.insightful.splusserver.domain.Generic
-
Retrieves the generic object's attributes.
- getAttrs() - Method in class com.insightful.splusserver.domain.List
-
Retrieves the attributes of the list.
- getAttrs() - Method in class com.insightful.splusserver.domain.MultiDimensionalArray
-
Retrieves the Attr
object of the MultiDimensionalArray
.
- getAttrs() - Method in interface com.insightful.splusserver.domain.RectangularDataStructure
-
Retrieves the attributes of the matrix.
- getAttrs() - Method in class com.insightful.splusserver.domain.VectorBase
-
Retrieves the vector's Attr
objects.
- getCanonicalString() - Method in class com.insightful.splusserver.notification.Notification
-
Retrieves the string representation of the notification.
- getChildren() - Method in interface com.insightful.splusserver.utils.viewmodel.ISplusCompositeViewModel
-
- getClazz() - Method in class com.insightful.splusserver.domain.Generic
-
Retrieves the generic object's class.
- getClientIP() - Method in class com.insightful.splusserver.notification.Notification
-
Retrieves the client IP.
- getClusterNode(NodeType, String) - Method in interface com.insightful.splusserver.api.interfaces.AdministrationClient
-
Retrieve the cluster node details.
- getClusterNodes() - Method in interface com.insightful.splusserver.api.interfaces.AdministrationClient
-
Retrieves the list of current cluster nodes.
- getClusterNodes(NodeType) - Method in interface com.insightful.splusserver.api.interfaces.AdministrationClient
-
Retrieve the list of current cluster nodes by type.
- getCode() - Method in class com.insightful.splusserver.domain.SplusDataResult
-
Retrieves the expression that produces the evaluation result.
- getColumnAt(int) - Method in class com.insightful.splusserver.domain.AbstractRectangularDataStructure
-
Retrieves the column at the specified index.
- getColumnAt(int) - Method in interface com.insightful.splusserver.domain.RectangularDataStructure
-
Retrieves the column at the given index.
- getColumns() - Method in class com.insightful.splusserver.domain.AbstractRectangularDataStructure
-
Retrieves the data structure's Column
objects.
- getColumns() - Method in interface com.insightful.splusserver.domain.RectangularDataStructure
-
Retrieves the columns of the matrix.
- getCommittedVirtualMemorySize() - Method in class com.insightful.splusserver.domain.monitor.EngineMonitoringInfo
-
- getComponents() - Method in class com.insightful.splusserver.domain.List
-
Retrieves the components of the list.
- getComponentValue(int) - Method in class com.insightful.splusserver.domain.List
-
- getConfigurationInfo() - Method in interface com.insightful.splusserver.api.interfaces.BaseClient
-
Returns the current configuration of the server.
- getContent() - Method in class com.insightful.splusserver.domain.Item
-
Retrieves the item contents.
- getContent() - Method in class com.insightful.splusserver.domain.Null
-
Retrieves the Null
contents.
- getContent() - Method in class com.insightful.splusserver.domain.SplusSimpleObject
-
Retrieves the content of the CallObject
.
- getContentValue(Item) - Static method in class com.insightful.splusserver.utils.DomainObjectTypeUtil
-
- getCoordinates() - Method in class com.insightful.splusserver.utils.viewmodel.dataadapter.Slice
-
- getCoordinates() - Method in class com.insightful.splusserver.utils.viewmodel.dataadapter.SubspaceSlice
-
- getCopyright() - Method in class com.insightful.splusserver.domain.Header
-
Retrieves the header's copyright information.
- getCreated() - Method in class com.insightful.splusserver.domain.SplusDataResult
-
Retrieves the date and time that the request was created as a String.
- getCreatedBy() - Method in class com.insightful.splusserver.domain.SplusDataResult
-
Retrieves the ID of the user who created the request.
- getCreatedMillis() - Method in class com.insightful.splusserver.domain.SplusDataResult
-
Gets the date and time that the request was created in milliseconds.
- getCreatedTime() - Method in class com.insightful.splusserver.domain.SplusDataResult
-
Retrieves the date and time that the request was created as a Date
object.
- getData() - Method in class com.insightful.splusserver.notification.NotificationMessage
-
Retrieves the data.
- getDecimalPattern() - Method in class com.insightful.splusserver.domain.DisplayOptions
-
Retrieves a decimal pattern.
- getDefaultEmail() - Static method in class com.insightful.splusserver.notification.NotificationRequest
-
- getDefaultPort() - Static method in class com.insightful.splusserver.notification.NotificationRequest
-
- getDefaultViewAdapter() - Method in interface com.insightful.splusserver.utils.viewmodel.ISplusViewModel
-
Retrieve the default View Adapter of this.
- getDelegateModel() - Method in interface com.insightful.splusserver.utils.viewmodel.ISplusViewModelDelegator
-
- getDescription() - Method in class com.insightful.splusserver.domain.Header
-
Retrieves the header's description.
- getDimAttribute() - Method in class com.insightful.splusserver.domain.AbstractRectangularDataStructure
-
Retrieves a Vector
containing the dimensions of the data structure.
- getDimAttribute() - Method in class com.insightful.splusserver.domain.MultiDimensionalArray
-
Retrieves dimensions attribute of the array.
- getDimAttribute() - Method in interface com.insightful.splusserver.domain.RectangularDataStructure
-
Retrieves a vector containing the dimensions attribute of the matrix.
- getDimension() - Method in class com.insightful.splusserver.domain.MultiDimensionalArray
-
Retrieves the Dimension
object of the MultiDimensionalArray
.
- getDimensions() - Method in class com.insightful.splusserver.utils.viewmodel.dataadapter.ArrayAccessor
-
- getDimensions() - Method in interface com.insightful.splusserver.utils.viewmodel.dataadapter.IArrayAccessor
-
- getDimensions() - Method in class com.insightful.splusserver.utils.viewmodel.dataadapter.IndexCounter
-
Retrieves the dimensions array.
- getDimensions() - Method in class com.insightful.splusserver.utils.viewmodel.dataadapter.SubspaceSlice
-
- getDimensions() - Method in interface com.insightful.splusserver.utils.viewmodel.ISplusMultidimensionalViewModel
-
Retrieves the dimensions array of the multi-dimensional array.
- getDimnamesAttribute() - Method in class com.insightful.splusserver.domain.AbstractRectangularDataStructure
-
Retrieves a List
containing the dimension names of the data structure.
- getDimnamesAttribute() - Method in class com.insightful.splusserver.domain.MultiDimensionalArray
-
Retrieves the dimension names attribute of the array.
- getDimnamesAttribute() - Method in interface com.insightful.splusserver.domain.RectangularDataStructure
-
Retrieves a list containing the dimension names of the matrix.
- getDisplayOptions() - Method in class com.insightful.splusserver.domain.Splus
-
Retrieves the object's display options.
- getElementAt(int[]) - Method in class com.insightful.splusserver.utils.viewmodel.dataadapter.ArrayAccessor
-
- getElementAt(int[]) - Method in interface com.insightful.splusserver.utils.viewmodel.dataadapter.IArrayAccessor
-
- getEmail() - Method in class com.insightful.splusserver.notification.NotificationRequest
-
Retrieves the email attrubute value.
- getEngineCount() - Method in class com.insightful.splusserver.domain.cluster.ClusterNodeDetails
-
Get the number of execution engines running on a given node.
- getEngineTime() - Method in class com.insightful.splusserver.domain.SplusDataResult
-
Retrieves the time spent in the engine while processing the request.
- getEngineType() - Method in class com.insightful.splusserver.domain.configuration.ConfigurationInfo
-
Retrieves the type of engine.
- getEntries() - Method in class com.insightful.splusserver.domain.packages.PackageRepositoryEntryList
-
Retrieves the entries in the package repository.
- getEnum(String) - Static method in enum com.insightful.splusserver.domain.ColumnType
-
- getEnum(String) - Static method in enum com.insightful.splusserver.domain.SplusStatus
-
- getError() - Method in class com.insightful.splusserver.domain.SplusDataResult
-
Retrieves any errors that resulted from the request.
- getErrorCode() - Method in class com.insightful.splusserver.domain.SplusDataResult
-
Retrieves the error code that details specific error condition occurred.
- getErrorMessage() - Method in class com.insightful.splusserver.domain.AdminResult
-
Returns an error message if response code is not equal to
ResponseCodes.STATUS_SUCCESS.
- getErrorMessage() - Method in class com.insightful.splusserver.domain.cluster.ClusterNodeDetails
-
Retrieves the error message from the server for the cluster node.
- getException() - Method in class com.insightful.splusserver.domain.Exception
-
Retrieves the exception.
- getExpressionClient(String) - Static method in class com.insightful.splusserver.api.factory.ClientFactory
-
Returns an instance of a client given the service URL.
- getExpressionClient(String, String, String) - Static method in class com.insightful.splusserver.api.factory.ClientFactory
-
Returns an instance of a client given the service URL and user credentials.
- getExtendedServerInfo() - Method in interface com.insightful.splusserver.api.interfaces.BaseClient
-
Retrieves the detailed server information.
- getFileName() - Method in class com.insightful.splusserver.domain.packages.PackageRepositoryEntry
-
Retrieves the name of the file containing the package.
- getFilePath() - Method in class com.insightful.splusserver.domain.packages.PackageRepositoryEntry
-
Retrieves the path to a package.
- getFirstValue() - Method in class com.insightful.splusserver.domain.Splus
-
Retrieves the first value of the value array.
- getFolderContents(String) - Method in interface com.insightful.splusserver.api.interfaces.WebdavApiClient
-
List the resources in the current folder.
- getFreePhysicalMemorySize() - Method in class com.insightful.splusserver.domain.monitor.EngineMonitoringInfo
-
- getFunctionClient(String) - Static method in class com.insightful.splusserver.api.factory.ClientFactory
-
Returns an instance of a client given the service URL.
- getFunctionClient(String, String, String) - Static method in class com.insightful.splusserver.api.factory.ClientFactory
-
Returns an instance of a client given the service URL and user credentials.
- getGenericAdaptables() - Static method in class com.insightful.splusserver.utils.viewmodel.domainadapter.ColumnAdapter
-
Retrieve all types of
Generic
that can be adapted to
Column
as a
List
of String.
- getGenericAdaptables() - Static method in class com.insightful.splusserver.utils.viewmodel.domainadapter.DataFrameAdapter
-
Retrieve all types of
Generic
that can be adapted to
DataFrame
as a
List
of String.
- getHasError() - Method in class com.insightful.splusserver.domain.SplusDataResult
-
Internal method.
- getHasReturnValue() - Method in class com.insightful.splusserver.domain.SplusDataResult
-
Internal method.
- getHasTextOutput() - Method in class com.insightful.splusserver.domain.SplusDataResult
-
Internal method.
- getHasWarnings() - Method in class com.insightful.splusserver.domain.SplusDataResult
-
Internal method.
- getHeader() - Method in class com.insightful.splusserver.domain.Splus
-
Retrieves the object's header.
- getHeapMemoryCommitted() - Method in class com.insightful.splusserver.domain.monitor.EngineMonitoringInfo
-
- getHeapMemoryMax() - Method in class com.insightful.splusserver.domain.monitor.EngineMonitoringInfo
-
- getHeapMemoryUsed() - Method in class com.insightful.splusserver.domain.monitor.EngineMonitoringInfo
-
- getId() - Method in class com.insightful.splusserver.domain.Argument
-
Returns the ID of the argument.
- getId() - Method in class com.insightful.splusserver.domain.binary.BinaryArgument
-
Retrieves a string containing the object ID (if it is defined).
- getId() - Method in interface com.insightful.splusserver.domain.DataRequestArgument
-
Returns the object ID, if it is defined.
- getIndexAt(int[]) - Method in class com.insightful.splusserver.utils.viewmodel.dataadapter.ArrayAccessor
-
Calculates the index at the given coordinates.
- getIndexAt(int[]) - Method in interface com.insightful.splusserver.utils.viewmodel.dataadapter.IArrayAccessor
-
Retrieves the index in the flattened one dimensional array at the given
coordinates of the multi-dimensional array.
- getIndices() - Method in class com.insightful.splusserver.utils.viewmodel.dataadapter.IndexCounter
-
Retrieves the current indices array.
- getIndicesViewAdapter() - Method in interface com.insightful.splusserver.utils.viewmodel.ISplusOrderedViewModel
-
- getInnerValue() - Method in class com.insightful.splusserver.domain.Component
-
Retrieves the inner component value.
- getInstance(boolean) - Static method in class com.insightful.splusserver.domain.job.ImmediateJobStartup
-
Retrieves an instance of a job.
- getIntStatus() - Method in class com.insightful.splusserver.domain.SplusDataResult
-
Internal method.
- getIsAuthenticationEnabled() - Method in class com.insightful.splusserver.domain.configuration.ConfigurationInfo
-
Indicates whether authentication is enabled.
- getItems() - Method in class com.insightful.splusserver.domain.Dimension
-
Retrieves a list of the Item objects.
- getItems() - Method in class com.insightful.splusserver.domain.RowNames
-
Retrieves a list of the row name Item objects.
- getItems() - Method in class com.insightful.splusserver.domain.VectorBase
-
Retrieves the vector's Item
objects.
- getJobDetails(String) - Method in interface com.insightful.splusserver.api.interfaces.BaseClient
-
- getJobId() - Method in class com.insightful.splusserver.domain.SplusDataResult
-
Retrieves a job ID associated with the evaluation.
- getJobId() - Method in class com.insightful.splusserver.notification.Notification
-
Retrieves the job ID.
- getJobIdsAffected() - Method in class com.insightful.splusserver.domain.JobAdminResult
-
Returns the list of job IDs that the requested operation affected.
- getJobs() - Method in interface com.insightful.splusserver.api.interfaces.AdministrationClient
-
- getJobs(String) - Method in interface com.insightful.splusserver.api.interfaces.AdministrationClient
-
Returns all
SplusJobs
object that contains all jobs currently on
the server as
SplusDataResult
objects for the specified user.
- getJobs(String, String) - Method in interface com.insightful.splusserver.api.interfaces.AdministrationClient
-
Returns all
SplusJobs
object that contains all jobs currently on
the server as
SplusDataResult
objects created by the specified
user and in the given
status
.
- getJobs(String[]) - Method in interface com.insightful.splusserver.api.interfaces.AdministrationClient
-
Retrieves a
SplusJobs
object that contains all jobs currently on
the server as
SplusDataResult
objects with
jobId
s
that match the contents of the supplied
jobIds
array.
- getJobs() - Method in class com.insightful.splusserver.domain.SplusJobs
-
Retrieves a list of SplusDataResult
objects.
- getJobsQueued() - Method in class com.insightful.splusserver.domain.cluster.ClusterNodeDetails
-
Retrieves a list of queued jobs from the server.
- getJobStatus() - Method in class com.insightful.splusserver.notification.NotificationMessage
-
Contains the new job status if notification is of
eNotificationType.eJobStatusChanged
type.
- getJobTextOutput(String, long) - Method in interface com.insightful.splusserver.api.interfaces.AdministrationClient
-
Retrieves the job text output, beginning at the specified starting
position.
- getLength() - Method in class com.insightful.splusserver.domain.List
-
Retrieves the list length.
- getLength() - Method in class com.insightful.splusserver.domain.RowNames
-
Retrieves the row name length.
- getLength() - Method in class com.insightful.splusserver.domain.VectorBase
-
Retrieves the vector's length.
- getLength() - Method in interface com.insightful.splusserver.utils.viewmodel.dataadapter.ITableDataAdapter
-
- getListDataAdapter() - Method in interface com.insightful.splusserver.utils.viewmodel.viewadapter.IListViewAdapter
-
- getListViewAdapterFactory() - Method in interface com.insightful.splusserver.utils.viewmodel.ISplusViewModelManager
-
- getMessage() - Method in class com.insightful.splusserver.domain.Exception
-
Returns a message about the exception.
- getMonitoringInfo() - Method in class com.insightful.splusserver.notification.MonitoringNotificationMessage
-
- getName() - Method in class com.insightful.splusserver.domain.AbstractRectangularDataStructure
-
Retrieves a string containing name of the data structure.
- getName() - Method in class com.insightful.splusserver.domain.Application
-
Retrieves the name of the application.
- getName() - Method in class com.insightful.splusserver.domain.Attr
-
Retrieves the name of the attribute.
- getName() - Method in class com.insightful.splusserver.domain.Component
-
Retrieves the component name.
- getName() - Method in class com.insightful.splusserver.domain.Generic
-
Retrieves the generic object's name.
- getName() - Method in class com.insightful.splusserver.domain.Item
-
Retrieves the item name.
- getName() - Method in class com.insightful.splusserver.domain.List
-
Retrieves the list name.
- getName() - Method in class com.insightful.splusserver.domain.MultiDimensionalArray
-
Retrieves the name of the MultiDimensionalArray
.
- getName() - Method in class com.insightful.splusserver.domain.Null
-
Retrieves the string containing the name of the CallObject
.
- getName() - Method in interface com.insightful.splusserver.domain.RectangularDataStructure
-
Retrieves the name of the matrix.
- getName() - Method in class com.insightful.splusserver.domain.Splus
-
This attribute does not exist in SPXML.
- getName() - Method in interface com.insightful.splusserver.domain.SplusObject
-
- getName() - Method in class com.insightful.splusserver.domain.SplusSimpleObject
-
Retrieves the name of the CallObject
.
- getName() - Method in class com.insightful.splusserver.domain.VectorBase
-
Retrieves the vector's name.
- getName() - Method in interface com.insightful.splusserver.utils.viewmodel.ISplusViewModel
-
Name of the domain object thie view model represents.
- getNamed() - Method in class com.insightful.splusserver.domain.List
-
Retrieves the named list.
- getNodeName() - Method in class com.insightful.splusserver.domain.cluster.ClusterNode
-
Retrieves the name of the node.
- getNodes() - Method in class com.insightful.splusserver.domain.cluster.ClusterNodeList
-
Retrieves the nodes in the cluster.
- getNodeState() - Method in class com.insightful.splusserver.domain.cluster.ClusterNode
-
Retrieves the type of the node.
- getNodeType() - Method in class com.insightful.splusserver.domain.cluster.ClusterNode
-
Retrieves the type of the node.
- getNonHeapMemoryUsed() - Method in class com.insightful.splusserver.domain.monitor.EngineMonitoringInfo
-
- getNotificationId() - Method in class com.insightful.splusserver.notification.Notification
-
Retrieves the notification ID.
- getNotificationListener() - Method in interface com.insightful.splusserver.api.interfaces.BaseClient
-
Retrieves the default notification listener, which is notified with
events for all jobs.
- getNotificationListener(String) - Method in interface com.insightful.splusserver.api.interfaces.BaseClient
-
Retrieves the notification listener associated with a specific job.
- getNotificationMessages() - Method in class com.insightful.splusserver.domain.NotificationMessageAdminResult
-
Retrieves a list of notification request strings.
- getNotificationMessageType(String) - Static method in class com.insightful.splusserver.notification.Notification
-
Retrieves the enum type of the corresponding notification type string.
- getNotificationMessageTypeValue(eNotificationMessageType) - Static method in class com.insightful.splusserver.notification.Notification
-
Retrieves the value of the type attribute of the notification.
- getNotificationMessageTypeValue() - Method in class com.insightful.splusserver.notification.Notification
-
Retrieves the value of the type attribute of the notification.
- getNotificationReceiverPort() - Static method in class com.insightful.splusserver.api.factory.ClientFactory
-
Retrieves the port to use when listening for notifications from the server.
- getNotificationRequest() - Method in class com.insightful.splusserver.domain.NotificationRequestAdminResult
-
Retrieves a notificatiton request string.
- getNotificationRequests() - Method in class com.insightful.splusserver.domain.NotificationRequestAdminResult
-
Retrieves a list of notificatiton request strings.
- getNotificationType() - Static method in class com.insightful.splusserver.api.factory.ClientFactory
-
Retrieves the notification mechanism used.
- getNotificationType() - Method in class com.insightful.splusserver.notification.Notification
-
- getNTimesNotified() - Method in class com.insightful.splusserver.notification.NotificationMessage
-
Implementation detail only.
- getNumCols() - Method in class com.insightful.splusserver.domain.AbstractRectangularDataStructure
-
Retrieves an Integer
containing the number of columns in the data structure.
- getNumCols() - Method in interface com.insightful.splusserver.domain.RectangularDataStructure
-
Retrieves the number of columns in the matrix.
- getNumRows() - Method in class com.insightful.splusserver.domain.AbstractRectangularDataStructure
-
Retrieves an Integer
containing the number of columns in the data structure.
- getNumRows() - Method in interface com.insightful.splusserver.domain.RectangularDataStructure
-
Retrieves the number of rows in the matrix.
- getOrderedViewAdapter() - Method in interface com.insightful.splusserver.utils.viewmodel.ISplusOrderedViewModel
-
- getOrdinal() - Method in class com.insightful.splusserver.domain.Exception
-
Returns the ID of the exception.
- getPackageName() - Method in class com.insightful.splusserver.domain.packages.PackageRepositoryEntry
-
Retrieves the name of the package.
- getPassword() - Method in interface com.insightful.splusserver.api.interfaces.BaseClient
-
Retrieves the user's password.
- getPort() - Method in class com.insightful.splusserver.notification.Notification
-
Retrieves the port.
- getPrepTime() - Method in class com.insightful.splusserver.domain.SplusDataResult
-
Retrieves the time spent preparing the engine to execute the request (included in engineTime).
- getProcessCpuTime() - Method in class com.insightful.splusserver.domain.monitor.EngineMonitoringInfo
-
- getProcessId() - Method in class com.insightful.splusserver.domain.monitor.EngineMonitoringInfo
-
- getProperties(String, String[]) - Method in interface com.insightful.splusserver.api.interfaces.WebdavApiClient
-
Retrieve the list of properties for the specified resource.
- getPropertyNames(String) - Method in interface com.insightful.splusserver.api.interfaces.WebdavApiClient
-
Retrieve all property names for the resource.
- getProtectionLevel() - Method in class com.insightful.splusserver.domain.packages.PackageRepositoryEntry
-
Retrieves the protection level for the package.
- getQueuedTime() - Method in class com.insightful.splusserver.domain.SplusDataResult
-
Retrieves the time this request spent in the queue.
- getRequestParameterMap() - Method in class com.insightful.splusserver.domain.job.ImmediateJobStartup
-
Returns a list of name/value pairs to be passed to the server as part of URL query string.
- getRequestParameterMap() - Method in class com.insightful.splusserver.domain.job.JobStartup
-
Returns a list of name/value pairs to be passed to the server as part of URL query string.
- getRequestParameterMap() - Method in class com.insightful.splusserver.domain.job.ScheduledJobStartup
-
Returns a list of name/value pairs to be passed to the server as part of URL query string.
- getRequestParameterMap() - Method in class com.insightful.splusserver.domain.job.SynchronousJobStartup
-
Returns a list of name/value pairs to be passed to the server as part of URL query string.
- getRequestParameterMap() - Method in class com.insightful.splusserver.domain.session.SessionJobStartup
-
- getResponseCode() - Method in class com.insightful.splusserver.domain.AdminResult
-
Returns the response code.
- getResponseCode() - Method in class com.insightful.splusserver.domain.cluster.ClusterNodeDetails
-
Retrieves the response code from the server for the cluster node.
- getResultsDir() - Method in class com.insightful.splusserver.domain.SplusDataResult
-
Retrieves a string containing the path of the directory where any file output is stored.
- getResultSerializationType() - Method in class com.insightful.splusserver.domain.binary.BinaryDataRequest
-
Retrieves the serialization type specified for the data results in the
BinaryDataRequest object.
- getResultSerializationType() - Method in interface com.insightful.splusserver.domain.DataRequest
-
Returns the result serialization type.
- getResultSerializationType() - Method in class com.insightful.splusserver.domain.SplusDataRequest
-
- getReturnValue() - Method in class com.insightful.splusserver.domain.SplusDataResult
-
Retrieves the SplusReturnValue
object containing the results of
the evaluation.
- getReturnValueAsByteArray() - Method in class com.insightful.splusserver.domain.SplusDataResult
-
Utility method to retrieve binary representation of the return value as a byte array.
- getReturnValueRepresentation() - Method in class com.insightful.splusserver.domain.SplusDataResult
-
Gets the return value representation object.
- getRowNames() - Method in class com.insightful.splusserver.domain.AbstractRectangularDataStructure
-
Retrieves the row names of the data structure.
- getRowNames() - Method in interface com.insightful.splusserver.domain.RectangularDataStructure
-
Retrieves the row names of the matrix.
- getScheduled() - Method in class com.insightful.splusserver.domain.SplusDataResult
-
Retrieves the date and time that the request was scheduled to run.
- getScheduledMillis() - Method in class com.insightful.splusserver.domain.SplusDataResult
-
Gets the request's scheduled date and time in milliseconds.
- getScheduledTime() - Method in class com.insightful.splusserver.domain.SplusDataResult
-
Retrieves the date and time that the request was scheduled as a Date
object.
- getScientificPattern() - Method in class com.insightful.splusserver.domain.DisplayOptions
-
Retrieves a scientific pattern.
- getSerializationType() - Method in class com.insightful.splusserver.domain.binary.BinaryArgument
-
Retrieves the serialization type for the argument.
- getSerializationType() - Method in class com.insightful.splusserver.domain.representation.AbstractValueRepresentation
-
- getSerializationType() - Method in interface com.insightful.splusserver.domain.representation.ValueRepresentation
-
Retrieves the serialization type property specifying the underlying serialization mechanism.
- getSerializedData() - Method in class com.insightful.splusserver.domain.binary.BinaryArgument
-
Retrieves the serialized data for the argument.
- getServerId() - Method in class com.insightful.splusserver.notification.NotificationMessage
-
Retrieves the server ID
- getServerInstance() - Method in class com.insightful.splusserver.domain.SplusDataResult
-
Contains the name of the server processing the request.
- getServerName() - Method in interface com.insightful.splusserver.api.interfaces.AdministrationClient
-
Deprecated.
This is redundant because the client must know the URL to access this API.
- getServerTime() - Method in interface com.insightful.splusserver.api.interfaces.AdministrationClient
-
Retrieves the current server time.
- getServerTime() - Method in class com.insightful.splusserver.domain.SplusDataResult
-
Retrieves the time spent in the server processing the request.
- getServerType() - Method in class com.insightful.splusserver.domain.configuration.ConfigurationInfo
-
Retrieves the type of server.
- getServerVersion() - Method in interface com.insightful.splusserver.api.interfaces.AdministrationClient
-
Retrieves the current server version.
- getServiceId() - Method in class com.insightful.splusserver.domain.configuration.ConfigurationInfo
-
Retrieves the Service ID as a string.
- getSessionToken() - Method in class com.insightful.splusserver.domain.session.SessionAdminResult
-
- getSessionToken() - Method in class com.insightful.splusserver.domain.session.SessionJobStartup
-
Get the session token.
- getSlices(int, int) - Method in class com.insightful.splusserver.utils.viewmodel.dataadapter.ArrayAccessor
-
- getSlices(int, int) - Method in interface com.insightful.splusserver.utils.viewmodel.dataadapter.IArrayAccessor
-
Get the list of 2-D slices of the multi-dimensional array along the given
dimensions.
- getSlices() - Method in interface com.insightful.splusserver.utils.viewmodel.ISplusMultidimensionalViewModel
-
- getSplus() - Method in class com.insightful.splusserver.domain.Argument
-
Returns a value of this argument.
- getSplusClass() - Method in class com.insightful.splusserver.domain.List
-
Retrieves a string containing the name of the class.
- getSplusObject() - Method in interface com.insightful.splusserver.utils.viewmodel.ISplusViewModel
-
- getSplusReturnValue() - Method in class com.insightful.splusserver.domain.representation.SpxmlValueRepresentation
-
Returns the value as the actual type (That is, an SplusReturnValue
)
- getSplusValue() - Method in class com.insightful.splusserver.domain.SplusReturnValue
-
Retrieves an Splus
object.
- getSplusViewModelFactory() - Method in interface com.insightful.splusserver.utils.viewmodel.ISplusViewModelManager
-
- getStatus() - Method in class com.insightful.splusserver.domain.Authentication
-
Retrieves The authentication status.
- getStatus() - Method in class com.insightful.splusserver.domain.SplusDataResult
-
Retrieves a job's status.
- getSubspaceSliceAt(int[], int...) - Method in class com.insightful.splusserver.utils.viewmodel.dataadapter.ArrayAccessor
-
- getSubspaceSliceAt(int[], int...) - Method in interface com.insightful.splusserver.utils.viewmodel.dataadapter.IArrayAccessor
-
- getSubspaceSlices(int...) - Method in class com.insightful.splusserver.utils.viewmodel.dataadapter.ArrayAccessor
-
- getSubspaceSlices(int...) - Method in interface com.insightful.splusserver.utils.viewmodel.dataadapter.IArrayAccessor
-
Get all the subspace slices of the multi-dimensional array.
- getSubType() - Method in class com.insightful.splusserver.domain.Column
-
Retrieves the column subtype.
- getTableDataAdapter() - Method in interface com.insightful.splusserver.utils.viewmodel.viewadapter.ITableViewAdapter
-
- getTableViewAdapterFactory() - Method in interface com.insightful.splusserver.utils.viewmodel.ISplusViewModelManager
-
- getTextOutput() - Method in class com.insightful.splusserver.domain.SplusDataResult
-
Retrieves any text that the call generated.
- getTime() - Method in class com.insightful.splusserver.notification.Notification
-
Retrieves the time.
- getTimestamp() - Method in class com.insightful.splusserver.domain.Header
-
Retrieves the header's time stamp.
- getTimestamp() - Method in class com.insightful.splusserver.domain.monitor.EngineMonitoringInfo
-
- getToNode() - Method in class com.insightful.splusserver.domain.cluster.ClusterNodeJobUpdateRequest
-
Retrieves the name of the node to reschedule to.
- getToNodeType() - Method in class com.insightful.splusserver.domain.cluster.ClusterNodeJobUpdateRequest
-
Retrieves the type of node.
- getTupleAt(int) - Method in interface com.insightful.splusserver.utils.viewmodel.dataadapter.ITableDataAdapter
-
If a tuple is available, return the tuple at the index specified by
anIndex
.
- getTuplesCount() - Method in class com.insightful.splusserver.utils.viewmodel.dataadapter.TableDataAdapterCreator
-
Retrieves the total tuple count of the table.
- getType() - Method in class com.insightful.splusserver.domain.Exception
-
Retrieves the type of exception.
- getType() - Method in class com.insightful.splusserver.domain.Item
-
Retrieves the type.
- getType() - Method in class com.insightful.splusserver.domain.Matrix
-
Retrieves the type of the current instance.
- getType() - Method in class com.insightful.splusserver.domain.RowNames
-
Retrieves the row name type.
- getType() - Method in class com.insightful.splusserver.domain.VectorBase
-
Retrieves the vector's type.
- getType() - Method in class com.insightful.splusserver.notification.Notification
-
Retrieves the type.
- getUnorderedViewAdapter() - Method in interface com.insightful.splusserver.utils.viewmodel.ISplusOrderedViewModel
-
- getUserName() - Method in interface com.insightful.splusserver.api.interfaces.BaseClient
-
Retrieves the user's name.
- getValue() - Method in class com.insightful.splusserver.domain.Annotation
-
Retrieves a string containing the annotation value.
- getValue() - Method in class com.insightful.splusserver.domain.Attr
-
Retrieves the value of the attribute.
- getValue() - Method in class com.insightful.splusserver.domain.Component
-
Retrieves the component value.
- getValue() - Method in class com.insightful.splusserver.domain.Generic
-
Retrieves the generic object's value.
- getValue() - Method in class com.insightful.splusserver.domain.representation.BinaryValueRepresentation
-
- getValue() - Method in class com.insightful.splusserver.domain.representation.SpxmlValueRepresentation
-
- getValue() - Method in interface com.insightful.splusserver.domain.representation.ValueRepresentation
-
Retrieves the actual value returned from the server.
- getValue() - Method in class com.insightful.splusserver.domain.Splus
-
Retrieves the generic object's value.
- getValue() - Method in class com.insightful.splusserver.domain.Timestamp
-
Retrieves a string containing the time stamp.
- getValue() - Method in class com.insightful.splusserver.domain.Value
-
Retrieves the single string value.
- getValues() - Method in class com.insightful.splusserver.utils.viewmodel.dataadapter.Slice
-
- getValues() - Method in class com.insightful.splusserver.utils.viewmodel.dataadapter.SubspaceSlice
-
- getVariablesToReturn() - Method in class com.insightful.splusserver.domain.binary.BinaryDataRequest
-
- getVariablesToReturn() - Method in interface com.insightful.splusserver.domain.DataRequest
-
Returns the list of the variables that need to be returned to the client as a result of request execution.
- getVariablesToReturn() - Method in class com.insightful.splusserver.domain.SplusDataRequest
-
- getVector() - Method in class com.insightful.splusserver.domain.MultiDimensionalArray
-
Retrieves the Vector
object of the MultiDimensionalArray
.
- getVersion() - Method in class com.insightful.splusserver.domain.Application
-
Retrieves the version of the application.
- getVersion() - Method in class com.insightful.splusserver.domain.packages.PackageRepositoryEntry
-
Retrieves the version of the package.
- getVersion() - Method in class com.insightful.splusserver.domain.SplusDataResult
-
Retrieves the server XML version.
- getWarningList() - Method in class com.insightful.splusserver.domain.SplusDataResult
-
Retrieves all warnings as a result of running an expression or
function as a list of strings.
- getWarnings() - Method in class com.insightful.splusserver.domain.SplusDataResult
-
Deprecated.
please use getWarningList() instead
- getWebdavClient(String) - Static method in class com.insightful.splusserver.api.factory.ClientFactory
-
Returns an instance of a client given the service URL.
- getWebdavClient(String, String, String) - Static method in class com.insightful.splusserver.api.factory.ClientFactory
-
Returns an instance of a client given the service URL and user credentials.
- getXml() - Method in exception com.insightful.splusserver.exception.api.ApiException
-
Returning XML representation representing the exception.
- getXml() - Method in exception com.insightful.splusserver.exception.api.ServerCreationException
-
Returning XML representation representing the exception.
- getXml() - Method in exception com.insightful.splusserver.exception.BaseException
-
Returns an XML representation of the exception.
- getXml() - Method in exception com.insightful.splusserver.exception.GenericException
-
Returns the XML representation representing the exception.
- getXml() - Method in exception com.insightful.splusserver.exception.JobDoesNotExistException
-
Returns an XML representation representing the exception.
- getXml() - Method in exception com.insightful.splusserver.exception.NotAuthenticatedException
-
Returns an XML representation representing the exception.
- getXml() - Method in exception com.insightful.splusserver.exception.ServerNotRespondingException
-
Returns the XML representation representing the exception.
- getXml() - Method in exception com.insightful.splusserver.exception.ServerTimeoutException
-
Returns the XML representation representing the exception.
- getXml() - Method in exception com.insightful.splusserver.exception.sessions.SessionDoesNotExistException
-
Returns an XML representation representing the exception.
- getXml() - Method in exception com.insightful.splusserver.exception.sessions.UnableToAllocateSessionException
-
Returns an XML representation representing the exception.
- save() - Method in interface com.insightful.splusserver.utils.viewmodel.ISplusViewModel
-
Saves whatever view data that is cached in this to the underline domain
object this wraps.
- SCHEDULED_VALUE - Static variable in enum com.insightful.splusserver.domain.SplusStatus
-
The request is scheduled to be executed later.
- scheduledAt - Variable in class com.insightful.splusserver.domain.job.ScheduledJobStartup
-
Start execution at this time.
- ScheduledJobStartup - Class in com.insightful.splusserver.domain.job
-
Scheduled job startup type.
- ScheduledJobStartup(Date) - Constructor for class com.insightful.splusserver.domain.job.ScheduledJobStartup
-
Construct an object with specific scheduled time.
- SerializationType - Enum in com.insightful.splusserver.domain.binary
-
Declares the list of currently supported object serialization types.
- serialize(BinaryDataRequest) - Static method in class com.insightful.splusserver.binary.BinaryRequestSerializer
-
Serializes the specified BinaryDataRequest
object to be passed to the server.
- serialize(String, SerializationType, InputStream) - Static method in class com.insightful.splusserver.binary.BinaryResultSerializer
-
Serializes the specified input into a byte array.
- serializePart(String, SerializationType, byte[], OutputStream) - Static method in class com.insightful.splusserver.binary.BinarySerializationProtocol
-
- ServerCreationException - Exception in com.insightful.splusserver.exception.api
-
This class is an API exception class for the TIBCO Spotfire Statistics Services Java API.
- ServerCreationException() - Constructor for exception com.insightful.splusserver.exception.api.ServerCreationException
-
- ServerCreationException(String, Throwable) - Constructor for exception com.insightful.splusserver.exception.api.ServerCreationException
-
Constructs an instance of a ServerCreationException
class.
- ServerCreationException(String) - Constructor for exception com.insightful.splusserver.exception.api.ServerCreationException
-
Constructs an instance of a ServerCreationException
class.
- ServerCreationException(Throwable) - Constructor for exception com.insightful.splusserver.exception.api.ServerCreationException
-
Constructs an instance of a ServerCreationException
class.
- ServerNotRespondingException - Exception in com.insightful.splusserver.exception
-
This class is an API exception class for the TIBCO Spotfire Statistics Services Java API.
- ServerNotRespondingException() - Constructor for exception com.insightful.splusserver.exception.ServerNotRespondingException
-
Constructs an instance of a ServerNotRespondingException
class.
- ServerNotRespondingException(String, Throwable) - Constructor for exception com.insightful.splusserver.exception.ServerNotRespondingException
-
Constructs an instance of a ServerNotRespondingException
class.
- ServerNotRespondingException(String) - Constructor for exception com.insightful.splusserver.exception.ServerNotRespondingException
-
Constructs an instance of a ServerNotRespondingException
class.
- ServerNotRespondingException(Throwable) - Constructor for exception com.insightful.splusserver.exception.ServerNotRespondingException
-
Constructs an instance of a ServerNotRespondingException
class.
- ServerTimeoutException - Exception in com.insightful.splusserver.exception
-
This class is an API exception class for the TIBCO Spotfire Statistics Services Java API.
- ServerTimeoutException() - Constructor for exception com.insightful.splusserver.exception.ServerTimeoutException
-
The default constructor.
- ServerTimeoutException(String) - Constructor for exception com.insightful.splusserver.exception.ServerTimeoutException
-
Coanstructs an instance with an exception message
- ServerType - Enum in com.insightful.splusserver.domain.configuration
-
- SESSION_SCHEDULED_VALUE - Static variable in enum com.insightful.splusserver.domain.SplusStatus
-
The request is scheduled for execution in a given session.
- SessionAdminResult - Class in com.insightful.splusserver.domain.session
-
- SessionAdminResult() - Constructor for class com.insightful.splusserver.domain.session.SessionAdminResult
-
- SessionAdminResult(String) - Constructor for class com.insightful.splusserver.domain.session.SessionAdminResult
-
- SessionAdminResult(String, int) - Constructor for class com.insightful.splusserver.domain.session.SessionAdminResult
-
- SessionDoesNotExistException - Exception in com.insightful.splusserver.exception.sessions
-
Indicates that a given session Id is not registered on the server.
- SessionDoesNotExistException() - Constructor for exception com.insightful.splusserver.exception.sessions.SessionDoesNotExistException
-
- SessionDoesNotExistException(String, Throwable) - Constructor for exception com.insightful.splusserver.exception.sessions.SessionDoesNotExistException
-
- SessionDoesNotExistException(String) - Constructor for exception com.insightful.splusserver.exception.sessions.SessionDoesNotExistException
-
- SessionDoesNotExistException(Throwable) - Constructor for exception com.insightful.splusserver.exception.sessions.SessionDoesNotExistException
-
- SessionJobStartup - Class in com.insightful.splusserver.domain.session
-
This job startup type is used to submit a job to a given session, specified by
the session token constructor parameter.
- SessionJobStartup(String) - Constructor for class com.insightful.splusserver.domain.session.SessionJobStartup
-
Constructs a session job startup object.
- set(int, T) - Method in interface com.insightful.splusserver.utils.viewmodel.dataadapter.IListDataAdapter
-
Updates the item data at the given index anIndex
.
- setAction(String) - Method in class com.insightful.splusserver.domain.cluster.ClusterNodeJobUpdateRequest
-
Sets the action.
- setAction(String) - Method in class com.insightful.splusserver.domain.JobAdminRequest
-
Sets the action.
- setAnnotation(Annotation) - Method in class com.insightful.splusserver.domain.Header
-
Sets the header's annotation.
- setApplication(Application) - Method in class com.insightful.splusserver.domain.Header
-
Sets the header's application.
- setArguments(List<Argument>) - Method in class com.insightful.splusserver.domain.SplusDataRequest
-
Sets the list of arguments.
- setAttributeValue(String, String) - Method in class com.insightful.splusserver.notification.Notification
-
Sets an attribute value.
- setAttrs(Collection<Attr>) - Method in class com.insightful.splusserver.domain.AbstractRectangularDataStructure
-
Sets the attributes of the data structure.
- setAttrs(List<Attr>) - Method in class com.insightful.splusserver.domain.Generic
-
Sets the generic object's attributes.
- setAttrs(List<Attr>) - Method in class com.insightful.splusserver.domain.List
-
Sets the attributes of the list.
- setAttrs(List<Attr>) - Method in class com.insightful.splusserver.domain.MultiDimensionalArray
-
Sets the Attr
object of the MultiDimensionalArray
.
- setAttrs(Collection<Attr>) - Method in interface com.insightful.splusserver.domain.RectangularDataStructure
-
Sets the attributes of the matrix.
- setAttrs(List<Attr>) - Method in class com.insightful.splusserver.domain.VectorBase
-
Sets the vector's Attr
objects.
- setClazz(String) - Method in class com.insightful.splusserver.domain.Generic
-
Sets the generic object's class.
- setClientIP(String) - Method in class com.insightful.splusserver.notification.Notification
-
Sets the client IP.
- setCode(String) - Method in class com.insightful.splusserver.domain.SplusDataResult
-
Sets the text for the code.
- setColumns(Collection<Column>) - Method in class com.insightful.splusserver.domain.AbstractRectangularDataStructure
-
Sets the columns of the data structure.
- setColumns(Collection<Column>) - Method in interface com.insightful.splusserver.domain.RectangularDataStructure
-
Sets the columns of the matrix.
- setComponents(List<Component>) - Method in class com.insightful.splusserver.domain.List
-
Sets the components of the list.
- setContent(String) - Method in class com.insightful.splusserver.domain.Item
-
Sets the item contents.
- setContent(String) - Method in class com.insightful.splusserver.domain.Null
-
Sets the Null
contents.
- setContent(String) - Method in class com.insightful.splusserver.domain.SplusSimpleObject
-
Sets the content of the CallObject
.
- setCopyright(String) - Method in class com.insightful.splusserver.domain.Header
-
Sets the header's copyright information.
- setCreated(String) - Method in class com.insightful.splusserver.domain.SplusDataResult
-
Sets the request date and time.
- setCreatedBy(String) - Method in class com.insightful.splusserver.domain.SplusDataResult
-
Sets the ID of the request's creator.
- setCreatedMillis(long) - Method in class com.insightful.splusserver.domain.SplusDataResult
-
Sets the request date and time in milliseconds.
- setData(String[]) - Method in class com.insightful.splusserver.notification.NotificationMessage
-
Sets the data.
- setDecimalPattern(String) - Method in class com.insightful.splusserver.domain.DisplayOptions
-
Sets a decimal pattern.
- setDefaultEmail(String) - Method in class com.insightful.splusserver.notification.NotificationRequest
-
- setDefaultPort(int) - Method in class com.insightful.splusserver.notification.NotificationRequest
-
- setDescription(String) - Method in class com.insightful.splusserver.domain.Header
-
Sets the header's description.
- setDimension(Dimension) - Method in class com.insightful.splusserver.domain.MultiDimensionalArray
-
Sets the Dimension
object of the MultiDimensionalArray
.
- setDisplayOptions(DisplayOptions) - Method in class com.insightful.splusserver.domain.Splus
-
Sets the object's display options.
- setEmail(String) - Method in class com.insightful.splusserver.notification.NotificationRequest
-
Sets the e-mail attribute.
- setEmailOnAll() - Method in class com.insightful.splusserver.notification.NotificationRequest
-
Sets the notification to e-mail on all.
- setEmailOnDone() - Method in class com.insightful.splusserver.notification.NotificationRequest
-
Sets the notification to e-mail on done.
- setEmailOnFailed() - Method in class com.insightful.splusserver.notification.NotificationRequest
-
Sets the notification to e-mail on failed.
- setEmailOnInterrupted() - Method in class com.insightful.splusserver.notification.NotificationRequest
-
Sets the notification to e-mail on interrupted.
- setEngineCount(int) - Method in class com.insightful.splusserver.domain.cluster.ClusterNodeDetails
-
Set the number of execution engines running on a given node.
- setEngineTime(long) - Method in class com.insightful.splusserver.domain.SplusDataResult
-
Sets the time spent in the engine while processing the request.
- setEngineType(EngineType) - Method in class com.insightful.splusserver.domain.configuration.ConfigurationInfo
-
Sets the engine type.
- setEntries(HashSet<PackageRepositoryEntry>) - Method in class com.insightful.splusserver.domain.packages.PackageRepositoryEntryList
-
Sets the entries in the package repository.
- setError(String) - Method in class com.insightful.splusserver.domain.SplusDataResult
-
Sets the text of the error
- setErrorCode(int) - Method in class com.insightful.splusserver.domain.SplusDataResult
-
Sets the error code that details specific error condition occurred.
- setErrorMessage(String) - Method in class com.insightful.splusserver.domain.AdminResult
-
Sets the error message.
- setErrorMessage(String) - Method in class com.insightful.splusserver.domain.cluster.ClusterNodeDetails
-
Sets the error message for the cluster node.
- setFileName(String) - Method in class com.insightful.splusserver.domain.packages.PackageRepositoryEntry
-
Sets the file name.
- setHasError(Boolean) - Method in class com.insightful.splusserver.domain.SplusDataResult
-
Internal method.
- setHasReturnValue(Boolean) - Method in class com.insightful.splusserver.domain.SplusDataResult
-
Internal method.
- setHasTextOutput(Boolean) - Method in class com.insightful.splusserver.domain.SplusDataResult
-
Internal method.
- setHasWarnings(Boolean) - Method in class com.insightful.splusserver.domain.SplusDataResult
-
Internal method.
- setHeader(Header) - Method in class com.insightful.splusserver.domain.Splus
-
Sets the object's header.
- setId(String) - Method in class com.insightful.splusserver.domain.Argument
-
Sets the ID of an argument.
- setIntStatus(String) - Method in class com.insightful.splusserver.domain.SplusDataResult
-
Internal method.
- setIsAuthenticationEnabled(Boolean) - Method in class com.insightful.splusserver.domain.configuration.ConfigurationInfo
-
sets whethet authentication is enabled.
- setItems(List<Item>) - Method in class com.insightful.splusserver.domain.Dimension
-
Sets a list of the Item objects.
- setItems(List<Item>) - Method in class com.insightful.splusserver.domain.RowNames
-
Sets a list of the row name Item objects.
- setItems(List<Item>) - Method in class com.insightful.splusserver.domain.VectorBase
-
Sets the vector's Item
objects.
- setJobId(String) - Method in class com.insightful.splusserver.domain.SplusDataResult
-
Sets the job ID.
- setJobId(String) - Method in class com.insightful.splusserver.notification.Notification
-
Sets the job ID.
- setJobIdsAffected(List<Long>) - Method in class com.insightful.splusserver.domain.JobAdminResult
-
Sets the list of job IDs that the requested operation affected.
- setJobs(List<SplusDataResult>) - Method in class com.insightful.splusserver.domain.SplusJobs
-
Sets a list of SplusDataResult
objects.
- setJobsQueued(ArrayList<Long>) - Method in class com.insightful.splusserver.domain.cluster.ClusterNodeDetails
-
Sets the list of queued jobs.
- setLength() - Method in class com.insightful.splusserver.domain.List
-
Sets the list length.
- setLength(Integer) - Method in class com.insightful.splusserver.domain.RowNames
-
Ignored - only provided for XML serialization.
- setLength(int) - Method in class com.insightful.splusserver.domain.VectorBase
-
Sets the vector length.
- setListViewAdapterFactory(IListViewAdapterFactory<IListViewAdapter>) - Method in interface com.insightful.splusserver.utils.viewmodel.ISplusViewModelManager
-
- setMessage(String) - Method in class com.insightful.splusserver.domain.Exception
-
Sets the exception message.
- setName(String) - Method in class com.insightful.splusserver.domain.AbstractRectangularDataStructure
-
Sets the name of the data structure.
- setName(String) - Method in class com.insightful.splusserver.domain.Application
-
Sets the name of the application.
- setName(String) - Method in class com.insightful.splusserver.domain.Attr
-
Sets the name of the attribute.
- setName(String) - Method in class com.insightful.splusserver.domain.Component
-
Sets the component name.
- setName(String) - Method in class com.insightful.splusserver.domain.Generic
-
Sets the generic object's name.
- setName(String) - Method in class com.insightful.splusserver.domain.Item
-
Sets the item name.
- setName(String) - Method in class com.insightful.splusserver.domain.List
-
Sets the list name.
- setName(String) - Method in class com.insightful.splusserver.domain.MultiDimensionalArray
-
Sets the name of the MultiDimensionalArray
.
- setName(String) - Method in class com.insightful.splusserver.domain.Null
-
Sets the name of the CallObject
.
- setName(String) - Method in interface com.insightful.splusserver.domain.RectangularDataStructure
-
Sets the name of the matrix.
- setName(String) - Method in class com.insightful.splusserver.domain.Splus
-
Sets the name of this.
- setName(String) - Method in interface com.insightful.splusserver.domain.SplusObject
-
- setName(String) - Method in class com.insightful.splusserver.domain.SplusSimpleObject
-
Sets the Name of the CallObject
.
- setName(String) - Method in class com.insightful.splusserver.domain.VectorBase
-
Sets the vector's name.
- setNamed(String) - Method in class com.insightful.splusserver.domain.List
-
Sets the named list.
- setNodeName(String) - Method in class com.insightful.splusserver.domain.cluster.ClusterNode
-
Sets the name of the node.
- setNodes(ArrayList<ClusterNode>) - Method in class com.insightful.splusserver.domain.cluster.ClusterNodeList
-
Sets the nodes in a cluster.
- setNodeState(NodeState) - Method in class com.insightful.splusserver.domain.cluster.ClusterNode
-
Sets the state of the node.
- setNodeType(NodeType) - Method in class com.insightful.splusserver.domain.cluster.ClusterNode
-
Sets the type of node.
- setNotificationId(String) - Method in class com.insightful.splusserver.notification.Notification
-
Sets the notification ID.
- setNotificationListener(NotificationListener) - Method in interface com.insightful.splusserver.api.interfaces.BaseClient
-
Sets the default notification listener, which is notified with events for
all jobs.
- setNotificationListener(NotificationListener, String) - Method in interface com.insightful.splusserver.api.interfaces.BaseClient
-
Sets the notification listener associated with a specific job.
- setNotificationMessages(List<String>) - Method in class com.insightful.splusserver.domain.NotificationMessageAdminResult
-
Sets a list of notification request strings.
- setNotificationReceiverPort(int) - Static method in class com.insightful.splusserver.api.factory.ClientFactory
-
Set the port to use when listening for notifications from the server.
- setNotificationRequests(List<String>) - Method in class com.insightful.splusserver.domain.NotificationRequestAdminResult
-
Sets a list of notificatiton request strings.
- setNotificationType(NotificationType) - Static method in class com.insightful.splusserver.api.factory.ClientFactory
-
Which notification mechanism to use (polling of UDP); defaults to UDP.
- setNotificationType(NotificationType) - Method in class com.insightful.splusserver.notification.Notification
-
- setNumCols(Integer) - Method in class com.insightful.splusserver.domain.AbstractRectangularDataStructure
-
Sets the number of columns in the data structure.
- setNumCols(Integer) - Method in interface com.insightful.splusserver.domain.RectangularDataStructure
-
Sets the number of columns in the matrix.
- setNumRows(Integer) - Method in class com.insightful.splusserver.domain.AbstractRectangularDataStructure
-
Sets the number of rows in the data structure.
- setNumRows(Integer) - Method in interface com.insightful.splusserver.domain.RectangularDataStructure
-
This method is ignored; it is provided only for XML serialization.
- setOrdinal(int) - Method in class com.insightful.splusserver.domain.Exception
-
Sets the exception's ID.
- setPackageName(String) - Method in class com.insightful.splusserver.domain.packages.PackageRepositoryEntry
-
Sets the package name.
- setPort(int) - Method in class com.insightful.splusserver.notification.Notification
-
Sets the port.
- setPrepTime(long) - Method in class com.insightful.splusserver.domain.SplusDataResult
-
Sets the time spent preparing the engine to execute the request (included in engineTime).
- setProperties(String, String[], String[]) - Method in interface com.insightful.splusserver.api.interfaces.WebdavApiClient
-
Set a list of properties for the specified resource.
- setProtectionLevel(String) - Method in class com.insightful.splusserver.domain.packages.PackageRepositoryEntry
-
Sets the protection level.
- setQueuedTime(long) - Method in class com.insightful.splusserver.domain.SplusDataResult
-
Sets the time this request spent in the queue.
- setResponseCode(int) - Method in class com.insightful.splusserver.domain.AdminResult
-
Sets the response code.
- setResponseCode(int) - Method in class com.insightful.splusserver.domain.cluster.ClusterNodeDetails
-
Sets the state of the node.
- setResultsDir(String) - Method in class com.insightful.splusserver.domain.SplusDataResult
-
Sets the path of the directory where job results are stored.
- setReturnValue(SplusReturnValue) - Method in class com.insightful.splusserver.domain.SplusDataResult
-
Sets the SplusReturnValue
object.
- setReturnValueRepresentation(ValueRepresentation) - Method in class com.insightful.splusserver.domain.SplusDataResult
-
Sets the return value representation object.
- setRowNames(RowNames) - Method in class com.insightful.splusserver.domain.AbstractRectangularDataStructure
-
Sets the row names in the data structure.
- setRowNames(RowNames) - Method in interface com.insightful.splusserver.domain.RectangularDataStructure
-
Sets the row names of the matrix.
- setScheduled(String) - Method in class com.insightful.splusserver.domain.SplusDataResult
-
Sets the date and time to run the request.
- setScheduledMillis(long) - Method in class com.insightful.splusserver.domain.SplusDataResult
-
Sets the date and time to run the request in milliseconds.
- setScientificPattern(String) - Method in class com.insightful.splusserver.domain.DisplayOptions
-
Sets a scientific pattern.
- setServerId(String) - Method in class com.insightful.splusserver.notification.NotificationMessage
-
Sets the server ID.
- setServerInstance(String) - Method in class com.insightful.splusserver.domain.SplusDataResult
-
Sets the server to process a request.
- setServerTime(long) - Method in class com.insightful.splusserver.domain.SplusDataResult
-
Sets the time spent in the server processing the request.
- setServerType(ServerType) - Method in class com.insightful.splusserver.domain.configuration.ConfigurationInfo
-
Sets the type of server.
- setServiceId(String) - Method in class com.insightful.splusserver.domain.configuration.ConfigurationInfo
-
Sets the Service ID.
- setSessionToken(String) - Method in class com.insightful.splusserver.domain.session.SessionAdminResult
-
- setSplus(Splus) - Method in class com.insightful.splusserver.domain.Argument
-
Sets a value of this argument.
- setSplusClass(String) - Method in class com.insightful.splusserver.domain.List
-
Sets the class.
- setSplusValue(Splus) - Method in class com.insightful.splusserver.domain.SplusReturnValue
-
Sets an Splus
object.
- setSplusViewModelFactory(ISplusViewModelFactory) - Method in interface com.insightful.splusserver.utils.viewmodel.ISplusViewModelManager
-
- setStatus(Boolean) - Method in class com.insightful.splusserver.domain.Authentication
-
Sets the authentication status.
- setStatus(SplusStatus) - Method in class com.insightful.splusserver.domain.SplusDataResult
-
Sets the status of the job.
- setSubType(String) - Method in class com.insightful.splusserver.domain.Column
-
Sets the column subtype.
- setTableViewAdapterFactory(ITableViewAdapterFactory<ITableViewAdapter>) - Method in interface com.insightful.splusserver.utils.viewmodel.ISplusViewModelManager
-
- setTextOutput(String) - Method in class com.insightful.splusserver.domain.SplusDataResult
-
Sets the text output.
- setTime(Date) - Method in class com.insightful.splusserver.notification.Notification
-
Sets the time attribute.
- setTimestamp(Timestamp) - Method in class com.insightful.splusserver.domain.Header
-
Sets the header's time stamp.
- setToNode(String) - Method in class com.insightful.splusserver.domain.cluster.ClusterNodeJobUpdateRequest
-
Sets the name of the node to reschedule to.
- setToNodeType(String) - Method in class com.insightful.splusserver.domain.cluster.ClusterNodeJobUpdateRequest
-
Sets the type of node.
- setTupleAt(int, Map<Object, T>) - Method in interface com.insightful.splusserver.utils.viewmodel.dataadapter.ITableDataAdapter
-
Updates the tuple data at the given index anIndex
.
- setType(DataType) - Method in class com.insightful.splusserver.domain.Item
-
Sets the type.
- setType(String) - Method in class com.insightful.splusserver.domain.Matrix
-
Sets the matrix type.
- setType(String) - Method in class com.insightful.splusserver.domain.RowNames
-
Sets the row name type.
- setType(String) - Method in class com.insightful.splusserver.domain.VectorBase
-
Sets the type of vector.
- setType(eNotificationMessageType) - Method in class com.insightful.splusserver.notification.Notification
-
Sets the notification type.
- setValue(String) - Method in class com.insightful.splusserver.domain.Annotation
-
Sets the string containing the annotiation value.
- setValue(SplusObject) - Method in class com.insightful.splusserver.domain.Attr
-
Sets the value of the attribute.
- setValue(SplusObject) - Method in class com.insightful.splusserver.domain.Component
-
Sets the component value.
- setValue(SplusObject) - Method in class com.insightful.splusserver.domain.Generic
-
Sets the generic object's value.
- setValue(List<SplusObject>) - Method in class com.insightful.splusserver.domain.Splus
-
Sets the Splus
object's value.
- setValue(String) - Method in class com.insightful.splusserver.domain.Timestamp
-
Sets a string containing the time stamp.
- setValue(String) - Method in class com.insightful.splusserver.domain.Value
-
Sets the string value.
- setVariablesToReturn(String[]) - Method in class com.insightful.splusserver.domain.SplusDataRequest
-
- setVector(Vector) - Method in class com.insightful.splusserver.domain.MultiDimensionalArray
-
Sets the Vector
object of the MultiDimensionalArray
.
- setVersion(String) - Method in class com.insightful.splusserver.domain.Application
-
Sets the version of the application.
- setVersion(String) - Method in class com.insightful.splusserver.domain.packages.PackageRepositoryEntry
-
Sets the package version.
- setVersion(String) - Method in class com.insightful.splusserver.domain.SplusDataResult
-
Sets the server XML version.
- setViewBy(int, int) - Method in interface com.insightful.splusserver.utils.viewmodel.ISplusMultidimensionalViewModel
-
Sets indices for two dimensions.
- setWarnings(String) - Method in class com.insightful.splusserver.domain.SplusDataResult
-
Sets the text for warnings.
- SExpressionBuilder - Class in com.insightful.splusserver.utils
-
Helper class to build expressions to be used to make calls with TIBCO Spotfire Statistics Services
ExpressionClient.
Normally, a non-trivial TIBCO Enterprise Runtime for R or open-source R expression would contain references to a number of
variables, of which, some would be simple data types such as a number, others
would be more complex types such as a data frame, a matrix, or other
object.
- SExpressionBuilder() - Constructor for class com.insightful.splusserver.utils.SExpressionBuilder
-
- SIMPLECONTROL_SERIALIZABLE - Static variable in interface com.insightful.splusserver.domain.ISerializableIds
-
- size() - Method in interface com.insightful.splusserver.utils.viewmodel.dataadapter.IListDataAdapter
-
- Slice<T> - Class in com.insightful.splusserver.utils.viewmodel.dataadapter
-
A simple bean class that holds onto a two-dimensional slice of a
multi-dimensional array.
- Slice(int[], List<List<T>>) - Constructor for class com.insightful.splusserver.utils.viewmodel.dataadapter.Slice
-
- Splus - Class in com.insightful.splusserver.domain
-
Defines the Splus
object.
- Splus() - Constructor for class com.insightful.splusserver.domain.Splus
-
Constructs an Splus
object.
- Splus(DisplayOptions, Header, SplusObject...) - Constructor for class com.insightful.splusserver.domain.Splus
-
Constructs an Splus
object, specifying the display options,
the header, and the value.
- Splus(SplusObject...) - Constructor for class com.insightful.splusserver.domain.Splus
-
Constructs an Splus
object with default DisplayOptions
and Header
objects.
- Splus(DisplayOptions, Header, List<SplusObject>) - Constructor for class com.insightful.splusserver.domain.Splus
-
Constructs an Splus
object, specifying the display options,
the header, and values.
- SPLUS_DATA_RESULT_SERIALIZABLE - Static variable in interface com.insightful.splusserver.domain.ISerializableIds
-
- SPLUS_DATA_VALUE_SERIALIZABLE - Static variable in interface com.insightful.splusserver.domain.ISerializableIds
-
- SPLUS_SERIALIZABLE - Static variable in interface com.insightful.splusserver.domain.ISerializableIds
-
- SplusDataRequest - Class in com.insightful.splusserver.domain
-
This class represents an object submitted to the server as part of an evaluation request.
- SplusDataRequest(List<Argument>) - Constructor for class com.insightful.splusserver.domain.SplusDataRequest
-
Constructs an object containing a list of arguments passed.
- SplusDataRequest(String[], List<Argument>) - Constructor for class com.insightful.splusserver.domain.SplusDataRequest
-
Constructs an object using a list of variables to return and a list of arguments.
- SplusDataRequest(Argument...) - Constructor for class com.insightful.splusserver.domain.SplusDataRequest
-
Constructs an object containing a list of arguments passed.
- SplusDataRequest(String[], Argument...) - Constructor for class com.insightful.splusserver.domain.SplusDataRequest
-
Constructs an object using a list of variables to return and a list of arguments.
- SplusDataRequest() - Constructor for class com.insightful.splusserver.domain.SplusDataRequest
-
Constructs an empty object.
- SplusDataResult - Class in com.insightful.splusserver.domain
-
This class is the data result API.
- SplusDataResult() - Constructor for class com.insightful.splusserver.domain.SplusDataResult
-
The default constructor.
- SplusDataResult(int, String) - Constructor for class com.insightful.splusserver.domain.SplusDataResult
-
- SplusJobs - Class in com.insightful.splusserver.domain
-
Defines the SplusJobs
object.
- SplusJobs() - Constructor for class com.insightful.splusserver.domain.SplusJobs
-
Constructs the SplusJobs
object.
- SplusJobs(SplusDataResult...) - Constructor for class com.insightful.splusserver.domain.SplusJobs
-
Constructs the SplusJobs
object from the passed-in array of SplusDataResult
jobs
- SplusJobs(int, String) - Constructor for class com.insightful.splusserver.domain.SplusJobs
-
Constructs the SplusJobs
object, including a response code and a string containing the error message.
- SplusObject - Interface in com.insightful.splusserver.domain
-
Defines the SplusObject
.
- SplusReturnValue - Class in com.insightful.splusserver.domain
-
Defines the SplusReturnValue
object.
- SplusReturnValue() - Constructor for class com.insightful.splusserver.domain.SplusReturnValue
-
- SplusSimpleObject - Class in com.insightful.splusserver.domain
-
- SplusSimpleObject() - Constructor for class com.insightful.splusserver.domain.SplusSimpleObject
-
- SplusStatus - Enum in com.insightful.splusserver.domain
-
This enum represents the status of a function or expression (that is, a job or request) running in
Spotfire Statistics Services.
- SpxmlValueRepresentation - Class in com.insightful.splusserver.domain.representation
-
The concrete value representation class for SPXML-encoded values.
- SpxmlValueRepresentation(SplusReturnValue) - Constructor for class com.insightful.splusserver.domain.representation.SpxmlValueRepresentation
-
Constructs an instance.
- startSession() - Method in interface com.insightful.splusserver.api.interfaces.BaseClient
-
Starts a session on the server.
- STATUS_FORBIDDEN - Static variable in class com.insightful.splusserver.domain.ResponseCodes
-
Response Code returned when a user is not authorized to use a given
resource (method).
- STATUS_GENERAL_ERROR - Static variable in class com.insightful.splusserver.domain.ResponseCodes
-
Response Code returned when a server encountered an unexpected error
condition that prevented a server from servicing the request.
- STATUS_ID_INVALID - Static variable in class com.insightful.splusserver.domain.ResponseCodes
-
Response Code returned when the id specified is not specified correctly;
for instance, it is not a valid number and a number is expected.
- STATUS_ID_NOT_FOUND - Static variable in class com.insightful.splusserver.domain.ResponseCodes
-
Response Code returned when the id specified is not found.
- STATUS_ID_NOT_SPECIFIED - Static variable in class com.insightful.splusserver.domain.ResponseCodes
-
Response Code returned when the client did not specify an id of the item
on which the action needs to be performed.
- STATUS_NOT_ENOUGH_RESOURCES - Static variable in class com.insightful.splusserver.domain.ResponseCodes
-
Response Code returned when a user is not authorized to use a given
resource (method).
- STATUS_SUCCESS - Static variable in class com.insightful.splusserver.domain.ResponseCodes
-
Response Code returned if the operation completed successfully
- STATUS_WRONG_VERSION - Static variable in class com.insightful.splusserver.domain.ResponseCodes
-
Response Code returned if the client specified a version of the server
not supported by a given server instance.
- stopSession(String) - Method in interface com.insightful.splusserver.api.interfaces.BaseClient
-
Stops a session.
- StringTemplateUtil - Class in com.insightful.splusserver.utils
-
A utility class a to build a string for creating valid S expressions.
- SubspaceSlice<T> - Class in com.insightful.splusserver.utils.viewmodel.dataadapter
-
A simple bean that holds onto a slice of a multi-dimensional array in a
subspace of the array space of the multi-dimensional array.
- SubspaceSlice(int[], List<T>, int[]) - Constructor for class com.insightful.splusserver.utils.viewmodel.dataadapter.SubspaceSlice
-
- SYNCHRONOUS - Static variable in class com.insightful.splusserver.domain.job.ImmediateJobStartup
-
Specifies a synchronous job.
- SynchronousJobStartup - Class in com.insightful.splusserver.domain.job
-
Specifies a synchronous job startup type.
- SynchronousJobStartup(long) - Constructor for class com.insightful.splusserver.domain.job.SynchronousJobStartup
-
Initializes a new instance of the SynchronousJobStartup
class.
- SynchronousJobStartup() - Constructor for class com.insightful.splusserver.domain.job.SynchronousJobStartup
-
The default constructor.
- Value - Class in com.insightful.splusserver.domain
-
The Value
class represents values that a single String
value.
- Value() - Constructor for class com.insightful.splusserver.domain.Value
-
The default constructor.
- Value(String) - Constructor for class com.insightful.splusserver.domain.Value
-
The constructor creating an object with single string value.
- VALUE_SERIALIZABLE - Static variable in interface com.insightful.splusserver.domain.ISerializableIds
-
- valueOf(String) - Static method in enum com.insightful.splusserver.domain.binary.SerializationType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.insightful.splusserver.domain.cluster.ClusterNodeJobUpdateRequest.Action
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.insightful.splusserver.domain.cluster.NodeState
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.insightful.splusserver.domain.cluster.NodeType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.insightful.splusserver.domain.ColumnType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.insightful.splusserver.domain.configuration.EngineType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.insightful.splusserver.domain.configuration.ServerType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.insightful.splusserver.domain.DataType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.insightful.splusserver.domain.JobAdminRequest.JobAdminAction
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.insightful.splusserver.domain.monitor.EngineMonitoringInfo.Columns
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.insightful.splusserver.domain.packages.ProtectionLevel
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.insightful.splusserver.domain.SplusStatus
-
Returns the enum constant of this type with the specified name.
- valueOf(int) - Static method in enum com.insightful.splusserver.domain.SplusStatus
-
Converts to SplusStatus value.
- valueOf(String) - Static method in enum com.insightful.splusserver.exception.ExceptionType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.insightful.splusserver.notification.eNotificationMessageType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.insightful.splusserver.notification.NotificationType
-
Returns the enum constant of this type with the specified name.
- ValueRepresentation - Interface in com.insightful.splusserver.domain.representation
-
The interface that provides a generic representation of a value returned as part
of an SplusDataResult
object.
- values() - Static method in enum com.insightful.splusserver.domain.binary.SerializationType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.insightful.splusserver.domain.cluster.ClusterNodeJobUpdateRequest.Action
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.insightful.splusserver.domain.cluster.NodeState
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.insightful.splusserver.domain.cluster.NodeType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.insightful.splusserver.domain.ColumnType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.insightful.splusserver.domain.configuration.EngineType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.insightful.splusserver.domain.configuration.ServerType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.insightful.splusserver.domain.DataType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.insightful.splusserver.domain.JobAdminRequest.JobAdminAction
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.insightful.splusserver.domain.monitor.EngineMonitoringInfo.Columns
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.insightful.splusserver.domain.packages.ProtectionLevel
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.insightful.splusserver.domain.SplusStatus
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.insightful.splusserver.exception.ExceptionType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.insightful.splusserver.notification.eNotificationMessageType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.insightful.splusserver.notification.NotificationType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- Vector - Class in com.insightful.splusserver.domain
-
Defines the Vector
object.
- Vector() - Constructor for class com.insightful.splusserver.domain.Vector
-
Constructs a Vector
object.
- Vector(String, List<Item>) - Constructor for class com.insightful.splusserver.domain.Vector
-
- Vector(List<Attr>, List<Item>, String, String) - Constructor for class com.insightful.splusserver.domain.Vector
-
Constructs a vector object, initializing all the attributes.
- Vector(String, Item...) - Constructor for class com.insightful.splusserver.domain.Vector
-
A constructor that accepts variable number of parameters.
- Vector(DataType, Item...) - Constructor for class com.insightful.splusserver.domain.Vector
-
A constructor that accepts variable number of parameters.
- Vector(Object) - Constructor for class com.insightful.splusserver.domain.Vector
-
A constructor that accepts a generic array.
- Vector(int...) - Constructor for class com.insightful.splusserver.domain.Vector
-
Constructs an integer vector.
- Vector(double[]) - Constructor for class com.insightful.splusserver.domain.Vector
-
Constructs an numeric vector
- Vector(String...) - Constructor for class com.insightful.splusserver.domain.Vector
-
Constructs an character vector
- Vector(String) - Constructor for class com.insightful.splusserver.domain.Vector
-
Constructs an character vector with a single element.
- Vector(boolean...) - Constructor for class com.insightful.splusserver.domain.Vector
-
Constructs a logical vector.
- VECTOR_SERIALIZABLE - Static variable in interface com.insightful.splusserver.domain.ISerializableIds
-
- VectorBase - Class in com.insightful.splusserver.domain
-
This class contains helper methods for constructing and transforming arrays for vectors.
- VectorBase() - Constructor for class com.insightful.splusserver.domain.VectorBase
-
Constructs a Vector
object.