- add(CallRoute) - Method in class ifs.fnd.ap.CallRouteCollection
-
Adds an element to this collection.
- add(PlsqlCommand) - Method in class ifs.fnd.ap.PlsqlCommandCollection
-
Adds a PlsqlCommand
to this collection.
- add(String) - Method in class ifs.fnd.ap.Record
-
Add a attribute named nameOf
.
- add(String, long) - Method in class ifs.fnd.ap.Record
-
Add a attribute named nameOf
.
- add(String, long, DataType) - Method in class ifs.fnd.ap.Record
-
Add a attribute named nameOf
.
- add(String, double) - Method in class ifs.fnd.ap.Record
-
Add a attribute named nameOf
.
- add(String, double, DataType) - Method in class ifs.fnd.ap.Record
-
Add a attribute named nameOf
.
- add(String, BigDecimal) - Method in class ifs.fnd.ap.Record
-
Add a attribute named nameOf
.
- add(String, BigDecimal, DataType) - Method in class ifs.fnd.ap.Record
-
Add a attribute named nameOf
.
- add(String, boolean) - Method in class ifs.fnd.ap.Record
-
Add a attribute named nameOf
.
- add(String, boolean, DataType) - Method in class ifs.fnd.ap.Record
-
Add a attribute named nameOf
.
- add(String, byte[]) - Method in class ifs.fnd.ap.Record
-
Add a attribute named nameOf
.
- add(String, byte[], DataType) - Method in class ifs.fnd.ap.Record
-
Add a attribute named nameOf
.
- add(String, Date) - Method in class ifs.fnd.ap.Record
-
Add a attribute named nameOf
.
- add(String, Date, DataType) - Method in class ifs.fnd.ap.Record
-
Add a attribute named nameOf
.
- add(String, Bytedata) - Method in class ifs.fnd.ap.Record
-
Add a attribute named nameOf
.
- add(String, Bytedata, DataType) - Method in class ifs.fnd.ap.Record
-
Add a attribute named nameOf
.
- add(String, String) - Method in class ifs.fnd.ap.Record
-
Add a attribute named nameOf
.
- add(String, String, DataType) - Method in class ifs.fnd.ap.Record
-
Add a attribute named nameOf
.
- add(RecordAttribute) - Method in class ifs.fnd.ap.RecordAttributeCollection
-
Adds a RecordAttribute to the collection.
- add() - Method in class ifs.fnd.ap.RecordCollection
-
Adds a new empty Record to the collection.
- add(String) - Method in class ifs.fnd.ap.RecordCollection
-
Adds a new Record with the given recordType to the collection.
- add(Record) - Method in class ifs.fnd.ap.RecordCollection
-
Adds a given Record to the collection.
- add(RecordCollection) - Method in class ifs.fnd.ap.RecordCollection
-
Adds a RecordCollection
to the collection.
- addAggregate(String) - Method in class ifs.fnd.ap.Record
-
Adds an aggregate to the Record's attributes.
- addAggregate(String, String) - Method in class ifs.fnd.ap.Record
-
Adds an aggregate to the Record's attributes.
- addAggregate(String, Record) - Method in class ifs.fnd.ap.Record
-
Adds an aggregate to the Record's attributes and sets the the record.
- addArray(String) - Method in class ifs.fnd.ap.Record
-
Adds an array to the Record's attributes.
- addManualDecisionListener(ManualDecisionListener) - Method in class ifs.fnd.ap.Server
-
Register a ManualDecisionListener
with this object.
- addRoute(String, String) - Method in class ifs.fnd.ap.CallRouteCollection
-
Creates, adds & returns a new CallRoute
object.
- AGGREGATE - Static variable in class ifs.fnd.ap.DataType
-
Data type: aggregate.
- allAnswered() - Method in class ifs.fnd.ap.ManualDecisionCollection
-
Returns true if all decisions in this collection have been answered.
- ALPHA - Static variable in class ifs.fnd.ap.DataType
-
Data type: alpha.
- APException - Exception in ifs.fnd.ap
-
Class for handling exceptions in the Java AP.
- APException() - Constructor for exception ifs.fnd.ap.APException
-
- APException(String) - Constructor for exception ifs.fnd.ap.APException
-
- APException(String, String) - Constructor for exception ifs.fnd.ap.APException
-
- APException(String, ErrorType) - Constructor for exception ifs.fnd.ap.APException
-
- APException(String, ErrorType, Throwable) - Constructor for exception ifs.fnd.ap.APException
-
- APException(String, ErrorType, String) - Constructor for exception ifs.fnd.ap.APException
-
- APException(String, String, ErrorType) - Constructor for exception ifs.fnd.ap.APException
-
- APException(String, String, ErrorType, Buffer) - Constructor for exception ifs.fnd.ap.APException
-
- APException(String, String, ErrorType, String) - Constructor for exception ifs.fnd.ap.APException
-
- APPLICATION_CODE - Static variable in class ifs.fnd.ap.TraceCategory
-
- APPLICATION_EX - Static variable in class ifs.fnd.ap.ErrorType
-
This is an application exception from the server.
- ARRAY - Static variable in class ifs.fnd.ap.DataType
-
Data type: array.
- attributeIterator() - Method in class ifs.fnd.ap.RecordAttributeCollection
-
Returns a RecordAttributeIterator
to iterator over this
collection.
- AUTO - Static variable in class ifs.fnd.ap.RetryStrategy
-
With this strategy, the Server object automatically tries to re-bind to the
interface.
- get(int) - Method in class ifs.fnd.ap.CallRouteCollection
-
Returns the element at position i
.
- get(int) - Method in class ifs.fnd.ap.PlsqlCommandCollection
-
Gets a PlsqlCommand
from this collection.
- get(int) - Method in class ifs.fnd.ap.RecordAttributeCollection
-
Returns the RecordAttribute at the specified index.
- get(int) - Method in class ifs.fnd.ap.RecordCollection
-
Gets the Record at the given index.
- get(int) - Method in class ifs.fnd.ap.RequestEventCollection
-
Returns the RequestEvent
object with index index
.
- getAggregate() - Method in class ifs.fnd.ap.RecordAttribute
-
Returns the attribute's value if it's set and it's an aggregate.
- getAllMessages() - Method in class ifs.fnd.ap.Server
-
Returns all user info messages in one String with a line separator in between.
- getAllMessages(String) - Method in class ifs.fnd.ap.Server
-
Gets all user info messages separated by separator
.
- getAnswer() - Method in class ifs.fnd.ap.ManualDecision
-
Returns the decision's answer.
- getArray() - Method in class ifs.fnd.ap.RecordAttribute
-
Returns the attribute's value if it's an array.
- getAttributes() - Method in class ifs.fnd.ap.Record
-
Returns a reference to the Record's attributes.
- getBigDecimal() - Method in class ifs.fnd.ap.RecordAttribute
-
Returns the attribute's value as a BigDecimal.
- getBinary() - Method in class ifs.fnd.ap.RecordAttribute
-
Returns the attribute's value as Bytedata.
- getBindVariableDirection() - Method in class ifs.fnd.ap.RecordAttribute
-
Returns the bind varible direction set.
- getBindVariables() - Method in class ifs.fnd.ap.PlsqlCommand
-
Gets the Record
holding bind variables for this command.
- getBodyType() - Method in class ifs.fnd.ap.Server
-
Returns the type of the last response's body content.
- getBoolean() - Method in class ifs.fnd.ap.RecordAttribute
-
Returns the attribute's value as a boolean.
- getBytesReceived() - Method in class ifs.fnd.ap.Statistics
-
Returns the total number of bytes received.
- getBytesSent() - Method in class ifs.fnd.ap.Statistics
-
Returns the total number of bytes sent.
- getCallRouter() - Method in class ifs.fnd.ap.Server
-
Returns a reference to the CallRouter
object for this class.
- getCancelAnswer() - Method in class ifs.fnd.ap.ManualDecision
-
Returns the decision's cancel answer.
- getCategory(TraceCategory) - Method in class ifs.fnd.ap.Trace
-
Returns the tracing option set for the given category.
- getClientId() - Method in class ifs.fnd.ap.Server
-
Gets the client ID for the current request.
- getCommandText() - Method in class ifs.fnd.ap.PlsqlCommand
-
Returns this command's text body.
- getCompletionStatus() - Method in exception ifs.fnd.ap.APException
-
- getConnectionString() - Method in class ifs.fnd.ap.CallRoute
-
- getConnectionString() - Method in class ifs.fnd.ap.FndServerConnection
-
Gets the current connection string used for server communication.
- getConnectionString() - Method in class ifs.fnd.ap.Server
-
Gets the current connection string used for server communication.
- getConnectString() - Method in class ifs.fnd.ap.FndLoginDialog
-
Get the connection string.
- getContextParameters() - Method in class ifs.fnd.ap.RequestContext
-
Returns a reference to the context's parameters.
- getData() - Method in class ifs.fnd.ap.Bytedata
-
Returns the data held.
- getDataType() - Method in class ifs.fnd.ap.RecordAttribute
-
Returns the RecordAttribute's data type.
- getDate() - Method in class ifs.fnd.ap.RecordAttribute
-
Returns the attribute's value as a Date.
- getDebugOut() - Method in class ifs.fnd.ap.Server
-
Returns the OutputStream
where debug traces are printed on when
running in debug mode.
- getDecisionId() - Method in class ifs.fnd.ap.ManualDecision
-
Returns the decision's id.
- getDecisionKey() - Method in class ifs.fnd.ap.ManualDecision
-
Returns the decision's key.
- getDecisions() - Method in exception ifs.fnd.ap.ManualDecisionException
-
Returns a ManualDecisionCollection
containing the decisions
that must be made by the user.
- getDefaultAnswer() - Method in class ifs.fnd.ap.ManualDecision
-
Returns the decision's default answer.
- getDefaultMethodName() - Method in class ifs.fnd.ap.PlsqlBaseMethodType
-
Returns the default method name for this base method type.
- getDefaultRequestContext() - Method in class ifs.fnd.ap.Server
-
Returns the default request context used.
- getDomain() - Method in class ifs.fnd.ap.RecordAttribute
-
Returns the domain for this attribute.
- getDomain() - Method in class ifs.fnd.ap.RequestContext
-
Returns the context's domain.
- getDouble() - Method in class ifs.fnd.ap.RecordAttribute
-
Returns the attribute's value as a double.
- getEnabled() - Method in class ifs.fnd.ap.Trace
-
Returns wheter tracing is enabled or not.
- getErrorType() - Method in exception ifs.fnd.ap.APException
-
Returns the type of error that caused this exception.
- getErrSource() - Method in exception ifs.fnd.ap.APException
-
Returns a string describing the source where the error occured.
- getEvents() - Method in class ifs.fnd.ap.RequestContext
-
Returns the events returned from the server (if any).
- getExtraInfo() - Method in exception ifs.fnd.ap.DatabaseException
-
This method provides more information on SQL Error
- getExtraInfo() - Method in exception ifs.fnd.ap.ValidationException
-
This method provides more information on which attribute that caused
this validation failure.
- getHeaderBuffer() - Method in exception ifs.fnd.ap.APException
-
Returns the header buffer recieved from the server.
- getId() - Method in class ifs.fnd.ap.RequestEvent
-
Returns the event's identifier.
- getIdentification() - Method in class ifs.fnd.ap.FndLoginDialog
-
Get the Identification.
- getIdentity() - Method in class ifs.fnd.ap.Record
-
Returns a unique identifier for this record.
- getIdentity() - Method in class ifs.fnd.ap.RecordAttribute
-
Returns the attribute's identity.
- getInterfaceName() - Method in class ifs.fnd.ap.CallRoute
-
Returns the interface name set.
- getInvokeCount() - Method in class ifs.fnd.ap.Statistics
-
Returns the number of invokes made.
- getKeyAttribute() - Method in class ifs.fnd.ap.Record
-
Returns this Record
's key attribute.
- getLastInvokeBufParseTime() - Method in class ifs.fnd.ap.Statistics
-
Returns the number of ...
- getLastInvokeBytesReceived() - Method in class ifs.fnd.ap.Statistics
-
Returns the number of bytes received in the last invoke.
- getLastInvokeBytesSent() - Method in class ifs.fnd.ap.Statistics
-
Returns the number of bytes sent in the last invoke.
- getLastInvokeDbExecuteCount() - Method in class ifs.fnd.ap.Statistics
-
Returns the number of ...
- getLastInvokeDbFetchCount() - Method in class ifs.fnd.ap.Statistics
-
Returns the number of ...
- getLastInvokeExternalCallCount() - Method in class ifs.fnd.ap.Statistics
-
Returns the number of ...
- getLastInvokePerfEval() - Method in class ifs.fnd.ap.Statistics
-
Returns a performance evaluation of the last invoke.
- getLastInvokeRecParseTime() - Method in class ifs.fnd.ap.Statistics
-
Returns the number of ...
- getLastOutput() - Method in class ifs.fnd.ap.Trace
-
Returns the output for the last trace.
- getLastRequestBody() - Method in class ifs.fnd.ap.Server
-
Returns the last request's body content, when running in debug mode.
- getLastRequestHeader() - Method in class ifs.fnd.ap.Server
-
Returns the last request's header information, when running in debug mode.
- getLastResponseBody() - Method in class ifs.fnd.ap.Server
-
Returns the last response's body content, when running in debug mode.
- getLastResponseHeader() - Method in class ifs.fnd.ap.Server
-
Returns the response's header information, when running in debug mode.
- getLbGroup() - Method in class ifs.fnd.ap.CallRoute
-
- getLocale() - Method in class ifs.fnd.ap.Server
-
Returns the Locale
set.
- getLong() - Method in class ifs.fnd.ap.RecordAttribute
-
Returns the attribute's value as a long.
- getMaxRows() - Method in class ifs.fnd.ap.PlsqlSelectCommand
-
Gets the MAXROWS setting.
- getMessage() - Method in class ifs.fnd.ap.ManualDecision
-
Returns the decision's message.
- getMessages() - Method in class ifs.fnd.ap.Server
-
Gets all user info messages that was generated during the last call.
- getMinorCode() - Method in exception ifs.fnd.ap.APException
-
- getNameOf() - Method in class ifs.fnd.ap.RecordAttribute
-
Returns the name of the RecordAttribute.
- getNext() - Method in class ifs.fnd.ap.Sequence
-
Returns the next value in the sequence.
- getParam(String) - Method in class ifs.fnd.ap.ContextParameters
-
Returns a parameter.
- getParam(String, String) - Method in class ifs.fnd.ap.ContextParameters
-
Returns a parameter.
- getPassword() - Method in class ifs.fnd.ap.FndLoginDialog
-
Get the Password.
- getQueryValue() - Method in class ifs.fnd.ap.RecordAttribute
-
Returns the value for this attribute if its status is QueryInclude,
otherwise null
is returned.
- getQuestionType() - Method in class ifs.fnd.ap.ManualDecision
-
Returns the decision's question type.
- getReauthenticationRequest() - Method in class ifs.fnd.ap.ManualDecision
-
Returns the reauthentication request.
- getReauthenticationResponse() - Method in class ifs.fnd.ap.ManualDecision
-
Returns the reauthentication response.
- getRecordType() - Method in class ifs.fnd.ap.Record
-
Returns the record type for the record.
- getRecordTypeFull() - Method in class ifs.fnd.ap.Record
-
Returns the full record type for the record.
- getReferent() - Method in class ifs.fnd.ap.RecordAttribute
-
If the attribute is a reference, the referenced Record is returned by this
method.
- getRequestId() - Method in class ifs.fnd.ap.RequestContext
-
Returns Id of server request.
- getResult() - Method in class ifs.fnd.ap.PlsqlSelectCommand
-
Gets the select command's result set.
- getRetryStrategy() - Method in class ifs.fnd.ap.Server
-
Returns the retry strategy used in this object.
- getRootCause() - Method in exception ifs.fnd.ap.APException
-
Returns the root cause of this exception.
- getRoutings() - Method in class ifs.fnd.ap.CallRouter
-
Returns the server call routings set.
- getServer() - Method in class ifs.fnd.ap.PlsqlCommand
-
Returns the Server
object associated with this command, if any.
- getServer() - Method in class ifs.fnd.ap.PlsqlCommandCollection
-
Returns the Server
object associated with this command collection.
- getSize() - Method in class ifs.fnd.ap.Bytedata
-
Returns the size of the data in bytes.
- getSkipRows() - Method in class ifs.fnd.ap.PlsqlSelectCommand
-
Gets the SKIPROWS settings.
- getStatistics() - Method in class ifs.fnd.ap.Server
-
Returns a Statistics
object where some statistics on invoke
calls are held.
- getStatus() - Method in class ifs.fnd.ap.Record
-
Returns the Record's status.
- getStatus() - Method in class ifs.fnd.ap.RecordAttribute
-
Returns the status for this RecordAttribute.
- getString() - Method in class ifs.fnd.ap.RecordAttribute
-
Returns the attribute's value as a String.
- getSubtype() - Method in exception ifs.fnd.ap.APException
-
Returns the subtype of the error.
- getTag() - Method in class ifs.fnd.ap.Record
-
Gets the Tag attribute.
- getTag() - Method in class ifs.fnd.ap.RecordAttribute
-
Gets the Tag attribute.
- getTag() - Method in class ifs.fnd.ap.RecordAttributeCollection
-
Gets the Tag attribute.
- getTag() - Method in class ifs.fnd.ap.RecordCollection
-
Gets the Tag attribute.
- getTrace() - Method in class ifs.fnd.ap.Server
-
Returns a reference to a Trace object.
- getUseDefaultLBGroup() - Method in class ifs.fnd.ap.CallRouter
-
- getValue() - Method in class ifs.fnd.ap.RecordAttribute
-
Returns a reference to the value stored in the RecordAttribute.
- ifs.fnd.ap - package ifs.fnd.ap
-
- IN - Static variable in class ifs.fnd.ap.BindVariableDirection
-
The parameter is input only.
- IN_OUT - Static variable in class ifs.fnd.ap.BindVariableDirection
-
The parameter is both input & output.
- includeQueryResult() - Method in class ifs.fnd.ap.Record
-
Sets all attributes to be included in a query result.
- includeQueryResult(RecordAttributeStatus) - Method in class ifs.fnd.ap.Record
-
Sets all attributes to includeAs
.
- includeQueryResult() - Method in class ifs.fnd.ap.RecordAttribute
-
Includes this attribute in a query result.
- includeQueryResult(RecordAttributeStatus) - Method in class ifs.fnd.ap.RecordAttribute
-
Sets includetype for this attribute.
- INTEGER - Static variable in class ifs.fnd.ap.DataType
-
Data type: integer.
- invoke(String) - Method in class ifs.fnd.ap.FndClientAccessHandler
-
Invokes an operation on the server component named by
handlerName
using protocol:
IN_VOID_RETURN_VOID
- invoke(String, FndAbstractRecord, FndAbstractRecord) - Method in class ifs.fnd.ap.FndClientAccessHandler
-
Invokes an operation on the server component named by
handlerName
using protocols:
IN_VIEW_RETURN_VIEW
- use separate objects for inView and
outView parameters.
IN_OUT_VIEW
- use same object for inView and outView
parameters.
IN_VIEW
- outView-parameter must be
null
.
RETURN_VIEW
- inView-parameter must be
null
.
PARAMETER_LIST
- use the same generated ParameterList
view object for inView and outView parameters.
- invoke(String, FndQueryRecord, FndAbstractArray) - Method in class ifs.fnd.ap.FndClientAccessHandler
-
Invokes an operation on the server component named by
handlerName
using protocol:
QUERY
- invoke(String, FndAbstractArray, FndAbstractArray) - Method in class ifs.fnd.ap.FndClientAccessHandler
-
Invokes an operation on the server component named by
handlerName
using protocols:
IN_ARRAY_RETURN_ARRAY
- use separate objects for inArray and
outArray parameters.
IN_OUT_ARRAY
- use same object for inArray and outArray
parameters.
IN_ARRAY
- outArray-parameter must be
null
.
RETURN_ARRAY
- inArray-parameter must be
null
.
- invoke(String, FndAbstractRecord, FndAbstractArray) - Method in class ifs.fnd.ap.FndClientAccessHandler
-
Invokes an operation on the server component named by
handlerName
using protocol:
IN_VIEW_RETURN_ARRAY
- invoke(String, FndAbstractArray, FndAbstractRecord) - Method in class ifs.fnd.ap.FndClientAccessHandler
-
Invokes an operation on the server component named by
handlerName
using protocol:
IN_ARRAY_RETURN_VIEW
- invoke(String, String, Record) - Method in class ifs.fnd.ap.Server
-
Invoke-method with a minimum of information supplied to make the call.
- invoke(String, String, Record, RequestContext) - Method in class ifs.fnd.ap.Server
-
- invoke(String, String, Record, String) - Method in class ifs.fnd.ap.Server
-
- invoke(String, String, Record, RequestContext, String) - Method in class ifs.fnd.ap.Server
-
Invokes a server operation according to given data.
- invoke(String, String, Buffer) - Method in class ifs.fnd.ap.Server
-
Minimum info-version of invoke
.
- invoke(String, String, Buffer, RequestContext) - Method in class ifs.fnd.ap.Server
-
- invoke(String, String, Buffer, String) - Method in class ifs.fnd.ap.Server
-
- invoke(String, String, Buffer, RequestContext, String) - Method in class ifs.fnd.ap.Server
-
Invokes a server call with a Buffer
as input data.
- invoke(String, String, byte[], BodyType, RequestContext, String) - Method in class ifs.fnd.ap.Server
-
Invokes a server operation with a byte array as the request body.
- invokePLSQL(String) - Method in class ifs.fnd.ap.Server
-
Invokes a PLSQL command through the AccessPlsql interface.
- invokePLSQL(String, Record) - Method in class ifs.fnd.ap.Server
-
Invokes a PLSQL command through the AccessPlsql interface.
- invokePLSQL(String, Record, long, long) - Method in class ifs.fnd.ap.Server
-
Invokes a PLSQL command through the PL/SQL Gateway interface for client
applications (AccessPlsql).
- IO_EX - Static variable in class ifs.fnd.ap.ErrorType
-
If an IOException
occurs somewhere along the path when
invoking a server operation, it's re-throw inside an APException with
this error type.
- isAnswered() - Method in class ifs.fnd.ap.ManualDecision
-
Returns true if this decision have been answered.
- isClientStatisticsOn() - Method in class ifs.fnd.ap.Server
-
Returns the flag controlling SQL trace statistics in database.
- isClientTracingOn() - Method in class ifs.fnd.ap.Server
-
Returns the flag controlling SQL tracing in database.
- isCompound() - Method in class ifs.fnd.ap.RecordAttribute
-
Returns true if the attribute is compund (Array, Aggregate, Reference or Query Condition).
- isDebugMode() - Method in class ifs.fnd.ap.Server
-
Returns whether this object is running in debug mode or not.
- isDirty() - Method in class ifs.fnd.ap.Record
-
Returns whether the Record is dirty or not.
- isDirty() - Method in class ifs.fnd.ap.RecordAttribute
-
Returns true
is this attribute is dirty.
- isDirty() - Method in class ifs.fnd.ap.RecordCollection
-
Returns true
if this RecordCollection is dirty.
- isEmpty() - Method in class ifs.fnd.ap.CallRouteCollection
-
Returns true if the collection is emtpy, otherwise false.
- isEnabled() - Method in class ifs.fnd.ap.CallRouter
-
Returns true if call routing is enabled.
- isInteractiveMode() - Method in class ifs.fnd.ap.Server
-
Returns whether interactive mode is used or not.
- isKey() - Method in class ifs.fnd.ap.RecordAttribute
-
Returns true
if the the attribute is a key.
- isMandatory() - Method in class ifs.fnd.ap.RecordAttribute
-
Check if the attribute is mandatory (must have a value).
- isQueryCondition() - Method in class ifs.fnd.ap.RecordAttribute
-
Returns true
if the attribute is a query condition.
- isReference() - Method in class ifs.fnd.ap.RecordAttribute
-
Returns true
if the attribute is a reference.
- isRemoveAllowed() - Method in class ifs.fnd.ap.Record
-
Check if the record may be removed.
- isSimple() - Method in class ifs.fnd.ap.RecordAttribute
-
Returns true if the attribute contains a simple value.
- isUpdateAllowed() - Method in class ifs.fnd.ap.RecordAttribute
-
Check if the attribute is updateable.
- iterator() - Method in class ifs.fnd.ap.CallRouteCollection
-
Returns an iterator for this class.
- iterator() - Method in class ifs.fnd.ap.ManualDecisionCollection
-
Returns an iterator to all decisions to make.
- iterator() - Method in class ifs.fnd.ap.Record
-
Returns an Iterator
to the Record's attributes.
- iterator() - Method in class ifs.fnd.ap.RecordAttributeCollection
-
Returns an Iterator for the collection.
- iterator() - Method in class ifs.fnd.ap.RecordCollection
-
Returns an iterator for this collection.
- iterator() - Method in class ifs.fnd.ap.RequestEventCollection
-
Returns an Iterator
object for this collection.
- REAUTHENTICATE - Static variable in class ifs.fnd.ap.ManualDecisionAnswer
-
- REAUTHENTICATE - Static variable in class ifs.fnd.ap.ManualDecisionQuestionType
-
- Record - Class in ifs.fnd.ap
-
The Record
is the input/output data format for components built on
Extended Server platform.
- Record() - Constructor for class ifs.fnd.ap.Record
-
The default constructor.
- Record(String) - Constructor for class ifs.fnd.ap.Record
-
The Record's recordType will be set to the supplied string.
- RecordAttribute - Class in ifs.fnd.ap
-
The RecordAttribute represents the smallest part a Record is made up of.
- RecordAttribute() - Constructor for class ifs.fnd.ap.RecordAttribute
-
Default constructor.
- RecordAttribute(String) - Constructor for class ifs.fnd.ap.RecordAttribute
-
This constructor sets the name.
- RecordAttribute(String, String) - Constructor for class ifs.fnd.ap.RecordAttribute
-
This constructor sets the name and value.
- RecordAttribute(String, long) - Constructor for class ifs.fnd.ap.RecordAttribute
-
This constructor sets the name and value.
- RecordAttribute(String, double) - Constructor for class ifs.fnd.ap.RecordAttribute
-
This constructor sets the name and value.
- RecordAttribute(String, BigDecimal) - Constructor for class ifs.fnd.ap.RecordAttribute
-
This constructor sets the name and value.
- RecordAttribute(String, boolean) - Constructor for class ifs.fnd.ap.RecordAttribute
-
This constructor sets the name and value.
- RecordAttribute(String, byte[]) - Constructor for class ifs.fnd.ap.RecordAttribute
-
This constructor sets the name and value.
- RecordAttribute(String, Date) - Constructor for class ifs.fnd.ap.RecordAttribute
-
This constructor sets the name and value.
- RecordAttribute(String, Bytedata) - Constructor for class ifs.fnd.ap.RecordAttribute
-
This constructor sets the name and value.
- RecordAttributeCollection - Class in ifs.fnd.ap
-
A collection of RecordAttributes
- RecordAttributeCollection() - Constructor for class ifs.fnd.ap.RecordAttributeCollection
-
- RecordAttributeIterator - Class in ifs.fnd.ap
-
An Iterator
class for iterating over RecordAttributeCollection
s.
- RecordAttributeStatus - Class in ifs.fnd.ap
-
Enumeration class for RecordAttribute status.
- RecordCollection - Class in ifs.fnd.ap
-
A collection of Records.
- RecordCollection() - Constructor for class ifs.fnd.ap.RecordCollection
-
- recordIterator() - Method in class ifs.fnd.ap.RecordCollection
-
Returns a RecordIterator
for iterating over this collection.
- RecordIterator - Class in ifs.fnd.ap
-
An Iterator
class for iterating over RecordCollection
s.
- RecordStatus - Class in ifs.fnd.ap
-
Enumeration class for Record status.
- remove(CallRoute) - Method in class ifs.fnd.ap.CallRouteCollection
-
- REMOVE - Static variable in class ifs.fnd.ap.LUStdOp
-
'Remove' operation.
- REMOVE - Static variable in class ifs.fnd.ap.PlsqlBaseMethodType
-
Value for REMOVE
-type methods.
- remove(int) - Method in class ifs.fnd.ap.PlsqlCommandCollection
-
Removes a PlsqlCommand
from this collection.
- remove(String) - Method in class ifs.fnd.ap.Record
-
Removes an attribute named name
from the Record, if it exists.
- remove(int) - Method in class ifs.fnd.ap.RecordAttributeCollection
-
Removes the RecordAttribute at the specified index.index
must
be within 0
- (size()-1
).
- remove(String) - Method in class ifs.fnd.ap.RecordAttributeCollection
-
Removes the RecordAttribute with the given name.
- remove() - Method in class ifs.fnd.ap.RecordAttributeIterator
-
- remove(int) - Method in class ifs.fnd.ap.RecordCollection
-
Removes a Record from this object.
- remove() - Method in class ifs.fnd.ap.RecordIterator
-
- REMOVED - Static variable in class ifs.fnd.ap.RecordStatus
-
Record status: Removed
The Record has been marked to be removed.
- removeManualDecisionListener(ManualDecisionListener) - Method in class ifs.fnd.ap.Server
-
Unregisters a ManualDecisionListener
from this object.
- removeParam(String) - Method in class ifs.fnd.ap.ContextParameters
-
Removes a parameter.
- RequestContext - Class in ifs.fnd.ap
-
Object holding context information for Server.invoke()
's.
- RequestContext() - Constructor for class ifs.fnd.ap.RequestContext
-
Default constructor setting the domain in use to "*"
(the default domain).
- RequestContext(String) - Constructor for class ifs.fnd.ap.RequestContext
-
Constructor setting the context's domain.
- RequestEvent - Class in ifs.fnd.ap
-
Information on a request event from a server.
- RequestEventCollection - Class in ifs.fnd.ap
-
A collection of RequestEvent
objects.
- RetryStrategy - Class in ifs.fnd.ap
-
Enumeration class for the Server object's retry strategy.
- saveToFile(String) - Method in class ifs.fnd.ap.Record
-
Saves the Record to a file.
- saveToThread() - Method in class ifs.fnd.ap.Server
-
Saves a reference to this object in the currently executing thread.
- SECURITY_EX - Static variable in class ifs.fnd.ap.ErrorType
-
A security exception from the server, such as the user wasn't allowed to
execute the desired operation.
- Sequence - Class in ifs.fnd.ap
-
Generates a unique sequence of numbers.
- Sequence() - Constructor for class ifs.fnd.ap.Sequence
-
- Server - Class in ifs.fnd.ap
-
This class is used for accessing Extended Server components.
- Server() - Constructor for class ifs.fnd.ap.Server
-
Default constructor.
- Server(RetryStrategy) - Constructor for class ifs.fnd.ap.Server
-
Constructor where the server retry strategy is supplied.
- Server(RetryStrategy, int) - Constructor for class ifs.fnd.ap.Server
-
Constructor setting the retry strategy & retry count.
- setAllCategories(boolean) - Method in class ifs.fnd.ap.Trace
-
Sets the value for all tracing options to value
.
- setAnswer(ManualDecisionAnswer) - Method in class ifs.fnd.ap.ManualDecision
-
Sets the decision's answer.
- setAttributes(RecordAttributeCollection) - Method in class ifs.fnd.ap.Record
-
Sets the Record's attribute collection.
- setBindVariableDirection(BindVariableDirection) - Method in class ifs.fnd.ap.RecordAttribute
-
Sets the bind variable direction.
- setCategory(TraceCategory, boolean) - Method in class ifs.fnd.ap.Trace
-
Sets the tracing option specified by cat
to value
.
- setClientId(String) - Method in class ifs.fnd.ap.Server
-
Sets the client ID for the current request.
- setClientStatistics(boolean) - Method in class ifs.fnd.ap.Server
-
Sets the flag controlling SQL trace statistics in database.
- setClientTracing(boolean) - Method in class ifs.fnd.ap.Server
-
Sets the flag controlling SQL tracing in database.
- setCommandText(String) - Method in class ifs.fnd.ap.PlsqlCommand
-
Sets this command's text body.
- setConnectionString(String) - Method in class ifs.fnd.ap.CallRoute
-
Sets the connection string.
- setConnectionString(String) - Method in class ifs.fnd.ap.FndLoginDialog
-
Sets the connection string.
- setConnectionString(String) - Method in class ifs.fnd.ap.FndServerConnection
-
Sets the connection string to use for server communication.
- setConnectionString(String) - Method in class ifs.fnd.ap.Server
-
Sets the connection string to use for server communication.
- setContextParameters(ContextParameters) - Method in class ifs.fnd.ap.RequestContext
-
Sets the context's parameters.
- setCredentials(String, String) - Method in class ifs.fnd.ap.FndLoginDialog
-
Sets the Credentials.
- setCredentials(String, String) - Method in class ifs.fnd.ap.FndServerConnection
-
Sets the credentials used to authenticate the user.
- setCredentials(String, String) - Method in class ifs.fnd.ap.Server
-
Sets the credentials used to authenticate the user.
- setCurrent(int) - Method in class ifs.fnd.ap.Sequence
-
Sets the current value.
- setData(byte[]) - Method in class ifs.fnd.ap.Bytedata
-
Sets the data to be held.
- setDataType(DataType) - Method in class ifs.fnd.ap.RecordAttribute
-
Sets the data RecordAttribute's data type.
- setDebugMode(boolean) - Method in class ifs.fnd.ap.Server
-
Sets wheter to run this object in debug mode or not.
- setDebugOut(OutputStream) - Method in class ifs.fnd.ap.Server
-
Sets the OutputStream
where debug traces are printed on when
running in debug mode.
- setDebugOut(PrintStream) - Method in class ifs.fnd.ap.Server
-
Sets the PrintStream
where debug traces are printed on when
running in debug mode.System.out
is the default.
- setDecisionKey(String) - Method in class ifs.fnd.ap.ManualDecision
-
Sets the decision's key.
- setDecisions(ManualDecisionCollection) - Method in class ifs.fnd.ap.Server
-
Sets the collection of manual decisions to be included in the next
(and the next only) server call.
- setDefaultRequestContext(RequestContext) - Method in class ifs.fnd.ap.Server
-
Sets the default request context.
- setDomain(String) - Method in class ifs.fnd.ap.RecordAttribute
-
Sets the domain for this attribute.
- setDomain(String) - Method in class ifs.fnd.ap.RequestContext
-
Sets the context's domain.
- setEnabled(boolean) - Method in class ifs.fnd.ap.CallRouter
-
Sets wheter to enable routing or not.
- setEnabled(boolean) - Method in class ifs.fnd.ap.Trace
-
Sets wheter to enable tracing or not.
- setIdentitiy(String) - Method in class ifs.fnd.ap.RecordAttribute
-
Sets the attributes identitiy, i.e.
- setIntegrationUrl(boolean) - Method in class ifs.fnd.ap.Server
-
Set/unset usage of client gateway URL at Integration cluster (default Main)
- setInteractiveMode(boolean) - Method in class ifs.fnd.ap.Server
-
Sets wheter to use interactive mode or not.
- setInterfaceName(String) - Method in class ifs.fnd.ap.CallRoute
-
Sets the interface name.
- setIsKey(boolean) - Method in class ifs.fnd.ap.RecordAttribute
-
Sets wheter the attribute is a key.
- setIsReference(boolean) - Method in class ifs.fnd.ap.RecordAttribute
-
Sets wheter the attribute is a reference.
- setLbGroup(String) - Method in class ifs.fnd.ap.CallRoute
-
- setLegacyUrl(boolean) - Method in class ifs.fnd.ap.Server
-
Set/unset usage of client gateway URL in backward compatibility mode (default false)
- setLikeCondition(String, String) - Method in class ifs.fnd.ap.Record
-
Sets a "attribute like value" condition on an attribute in this record.
- setLocale(String) - Method in class ifs.fnd.ap.Server
-
Sets the locale to use (language actually, an IFS specific language code).
- setLocale(Locale) - Method in class ifs.fnd.ap.Server
-
Sets the Locale
to use.
- setMaxRows(long) - Method in class ifs.fnd.ap.PlsqlSelectCommand
-
Sets the MAXROWS setting.
- setNameOf(String) - Method in class ifs.fnd.ap.RecordAttribute
-
Sets the name of the RecordAttribute.
- setNew() - Method in class ifs.fnd.ap.Record
-
Sets the Record's status to NEW.
- setParam(String, String) - Method in class ifs.fnd.ap.ContextParameters
-
Sets a parameter.
- setQueried() - Method in class ifs.fnd.ap.Record
-
Sets the Record's status to QUERIED.
- setQueryValue(Object) - Method in class ifs.fnd.ap.RecordAttribute
-
Sets the value & and the status to QueryInclude.
- setReauthenticationRequest(ReauthenticationRequest) - Method in class ifs.fnd.ap.ManualDecision
-
Sets the reauthentication request.
- setReauthenticationResponse(ReauthenticationResponse) - Method in class ifs.fnd.ap.ManualDecision
-
Sets the reauthentication response.
- setRecordType(String) - Method in class ifs.fnd.ap.Record
-
Sets the recordType for the Record.
- setReferent(Record) - Method in class ifs.fnd.ap.RecordAttribute
-
Sets the attribute's referent record (if the attribute is a reference).
- setRemoved() - Method in class ifs.fnd.ap.Record
-
Sets the Record's status to REMOVED.
- setRequestId(String) - Method in class ifs.fnd.ap.RequestContext
-
Sets Id for server request.
- setRetryStrategy(RetryStrategy) - Method in class ifs.fnd.ap.Server
-
Sets the retry strategy for this object.
- setRunAs(String) - Method in class ifs.fnd.ap.Server
-
Sets the directory id of an alternative user to run the server calls as.
- setSelectColumns(String) - Method in class ifs.fnd.ap.PlsqlSelectCommand
-
Sets meta-data describing type and size of every column in the select list.
- setServer(Server) - Method in class ifs.fnd.ap.PlsqlCommand
-
Associates a Server
object with this command.
- setServer(Server) - Method in class ifs.fnd.ap.PlsqlCommandCollection
-
Associates a Server
object with this command collection.
- setShowLoginAlways(boolean) - Method in class ifs.fnd.ap.FndServerConnection
-
Enable showing login dialog always.
- setShowLoginContinuously(boolean) - Method in class ifs.fnd.ap.FndServerConnection
-
Enable showing login dialog continuously until login success.
- setSkipRows(long) - Method in class ifs.fnd.ap.PlsqlSelectCommand
-
Sets the SKIPROWS setting.
- setSqlTrace(boolean) - Method in class ifs.fnd.ap.Server
-
Sets whether SQL Trace is enabled or not.
- setStatus(RecordAttributeStatus) - Method in class ifs.fnd.ap.RecordAttribute
-
Sets the attribute's status.
- setTag(String) - Method in class ifs.fnd.ap.Record
-
Sets the Tag attribute.
- setTag(Object) - Method in class ifs.fnd.ap.RecordAttribute
-
Sets the Tag attribute.
- setTag(String) - Method in class ifs.fnd.ap.RecordAttributeCollection
-
Sets the Tag attribute.
- setTag(String) - Method in class ifs.fnd.ap.RecordCollection
-
Sets the Tag attribute.
- setUseCompression(boolean) - Method in class ifs.fnd.ap.Server
-
Sets whether data compression is used or not.
- setUseDefaultLBGroup(boolean) - Method in class ifs.fnd.ap.CallRouter
-
- setValue(long) - Method in class ifs.fnd.ap.RecordAttribute
-
Sets the value, dirty to true & status to None.
- setValue(double) - Method in class ifs.fnd.ap.RecordAttribute
-
- setValue(BigDecimal) - Method in class ifs.fnd.ap.RecordAttribute
-
- setValue(boolean) - Method in class ifs.fnd.ap.RecordAttribute
-
- setValue(Date) - Method in class ifs.fnd.ap.RecordAttribute
-
- setValue(String) - Method in class ifs.fnd.ap.RecordAttribute
-
- setValue(String, Object) - Method in class ifs.fnd.ap.RecordAttributeCollection
-
Sets the value for the attribute named name
.
- setValueNoDirty(long) - Method in class ifs.fnd.ap.RecordAttribute
-
Sets the value & status to None.
- setValueNoDirty(double) - Method in class ifs.fnd.ap.RecordAttribute
-
- setValueNoDirty(BigDecimal) - Method in class ifs.fnd.ap.RecordAttribute
-
- setValueNoDirty(boolean) - Method in class ifs.fnd.ap.RecordAttribute
-
- setValueNoDirty(Date) - Method in class ifs.fnd.ap.RecordAttribute
-
- setValueNoDirty(String) - Method in class ifs.fnd.ap.RecordAttribute
-
- showLoginDialog() - Method in class ifs.fnd.ap.FndServerConnection
-
Show Login Dialog when needed.
- showMessage(String) - Method in class ifs.fnd.ap.FndServerConnection
-
Show Error Message.
- SIMPLE_CONDITION - Static variable in class ifs.fnd.ap.DataType
-
Data type: simple query condition.
- size() - Method in class ifs.fnd.ap.CallRouteCollection
-
- size() - Method in class ifs.fnd.ap.PlsqlCommandCollection
-
Returns the number of commands in this collection.
- size() - Method in class ifs.fnd.ap.RecordAttributeCollection
-
Retuns the number of attributes in the collection.
- size() - Method in class ifs.fnd.ap.RecordCollection
-
Returns the number of Records in the collection.
- size() - Method in class ifs.fnd.ap.RequestEventCollection
-
Returns the number of events returned.
- SKELETON_ARGUMENTS - Static variable in class ifs.fnd.ap.TraceCategory
-
- sqlTrace() - Method in class ifs.fnd.ap.Server
-
Returns whether SQL Trace is enabled or not.
- srv - Variable in class ifs.fnd.ap.FndServerConnection
-
- srv - Variable in class ifs.fnd.ap.PlsqlCommand
-
The
Server
object associated with this command.
- Statistics - Class in ifs.fnd.ap
-
This class handles statistics within the Java Access Provider.
- Statistics() - Constructor for class ifs.fnd.ap.Statistics
-
Default constructor.
- stats - Variable in class ifs.fnd.ap.Server
-
- STUB_ARGUMENTS - Static variable in class ifs.fnd.ap.TraceCategory
-