Possible values: "xml" and "json".
- IBeanFilter - Interface in com.isomorphic.js
-
This interface is provided as a mechanism to create a custom bean filter for the JSONFilter that is applied to beans by JSTranslater.toJS()
.
- IBetween - Static variable in class com.isomorphic.criteria.DefaultOperators
-
Shortcut for greaterThan + lessThan + and (case insensitive)
- IBetweenInclusive - Static variable in class com.isomorphic.criteria.DefaultOperators
-
Shortcut for greaterOrEqual + lessOrEqual + and (case insensitive)
- IContains - Static variable in class com.isomorphic.criteria.DefaultOperators
-
Contains as sub-string (case insensitive).
- IContainsField - Static variable in class com.isomorphic.criteria.DefaultOperators
-
Contains as sub-string another field value (specify fieldName as criterion.value).
- IContainsPattern - Static variable in class com.isomorphic.criteria.DefaultOperators
-
Glob expression match (case insensitive).
- ID_CLASS_PROPERTY - Static variable in class com.isomorphic.jpa.JPADataSource
-
Name of the data source definition property holding fully-qualified class name for composite primary key.
- IDACall - Class in com.isomorphic.servlet
-
This servlet handles built-in SmartClient datasource operations by default.
- idClass - Variable in class com.isomorphic.jpa.JPADataSource
-
Holds id class from the DataSource definition.
- identityMap(List) - Static method in class com.isomorphic.util.DataTools
-
Stores the elements of a List
as the keys and values of a Map
.
- IDoNotSerialize - Interface in com.isomorphic.js
-
Marker interface for any object that you do not want JSTransleter to serialize.
- IEndsWith - Static variable in class com.isomorphic.criteria.DefaultOperators
-
Ends with (case insensitive).
- IEndsWithField - Static variable in class com.isomorphic.criteria.DefaultOperators
-
Ends with another field value (specify fieldName as criterion.value).
- IEndsWithPattern - Static variable in class com.isomorphic.criteria.DefaultOperators
-
Glob expression ends match.
- IEquals - Static variable in class com.isomorphic.criteria.DefaultOperators
-
exactly equal to, if case is disregarded.
- IEqualsField - Static variable in class com.isomorphic.criteria.DefaultOperators
-
Matches another field ignoring case (specify fieldName as criterion.value).
- IImageExporter - Interface in com.isomorphic.rpc
-
Interface to an SVG rendering service.
- ImageExport - Class in com.isomorphic.contentexport
-
- IMatchesPattern - Static variable in class com.isomorphic.criteria.DefaultOperators
-
Glob expression match (case insensitive).
- IMMUTABLE - Static variable in class com.isomorphic.servlet.CachePolicy
-
Standard "immutable" response directive
- importDataSourceRecord(Map, DataSource) - Method in class com.isomorphic.tools.DataImport
-
- importDataSourceRecord(Map, String) - Method in class com.isomorphic.tools.DataImport
-
- importDataSourceRecord(Map, List, String) - Method in class com.isomorphic.tools.DataImport
-
- importDataSourceRecord(Map, Map, DataSource) - Method in class com.isomorphic.tools.DataImport
-
Imports provided record (as Map
parameter) to dataSource record.
- importDataSourceRecord(Map, Map, String) - Method in class com.isomorphic.tools.DataImport
-
Imports provided record (as Map
parameter) to dataSource record.
- importDataSourceRecords(Reader, String) - Method in class com.isomorphic.tools.DataImport
-
- importDataSourceRecords(Reader, List, String) - Method in class com.isomorphic.tools.DataImport
-
- importDataSourceRecords(Reader, List, Map, String) - Method in class com.isomorphic.tools.DataImport
-
- importDataSourceRecords(Reader, Map, String) - Method in class com.isomorphic.tools.DataImport
-
- importDataSourceRecords(Reader, Map, Map, String) - Method in class com.isomorphic.tools.DataImport
-
Import from InputStream
in either CSV/TSV, JSON or XML format and return the imported records in a List.
- importToDataSource(Reader, String) - Method in class com.isomorphic.tools.DataImport
-
- importToDataSource(Reader, List, String) - Method in class com.isomorphic.tools.DataImport
-
- importToDataSource(Reader, List, Map, String) - Method in class com.isomorphic.tools.DataImport
-
- importToDataSource(Reader, Map, String) - Method in class com.isomorphic.tools.DataImport
-
- importToDataSource(Reader, Map, Map, String) - Method in class com.isomorphic.tools.DataImport
-
Import from InputStream
in either CSV/TSV, JSON or XML format and save the imported records to the target SQLDataSource.
- importToDataSource(Map, String) - Method in class com.isomorphic.tools.DataImport
-
- importToDataSource(Map, List, String) - Method in class com.isomorphic.tools.DataImport
-
- importToDataSource(Map, Map, String) - Method in class com.isomorphic.tools.DataImport
-
Imports provided record (as Map
parameter) to dataSource.
- importToRows(Reader) - Method in class com.isomorphic.tools.DataImport
-
- importToRows(Reader, List) - Method in class com.isomorphic.tools.DataImport
-
- importToRows(Reader, List, Map) - Method in class com.isomorphic.tools.DataImport
-
- importToRows(Reader, Map) - Method in class com.isomorphic.tools.DataImport
-
- importToRows(Reader, Map, Map) - Method in class com.isomorphic.tools.DataImport
-
Import from InputStream
in either CSV/TSV, JSON or XML format to a List of Maps.
- increaseOpCount() - Method in class com.isomorphic.hibernate.HBConnectionHolder
-
Increases operations count by 1.
- increaseOpCount() - Method in class com.isomorphic.jpa.JPAConnectionHolder
-
Increases operations count by 1.
- increaseOpCount() - Method in class com.isomorphic.jpa.JPADataSource
-
Increases operations count by 1.
- incrementIntInMap(Map, Object) - Static method in class com.isomorphic.util.DataTools
-
Add to the value of an Integer instance stored in the map "map" under key "key".
- info(Object, Throwable) - Method in class com.isomorphic.log.Logger
-
Logs a message with "info
" status.
- init(Map, DSRequest) - Method in class com.isomorphic.jpa.JPADataSource
- Init - Class in com.isomorphic.base
-
Deprecated.
- initialized() - Method in class com.isomorphic.datasource.DataSource
-
This method is called after the DataSource has been initialized allowing further custom initialization.
- InitListener - Class in com.isomorphic.base
-
The SmartClient Server framework must be initialized from its config files at startup time, before user code invokes any framework functionality.
- INotContains - Static variable in class com.isomorphic.criteria.DefaultOperators
-
Does not contain as sub-string (case insensitive).
- INotContainsField - Static variable in class com.isomorphic.criteria.DefaultOperators
-
Does not contain a sub-string of another field value (specify fieldName as criterion.value).
- INotEndsWith - Static variable in class com.isomorphic.criteria.DefaultOperators
-
Does not end with (case insensitive).
- INotEndsWithField - Static variable in class com.isomorphic.criteria.DefaultOperators
-
Does not end with another field value (specify fieldName as criterion.value).
- INotEqual - Static variable in class com.isomorphic.criteria.DefaultOperators
-
Not equal to, if case is disregarded.
- INotEqualField - Static variable in class com.isomorphic.criteria.DefaultOperators
-
Does not match another field ignoring case (specify fieldName as criterion.value).
- INotStartsWith - Static variable in class com.isomorphic.criteria.DefaultOperators
-
Does not start with (case insensitive).
- INotStartsWithField - Static variable in class com.isomorphic.criteria.DefaultOperators
-
Does not start with another field value (specify fieldName as criterion.value)
- InSet - Static variable in class com.isomorphic.criteria.DefaultOperators
-
Value is in a set of values.
- instance() - Static method in class com.isomorphic.messaging.ISCMessageDispatcher
-
- instance(RequestContext) - Static method in class com.isomorphic.messaging.ISCMessageDispatcher
-
- instance(PageContext) - Static method in class com.isomorphic.servlet.RequestContext
-
Creates a RequestContext
from a JSP PageContext
.
- instance(ServletContext, ServletRequest, ServletResponse) - Static method in class com.isomorphic.servlet.RequestContext
-
Creates a RequestContext
from a ServletContext, ServletRequest and ServletResponse.
- instance(ServletRequest, ServletResponse) - Static method in class com.isomorphic.servlet.RequestContext
-
Creates a RequestContext
from a ServletRequest
and ServletResponse
.
- instance(Servlet, HttpServletRequest, HttpServletResponse) - Static method in class com.isomorphic.servlet.RequestContext
-
Creates a RequestContext
from a Servlet
, HttpServletRequest
and HttpServletResponse
.
- instance(Servlet, HttpServletRequest, HttpServletResponse, Writer) - Static method in class com.isomorphic.servlet.RequestContext
-
Creates a
RequestContext
from a
Servlet
,
HttpServletRequest
,
HttpServletResponse
and
Writer
.
- IntegerRangeCriterion - Class in com.isomorphic.criteria.criterion
-
Criterion for range of integer.
- IntegerRangeCriterion(String, OperatorBase, Integer, Integer) - Constructor for class com.isomorphic.criteria.criterion.IntegerRangeCriterion
-
Construct IntegerRangeCriterion using parameters:
- IntegerRangeCriterion(String, String, Integer, Integer) - Constructor for class com.isomorphic.criteria.criterion.IntegerRangeCriterion
-
Construct IntegerRangeCriterion using parameters:
- IPdfExporter - Interface in com.isomorphic.rpc
-
- Iregexp - Static variable in class com.isomorphic.criteria.DefaultOperators
-
Regular expression match (case insensitive).
- is1ManyRelation() - Method in class com.isomorphic.datasource.DSField
-
Returns true if this field is a one-to-many Relation Field - ie, a field that declares multiple:true and a foreignKey relationship to a "child" dataSource.
- is1ManyRelationField(String) - Method in class com.isomorphic.datasource.DataSource
-
- isAuditRequest() - Method in class com.isomorphic.datasource.DSRequest
-
Returns true if this DSRequest is running as part of an automatic audit process.
- isAuditSkipped() - Method in class com.isomorphic.datasource.DSRequest
-
Check if auditing must be skipped for this request.
- isAutoGenerated() - Method in class com.isomorphic.datasource.DSField
-
Returns true if this field value is auto-generated by data base or ORM provider, false otherwise.
- IsBlank - Static variable in class com.isomorphic.criteria.DefaultOperators
-
Value is blank.
- IsBlankCriterion - Class in com.isomorphic.criteria.criterion
-
Criterion for checking that value is blank.
- IsBlankCriterion(String) - Constructor for class com.isomorphic.criteria.criterion.IsBlankCriterion
-
Constructor by field name.
- ISC_DISABLE_CACHE - Static variable in class com.isomorphic.servlet.CachePolicy
-
Preset combination of "no-cache, max-age=0" response directives to completely disable caching.
- ISC_DISABLE_SHARED_CACHE - Static variable in class com.isomorphic.servlet.CachePolicy
-
Preset (alias) using "private" response directive to disable shared cache only
- ISC_PERMANENT_CACHE - Static variable in class com.isomorphic.servlet.CachePolicy
-
Preset using "max-age=31536000" (one year) serving as "permanent" caching
- isCacheSyncSkipped() - Method in class com.isomorphic.datasource.DSRequest
-
Check if cacheSync must be skipped for this request.
- isCalculated() - Method in class com.isomorphic.datasource.DSField
-
Returns true if this field value is calculated via "customSQLExpression", "template", "formula" or "valueOperation" attributes, false otherwise.
- ISCFileItem - Class in com.isomorphic.servlet
-
This class is based on the Apache Commons FileUpload FileItem class, providing uploaded file APIs for the SmartClient Server.
- ISCHttpServletRequest - Class in com.isomorphic.servlet
-
This is a thin wrapper on the standard HttpServletRequest servlet API class.
- ISCHttpServletRequest(HttpServletRequest) - Constructor for class com.isomorphic.servlet.ISCHttpServletRequest
-
ISCHttpServletRequest
constructor.
- ISCInit - Class in com.isomorphic.base
-
Initializes the SmartClient/SmartGWT Server framework from its config files.
- isClientOnly() - Method in class com.isomorphic.datasource.Validator
-
Returns whether this Validator is intended to run only on the client
- isClientRequest() - Method in class com.isomorphic.datasource.DSTransaction
-
Returns this transactions default value for clientRequest.
- isClientRequest() - Method in class com.isomorphic.rpc.BaseRequest
-
Returns true if this is a request that originated from a client such as via an HTTP request.
- ISCMapBean - Interface in com.isomorphic.datasource
-
Marker interface that tells DataSource.getProperties() to treat instances of Map as Beans.
- ISCMessage - Class in com.isomorphic.messaging
-
Message object.
- ISCMessage(String, Object) - Constructor for class com.isomorphic.messaging.ISCMessage
-
create a message bound for the specified channel with the specified data payload
- ISCMessage(List, Object) - Constructor for class com.isomorphic.messaging.ISCMessage
-
create a message bound for the specified channels with the specified data payload
- ISCMessageDispatcher - Class in com.isomorphic.messaging
-
This is the base local dispatcher - it is an abstract class that provides same-jvm registration management and channel subscriptions.
- isConditionallyRequired() - Method in class com.isomorphic.datasource.DSField
-
Returns true if this field might be required.
- isConnectionAvailable(DSTransaction, String) - Static method in class com.isomorphic.sql.SQLTransaction
-
Checks if a SQL connection object is available for the specified
DSTransaction
.
- isConnectionAvailable(RPCManager, String) - Static method in class com.isomorphic.sql.SQLTransaction
-
Checks if a SQL connection object is available for the specified
DSTransaction
.
- ISCSubscriber - Class in com.isomorphic.messaging
-
Simple concrete implementation of ISubscriber.
- isDebugEnabled() - Method in class com.isomorphic.log.Logger
-
Checks if the logger has been enabled to allow debug
messages.
- isDMI() - Method in class com.isomorphic.rpc.RPCRequest
-
Returns true if this request is a DMI request, false if it is a custom RPC.
- isEdge() - Method in class com.isomorphic.webdriver.ByScLocator
-
Checks whether locator represents the edge of widget
- isEndsWithPattern(String, String, boolean) - Static method in class com.isomorphic.criteria.DefaultOperators
-
Checks to see if the value ends with the pattern described allowing for multi wildcard character '*' and single wildcard characters '%' and '?'
- isEqual(Object, Object) - Static method in class com.isomorphic.criteria.DefaultOperators
-
Compare two objects in a style suitable for Advanced Criteria operators.
- isEqualToConfiguredValue(Object, String) - Static method in class com.isomorphic.criteria.DefaultOperators
-
Returns true if argument "value" (presumed to come from a DataSource) is equal to the value represented by argument "operand" (a String, presumed to come from a .ds.xml file).
- isErrorEnabled() - Method in class com.isomorphic.log.Logger
-
Checks if the logger has been enabled to allow error
messages.
- isFatalEnabled() - Method in class com.isomorphic.log.Logger
-
Checks if the logger has been enabled to allow fatal
messages.
- isInapplicable() - Method in class com.isomorphic.datasource.DSField
-
Returns the value of this field's "inapplicable" property (default false)
- isInfoEnabled() - Method in class com.isomorphic.log.Logger
-
Checks if the logger has been enabled to allow info
messages.
- isManyManyRelation() - Method in class com.isomorphic.datasource.DSField
-
Returns true if this field is a many-to-many Relation Field - ie, a field that declares multiple:true and a foreignKey relationship to a related dataSource, via a third "join" dataSource.
- isManyManyRelationField(String) - Method in class com.isomorphic.datasource.DataSource
-
- isMatchingPattern(String, String, boolean) - Static method in class com.isomorphic.criteria.DefaultOperators
-
Checks to see if the value matches the pattern described allowing for multi wildcard character '*' and single wildcard characters '%' and '?'
- isModificationOperation(String) - Static method in class com.isomorphic.datasource.DataSource
-
Convenience method that returns true for operations that modify data and false for those that do not.
- isMultipart() - Method in class com.isomorphic.servlet.ISCHttpServletRequest
-
Returns true if the request's mimeType is multipart/form-data.
- isMultiple() - Method in class com.isomorphic.datasource.RelationFieldInfo
-
Returns true
if field holds list of objects or list of primary keys of related objects; flase
if field holds realted object or primary key of related object.
- IsNull - Static variable in class com.isomorphic.criteria.DefaultOperators
-
Value is null.
- IsNullCriterion - Class in com.isomorphic.criteria.criterion
-
Criterion for checking that value is null.
- IsNullCriterion(String) - Constructor for class com.isomorphic.criteria.criterion.IsNullCriterion
-
Constructor by field name.
- isNumberType(Class) - Static method in class com.isomorphic.util.DataTools
-
Returns true
if provided class is either assignable to Number
or represents one of primitive number types byte, short, int, long, float, double
.
- isObjectEncapsulated() - Method in class com.isomorphic.datasource.RelationFieldInfo
-
Returns true
if field encapsulates object or list of objects; flase
if field holds primary key of related object or list of primary keys of related objects.
- isPaged() - Method in class com.isomorphic.datasource.DSRequest
-
Returns true if the current request has is requesting partial set of data using startRow/endRow parameters.
- isPrimaryKey() - Method in class com.isomorphic.datasource.DSField
-
Returns true if this field is a primary key, false otherwise.
- isRelation() - Method in class com.isomorphic.datasource.DSField
-
- isRelationField(String) - Method in class com.isomorphic.datasource.DataSource
-
Returns true if the parameter is the name of a field on this DataSource that is either a
one-to-many
or
many-to-many
Relation Field
- isRelativeDate(Object) - Static method in class com.isomorphic.util.date.DateUtil
-
Checks if a value, usually criteria value, is a relative date.
- isRequired() - Method in class com.isomorphic.datasource.DSField
-
Returns true if this field is required, false otherwise.
- isRequiresCriteria() - Method in class com.isomorphic.criteria.OperatorBase
-
Does operator need criteria list parameter.
- isRequiresFieldName() - Method in class com.isomorphic.criteria.OperatorBase
-
Does operator need fieldName parameter.
- isRequiresValue() - Method in class com.isomorphic.criteria.OperatorBase
-
Does operator need value parameter.
- isRPC(HttpServletRequest) - Static method in class com.isomorphic.rpc.RPCManager
-
- isServerOnly() - Method in class com.isomorphic.datasource.DataSource
-
Returns true if this datasource has been declared with an attribute of "serverOnly=true".
- isServerOnly() - Method in class com.isomorphic.datasource.Validator
-
Returns whether this Validator is intended to run only on the server
- isSkipRemainingQueue() - Method in class com.isomorphic.datasource.DSTransaction
-
Check if the remaining requests in the queue will be skipped.
- isStartsWithPattern(String, String, boolean) - Static method in class com.isomorphic.criteria.DefaultOperators
-
Checks to see if the value starts with the pattern described allowing for multi wildcard character '*' and single wildcard characters '%' and '?'
- isStopIfFalse() - Method in class com.isomorphic.datasource.Validator
-
Returns true if validation should stop if this Validator fails.
- isSubscribed(ISubscriber, String) - Method in class com.isomorphic.messaging.ISCMessageDispatcher
-
Check to see if a given subscriber is subscribed to a given channel.
- IStartsWith - Static variable in class com.isomorphic.criteria.DefaultOperators
-
Starts with (case insensitive).
- IStartsWithField - Static variable in class com.isomorphic.criteria.DefaultOperators
-
Starts with another field value (specify fieldName as criterion.value)
- IStartsWithPattern - Static variable in class com.isomorphic.criteria.DefaultOperators
-
Glob expression start match.
- isTextType(Class) - Static method in class com.isomorphic.util.DataTools
-
Returns true
if provided class is either assignable to Character
or assignable to String
or represents primitive char
type.
- ISubscriber - Interface in com.isomorphic.messaging
-
Simple interface for a message subscriber.
- isWarnEnabled() - Method in class com.isomorphic.log.Logger
-
Checks if the logger has been enabled to allow warning
messages.
- isXmlHttp(HttpServletRequest) - Static method in class com.isomorphic.rpc.RPCManager
-
- IToJavaScript - Interface in com.isomorphic.js
-
Deprecated.
- IToJSON - Interface in com.isomorphic.js
-
Mark with and implement this interface on any class you want to make JS-serializeable by the ISC server engine.
- rangeCheck(Object, Object, Object, boolean, boolean) - Static method in class com.isomorphic.criteria.DefaultOperators
-
Evaluates: "lower (< <=) value (< <=) upper", where lower, value, and upper are presumed to be objects of (nearly) the same type.
- rangeCheckToConfiguredValues(Object, String, String, boolean, boolean) - Static method in class com.isomorphic.criteria.DefaultOperators
-
Evaluates: "lower (< <=) value (< <=) upper", where value is an object (presumably from a record), and lower and upper are Strings, presumably parsed from a .ds.xml file, which are converted to the type of value prior to comparison.
- RangeCriterion - Class in com.isomorphic.criteria.criterion
-
Criterion for range of comparable values.
- RangeCriterion(String, OperatorBase, Comparable, Comparable) - Constructor for class com.isomorphic.criteria.criterion.RangeCriterion
-
Construtor by parameters:
- RangeCriterion(String, String, Comparable, Comparable) - Constructor for class com.isomorphic.criteria.criterion.RangeCriterion
-
Construtor by parameters:
- RangeOperator - Class in com.isomorphic.criteria
-
Base class for all operators checking that value is in some range.
- recordToXML(String, Map, DataSource, Writer) - Static method in class com.isomorphic.xml.XML
-
Takes a Map and serializes it into XML based on the declarations in the DataSource similar to the client-side API Datasource.xmlSerialize().
- recordToXML(String, Map, Writer) - Static method in class com.isomorphic.xml.XML
-
Takes a Map and serializes it into XML.
- recordToXML(String, Map, Writer, boolean, DSRequest) - Static method in class com.isomorphic.xml.XML
-
Takes a Map and serializes it into XML based on the declarations in the DataSource similar to the client-side API Datasource.xmlSerialize().
- recordToXML(String, Map, Writer, DSRequest) - Static method in class com.isomorphic.xml.XML
-
Takes a Map and serializes it into XML.
- recursiveFileDelete(File) - Static method in class com.isomorphic.util.DataTools
-
Recursively deletes a directory.
- redirectStrategy - Variable in class com.isomorphic.servlet.HttpProxyServlet
-
Sets the redirect strategy.
- Regexp - Static variable in class com.isomorphic.criteria.DefaultOperators
-
Regular expression match.
- register(ISubscriber) - Method in class com.isomorphic.messaging.ISCMessageDispatcher
-
register this subscriber
- registerCallback(RPCManagerCompletionCallback) - Method in class com.isomorphic.rpc.RPCManager
-
- registerRequest(BaseRequest) - Method in class com.isomorphic.datasource.DSTransaction
-
Registers a request with the transaction.
- registerResponse(BaseRequest, BaseResponse) - Method in class com.isomorphic.datasource.DSTransaction
-
Registers a response for a request with the transaction.
- registerTransformer(Class, DataTools.Transformer) - Static method in class com.isomorphic.util.DataTools
-
Register a Transformer.
- ReifyDataSourceValidator - Class in com.isomorphic.tools
-
A utility class that checks for discrepancies between a project's MockDataSources and their working, or "live", counterparts (e.g., SQLDataSources) commonly found during the Reify design / development cycle, and logs its findings per standard
server logging configuration.
- relatedUpdates - Variable in class com.isomorphic.hibernate.HibernateDataSource
-
Holds list of generated related updates.
- relatedUpdates - Variable in class com.isomorphic.jpa.JPADataSource
-
Holds list of generated related updates.
- RelationFieldInfo - Class in com.isomorphic.datasource
-
Holds information about relation field.
- RelationFieldInfo(String, String, String, String, boolean, boolean) - Constructor for class com.isomorphic.datasource.RelationFieldInfo
-
Creates information about relation field.
- RelativeDate - Class in com.isomorphic.util.date
-
Representation of a relative date.
- RelativeDateRangeCriterion - Class in com.isomorphic.criteria.criterion
-
Criterion for range of relative dates.
- RelativeDateRangeCriterion(String, OperatorBase, RelativeDate, RelativeDate) - Constructor for class com.isomorphic.criteria.criterion.RelativeDateRangeCriterion
-
Construct RelativeDateRangeCriterion using parameters:
- RelativeDateRangeCriterion(String, OperatorBase, RelativeDate, Date) - Constructor for class com.isomorphic.criteria.criterion.RelativeDateRangeCriterion
-
Construct RelativeDateRangeCriterion using parameters:
- RelativeDateRangeCriterion(String, OperatorBase, Date, RelativeDate) - Constructor for class com.isomorphic.criteria.criterion.RelativeDateRangeCriterion
-
Construct RelativeDateRangeCriterion using parameters:
- RelativeDateRangeCriterion(String, String, RelativeDate, RelativeDate) - Constructor for class com.isomorphic.criteria.criterion.RelativeDateRangeCriterion
-
Construct RelativeDateRangeCriterion using parameters:
- RelativeDateRangeCriterion(String, String, RelativeDate, Date) - Constructor for class com.isomorphic.criteria.criterion.RelativeDateRangeCriterion
-
Construct RelativeDateRangeCriterion using parameters:
- RelativeDateRangeCriterion(String, String, Date, RelativeDate) - Constructor for class com.isomorphic.criteria.criterion.RelativeDateRangeCriterion
-
Construct RelativeDateRangeCriterion using parameters:
- RelativeDateRangePosition - Enum Class in com.isomorphic.util.date
-
- RelativeDateShortcut - Enum Class in com.isomorphic.util.date
-
Shortcuts for relative dates.
- release(By) - Method in class com.isomorphic.webdriver.SmartClientWebDriver
-
Equivalent of our "mouseUp", sent to the locator target.
- releaseAt(By, int, int) - Method in class com.isomorphic.webdriver.SmartClientWebDriver
-
Equivalent of our "mouseUp", sent to an offset from locator target's left, top corner.
- remapRow(Map, Map) - Static method in class com.isomorphic.util.DataTools
-
Change the keys used in a Map
to a new set of keys.
- remapRow(Map, Map, boolean) - Static method in class com.isomorphic.util.DataTools
-
Change the keys used in a Map
to a new set of keys.
- remapRows(List, Map) - Static method in class com.isomorphic.util.DataTools
-
Remap the keys in a List
of Maps
.
- remapRows(List, Map, boolean) - Static method in class com.isomorphic.util.DataTools
-
Remap the keys in a List
of Maps
.
- remove() - Method in class com.isomorphic.datasource.StreamingResponseIterator
-
This method is part of Iterator's contract, but in this case it no-ops - as a sequential accessor of pre-fetched data, StreamingResponseIterator is obviously read-only
- remove(Object) - Method in class com.isomorphic.datasource.DataSource
-
This convenience method is the equivalent of creating a DSRequest with an operationType of "remove", calling setCriteria() on it, and then calling its execute() method.
- removeAttribute(String) - Method in class com.isomorphic.datasource.DSRequest
-
Removes an Object that has previously been stored in this DSRequest's attribute map.
- removeAttribute(String) - Method in class com.isomorphic.rpc.RPCManager
-
Removes an Object that has previously been stored in this RPCManager's attribute map.
- removeDynamicDSGenerator() - Static method in class com.isomorphic.datasource.DataSource
-
Unregisters the current default DynamicDSGenerator (ie, the one at the top of the stack).
- removeDynamicDSGenerator(String) - Static method in class com.isomorphic.datasource.DataSource
-
Removes the DynamicDSGenerator registered against the parameter prefix String
- removeDynamicDSGenerator(Pattern) - Static method in class com.isomorphic.datasource.DataSource
-
Removes the DynamicDSGenerator registered against the parameter regexp Pattern
- removeDynamicScreenGenerator() - Static method in class com.isomorphic.servlet.ScreenLoaderServlet
-
Removes the default DynamicScreenGenerator
- removeDynamicScreenGenerator(String) - Static method in class com.isomorphic.servlet.ScreenLoaderServlet
-
Removes the DynamicScreenGenerator registered against the parameter prefix String
- removeDynamicScreenGenerator(Pattern) - Static method in class com.isomorphic.servlet.ScreenLoaderServlet
-
Removes the DynamicScreenGenerator registered against the parameter regexp Pattern
- removeEmptyStringValuedKeys(Map) - Static method in class com.isomorphic.util.DataTools
-
Removes all keys from the passed-in map
where the values are empty strings.
- removeFile(DSFileSpec) - Method in class com.isomorphic.datasource.DataSource
-
Remove a file stored in this DataSource.
- removeFromScriptContext(String) - Method in class com.isomorphic.datasource.DSRequest
-
Removes a variable from the script context
- removeLocaleMessageProvider(int) - Static method in class com.isomorphic.util.LocaleMessageProviderRegistry
-
- removeNullValuedKeys(Map) - Static method in class com.isomorphic.util.DataTools
-
Removes all keys from the passed-in map
where the values are null
.
- renameFile(DSFileSpec, DSFileSpec) - Method in class com.isomorphic.datasource.DataSource
-
Rename a file stored in this DataSource.
- request - Variable in class com.isomorphic.servlet.RequestContext
-
ISCHttpServletRequest
instance for the current request.
- RequestContext - Class in com.isomorphic.servlet
-
RequestContext
aggregates state about the current request.
- requestCount() - Method in class com.isomorphic.rpc.RPCManager
-
Returns the number of RPC requests contained in the current HTTP request.
- reset() - Method in class com.isomorphic.mail.MailMessage
-
Resets MailMessage state.
- response - Variable in class com.isomorphic.servlet.RequestContext
-
HttpServletResponse
instance associated with this request
- ResponseDataHandler - Class in com.isomorphic.velocity
-
This class represents the functionality available in Transaction Chaining when you use the $responseData template variable.
- ResponseDataWrapper - Class in com.isomorphic.velocity
-
This class is a wrapper over a DSResponse data object, that enables Velocity code to treat a multi-valued data object (a List or array), as either a list or a single object.
- ResponsesHandler - Class in com.isomorphic.velocity
-
This class represents the functionality available in Transaction Chaining when you use the $responses template variable.
- restartPoolManager() - Static method in class com.isomorphic.datasource.DataSourceManager
-
Restarts DataSource pooling.
- RestConnector - Class in com.isomorphic.datasource
-
This class is DataSource implementation that connect to many different types of REST webservice.
- RESTDataSource - Class in com.isomorphic.datasource
-
Deprecated.
- RESTHandler - Class in com.isomorphic.servlet
-
This servlet handles built-in SmartClient datasource requests sent from REST clients.
- returnEntityManager(EntityManager) - Static method in class com.isomorphic.jpa.EMF
-
Closes EntityManager
.
- returnEntityManager(EntityManager) - Method in class com.isomorphic.jpa.EMFProviderBMT
-
Does nothing - container will close EntityManager
.
- returnEntityManager(EntityManager) - Method in class com.isomorphic.jpa.EMFProviderCMT
-
Does nothing - container will close EntityManager
.
- returnEntityManager(EntityManager) - Method in interface com.isomorphic.jpa.EMFProviderInterface
-
Closes EntityManager
.
- returnEntityManager(EntityManager) - Method in class com.isomorphic.jpa.EMFProviderLMT
-
Closes EntityManager
.
- returnEntityManager(EntityManager) - Method in class com.isomorphic.jpa.EMFProviderSpring
-
Closes EntityManager
.
- returnEntityManager(String, EntityManager) - Static method in class com.isomorphic.jpa.EMF
-
Closes EntityManager
.
- returnSession(String, Session) - Static method in class com.isomorphic.hibernate.HB
-
Closes Session
.
- returnSession(Session) - Static method in class com.isomorphic.hibernate.HB
-
Closes Session
.
- returnSession(Session) - Method in interface com.isomorphic.hibernate.HBProviderInterface
-
Closes Session
.
- reverseMap(Map) - Static method in class com.isomorphic.util.DataTools
-
Reverses a Map
so that values point at keys.
- rollback() - Method in class com.isomorphic.datasource.DSTransaction
-
Rolls back the current transaction.
- rollbackTransaction(DSTransaction) - Static method in class com.isomorphic.sql.SQLTransaction
-
Rollback the current transaction
- rollbackTransaction(RPCManager) - Static method in class com.isomorphic.sql.SQLTransaction
-
Rollback the current transaction
- rollbackTransaction(Object) - Static method in class com.isomorphic.jpa.EMF
-
Rolls back specified transaction.
- rollbackTransaction(Object) - Method in class com.isomorphic.jpa.EMFProviderBMT
-
Rolls back specified transaction.
- rollbackTransaction(Object) - Method in class com.isomorphic.jpa.EMFProviderCMT
-
Sets rollback flag for transaction by tx.setRollbackOnly()
.
- rollbackTransaction(Object) - Method in interface com.isomorphic.jpa.EMFProviderInterface
-
Rolls back specified transaction.
- rollbackTransaction(Object) - Method in class com.isomorphic.jpa.EMFProviderLMT
-
Rolls back specified transaction.
- rollbackTransaction(Object) - Method in class com.isomorphic.jpa.EMFProviderNoTransactions
-
Does nothing - transactions are not used.
- rollbackTransaction(Object) - Method in class com.isomorphic.jpa.EMFProviderSpring
-
Rolls back specified transaction.
- rollbackTransaction(String, Object) - Static method in class com.isomorphic.jpa.EMF
-
Rolls back specified transaction.
- rollbackTransaction(String, Transaction) - Static method in class com.isomorphic.hibernate.HB
-
Rolls back specified transaction.
- rollbackTransaction(Transaction) - Static method in class com.isomorphic.hibernate.HB
-
Rolls back specified transaction.
- rollbackTransaction(Transaction) - Method in interface com.isomorphic.hibernate.HBProviderInterface
-
Rolls back specified transaction.
- rollbackTransaction(Transaction) - Static method in class com.isomorphic.hibernate.HibernateDataSource
-
Deprecated.
- RPCManager - Class in com.isomorphic.rpc
-
Provides the ability to decode
RPCRequests
and
DSRequests
sent by the browser into Java Objects, and send back Java Object as responses.
- RPCManager(HttpServletRequest, HttpServletResponse) - Constructor for class com.isomorphic.rpc.RPCManager
-
RPCManager constructor for use in Servlets or Filters.
- RPCManager(HttpServletRequest, HttpServletResponse, Writer) - Constructor for class com.isomorphic.rpc.RPCManager
-
RPCManager constructor for use in JSPs.
- RPCManagerCompletionCallback - Interface in com.isomorphic.rpc
-
This interface allows your code to be notified when an RPCManager has completed processing.
- RPCRequest - Class in com.isomorphic.rpc
-
RPCRequest encapsulates the data sent by the client-side RPCManager.
- RPCResponse - Class in com.isomorphic.rpc
-
RPCResponse encapsulates data sent from the server to the client in response to an RPCRequest.
- RPCResponse() - Constructor for class com.isomorphic.rpc.RPCResponse
-
Creates an empty RPCResponse.
- RPCResponse(Object) - Constructor for class com.isomorphic.rpc.RPCResponse
-
Creates an RPCResponse with the provided data payload.
Note: the status of this response is automatically set to the success code (RPCResponse.STATUS_SUCCESS)
- rules - Variable in class com.isomorphic.servlet.HttpProxyServlet
-
You can specify rules defining the set of URLs proxyable by this servlet inline in web.xml.
- rules - Variable in class com.isomorphic.servlet.URIRegexFilter
-
You can specify the set of rules governing this filter as an init-param in web.xml.
- rulesFile - Variable in class com.isomorphic.servlet.HttpProxyServlet
-
Specifies path to a file that contains a set of regexp rules that constrain what URLs this servlet will proxy to.
- rulesFile - Variable in class com.isomorphic.servlet.URIRegexFilter
-
If specified, The filter uses the regex rules defined in this file.
- run() - Method in class com.isomorphic.autotest.TestRunnerDriver
-
Runs TestRunner using the options that have been configured via previous setter calls.
- S_MAXAGE(int) - Static method in class com.isomorphic.servlet.CachePolicy
-
Standard "s-maxage=N" response directive
- saveFile(DSFileSpec, Object) - Method in class com.isomorphic.datasource.DataSource
-
Save a file to the DataSource.
- saveFile(String, String) - Static method in class com.isomorphic.rpc.BuiltinRPC
-
Saves a file under webRoot with the supplied contents.
- saveSharedXML(String, String, String) - Static method in class com.isomorphic.rpc.BuiltinRPC
-
Writes or overwrites a UI, DS or APP file with the provided contents.
- ScActions - Class in com.isomorphic.webdriver
-
This class wraps the Actions (org.openqa.selenium.interactions.Actions) class and provides any special scLocator-specific logic that we implement in Selenium IDE via the user extensions, for the methods involved, while also adding any new glue needed to make the APIs behave more closely like Selenium IDE running Selenese.
- scanAssembledFiles - Variable in class com.isomorphic.js.JSSyntaxScannerFilter
-
If you're using the Assembly module, this parameter controls whether or not assembled files are scanned by this filter.
- scannableMimeTypes - Variable in class com.isomorphic.js.JSSyntaxScannerFilter
-
Comma or separated list of scannable mimeTypes.
- SCHEMA_BEAN_PROPERTY - Static variable in class com.isomorphic.jpa.JPADataSource
-
Name of the data source definition property holding should data source be auto derived from specified mapped entity.
- scLocator(String) - Static method in class com.isomorphic.webdriver.ByScLocator
-
Support for static API like native By class
- Screen - Class in com.isomorphic.xml
-
Encapsulates a Reify, Mockups, or hand-coded screen (i.e.
- ScreenLoaderServlet - Class in com.isomorphic.servlet
-
This servlet returns the Javascript representation of a list of comma separated screens passed in parameter "screenName".
Screens are loaded from files <screenName>.ui.xml.
- scrollIntoViewIfNeeded(By) - Method in class com.isomorphic.webdriver.SmartClientWebDriver
-
Scroll the target into view if it's not already in view.
- scrollIntoViewIfNeeded(By, WebElement) - Method in class com.isomorphic.webdriver.SmartClientWebDriver
-
Scroll the target into view if it's not already in view.
- secondClick(By) - Method in class com.isomorphic.webdriver.SmartClientWebDriver
-
Send a second click to the locator target.
- Select - Enum constant in enum class com.isomorphic.sql.SQLClauseType
-
- selectWindowByName(String) - Method in class com.isomorphic.webdriver.SmartClientWebDriver
-
Switch to window specified by name.
- selectWindowByTitle(String) - Method in class com.isomorphic.webdriver.SmartClientWebDriver
-
Switch to window specified by title.
- SeleneseRunner - Class in com.isomorphic.webdriver
-
Selenese -> Java conversion and executor requires HTML parser from http://htmlparser.sourceforge.net/
- send() - Method in class com.isomorphic.mail.MailMessage
-
Sends the email message.
- send(DSRequest, DSResponse) - Method in class com.isomorphic.rpc.RPCManager
-
When responding to DataSource requests sent by the client, use this method.
- send(DSRequest, Object) - Method in class com.isomorphic.rpc.RPCManager
-
Convenience method.
- send(ISCMessage) - Method in class com.isomorphic.messaging.ISCMessageDispatcher
-
send a message
- send(ISCMessage) - Method in class com.isomorphic.messaging.ISCSubscriber
-
adds message to a queue
- send(RPCRequest, RPCResponse) - Method in class com.isomorphic.rpc.RPCManager
-
When responding to a set of RPC requests sent as part of one HTTP request (if you used startQueue() sendQueue() on the client) you need to pair the responses to the requests.
- send(RPCRequest, Object) - Method in class com.isomorphic.rpc.RPCManager
-
Convenience method.
- send(RPCResponse) - Method in class com.isomorphic.rpc.RPCManager
-
Convenience method for sending some data back in response to a single RPCRequest.
- send(Object) - Method in class com.isomorphic.rpc.RPCManager
-
Convenience method for sending some data back in response to a single RPCRequest.
- sendData(By, String) - Method in class com.isomorphic.webdriver.SmartClientWebDriver
-
- sendErrorsToBrowser - Variable in class com.isomorphic.js.JSSyntaxScannerFilter
-
If set to true, then any syntax errors reported by this filter are sent to the browser in lieu of the content containing the errors, the errors are also still logged in the server logs.
- sendFailure(Object, String) - Method in class com.isomorphic.rpc.RPCManager
-
If the request processing failed for some reason, you can encode your own failure response in a standard response, or use this convenience method to send a failure notification on the client.
Unless your client-side request specified the willHandleError flag, whatever message you send back here will be alert()ed on the client.
- sendFailure(Object, Throwable) - Method in class com.isomorphic.rpc.RPCManager
-
Takes a Throwable
, formats the stack trace and calls sendFailure(rpcRequst, error).
- sendKeys(By, String) - Method in class com.isomorphic.webdriver.SmartClientWebDriver
-
Send a sequence of keys to the locator target.
- sendSuccess(RPCRequest) - Method in class com.isomorphic.rpc.RPCManager
-
Every RPC request requires a response.
- sendXMLString(DSRequest, String) - Method in class com.isomorphic.rpc.RPCManager
-
Convenience method.
- sendXMLString(RPCRequest, String) - Method in class com.isomorphic.rpc.RPCManager
-
Convenience method.
- serviceRegistry - Variable in class com.isomorphic.hibernate.HB6Provider
-
Holds ServiceRegistry
.
- setAdvancedCriteria(AdvancedCriteria) - Method in class com.isomorphic.datasource.DSRequest
-
Sets the criteria for this request to the provided AdvancedCriteria.
- setAlertEmail(String) - Method in interface com.isomorphic.autotest.DriverConfiguration
-
Sets recipient email address for batch report email.
- setAllowArbitrarySubqueries(boolean) - Method in class com.isomorphic.datasource.DSRequest
-
Sets an internal flag for this DSRequest to determine whether arbitrary subqueries should be permitted for this DSRequest.
- setAllowCoordClickOnOccludingElement(boolean) - Method in class com.isomorphic.webdriver.SmartClientWebDriver
-
Deprecated.
- setAllowJavaScriptToStringMatch(boolean) - Method in class com.isomorphic.webdriver.SmartClientWebDriver
-
Configures whether SmartClientWebDriver
checks for a JavaScript match when comparing Strings to values, in addition to performing the check against a Java conversion of the value.
- setAllowMultiUpdate(boolean) - Method in class com.isomorphic.datasource.DSRequest
-
Sets an internal flag for this DSRequest to determine whether updates and deletes are allowed in the absence of primaryKey fields.
- setAttribute(String, Object) - Method in class com.isomorphic.datasource.DSRequest
-
Stores an object in this DSRequest's attribute map, associated with the passed key.
- setAttribute(String, Object) - Method in class com.isomorphic.rpc.RPCManager
-
Stores an object in this RPCManager's attribute map, associated with the passed key.
- setAttributes(String, Object, String, HttpServletRequest) - Static method in class com.isomorphic.tools.BuiltinRPC
-
Stores the supplied attributes on the server, in either request or session scope.
- setAuth(String) - Method in class com.isomorphic.mail.MailMessage
-
Sets if SMTP connection should be authorized.
- setAuthenticated(boolean) - Method in class com.isomorphic.datasource.DSTransaction
-
Pass true to this method to indicate that every request in the queue is associated with an authenticated user.
- setAuthenticated(boolean) - Method in class com.isomorphic.rpc.RPCManager
-
Pass true to this method to indicate that every request in the queue is associated with an authenticated user.
- setAutoEndTransactions(boolean) - Static method in class com.isomorphic.sql.SQLTransaction
-
Sets automatic transaction end support.
- setAutoInterpretBooleans(boolean) - Method in class com.isomorphic.tools.DataImport
-
If true, the import process auto interprets boolean fields values converting them to Booleans
, otherwise leaves them as Strings
.
- setBaseUrl(String) - Method in class com.isomorphic.webdriver.SmartClientWebDriver
-
Set the Base URL against which tests will run
- setBatchCommit(boolean) - Method in interface com.isomorphic.autotest.DriverConfiguration
-
Sets whether this batch run should be committed to the batchRun DS.
- setBatchLog(String) - Method in interface com.isomorphic.autotest.DriverConfiguration
-
Sets the log message to be entered into the BatchRun DS for this batch run, You may include any details or description for the batch run.
- setBatchSize(long) - Method in class com.isomorphic.datasource.DSRequest
-
If a batch size has been set it will be passed as a hint to the JDBC API using ResultSet.setFetchSize() and Statement.setFetchSize().
- setBody(String) - Method in class com.isomorphic.mail.MailMessage
-
Adds the message body to the email.
- setBranch(String) - Method in interface com.isomorphic.autotest.DriverConfiguration
-
Sets the branch identifier to be entered in the BatchRun DS for this batch run, and used to compare against previous runs (if comparing differences).
- setBrowser(String) - Method in interface com.isomorphic.autotest.DriverConfiguration
-
Sets the browser that will be used by Selenium to run the HTML scripts.
- setBypassDataFilter(Boolean) - Method in class com.isomorphic.datasource.DSResponse
-
This method sets the DSResponse's behavior with regard to the normal data filter pipeline (i.e dropExtraFields, valueXPath evaluation, etc).
- setCacheControlHeader(HttpServletResponse, String) - Static method in class com.isomorphic.servlet.RequestContext
-
Sets the Cache-Control HTTP response header directly
- setCacheControlHeader(String) - Method in class com.isomorphic.servlet.RequestContext
-
Sets the Cache-Control HTTP response header directly
- setCachePolicy(CachePolicy...) - Method in class com.isomorphic.servlet.RequestContext
-
Sets the Cache-Control HTTP response header
- setCachePolicy(HttpServletResponse, CachePolicy...) - Static method in class com.isomorphic.servlet.RequestContext
-
Sets the Cache-Control HTTP response header
- setCanSyncCache(boolean) - Method in class com.isomorphic.datasource.DSRequest
-
See the client-side docs for OperationBinding.canSyncCache for a complete reference.
- setCanvasHeightTolerance(long) - Method in class com.isomorphic.webdriver.SmartClientWebDriver
-
- setCanvasProperty(By, String, Object) - Method in class com.isomorphic.webdriver.SmartClientWebDriver
-
Sets the specified canvas property to the provided value.
- setCanvasPropertyFalse(By, String) - Method in class com.isomorphic.webdriver.SmartClientWebDriver
-
Sets the specified canvas property false
.
- setCanvasPropertyTrue(By, String) - Method in class com.isomorphic.webdriver.SmartClientWebDriver
-
Sets the specified canvas property true
.
- setCanvasWidthTolerance(long) - Method in class com.isomorphic.webdriver.SmartClientWebDriver
-
- setCaptureScreenshot() - Method in interface com.isomorphic.autotest.DriverConfiguration
-
Configures TestRunner to capture a PNG screenshot of the browser if a Selenium test fails, adding the image to the test result record.
- setCcEmail(String) - Method in interface com.isomorphic.autotest.DriverConfiguration
-
Sets recipient email address for batch report email.
- setClientLogLevel(String, long) - Method in class com.isomorphic.webdriver.SmartClientWebDriver
-
Sets client log level for a category as number.
- setClientLogLevel(String, String) - Method in class com.isomorphic.webdriver.SmartClientWebDriver
-
Sets client log level for a category using log priority name.
- setClientRequest(Boolean) - Method in class com.isomorphic.datasource.DSTransaction
-
Sets the default clientRequest value for any request included in this transaction.
- setClientRequest(Boolean) - Method in class com.isomorphic.rpc.BaseRequest
-
Used to mark this request as coming from a client.
- setContext(RequestContext) - Method in class com.isomorphic.rpc.BaseRequest
-
- setContextMap(Map) - Method in class com.isomorphic.mail.MailMessage
-
Sets the context map to use with this message.
- setCriteria(Object) - Method in class com.isomorphic.datasource.DSRequest
-
Sets the criteria for this DSRequest.
- setCriteria(String, Object) - Method in class com.isomorphic.datasource.DSRequest
-
Sets the criteria for this DSRequest.
- setCriteria(List<Criterion>) - Method in class com.isomorphic.criteria.criterion.LogicalCriterion
-
Sets list of subcriteria.
- setCriteriaValue(String, Object) - Method in class com.isomorphic.datasource.DSRequest
-
Amends the request's criteria with the restriction that the indicated field equals the provided value.
- SetCriterion - Class in com.isomorphic.criteria.criterion
-
Criterion for checking that field value matches to predefined set of values.
- SetCriterion(String, OperatorBase, Object[]) - Constructor for class com.isomorphic.criteria.criterion.SetCriterion
-
Construct SetCriterion using parameters:
- SetCriterion(String, OperatorBase, Collection) - Constructor for class com.isomorphic.criteria.criterion.SetCriterion
-
Construct SetCriterion using parameters:
- SetCriterion(String, String, Object[]) - Constructor for class com.isomorphic.criteria.criterion.SetCriterion
-
Construct SetCriterion using parameters:
- SetCriterion(String, String, Collection) - Constructor for class com.isomorphic.criteria.criterion.SetCriterion
-
Construct SetCriterion using parameters:
- setCurrentIndentDepth(int) - Method in class com.isomorphic.js.JSTranslater
-
Sets the indent depth so JS can be pretty-printed inside manually emitted indented blocks, and still look perfect.
- setCurrentScreenName(String) - Method in class com.isomorphic.xml.ProjectLoadSettings
-
Sets the currentScreenName.
- setData(Object) - Method in class com.isomorphic.datasource.DSResponse
-
Sets the data to satisfy the DataSource request.
- setData(Object) - Method in class com.isomorphic.rpc.RPCResponse
-
Sets the response payload to be delivered to the client.
- setDataFormat(String) - Method in class com.isomorphic.datasource.DSRequest
-
Sets data format for REST request.
- setDataSource(DataSource) - Method in class com.isomorphic.datasource.DSResponse
-
Sets the DataSource associated with this DSResponse.
- setDataSourceName(String) - Method in class com.isomorphic.datasource.DSFileSpec
-
- setDefaultImplicitWait(long) - Method in class com.isomorphic.webdriver.SmartClientWebDriver
-
Change the implicit timeout for native WebDriver calls to the supplied number of milliseconds.
- setDefaultWaitTimeout(int) - Static method in class com.isomorphic.webdriver.ByScLocator
-
Change the default timeout for all ByScLocator instances to the supplied number of seconds.
- setDefaultWaitTimeout(long) - Method in class com.isomorphic.webdriver.SmartClientWebDriver
-
Change the default timeout for SmartClientWebDriver waitForXXX() methods to the supplied number of seconds.
- setDisjunction(Collection, Collection) - Static method in class com.isomorphic.util.DataTools
-
Creates a new List
containing all elements from the first Collection
that are not in the second Collection
.
- setDropExtraFields(Boolean) - Method in class com.isomorphic.datasource.DSResponse
-
This method sets the DSResponse's behavior with regard to extra fields in the data it returns.
- setDSCacheManager(DSCacheManager) - Method in class com.isomorphic.rpc.BaseRequest
-
Associates this request with the specified DSCacheManager.
- setDsTransaction(DSTransaction) - Method in class com.isomorphic.rpc.BaseRequest
-
Sets a DSTransaction to be associated with this request.
- setDSTransaction(DSTransaction) - Method in class com.isomorphic.rpc.BaseRequest
-
- setElementTolerance(long) - Method in class com.isomorphic.webdriver.SmartClientWebDriver
-
- setEndRow(long) - Method in class com.isomorphic.datasource.DSRequest
-
Sets the index of the last requested record.
- setEndRow(long) - Method in class com.isomorphic.datasource.DSResponse
-
If the DSRequest specified an endRow, then the DSResponse should return the actual endRow for the response.
- setEntityManager(EntityManager) - Method in class com.isomorphic.jpa.JPAConnectionHolder
-
Sets new EntityManager
.
- setEnumConstantProperty(String) - Method in class com.isomorphic.datasource.DataSource
-
Sets the name of the property this DataSource should use for constant name when translating enumerated types.
- setEnumOrdinalProperty(String) - Method in class com.isomorphic.datasource.DataSource
-
Sets the name of the property this DataSource should use for ordinal number when translating enumerated types.
- setEnumTranslateStrategy(String) - Method in class com.isomorphic.datasource.DataSource
-
Sets the strategy this DataSource uses to translate enumerated types (objects of type enum).
- setEnumTranslateStrategy(String) - Method in class com.isomorphic.js.JSTranslater
-
Sets the strategy this JSTranslater uses to translate enumerated types (objects of type "enum").
- setErrorReport(ErrorReport) - Method in class com.isomorphic.datasource.DSResponse
-
Sets the ErrorReport for this DSResponse
- setErrorString(String) - Method in class com.isomorphic.util.ErrorMessage
-
Sets the error string
- setEstimatedTotalRows(String) - Method in class com.isomorphic.datasource.DSResponse
-
For fetch requests where progressiveLoading is enabled, dsResponse.estimatedTotalRows may be set to indicate the true size of the data set.
- setExportAs(String) - Method in class com.isomorphic.datasource.DSRequest
-
The format in which to export data.
- setExportDelimiter(String) - Method in class com.isomorphic.datasource.DSRequest
-
The delimiter to use for CSV-type exports
- setExportDisplay(String) - Method in class com.isomorphic.datasource.DSRequest
-
How should the exported data be displayed to the user? If not provided, the default is "window".
- setExportFields(List) - Method in class com.isomorphic.datasource.DSRequest
-
The list of fields to export.
- setExportFieldTitles(Map) - Method in class com.isomorphic.datasource.DSRequest
-
A map containing the titles to use for each field to be exported.
- setExportFilename(String) - Method in class com.isomorphic.datasource.DSRequest
-
- setExportFooter(String) - Method in class com.isomorphic.datasource.DSRequest
-
Optional text to appear at the bottom of the export file.
- setExportHeader(String) - Method in class com.isomorphic.datasource.DSRequest
-
Optional text to appear at the top of the export file.
- setExportHeaderless(boolean) - Method in class com.isomorphic.datasource.DSRequest
-
This property allows omitting column names from CSV and Excel exports (no effect on JSON or XML exports).
- setExportObject(Object) - Method in class com.isomorphic.datasource.DSResponse
-
Set the export object on the DSResponse.
- setExportPath(String) - Method in class com.isomorphic.datasource.DSRequest
-
Optional path to apply when saving exported data to the filesystem, relative to the base location specified in server.properties setting "export.location"
- setExportResults(Boolean) - Method in class com.isomorphic.datasource.DSRequest
-
Set the flag indicating whether the results of this request should be exported
- setExportTitleSeparatorChar(String) - Method in class com.isomorphic.datasource.DSRequest
-
The separator character to replace spaces with in XML field-titles.
- setExportTo(OutputStream) - Method in class com.isomorphic.datasource.DSRequest
-
Sets the OuputStream we will use for data export (this means exports to CSV, XML, JSON and Excel formats; PDF exports are "content exports" and are different).
- setExportTo(OutputStream) - Method in class com.isomorphic.datasource.DSResponse
-
Sets the OuputStream we will use for data export (this means exports to CSV, XML, JSON and Excel formats; PDF exports are "content exports" and are different).
- setExportToClient(boolean) - Method in class com.isomorphic.datasource.DSRequest
-
If true, we download the exported data to the client.
- setExportToFilesystem(boolean) - Method in class com.isomorphic.datasource.DSRequest
-
If true, we export the data to the file named by propertyexportFilename
on the server filesystem.
- setFailure() - Method in class com.isomorphic.rpc.BaseResponse
-
- setFailure(String) - Method in class com.isomorphic.datasource.DSResponse
-
- setFieldName(String) - Method in interface com.isomorphic.criteria.Criterion
-
Sets field name to compare against.
- setFieldValue(Object, Object) - Method in class com.isomorphic.datasource.DSRequest
-
Sets the value for a particular fieldName, in criteria or values according to the operation type.
- setFileFormat(String) - Method in class com.isomorphic.datasource.DSFileSpec
-
- setFileName(String) - Method in class com.isomorphic.datasource.DSFileSpec
-
- setFileRoot(String) - Method in interface com.isomorphic.autotest.DriverConfiguration
-
Sets the root directory for all other file system paths.
- setFiles(String[]) - Method in interface com.isomorphic.autotest.DriverConfiguration
-
Specifies an explicit set of Selenium HTML test script files to run.
- setFileTenantId(DSRequest) - Method in class com.isomorphic.datasource.DSFileSpec
-
Sets the tenant ID based on the supplied DSRequest.
- setFileTenantId(String) - Method in class com.isomorphic.datasource.DSFileSpec
-
- setFileType(String) - Method in class com.isomorphic.datasource.DSFileSpec
-
- setFreeOnExecute(boolean) - Method in class com.isomorphic.datasource.DSRequest
-
Ordinarily, this value is managed transparently by the RPCManager controlling the queue that the DSRequest is part of.
- setFrom(String) - Method in class com.isomorphic.mail.MailMessage
-
Sets the "from" address of the email.
- setGroupBy(String...) - Method in class com.isomorphic.datasource.DSRequest
-
For fetch
operation group by fields can be set.
- setGroupBy(List<String>) - Method in class com.isomorphic.datasource.DSRequest
-
List of fields to group results by.
- setHashedFields(List) - Method in class com.isomorphic.datasource.DSRequest
-
A list of fields declared with storeWithHash
that already contain hashed values in this request, and that therefore should not be rehashed.
- setHost(String) - Method in class com.isomorphic.mail.MailMessage
-
Sets SMTP host or Velocity expression.
- setHttpPort(int) - Method in interface com.isomorphic.autotest.DriverConfiguration
-
Sets the HTTP port of the target to which TestRunner should connect when running Selenium open() commands in the Selenium HTML scripts.
- setHttpTarget(String) - Method in interface com.isomorphic.autotest.DriverConfiguration
-
Sets the HTTP target webserver to which TestRunner should connect when running Selenium open() commands in the Selenium HTML scripts.
- setIncludeBinaryFields(boolean) - Method in class com.isomorphic.datasource.DSRequest
-
Allows to override default binary fields behavior for server-initiated DSRequests
that target SQLDataSource
.
- setIntersection(Collection<T>, Collection<T>) - Static method in class com.isomorphic.util.DataTools
-
Creates a new List
containing the common elements of two Collections
.
- setInvalidateCache(boolean) - Method in class com.isomorphic.datasource.DSResponse
-
Setting invalidateCache to true triggers the client-side ResultSet to drop its existing cache.
- setJoinTransaction(Boolean) - Method in class com.isomorphic.datasource.DSRequest
-
Sets the join transaction setting for this DSRequest.
- setJsonPrefix(String) - Method in class com.isomorphic.datasource.DSRequest
-
Sets prefix marker for JSON responses.
- setJsonSuffix(String) - Method in class com.isomorphic.datasource.DSRequest
-
Sets suffix marker for JSON responses.
- setLineBreakStyle(String) - Method in class com.isomorphic.datasource.DSRequest
-
The linebreak style in the exported data.
- setMailHost(String) - Method in interface com.isomorphic.autotest.DriverConfiguration
-
Sets the mail host to use when sending mail.
- setMailSubject(String) - Method in interface com.isomorphic.autotest.DriverConfiguration
-
Sets subject line base to use when sending the email reporting batch results.
- setMailTemplate(String) - Method in interface com.isomorphic.autotest.DriverConfiguration
-
Sets velocity template file to use for generation of the batch report email body.
- setMatchNullTenantId(boolean) - Method in class com.isomorphic.datasource.DSFileSpec
-
Setter for null tenant ID matching mode.
- setMax(Comparable) - Method in class com.isomorphic.criteria.criterion.RangeCriterion
-
Sets max value of field.
- setMaxDragPause(long) - Method in class com.isomorphic.webdriver.SmartClientWebDriver
-
Change the default maximum pause used by ScActions during dragAndDrop operations.
- setMaximizeBrowser(boolean) - Method in interface com.isomorphic.autotest.DriverConfiguration
-
Sets whether to maximize the browser for Selenium tests.
- setMessageParseMode(MailMessageParseMode) - Method in class com.isomorphic.mail.TemplatedMailMessage
-
Configures whether and how the message body is parsed for header values like "To:" and "From:".
- setMin(Comparable) - Method in class com.isomorphic.criteria.criterion.RangeCriterion
-
Sets min value of field.
- setMockMode(Boolean) - Method in class com.isomorphic.xml.ProjectLoadSettings
-
Sets the mockMode.
- setNoEmail() - Method in interface com.isomorphic.autotest.DriverConfiguration
-
Disables sending any email for this batch run.
- setOccludedElementApproach(SmartClientWebDriver.OccludedElementApproach) - Method in class com.isomorphic.webdriver.SmartClientWebDriver
-
How to click on an occluded WebElement
that can't be hit by clicking at the expected coordinates.
- setOldValues(Map) - Method in class com.isomorphic.datasource.DSRequest
-
Sets the "old values" for this DSRequest (ie, the values as they were before the set of changes represented by this request).
- setOmitNullMapValuesInResponse(boolean) - Method in class com.isomorphic.datasource.DataSource
-
Configure whether bindings with null values are dropped when sending a
DSResponse
to the browser.
- setOperationId(String) - Method in class com.isomorphic.datasource.DSRequest
-
For server-initiated DSRequests, sets the operationId to control which operationBinding is used when fulfilling the requests.
- setOperationType(String) - Method in class com.isomorphic.datasource.DSRequest
-
Sets the operation type.
- setOperationType(String) - Method in class com.isomorphic.datasource.DSResponse
-
Set the operationType associated with this DSResponse.
- setOperatorId(String) - Method in interface com.isomorphic.criteria.Criterion
-
Sets operator id to use in search criteria.
- setOtherFieldName(String) - Method in class com.isomorphic.criteria.criterion.OtherFieldCriterion
-
Sets other field name.
- setOutputs(List) - Method in class com.isomorphic.datasource.DSRequest
-
Sets the list of output fields to be returned by this request.
- setOwnerId(String) - Method in class com.isomorphic.datasource.DSFileSpec
-
- setPartOfTransaction(boolean) - Method in class com.isomorphic.datasource.DSRequest
-
Controls how success or failure is reported for a request that executes alongside an automatically handled transaction.
- setPassword(String) - Method in class com.isomorphic.mail.MailMessage
-
Sets SMTP connection password or Velocity expression.
- setPendingAddFlag(boolean) - Method in class com.isomorphic.datasource.DSRequest
-
Sets the pendingAdd flag associated with this DSRequest
- setPopulateDisplayFields(boolean) - Method in class com.isomorphic.tools.DataImport
-
If true, the import process populates displayField values with the import data in cases where it transforms the underlying value using a related display record.
- setPort(String) - Method in class com.isomorphic.mail.MailMessage
-
Sets SMTP port or Velocity expression.
- setProgressiveLoading(boolean) - Method in class com.isomorphic.datasource.DSResponse
-
Mark this dsResponse as having progressiveLoading enabled.
- setProgressiveLoading(Boolean) - Method in class com.isomorphic.datasource.DSRequest
-
Sets DataSource progressive loading mode for this particular request, overriding the OperationBinding- and DataSource-level settings.
- setProperties(Map, Object) - Method in class com.isomorphic.datasource.DataSource
-
Applies all properties in a Map to a target bean by calling setter methods according to the Java Beans naming convention ("name" -> setName()), including recursive traversal of sub-beans and JXPath-based setting of properties in nested beans.
- setProperties(Map, Object) - Static method in class com.isomorphic.util.DataTools
-
As the three-argument version of this method, but passes a null dataSource
- setProperties(Map, Object, DataSource) - Static method in class com.isomorphic.util.DataTools
-
Sets the properties for a JavaBean provided as key-value pairs in a Map
.
- setProperties(Map, Object, DataSource, DSRequest) - Static method in class com.isomorphic.util.DataTools
-
This version of setProperties accepts a DSRequest for use as context by the conversion process.
- setProperty(String, Object) - Method in class com.isomorphic.datasource.DSResponse
-
Set an arbitrary property of the DSResponse, so that the value will be visible to custom JavaScript code on the client-side DSResponse object.
- setProperty(String, String) - Method in class com.isomorphic.mail.MailMessage
-
Additional property that will be passed to Session
class.
- setRangePosition(RelativeDateRangePosition) - Method in class com.isomorphic.util.date.RelativeDate
-
- setRawREST(Boolean) - Method in class com.isomorphic.datasource.DSRequest
-
Sets flag indicating whether it is a raw REST mode request.
- setRawSummaryFunctions(Map<String, String>) - Method in class com.isomorphic.datasource.DSRequest
-
Allows you to set all summary functions requested by the client, even if they are not framework built-ins.
- setRecipient(String) - Method in class com.isomorphic.mail.MailMessage
-
Adds a recipient to the email.
- setRecipient(String) - Method in class com.isomorphic.mail.TemplatedMailMessage
-
Adds a recipient to the email.
- setRepeatEmail(String) - Method in interface com.isomorphic.autotest.DriverConfiguration
-
Sets recipient email address for batch report email.
- setReplyTo(String) - Method in class com.isomorphic.mail.MailMessage
-
Sets the "reply to" address for the email.
- setReplyTo(List) - Method in class com.isomorphic.mail.MailMessage
-
Sets the parameter list of addresses passed in as the "reply to" addresses for the email.
- setRequestContext(DSRequest) - Method in class com.isomorphic.datasource.DSFileSpec
-
- setRequestContext(RequestContext) - Method in class com.isomorphic.datasource.DSRequest
-
Deprecated.
- setResponseCharset(String) - Method in class com.isomorphic.rpc.RPCManager
-
Sets the charset of the response.
- setREST(Boolean) - Method in class com.isomorphic.datasource.DSRequest
-
Sets flag indicating whether it is REST request.
- setResultingValue(Object) - Method in class com.isomorphic.datasource.ValidationContext
-
Sets the resulting value for the validated field.
- setRPCManager(RPCManager) - Method in class com.isomorphic.rpc.BaseRequest
-
Associates this request with the specified RPCManager.
- setSaveMessages() - Method in interface com.isomorphic.autotest.DriverConfiguration
-
Configures TestRunner to save the ISC Console Developer Messages to each test record for diagnostic purposes.
- setScreenNames(List<String>) - Method in class com.isomorphic.xml.ProjectLoadSettings
-
Sets the screen names to load.
- setSeleniumTemplateFile(String) - Method in interface com.isomorphic.autotest.DriverConfiguration
-
Sets the path to the template file for the Selenium HTML scripts.
- setSeleniumTimeout(int) - Method in interface com.isomorphic.autotest.DriverConfiguration
-
Sets the timeout for the Selenium test as a whole, in seconds.
- setSenderEmail(String) - Method in interface com.isomorphic.autotest.DriverConfiguration
-
Sets sender email address for batch report email.
- setServerFileRoot(String) - Method in interface com.isomorphic.autotest.DriverConfiguration
-
Sets the root directory on the target server used for looking up relative URLs in Selenium commands.
- setServerLogLevel(String, String) - Method in class com.isomorphic.webdriver.SmartClientWebDriver
-
Sets server log level for a category using log priority name.
- setServerLogMode(String) - Method in interface com.isomorphic.autotest.DriverConfiguration
-
Configures TestRunner to collect the ISC Server Log Messages for each test for diagnostic purposes.
- setServerLogOutputMethod(String) - Method in interface com.isomorphic.autotest.DriverConfiguration
-
Configures output method that TestRunner will use to report/persist any server log messages; only has an effect for server log modes of "some" or "all".
- setSession(Session) - Method in class com.isomorphic.hibernate.HBConnectionHolder
-
Sets new Session
.
- setSkipAudit(boolean) - Method in class com.isomorphic.datasource.DSRequest
-
Enable or disable auditing on this request.
- setSkipCacheSync(boolean) - Method in class com.isomorphic.datasource.DSRequest
-
Enable or disable cacheSync on this request.
- setSortBy(Object) - Method in class com.isomorphic.datasource.DSRequest
-
Sets the field or fields to sort by.
- setStartRow(long) - Method in class com.isomorphic.datasource.DSRequest
-
Sets the index of the first requested record.
- setStartRow(long) - Method in class com.isomorphic.datasource.DSResponse
-
If the DSRequest specified a startRow, then the DSResponse should return the actual startRow for the response.
- setStatus(int) - Method in class com.isomorphic.rpc.BaseResponse
-
Sets the status of this response.
- setStatus(int) - Method in class com.isomorphic.rpc.RPCResponse
-
Sets the status of this response.
- setStreamResults(boolean) - Method in class com.isomorphic.datasource.DSRequest
-
If true, results will be streamed one record at a time; if false, we will read all records into memory at once
- setSubject(String) - Method in class com.isomorphic.mail.MailMessage
-
Sets the subject of the email.
- setSuccess() - Method in class com.isomorphic.rpc.BaseResponse
-
Sets the status of this DSResponse to STATUS_SUCCESS.
- setSummaryFunctions(Map<String, SummaryFunctionType>) - Method in class com.isomorphic.datasource.DSRequest
-
A mapping from field names to summary functions to be applied to each field.
- setTenantId(String) - Method in class com.isomorphic.datasource.DSRequest
-
Sets the tenant ID associated with this DSRequest
- setTenantId(String) - Method in class com.isomorphic.datasource.DSTransaction
-
Set the tenant ID associated with the queue of requests for this transaction.
- setTenantId(String) - Method in class com.isomorphic.rpc.RPCManager
-
Set the tenant ID to associate with the queue of requests being managed by this RPCManager.
- setTestRoot(String) - Method in interface com.isomorphic.autotest.DriverConfiguration
-
Sets the Selenium HTML test script root directory.
- setTextMatchStyle(String) - Method in class com.isomorphic.datasource.DSRequest
-
Sets the textMatchStyle in force for this DSRequest.
- setTimestamp(Date) - Method in interface com.isomorphic.autotest.DriverConfiguration
-
Specifies which previous batch run should be used as the baseline to compare against the current batch run.
- setTimestampType(String) - Method in class com.isomorphic.sql.SQLDSGenerator
-
Sets the SmartClient field type that this SQLDSGenerator will use to map columns with JDBC type TIMESTAMP.
- setTotalRows(long) - Method in class com.isomorphic.datasource.DSResponse
-
If the DSRequest sent a paged request (see DSRequest.isPaged()) and the total number of records available to be sent to the client given the provided criteria is greater than the requested size, then you should provide the total number of rows that actually matched the provided criteria.
- setTransaction(Object) - Method in class com.isomorphic.jpa.JPAConnectionHolder
-
Sets new transaction.
- setTransaction(Transaction) - Method in class com.isomorphic.hibernate.HBConnectionHolder
-
Sets new transaction.
- setTransactionPolicy(int) - Method in class com.isomorphic.datasource.DSTransaction
-
Sets the
TransactionPolicy
to use for this transaction, by default this will be fetched from server.properties "RPCManager.transactionPolicy" and if not found will be NOT_SET.
- setTransactionPolicy(int) - Method in class com.isomorphic.rpc.RPCManager
-
Set this RPCManager's transaction policy.
- setUnion(List<T>, List<T>) - Static method in class com.isomorphic.util.DataTools
-
Creates a new List
containing all the elements of two Lists
.
- setUseFrameworkValueAsFallback(boolean) - Method in class com.isomorphic.webdriver.SmartClientWebDriver
-
- setUser(String) - Method in class com.isomorphic.mail.MailMessage
-
Sets SMTP connection user or Velocity expression.
- setUserId(String) - Method in class com.isomorphic.datasource.DSRequest
-
Set the user ID associated with this request.
- setUserId(String) - Method in class com.isomorphic.datasource.DSTransaction
-
Set the user ID associated with the queue of requests being managed by this RPCManager.
- setUserId(String) - Method in class com.isomorphic.rpc.RPCManager
-
Set the user ID associated with the queue of requests being managed by this RPCManager.
- setUserName(String) - Method in interface com.isomorphic.autotest.DriverConfiguration
-
Sets the user name to be entered into the BatchRun DS for this batch run.
- setUserRoles(String) - Method in class com.isomorphic.datasource.DSRequest
-
Set the user roles associated with this request.
- setUserRoles(String) - Method in class com.isomorphic.datasource.DSTransaction
-
Accepts a comma-separated String representing the list of roles associated with the user who is authenticated for this request.
- setUserRoles(String) - Method in class com.isomorphic.rpc.RPCManager
-
Accepts a comma-separated String representing the list of roles associated with the user who is authenticated for this request.
- setUserRoles(String...) - Method in class com.isomorphic.datasource.DSRequest
-
Set the user roles associated with this request.
- setUserRoles(String...) - Method in class com.isomorphic.datasource.DSTransaction
-
Accepts a List of roles associated with the user who is authenticated for this request.
- setUserRoles(String...) - Method in class com.isomorphic.rpc.RPCManager
-
Accepts a List of roles associated with the user who is authenticated for this request.
- setUserRoles(List) - Method in class com.isomorphic.rpc.RPCManager
-
Accepts a List of roles associated with the user who is authenticated for this request.
- setUserRoles(List<String>) - Method in class com.isomorphic.datasource.DSRequest
-
Set the user roles associated with this request.
- setUserRoles(List<String>) - Method in class com.isomorphic.datasource.DSTransaction
-
Accepts a List of roles associated with the user who is authenticated for this request.
- setValidated(boolean) - Method in class com.isomorphic.datasource.DSRequest
-
Sets the validated state of this DSRequest.
- setValidationMode(String) - Method in class com.isomorphic.datasource.DSRequest
-
Sets the validationMode associated with this DSRequest
- setValue(Object) - Method in interface com.isomorphic.criteria.Criterion
-
Sets value used to compare to.
- setValues(Object) - Method in class com.isomorphic.datasource.DSRequest
-
Sets the values for this DSRequest.
- setValues(Object[]) - Method in class com.isomorphic.criteria.criterion.SetCriterion
-
Sets array of values to match.
- setValues(Collection) - Method in class com.isomorphic.criteria.criterion.SetCriterion
-
Sets collection of values to match.
- setValueTolerance(long) - Method in class com.isomorphic.webdriver.SmartClientWebDriver
-
- setWaitTimeout(int) - Method in class com.isomorphic.webdriver.ByScLocator
-
Change the timeout of the associated ByScLocator instance to the supplied number of seconds.
- setWebDriverLegacyMode(boolean) - Method in interface com.isomorphic.autotest.DriverConfiguration
-
Sets whether to use legacy mode for Firefox browser.
- setWrapJSONResponses(Boolean) - Method in class com.isomorphic.datasource.DSRequest
-
Sets flag should JSON responses be wrapped with markers.
- sha(String) - Static method in class com.isomorphic.util.DataTools
-
Deprecated.
- sha256(String) - Static method in class com.isomorphic.util.DataTools
-
Returns the hash of the passed-in string, encrypted using the SHA-256 algorithm
- sha512(String) - Static method in class com.isomorphic.util.DataTools
-
Returns the hash of the passed-in string, encrypted using the SHA-512 algorithm
- shiftKeyDown() - Method in class com.isomorphic.webdriver.SmartClientWebDriver
-
To Support Selenese.
- shiftKeyUp() - Method in class com.isomorphic.webdriver.SmartClientWebDriver
-
To Support Selenese.
- shouldAutoJoinTransaction(DSRequest) - Method in class com.isomorphic.datasource.BasicDataSource
-
Returns true if the parameter DSRequest should automatically join an existing transaction, taking into account the DSRequest-specific override provided by
DSRequest.setJoinTransaction(java.lang.Boolean)
, the
transaction policy
of the controlling RPCManager (if there is one), and autoJoinTransactions settings at the operationBinding, DataSource, dbName and global system levels.
- shouldAutoStartTransaction(DSRequest, boolean) - Method in class com.isomorphic.datasource.BasicDataSource
-
Returns true if the parameter DSRequest should automatically start a new transaction, taking into account the DSRequest-specific override provided by
DSRequest.setJoinTransaction(java.lang.Boolean)
, the
transaction policy
of the controlling RPCManager (if there is one), and autoJoinTransactions settings at the operationBinding, DataSource, dbName and global system levels
- shouldEncodeInResponse() - Method in class com.isomorphic.datasource.DSField
-
Returns true if this is a field of binary type that also has "encodeInResponse" set
- shouldJoinTransaction() - Method in class com.isomorphic.datasource.DSRequest
-
Returns the join transaction setting for this DSRequest.
- shouldRollBackTransaction - Variable in class com.isomorphic.jpa.JPADataSource
-
Flag used to indicate that transaction should be rolled back.
- shouldStreamResults() - Method in class com.isomorphic.datasource.DSRequest
-
If true, results will be streamed one record at a time; if false, we will read all records into memory at once.
- showConsole() - Method in class com.isomorphic.webdriver.SmartClientWebDriver
-
Show the developer console.
- SimpleCriteria - Class in com.isomorphic.criteria
-
SimpleCriteria is a format for representing search criteria as simple key-value pairs.
- SimpleCriteria(Map) - Constructor for class com.isomorphic.criteria.SimpleCriteria
-
Construct criteria using key-values pairs.
- SimpleCriterion - Class in com.isomorphic.criteria.criterion
-
Simple Criterion represented by key-value pairs with matching logic determined by operator.
- SimpleCriterion(String) - Constructor for class com.isomorphic.criteria.criterion.SimpleCriterion
-
- SimpleCriterion(String, OperatorBase, Object) - Constructor for class com.isomorphic.criteria.criterion.SimpleCriterion
-
Constructor by parameters:
- SimpleCriterion(String, Object) - Constructor for class com.isomorphic.criteria.criterion.SimpleCriterion
-
- SimpleCriterion(String, String, Object) - Constructor for class com.isomorphic.criteria.criterion.SimpleCriterion
-
Constructor by parameters:
- SimpleOperator - Class in com.isomorphic.criteria
-
Base class for all operators checking that value match criteria.
- skipRemainingQueue() - Method in class com.isomorphic.datasource.DSTransaction
-
Calling this tells the
DSTransaction
that all the remaining requests in the queue should be skipped.
- skipRemainingQueue() - Method in class com.isomorphic.rpc.RPCManager
-
Calling this tells the
DSTransaction
that all the remaining requests in the queue should be skipped.
- SmartClientChromeDriver - Class in com.isomorphic.webdriver
-
Implementation of SmartClient specific WebDriver using Chrome.
- SmartClientChromeDriver() - Constructor for class com.isomorphic.webdriver.SmartClientChromeDriver
-
Creates a new SmartClientChromeDriver instance.
- SmartClientChromeDriver(Capabilities) - Constructor for class com.isomorphic.webdriver.SmartClientChromeDriver
-
Deprecated.
- SmartClientChromeDriver(ChromeDriverService) - Constructor for class com.isomorphic.webdriver.SmartClientChromeDriver
-
Creates a new SmartClientChromeDriver instance.
- SmartClientChromeDriver(ChromeDriverService, Capabilities) - Constructor for class com.isomorphic.webdriver.SmartClientChromeDriver
-
Deprecated.
- SmartClientChromeDriver(ChromeDriverService, ChromeOptions) - Constructor for class com.isomorphic.webdriver.SmartClientChromeDriver
-
Creates a new SmartClientChromeDriver instance with the specified options.
- SmartClientChromeDriver(ChromeOptions) - Constructor for class com.isomorphic.webdriver.SmartClientChromeDriver
-
Creates a new SmartClientChromeDriver instance with the specified options.
- SmartClientEdgeDriver - Class in com.isomorphic.webdriver
-
Implementation of SmartClient specific WebDriver using IE.
- SmartClientEdgeDriver() - Constructor for class com.isomorphic.webdriver.SmartClientEdgeDriver
-
Default constructor.
- SmartClientEdgeDriver(EdgeDriverService) - Constructor for class com.isomorphic.webdriver.SmartClientEdgeDriver
-
Creates a new SmartClientEdgeDriver instance.
- SmartClientEdgeDriver(EdgeDriverService, EdgeOptions) - Constructor for class com.isomorphic.webdriver.SmartClientEdgeDriver
-
Constructor taking a set of configuration options.
- SmartClientEdgeDriver(EdgeOptions) - Constructor for class com.isomorphic.webdriver.SmartClientEdgeDriver
-
Constructor taking a set of configuration options.
- SmartClientFirefoxDriver - Class in com.isomorphic.webdriver
-
Implementation of SmartClient specific WebDriver using FireFox.
- SmartClientFirefoxDriver() - Constructor for class com.isomorphic.webdriver.SmartClientFirefoxDriver
-
Default constructor.
- SmartClientFirefoxDriver(boolean) - Constructor for class com.isomorphic.webdriver.SmartClientFirefoxDriver
-
Alternative to the default constructor which allows direct control over whether the driver is run in legacy mode (for older Firefox versions).
- SmartClientFirefoxDriver(Capabilities) - Constructor for class com.isomorphic.webdriver.SmartClientFirefoxDriver
-
Deprecated.
- SmartClientFirefoxDriver(FirefoxBinary) - Constructor for class com.isomorphic.webdriver.SmartClientFirefoxDriver
-
Deprecated.
- SmartClientFirefoxDriver(FirefoxBinary, FirefoxProfile) - Constructor for class com.isomorphic.webdriver.SmartClientFirefoxDriver
-
Deprecated.
- SmartClientFirefoxDriver(FirefoxOptions) - Constructor for class com.isomorphic.webdriver.SmartClientFirefoxDriver
-
Constructor taking a new Selenium v3 FirefoxOptions
specification.
- SmartClientFirefoxDriver(FirefoxProfile) - Constructor for class com.isomorphic.webdriver.SmartClientFirefoxDriver
-
Deprecated.
- SmartClientIEDriver - Class in com.isomorphic.webdriver
-
Implementation of SmartClient specific WebDriver using IE.
- SmartClientIEDriver() - Constructor for class com.isomorphic.webdriver.SmartClientIEDriver
-
Default constructor.
- SmartClientIEDriver(int) - Constructor for class com.isomorphic.webdriver.SmartClientIEDriver
-
Deprecated.
- SmartClientIEDriver(Capabilities) - Constructor for class com.isomorphic.webdriver.SmartClientIEDriver
-
Deprecated.
- SmartClientIEDriver(InternetExplorerDriverService) - Constructor for class com.isomorphic.webdriver.SmartClientIEDriver
-
Creates a new SmartClientIEDriver instance.
- SmartClientIEDriver(InternetExplorerDriverService, Capabilities) - Constructor for class com.isomorphic.webdriver.SmartClientIEDriver
-
Deprecated.
- SmartClientIEDriver(InternetExplorerDriverService, Capabilities, int) - Constructor for class com.isomorphic.webdriver.SmartClientIEDriver
-
Deprecated.
- SmartClientIEDriver(InternetExplorerDriverService, InternetExplorerOptions) - Constructor for class com.isomorphic.webdriver.SmartClientIEDriver
-
Constructor taking a set of configuration options.
- SmartClientIEDriver(InternetExplorerOptions) - Constructor for class com.isomorphic.webdriver.SmartClientIEDriver
-
Constructor taking a set of configuration options.
- SmartClientRemoteWebDriver - Class in com.isomorphic.webdriver
-
Implementation of SmartClient specific Driver wrapping a RemoteWebDriver instance.
- SmartClientWebDriver - Class in com.isomorphic.webdriver
-
This is an enhancement of the default WebDriver
interface providing SmartClient specific enhancements.
- SpringApplicationContextProvider - Class in com.isomorphic.spring
-
This singleton provides access to spring application context anywhere it is required, with no ServletContext or any other object required.
- SpringHB6Provider - Class in com.isomorphic.hibernate
-
HB provider for Spring with Hibernate 5/6.
- SQLClauseType - Enum Class in com.isomorphic.sql
-
Represents the different SQL clause types managed by
SQLDataSource
.
- SQLConnectionManager - Class in com.isomorphic.sql
-
SQLConnectionManager
provides methods for initializing and getting connections to databases.
- SQLDataSource - Class in com.isomorphic.sql
-
A DataSource implementation for SQL database engines.
- SQLDSGenerator - Class in com.isomorphic.sql
-
SQLDSGenerator generates a SmartClient DataSource configuration from a SQL table.
- SQLTransaction - Class in com.isomorphic.sql
-
A class containing various static methods for managing transactional updates on SQL DataSources.
- SQLTransform - Class in com.isomorphic.sql
-
SQLTransform
provides helper methods for converting java.sql.ResultSet objects to desired return data structures.
- sslTrustStrategy - Variable in class com.isomorphic.servlet.HttpProxyServlet
-
Sets the SSL trust strategy.
- STALE_IF_ERROR - Static variable in class com.isomorphic.servlet.CachePolicy
-
Standard "stale-if-error" response directive
- STALE_WHILE_REVALIDATE - Static variable in class com.isomorphic.servlet.CachePolicy
-
Standard "stale-while-revalidate" response directive
- STARTS_WITH - Enum constant in enum class com.isomorphic.datasource.TextMatchStyle
-
Starts with.
- startSQLTransaction(DSRequest) - Method in class com.isomorphic.rpc.RPCManager
-
Starts the SQL transaction that will be used for all SQL DSRequests belonging to this RPCManager.
- StartsWith - Static variable in class com.isomorphic.criteria.DefaultOperators
-
Starts with (match case).
- StartsWithField - Static variable in class com.isomorphic.criteria.DefaultOperators
-
Starts with (match case) another field value (specify fieldName as criterion.value)
- StartsWithPattern - Static variable in class com.isomorphic.criteria.DefaultOperators
-
Glob expression start match.
- startTransaction() - Static method in class com.isomorphic.hibernate.HibernateDataSource
-
Deprecated.
- startTransaction(DSTransaction) - Static method in class com.isomorphic.sql.SQLTransaction
-
Starts a new database transaction.
- startTransaction(RPCManager) - Static method in class com.isomorphic.sql.SQLTransaction
-
Starts a new database transaction.
- STATUS_AUTHORIZATION_FAILURE - Static variable in class com.isomorphic.rpc.BaseResponse
-
Indicates that a authorization attempt failed.
- STATUS_FAILURE - Static variable in class com.isomorphic.rpc.BaseResponse
-
Indicates a failure of some sort (generic).
- STATUS_FILE_NOT_FOUND - Static variable in class com.isomorphic.rpc.BaseResponse
-
Indicates that a file has not been found.
- STATUS_FILE_REQUIRED_ERROR - Static variable in class com.isomorphic.rpc.BaseResponse
-
Indicates that a file has not been specified.
- STATUS_LOGIN_INCORRECT - Static variable in class com.isomorphic.rpc.BaseResponse
-
Indicates that a login attempt failed.
- STATUS_LOGIN_REQUIRED - Static variable in class com.isomorphic.rpc.BaseResponse
-
Indicates that login is required.
- STATUS_LOGIN_SUCCESS - Static variable in class com.isomorphic.rpc.BaseResponse
-
Indicates that a login attempt failed.
- STATUS_MAX_FILE_SIZE_EXCEEDED - Static variable in class com.isomorphic.rpc.BaseResponse
-
Indicates that a maximum file size was exceeded for the request.
- STATUS_MAX_LOGIN_ATTEMPTS_EXCEEDED - Static variable in class com.isomorphic.rpc.BaseResponse
-
Indicates that the maximum number of login attempts have been exceeded.
- STATUS_PROCESSING_SKIPPED - Static variable in class com.isomorphic.rpc.BaseResponse
-
Indicates that request processing was skipped.
- STATUS_REQUIRED_CRITERIA_MISSING - Static variable in class com.isomorphic.rpc.BaseResponse
-
Indicates that an operation binding configured to require requiredCriterion has received none.
- STATUS_SUCCESS - Static variable in class com.isomorphic.rpc.BaseResponse
-
Indicates successful completion of the request.
- STATUS_TRANSACTION_FAILED - Static variable in class com.isomorphic.rpc.BaseResponse
-
Indicates a failure during a transactional request.
- STATUS_UPDATE_WITHOUT_PK - Static variable in class com.isomorphic.rpc.BaseResponse
-
Indicates that an update request was made without there being a primary key set on the datasource for which the update was issued.
- STATUS_VALIDATION_ERROR - Static variable in class com.isomorphic.rpc.BaseResponse
-
Indicates a validation failure and should include errors associated with each invalid field, via addError() or setErrors().
- statusIsError() - Method in class com.isomorphic.rpc.BaseResponse
-
Returns true unless the currently status is STATUS_SUCCESS
- statusIsSuccess() - Method in class com.isomorphic.rpc.BaseResponse
-
- StreamingResponseIterator - Class in com.isomorphic.datasource
-
For DSRequests that are marked "streamResults: true", the data member of the corresponding DSResponse will be an instance of StreamingResponseIterator.
- strictJSONMode() - Method in class com.isomorphic.js.JSTranslater
-
Sets the translater to output the Javascript object using a strict interpretation of the JSON rules.
- strictSQLFiltering - Variable in class com.isomorphic.jpa.JPADataSource
-
If set to true, advanced filtering will follow SQL99 behavior for dealing with NULL values, which is often counter-intuitive to users.
- stripPathComponents - Variable in class com.isomorphic.servlet.FileDownload
-
Instructs this servlet to remove the specified number of paths components from the URI before looking for the file on disk.
- subscribe(ISubscriber, String) - Method in class com.isomorphic.messaging.ISCMessageDispatcher
-
subscribe a given subscriber to a given channel
- subscribe(ISubscriber, String, String) - Method in class com.isomorphic.messaging.ISCMessageDispatcher
-
subscribe a given subscriber to a given channel
- subsetByPrefix(List, String) - Static method in class com.isomorphic.util.DataTools
-
Returns any strings within list
which begin with prefix
.
- subsetMap(Map, List) - Static method in class com.isomorphic.util.DataTools
-
Given a Map
and a List
of keys, returns a subset of the Map
containing the key/value pairs as specified by the List
of keys.
- SUBSTRING - Enum constant in enum class com.isomorphic.datasource.TextMatchStyle
-
Substring.
- substringKeyMap(String, Map) - Static method in class com.isomorphic.util.DataTools
-
Constructs a Map
of key/value pairs from the source Map
whose keys start with a specific prefix.
- SUM - Enum constant in enum class com.isomorphic.datasource.SummaryFunctionType
-
Iterates through the set of records, picking up and summing all numeric values for the specified field.
- SummaryFunctionType - Enum Class in com.isomorphic.datasource
-
Function to produce a summary value based on an array of records and a field definition.
BaseRequest.getContext()
instead.