A B C D E F G H I J K L M N O P Q R S T U V W X 

A

AbapClassException - Exception in com.sap.conn.jco
This class represents an ABAP class exception.
AbapClassException(String, String, JCoAbapObject, JCoRemoteContext) - Constructor for exception com.sap.conn.jco.AbapClassException
Creates an instance of an AbapClassException.
AbapClassException(String, JCoAbapObject) - Constructor for exception com.sap.conn.jco.AbapClassException
Creates an instance of an AbapClassException.
AbapClassException(Exception) - Constructor for exception com.sap.conn.jco.AbapClassException
Creates an instance of an AbapClassException that represents the Java exception within an CX_REMOTE_APPL_ERROR.
AbapClassException.Mode - Enum in com.sap.conn.jco
The Mode enumeration describes how class exceptions should be handled by a server system.
AbapException - Exception in com.sap.conn.jco
A convenience class on top of JCoException that reports exceptions, which occurred in an SAP system, while processing a function module.
AbapException(String) - Constructor for exception com.sap.conn.jco.AbapException
Creates an exception with the specified key.
AbapException(String, String) - Constructor for exception com.sap.conn.jco.AbapException
Creates an exception with the specified key and the given message text.
AbapException(String, String, char, String, String[]) - Constructor for exception com.sap.conn.jco.AbapException
Creates an instance of the exception object with the specified key and more information for ABAP messages (so-called T100 messages).
About - Class in com.sap.conn.jco
The About class allows getting information about JCo.
AbstractCmisProxyServlet - Class in com.sap.ecm.api
Abstract CMIS Proxy Servlet.
AbstractCmisProxyServlet() - Constructor for class com.sap.ecm.api.AbstractCmisProxyServlet
 
ACCESS_FORBIDDEN - Static variable in class com.sap.cloud.security.oauth2.OAuthAuthorization
Error code passed as a httpRequest parameter attribute with a name reason, in case of faild authorization.
Account - Interface in com.sap.cloud.account
Account interface provides information about particular account.
add(String, String, int, int, int, String, Object, JCoExtendedFieldMetaData, JCoClassMetaData.JCoAttributeKind, boolean, String) - Method in interface com.sap.conn.jco.JCoClassMetaData
Adds an attribute to the class definition.
add(String, int, int, int, int) - Method in interface com.sap.conn.jco.JCoListMetaData
Adds a new scalar field descriptor to the metadata object.
add(String, int, JCoRecordMetaData, int) - Method in interface com.sap.conn.jco.JCoListMetaData
Adds a new complex field descriptor to the metadata object, i.e.
add(String, int, int, int, int, String, String, int, Object, JCoExtendedFieldMetaData) - Method in interface com.sap.conn.jco.JCoListMetaData
Adds a new field descriptor to the metadata object.
add(String, int, int, int, int, String, String, int, Object, String, JCoExtendedFieldMetaData) - Method in interface com.sap.conn.jco.JCoListMetaData
Adds a new field descriptor to the metadata object.
add(String, int, int, int, int, int) - Method in interface com.sap.conn.jco.JCoRecordMetaData
Adds a new scalar field descriptor to the metadata object.
add(String, int, int, int, JCoRecordMetaData) - Method in interface com.sap.conn.jco.JCoRecordMetaData
Adds a new complex field descriptor to the metadata object, i.e.
add(String, int, int, int, int, int, int, String, Object, JCoExtendedFieldMetaData) - Method in interface com.sap.conn.jco.JCoRecordMetaData
Adds a new field descriptor to the metadata object.
addClassMetaDataToCache(JCoClassMetaData) - Method in interface com.sap.conn.jco.JCoCustomRepository
Adds a class definition to the local cache.
addFunction(JCoFunction) - Method in interface com.sap.conn.jco.JCoFunctionUnit
Adds a function to the unit.
addFunctions(List<JCoFunction>) - Method in interface com.sap.conn.jco.JCoFunctionUnit
Adds the functions to the unit.
addFunctionTemplateToCache(JCoFunctionTemplate) - Method in interface com.sap.conn.jco.JCoCustomRepository
Adds a function interface to the local cache.
addImplementedInterface(String) - Method in interface com.sap.conn.jco.JCoClassMetaData
Adds an interface implemented by the class type.
addParentClass(String) - Method in interface com.sap.conn.jco.JCoClassMetaData
Adds the parent class.
addQueueName(String) - Method in interface com.sap.conn.jco.JCoFunctionUnit
Adds a queue name.
addQueueName(String) - Method in interface com.sap.conn.jco.JCoRequestUnit
Adds a queue name.
addQueueNames(Set<String>) - Method in interface com.sap.conn.jco.JCoFunctionUnit
Adds the given queue names.
addQueueNames(Set<String>) - Method in interface com.sap.conn.jco.JCoRequestUnit
Adds the given queue names.
addRecordMetaDataToCache(JCoRecordMetaData) - Method in interface com.sap.conn.jco.JCoCustomRepository
Adds a structure definition to the local cache.
addRequest(JCoRequest) - Method in interface com.sap.conn.jco.JCoRequestUnit
Adds a request to the unit.
addRequests(List<JCoRequest>) - Method in interface com.sap.conn.jco.JCoRequestUnit
Adds the request to the unit.
addTraceListener(JCoTraceListener) - Static method in class com.sap.conn.jco.JCo
Adds a trace listener, that receives all trace events of JCo.
appendRow() - Method in interface com.sap.conn.jco.JCoTable
Appends a new row at the end of the table and moves the row pointer such that it points to the newly appended row.
appendRows(int) - Method in interface com.sap.conn.jco.JCoTable
Appends the specified number of empty rows at the end of the table.
authenticate(HttpServletRequest, HttpServletResponse) - Method in class com.sap.ecm.api.AbstractCmisProxyServlet
Checks the user or the credentials that are included in the request.
AuthenticationHeader - Interface in com.sap.core.connectivity.api.authentication
AuthenticationHeader provides header name and value which can be used for authentication with other remote systems.
AuthenticationHeaderProvider - Interface in com.sap.core.connectivity.api.authentication
The AuthenticationHeaderProvider provided methods for generation of authentication headers for access to on-premise systems and applications deployed on the same HCP landscape.
Web applications can access AuthenticationHeaderProvider via JNDI lookup or resource injection.
AuthenticationService - Interface in com.sap.core.jpaas.security.auth.api
An interface used by LoginContextFactory to access login context provider implementations.

B

begin(JCoDestination) - Static method in class com.sap.conn.jco.JCoContext
Begins a stateful call sequence for calls to the specified destination.

C

callStackToString() - Method in interface com.sap.conn.jco.JCoRemoteContext
Returns a string representation of the call stack.
changePassword(String, String) - Method in interface com.sap.conn.jco.JCoDestination
Allows changing the password in the backend for the user associated with the destination.
CHANGING_PARAMETER - Static variable in interface com.sap.conn.jco.JCoListMetaData
Flag that indicates a export parameter.
checkPassword(char[]) - Method in interface com.sap.security.um.user.User
Deprecated.
As of version 1.8, replaced by UserProvider.checkUserPassword(String, char[])
checkUserPassword(String, char[]) - Method in interface com.sap.security.um.user.UserProvider
Checks the provided password against the user's stored password.
clear() - Method in interface com.sap.conn.jco.JCoRecord
Clears the record, i.e.
clear() - Method in interface com.sap.conn.jco.JCoRepository
Clear allows to empty both the function template cache as well as the record metadata cache completely.
clear() - Method in interface com.sap.conn.jco.JCoTable
Clears the table, i.e.
clearCache() - Method in interface com.sap.core.connectivity.api.configuration.ConnectivityConfiguration
Removes all destination configurations from the destination cache if such exist.
clone() - Method in interface com.sap.conn.jco.JCoFunction
Clones this JCoFunction instance.
clone() - Method in interface com.sap.conn.jco.JCoRecord
Clones the record instance.
clone() - Method in interface com.sap.conn.jco.JCoThroughput
Returns a clone of this timing object.
com.sap.cloud.account - package com.sap.cloud.account
 
com.sap.cloud.crypto.keystore.api - package com.sap.cloud.crypto.keystore.api
 
com.sap.cloud.security.oauth2 - package com.sap.cloud.security.oauth2
 
com.sap.cloud.security.password - package com.sap.cloud.security.password
 
com.sap.conn.jco - package com.sap.conn.jco
Contains the major part of the interfaces and factories an application for JCo is typically dealing with.
com.sap.conn.jco.monitor - package com.sap.conn.jco.monitor
Contains all interfaces of JCo related to monitoring.
com.sap.core.connectivity.api.authentication - package com.sap.core.connectivity.api.authentication
 
com.sap.core.connectivity.api.configuration - package com.sap.core.connectivity.api.configuration
 
com.sap.core.jpaas.security.auth.api - package com.sap.core.jpaas.security.auth.api
 
com.sap.ecm.api - package com.sap.ecm.api
 
com.sap.security.auth.login - package com.sap.security.auth.login
 
com.sap.security.um - package com.sap.security.um
 
com.sap.security.um.service - package com.sap.security.um.service
 
com.sap.security.um.user - package com.sap.security.um.user
 
commit(JCoDestination) - Method in interface com.sap.conn.jco.JCoFunctionUnit
Commits the unit.
commit(JCoDestination) - Method in interface com.sap.conn.jco.JCoRequestUnit
Commits the unit.
confirmFunctionUnit(JCoUnitIdentifier) - Method in interface com.sap.conn.jco.JCoDestination
Confirms that a bgRFC unit has been executed successfully.
confirmTID(String) - Method in interface com.sap.conn.jco.JCoDestination
Confirms that a transaction (tRFC/qRFC) has been executed successfully.
connect(String, String) - Static method in class com.sap.ecm.api.EcmFactory
Connects to a key-secured repository specified by uniqueName.
connect(String, String, String) - Static method in class com.sap.ecm.api.EcmFactory
Connects to a key-secured repository specified by uniqueName.
connect(String, String, String, Map<String, String>) - Static method in class com.sap.ecm.api.EcmFactory
Connects to a key-secured repository specified by uniqueName.
connect(String, String, String, Map<String, String>, List<String>) - Static method in class com.sap.ecm.api.EcmFactory
Connects to a key-secured repository specified by uniqueName.
connect(String, String) - Method in interface com.sap.ecm.api.EcmService
Connects to a key-secured repository specified by uniqueName.
connect(String, String, String) - Method in interface com.sap.ecm.api.EcmService
Connects to a key-secured repository specified by uniqueName using a special destination.
connect(String, String, String, Map<String, String>) - Method in interface com.sap.ecm.api.EcmService
Connects to a key-secured repository specified by uniqueName using a special destination and optional OpenCMIS parameters.
connect(String, String, String, Map<String, String>, List<String>) - Method in interface com.sap.ecm.api.EcmService
Connects to a key-secured repository specified by uniqueName using a special destination and optional OpenCMIS parameters.
connectForTenant(String, String, String, String) - Static method in class com.sap.ecm.api.EcmFactory
Connects to a key-secured repository specified by uniqueName for the specified tenant and user.
connectForTenant(String, String, String, String, Map<String, String>) - Static method in class com.sap.ecm.api.EcmFactory
Connects to a key-secured repository specified by uniqueName for the specified tenant and user.
connectForTenant(String, String, String, String, Map<String, String>, List<String>) - Static method in class com.sap.ecm.api.EcmFactory
Connects to a key-secured repository specified by uniqueName for the specified tenant and user.
connectForTenant(String, String, String, String) - Method in interface com.sap.ecm.api.EcmService
Connects to a key-secured repository specified by uniqueName with the given tenant and user using a special destination.
connectForTenant(String, String, String, String, Map<String, String>) - Method in interface com.sap.ecm.api.EcmService
Connects to a key-secured repository specified by uniqueName with the given tenant and user using a special destination and optional OpenCMIS parameters.
connectForTenant(String, String, String, String, Map<String, String>, List<String>) - Method in interface com.sap.ecm.api.EcmService
Connects to a key-secured repository specified by uniqueName with the given tenant and user using a special destination and optional OpenCMIS parameters.
connectForUser(String, String, String) - Static method in class com.sap.ecm.api.EcmFactory
Connects to a key-secured repository specified by uniqueName for the specified user.
connectForUser(String, String, String, String) - Static method in class com.sap.ecm.api.EcmFactory
Connects to a key-secured repository specified by uniqueName for the specified user.
connectForUser(String, String, String, String, Map<String, String>) - Static method in class com.sap.ecm.api.EcmFactory
Connects to a key-secured repository specified by uniqueName for the specified user.
connectForUser(String, String, String, String, Map<String, String>, List<String>) - Static method in class com.sap.ecm.api.EcmFactory
Connects to a key-secured repository specified by uniqueName for the specified user.
connectForUser(String, String, String) - Method in interface com.sap.ecm.api.EcmService
Connects to a key-secured repository specified by uniqueName with the given user.
connectForUser(String, String, String, String) - Method in interface com.sap.ecm.api.EcmService
Connects to a key-secured repository specified by uniqueName with the given user using a special destination.
connectForUser(String, String, String, String, Map<String, String>) - Method in interface com.sap.ecm.api.EcmService
Connects to a key-secured repository specified by uniqueName with the given user using a special destination and optional OpenCMIS parameters.
connectForUser(String, String, String, String, Map<String, String>, List<String>) - Method in interface com.sap.ecm.api.EcmService
Connects to a key-secured repository specified by uniqueName with the given user using a special destination and optional OpenCMIS parameters.
ConnectivityConfiguration - Interface in com.sap.core.connectivity.api.configuration
ConnectivityConfiguration provides read only access to destination properties.
ConversionException - Exception in com.sap.conn.jco
A ConversionException will be thrown, if a field in a JCoRecord cannot store a value passed to this record by a setValue call.
ConversionException(String) - Constructor for exception com.sap.conn.jco.ConversionException
Creates a ConversationException with the specified message.
ConversionException(String, Throwable) - Constructor for exception com.sap.conn.jco.ConversionException
Creates a ConversationException with the specified message and the causing throwable.
copyFrom(JCoRecord) - Method in interface com.sap.conn.jco.JCoRecord
Copies the matching fields from the source record into this record Data fields are considered to be equivalent if the name and type of two fields match.
createAbapObject(JCoClassMetaData, Map<String, Object>) - Static method in class com.sap.conn.jco.JCo
This is a constructor for an instance of an ABAP class.
createBackgroundUnitAttributes() - Static method in class com.sap.conn.jco.JCo
Creates an empty instance of function/request unit attributes.
createCallStack() - Method in exception com.sap.conn.jco.AbapClassException
Creates a String representation of the call stack of the AbapClassException, which is understood by an ABAP system.
createClassMetaData(String, String[], String[], int) - Static method in class com.sap.conn.jco.JCo
Returns a newly created and empty instance of JCoClassMetaData with the passed initial capacity for new field information.
createClassMetaData(String) - Static method in class com.sap.conn.jco.JCo
Returns a newly created and empty instance of JCoClassMetaData with the passed initial capacity for new field information.
createClassMetaData(JCoClassMetaData) - Static method in class com.sap.conn.jco.JCo
Returns a newly created instance of JCoClassMetaData, which is initially a copy of the passed JCoClassMetaData.
createCustomDestination() - Method in interface com.sap.conn.jco.JCoDestination
creates a new instance of custom destination with default values set from the current destination.
It is possible to modify the user logon data on the customizable destination
createCustomRepository(String) - Static method in class com.sap.conn.jco.JCo
Returns a custom repository, which allows to add custom defined function templates and record metadata definitions.
createExceptionInfo() - Method in exception com.sap.conn.jco.AbapClassException
Creates a string representation of additional information related to the AbapClassException.
createFunctionTemplate(String, JCoListMetaData, JCoListMetaData, JCoListMetaData, JCoListMetaData, AbapException[]) - Static method in class com.sap.conn.jco.JCo
This factory method allows to create a JCoFunctionTemplate that can be used in later function module executions.
createFunctionTemplate(String, JCoListMetaData, JCoListMetaData, JCoListMetaData, JCoListMetaData, AbapException[], boolean) - Static method in class com.sap.conn.jco.JCo
This factory method allows to create a JCoFunctionTemplate that can be used in later function module executions.
createFunctionUnit(String, JCoBackgroundUnitAttributes) - Static method in class com.sap.conn.jco.JCo
Creates a new (empty) unit of functions, which is used for bgRFC commuication in the function model.
createFunctionUnit(JCoBackgroundUnitAttributes) - Static method in class com.sap.conn.jco.JCo
Creates a new (empty) unit of functions, which is used for bgRFC commuication in the function model.
createListMetaData(String) - Static method in class com.sap.conn.jco.JCo
Returns a newly created and empty instance of JCoListMetaData.
createListMetaData(String, int) - Static method in class com.sap.conn.jco.JCo
Returns a newly created and empty instance of JCoListMetaData with the passed initial capacity for new field information.
createListMetaData(JCoListMetaData) - Static method in class com.sap.conn.jco.JCo
Returns a newly created instance of JCoListMetaData, which is initially a copy of the passed JCoListMetaData.
createLoginContext() - Method in interface com.sap.core.jpaas.security.auth.api.AuthenticationService
Construct a prepared login context for the configuration of the current application.
createLoginContext(String) - Method in interface com.sap.core.jpaas.security.auth.api.AuthenticationService
Construct a login context for an already configured authentication stack with the given name.
createLoginContext(String, CallbackHandler) - Method in interface com.sap.core.jpaas.security.auth.api.AuthenticationService
Construct a login context for an already configured authentication stack with the given name and call-back handler.
createLoginContext(String, Subject) - Method in interface com.sap.core.jpaas.security.auth.api.AuthenticationService
Construct a login context for an already configured authentication stack with the given name and a Subject object.
createLoginContext(String, Subject, CallbackHandler) - Method in interface com.sap.core.jpaas.security.auth.api.AuthenticationService
Construct a login context using the given authentication configuration and call-back handler.
createLoginContext(String, Subject, CallbackHandler, Configuration) - Method in interface com.sap.core.jpaas.security.auth.api.AuthenticationService
Construct a login context using the given authentication configuration and call-back handler.
createLoginContext() - Static method in class com.sap.security.auth.login.LoginContextFactory
Construct a prepared login context for the configuration of the current application.
createLoginContext(String) - Static method in class com.sap.security.auth.login.LoginContextFactory
Construct a login context for an already configured authentication stack with the given name.
createLoginContext(String, CallbackHandler) - Static method in class com.sap.security.auth.login.LoginContextFactory
Construct a login context for an already configured authentication stack with the given name and call-back handler.
createLoginContext(String, Subject) - Static method in class com.sap.security.auth.login.LoginContextFactory
Construct a login context for an already configured authentication stack with the given name and a Subject object.
createLoginContext(String, Subject, CallbackHandler) - Static method in class com.sap.security.auth.login.LoginContextFactory
Construct a login context using the given authentication configuration and call-back handler.
createLoginContext(String, Subject, CallbackHandler, Configuration) - Static method in class com.sap.security.auth.login.LoginContextFactory
Construct a login context using the given authentication configuration and call-back handler.
createRecordMetaData(String) - Static method in class com.sap.conn.jco.JCo
Returns a newly created and empty instance of JCoRecordMetaData.
createRecordMetaData(String, int) - Static method in class com.sap.conn.jco.JCo
Returns a newly created and empty instance of JCoRecordMetaData with the passed initial capacity for new field information.
createRecordMetaData(JCoRecordMetaData) - Static method in class com.sap.conn.jco.JCo
Returns a newly created instance of JCoRecordMetaData, which is initially a copy of the passed JCoRecordMetaData.
createRepository(RepositoryOptions) - Static method in class com.sap.ecm.api.EcmFactory
Creates a new repository in the Document Service with the given options.
createRepository(RepositoryOptions, String) - Static method in class com.sap.ecm.api.EcmFactory
Creates a new repository in the Document Service with the given options.
createRepository(RepositoryOptions) - Method in interface com.sap.ecm.api.EcmService
Creates a new repository in the Document Service with the given options.
createRepository(RepositoryOptions, String) - Method in interface com.sap.ecm.api.EcmService
Creates a new repository in the Document Service with the given options and a destination.
createRequestUnit(String, JCoBackgroundUnitAttributes) - Static method in class com.sap.conn.jco.JCo
Creates a new (empty) unit of requests, which is used for bgRFC commuication in the request/response model.
createRequestUnit(JCoBackgroundUnitAttributes) - Static method in class com.sap.conn.jco.JCo
Creates a new (empty) unit of requests, which is used for bgRFC communication in the request/response model.
createStructure(JCoRecordMetaData) - Static method in class com.sap.conn.jco.JCo
Returns a newly created instance of JCoStructure with the passed metadata information.
createStructure(JCoTable, int) - Static method in class com.sap.conn.jco.JCo
Returns a newly created instance of JCoStructure with the metadata used for the given table instance.
createTable(JCoRecordMetaData) - Static method in class com.sap.conn.jco.JCo
Returns a newly created instance of JCoTable with the passed metadata information.
createThroughput() - Static method in class com.sap.conn.jco.JCo
Returns a newly created instance of JCoThroughput.
createTID() - Method in interface com.sap.conn.jco.JCoDestination
Creates a new transaction ID that can be used for tRFC/qRFC requests.
createUnitIdentifier(String, JCoUnitIdentifier.Type) - Static method in class com.sap.conn.jco.JCo
Creates a new unit identifier.

D

deleteAllRows() - Method in interface com.sap.conn.jco.JCoTable
Deletes all rows of table.
deletePassword(String) - Method in interface com.sap.cloud.security.password.PasswordStorage
Deletes the password assigned to the given alias.
deleteRepository(String, String) - Static method in class com.sap.ecm.api.EcmFactory
Deletes a repository for the current consuming account.
deleteRepository(String, String, String) - Static method in class com.sap.ecm.api.EcmFactory
Deletes a repository for the current consuming account.
deleteRepository(String, String) - Method in interface com.sap.ecm.api.EcmService
Deletes a repository for the current consuming account.
deleteRepository(String, String, String) - Method in interface com.sap.ecm.api.EcmService
Deletes a repository for the current consuming account.
deleteRow() - Method in interface com.sap.conn.jco.JCoTable
Deletes the current row
Note:The row pointer will be left untouched unless it would point to a row that would have become invalid due to the deletion operation.
deleteRow(int) - Method in interface com.sap.conn.jco.JCoTable
Deletes the row at the specified position.
Note:The row pointer will be left untouched unless it would point to a row that would have become invalid due to deletion.
DestinationConfiguration - Interface in com.sap.core.connectivity.api.configuration
DestinationConfiguration interface provides read only access to destination properties.
destroy() - Method in class com.sap.cloud.security.oauth2.OAuthAuthorizationFilter
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class com.sap.cloud.security.oauth2.OAuthAuthorizationFilter
 

E

EcmFactory - Class in com.sap.ecm.api
This class is a utility class to simplify connecting to the SAP HANA Cloud document service.
EcmFactory() - Constructor for class com.sap.ecm.api.EcmFactory
 
EcmService - Interface in com.sap.ecm.api
Connects to a repository specified by uniqueName.
EMAIL_ADDRESS - Static variable in interface com.sap.security.um.user.UserAttribute
Alias for the email address of the user.
end(JCoDestination) - Static method in class com.sap.conn.jco.JCoContext
Ends a stateful call sequence for calls to the specified destination.
ensureBufferCapacity(int) - Method in interface com.sap.conn.jco.JCoTable
Checks the size of the buffer and allocates new memory if necessary and initialize the rows.
ERROR_WARNING - Static variable in interface com.sap.conn.jco.JCoTraceListener
Includes errors and warnings.
ERRORS - Static variable in interface com.sap.conn.jco.JCoTraceListener
Error information is written to trace.
execute(String, Callable<V>) - Method in interface com.sap.cloud.account.TenantContext
This method will execute callable.call() method on behalf of the specified tenant and will return the result of the called method.
execute(JCoDestination) - Method in interface com.sap.conn.jco.JCoFunction
Executes the function on the given target destination synchronously.
execute(JCoDestination, String) - Method in interface com.sap.conn.jco.JCoFunction
Executes the function on the given target destination in transactional mode using the tRfc protocol.
execute(JCoDestination, String, String) - Method in interface com.sap.conn.jco.JCoFunction
Executes the function on the given target destination in queued transactional mode using the qRfc protocol.
execute(JCoDestination) - Method in interface com.sap.conn.jco.JCoRequest
Starts the execution of the function on the given destination.
EXPORT_PARAMETER - Static variable in interface com.sap.conn.jco.JCoListMetaData
Flag that indicates a export parameter.

F

FIRST_NAME - Static variable in interface com.sap.security.um.user.UserAttribute
Alias for the first name of the user.
firstRow() - Method in interface com.sap.conn.jco.JCoTable
Moves the row pointer to the first row.
FULL_DEBUG - Static variable in interface com.sap.conn.jco.JCoTraceListener
Full trace.
FULL_PATH - Static variable in interface com.sap.conn.jco.JCoTraceListener
Compared to SHORT_DEBUG, now all method invocations are traced (those that are traced at all).

G

getAbapClient() - Method in interface com.sap.conn.jco.monitor.JCoConnectionData
Returns the client in the ABAP server, if available, or null.
getAbapHost() - Method in interface com.sap.conn.jco.monitor.JCoConnectionData
Returns the host where the current or last call was executed or from where the current or last request was done.
getAbapLanguage() - Method in interface com.sap.conn.jco.monitor.JCoConnectionData
Returns the language in the ABAP server, if available, or null.
getAbapObject(String) - Method in interface com.sap.conn.jco.JCoRecord
Returns the value of the specified field as a JCoAbapObject.
getAbapObject(int) - Method in interface com.sap.conn.jco.JCoRecord
Returns the value of the specified field as a JCoAbapObject.
getAbapSystemNumber() - Method in interface com.sap.conn.jco.monitor.JCoConnectionData
Returns the system number of the ABAP server where the current or last call was executed or from where the current or last request was done.
getAbapUser() - Method in interface com.sap.conn.jco.monitor.JCoConnectionData
Returns the user name in the ABAP server, if available, or null.
getAccount() - Method in interface com.sap.cloud.account.Tenant
 
getAccountName() - Method in interface com.sap.cloud.account.TenantContext
Deprecated.
replaced by Account.getId()
getAliasUser() - Method in interface com.sap.conn.jco.JCoDestination
Returns the alias of the logon user as specified in the destination properties.
getAllProperties() - Method in interface com.sap.core.connectivity.api.configuration.DestinationConfiguration
Returns all destination properties in read only Map.
getApplicationName() - Method in interface com.sap.conn.jco.monitor.JCoConnectionData
Returns the application name, if provided by the application or runtime, or null.
getApplicationServerHost() - Method in interface com.sap.conn.jco.JCoDestination
Returns the host name of the ABAP instance as specified in the destination properties.
getAppToAppSSOHeader(String) - Method in interface com.sap.core.connectivity.api.authentication.AuthenticationHeaderProvider
Generates authentication header for SSO with other applications on the same landscape.
getAttribute(String) - Method in interface com.sap.security.um.user.User
Returns the value of the provided attribute.
getAttributeKind(String) - Method in interface com.sap.conn.jco.JCoClassMetaData
Returns what kind of attribute the given attribute is.
getAttributeKind(int) - Method in interface com.sap.conn.jco.JCoClassMetaData
Returns what kind of attribute the given attribute is.
getAttributes() - Method in interface com.sap.cloud.account.Account
 
getAttributes(String) - Method in interface com.sap.cloud.account.Account
Use Account.getAttributes() to get all account attributes and this method to get information only about attributes with attributeName.
getAttributes() - Method in interface com.sap.conn.jco.JCoDestination
Returns the attributes of the destination.
getAttributeValues(String) - Method in interface com.sap.security.um.user.User
Returns an array of values for an attribute.
getBigDecimal() - Method in interface com.sap.conn.jco.JCoField
Returns the field's value as a BigDecimal object.
getBigDecimal(int) - Method in interface com.sap.conn.jco.JCoRecord
Returns the value of the ith field as a BigDecimal object.
getBigDecimal(String) - Method in interface com.sap.conn.jco.JCoRecord
Returns the value of the ith field as a BigDecimal object.
getBigInteger() - Method in interface com.sap.conn.jco.JCoField
Returns the field's value as a BigInteger object.
getBigInteger(int) - Method in interface com.sap.conn.jco.JCoRecord
Returns the value of the ith field as a BigInteger object.
getBigInteger(String) - Method in interface com.sap.conn.jco.JCoRecord
Returns the value of the ith field as a BigInteger object.
getBinaryStream() - Method in interface com.sap.conn.jco.JCoField
Returns the field's value as a stream of uninterpreted bytes, i.e.
getBinaryStream(int) - Method in interface com.sap.conn.jco.JCoRecord
Returns the value of the ith field as a stream of uninterpreted bytes, i.e.
getBinaryStream(String) - Method in interface com.sap.conn.jco.JCoRecord
Returns the value of the named field as a stream of uninterpreted bytes, i.e.
getByte() - Method in interface com.sap.conn.jco.JCoField
Returns the value of the i'th field as a byte.
getByte(int) - Method in interface com.sap.conn.jco.JCoRecord
Returns the value of the ith field as a byte.
getByte(String) - Method in interface com.sap.conn.jco.JCoRecord
Returns the value of the named field as a byte.
getByteArray() - Method in interface com.sap.conn.jco.JCoField
Returns the field's value as a byte array.
getByteArray(int) - Method in interface com.sap.conn.jco.JCoRecord
Returns the value of the ith field as a byte array.
getByteArray(String) - Method in interface com.sap.conn.jco.JCoRecord
Returns the value of the ith field as a byte[] array.
getByteLength() - Method in interface com.sap.conn.jco.JCoField
Returns the length of this field in non-Unicode layout.
getByteLength(int) - Method in interface com.sap.conn.jco.JCoMetaData
Returns the byte length of the data field for non-Unicode layout at the specified index.
getByteLength(String) - Method in interface com.sap.conn.jco.JCoMetaData
Returns the byte length of the field for non-Unicode layout with the specified name.
getByteOffset() - Method in interface com.sap.conn.jco.JCoRecordField
Returns the offset of this field.
getByteOffset(int) - Method in interface com.sap.conn.jco.JCoRecordMetaData
Returns the offset in a non-Unicode layout of the data field at the specified index.
getByteOffset(String) - Method in interface com.sap.conn.jco.JCoRecordMetaData
Returns the offset in a non-Unicode layout of the field with the specified name.
getCachedClassMetaDataNames() - Method in interface com.sap.conn.jco.JCoRepository
Returns the names of the cached classes as a string array.
getCachedFunctionTemplateNames() - Method in interface com.sap.conn.jco.JCoRepository
Returns the names of the cached functions as a string array.
getCachedRecordMetaDataNames() - Method in interface com.sap.conn.jco.JCoRepository
Returns the names of the cached structures as a string array.
getChangingParameterList() - Method in interface com.sap.conn.jco.JCoFunction
Returns the list of changing parameters.
getChangingParameterList() - Method in interface com.sap.conn.jco.JCoFunctionTemplate
Returns the meta data for the changing parameter list.
getChar() - Method in interface com.sap.conn.jco.JCoField
Returns the field's value as a character.
getChar(int) - Method in interface com.sap.conn.jco.JCoRecord
Returns the value of the ith field as a char.
getChar(String) - Method in interface com.sap.conn.jco.JCoRecord
Returns the value of the named field as a char.
getCharacterStream() - Method in interface com.sap.conn.jco.JCoField
Returns the value of the i'th field as a stream of characters, i.e.
getCharacterStream(int) - Method in interface com.sap.conn.jco.JCoRecord
Returns the value of the ith field as a java.io.Reader object.
getCharacterStream(String) - Method in interface com.sap.conn.jco.JCoRecord
Returns the value of the named field as a stream of characters, i.e.
getCharArray() - Method in interface com.sap.conn.jco.JCoField
Returns the field's value as a char array.
getCharArray(int) - Method in interface com.sap.conn.jco.JCoRecord
Returns the value of the ith field as a char array.
getCharArray(String) - Method in interface com.sap.conn.jco.JCoRecord
Returns the value of the ith field as a char[] array.
getClassMetaData() - Method in interface com.sap.conn.jco.JCoAbapObject
Returns the class meta data associated with this ABAP object instance.
getClassMetaData(String) - Method in interface com.sap.conn.jco.JCoRepository
Returns the meta data for the passed class/interface name.
getClassMetaDataCount() - Method in interface com.sap.conn.jco.monitor.JCoRepositoryMonitor
Return the number of the cached class meta data objects.
getClassName() - Method in exception com.sap.conn.jco.AbapClassException
Returns the class name of this ABAP class exception.
getClassNameOfField(String) - Method in interface com.sap.conn.jco.JCoMetaData
Returns the fully-qualified name of the Java class whose instances are manufactured if the methods getValue(int index) or getValue(String fieldName) are called to retrieve a value from the field.
getClassNameOfField(int) - Method in interface com.sap.conn.jco.JCoMetaData
Returns the fully-qualified name of the Java class whose instances are manufactured if the methods getValue(int index) or getValue(String fieldName) are called to retrieve a value from the field.
getClassNameOfValue() - Method in interface com.sap.conn.jco.JCoField
Returns the fully-qualified name of the Java class whose instances are manufactured if the method Field.getValue() is called to retrieve a value from a field.
getClassNameOfValue(String) - Method in interface com.sap.conn.jco.JCoRecord
Returns the fully-qualified name of the Java class whose instances are manufactured if the methods getValue(int index) or getValue(String fieldName) are called to retrieve a calue from the field.
getClassQueryError(String) - Method in interface com.sap.conn.jco.JCoRepositoryQueryResult
 
getClient() - Method in interface com.sap.conn.jco.JCoAttributes
Retrieves the SAP client field from the attributes.
getClient() - Method in interface com.sap.conn.jco.JCoBackgroundUnitAttributes
Returns the SAP client associated with the unit.
getClient() - Method in interface com.sap.conn.jco.JCoDestination
Returns SAP client as specified in the destination properties.
getClient() - Method in interface com.sap.conn.jco.JCoRemoteContext
Returns the client of this remote context.
getConfiguration(String) - Method in interface com.sap.core.connectivity.api.configuration.ConnectivityConfiguration
Retrieves the destination configuration with the provided name.
getConfiguration(String, String) - Method in interface com.sap.core.connectivity.api.configuration.ConnectivityConfiguration
Retrieves the destination configuration on account level with the provided name for the provided account Id.
getConfiguration() - Method in interface com.sap.core.jpaas.security.auth.api.AuthenticationService
Returns the login configuration associated to the current request processing or the default installed configuration.
getConfiguration() - Static method in class com.sap.security.auth.login.LoginContextFactory
Returns the login configuration associated to the current request processing or the default installed configuration.
getConfigurations(String) - Method in interface com.sap.core.connectivity.api.configuration.ConnectivityConfiguration
Retrieves all destination configurations on account level for the provided account Id.
getConnectionHandle() - Method in interface com.sap.conn.jco.monitor.JCoConnectionData
Returns the connection handle (unique within the JVM process).
getConnectionHandleAsString() - Method in interface com.sap.conn.jco.monitor.JCoConnectionData
Returns the connection handle as String (unique within the JVM process).
getConnectionMonitor() - Static method in class com.sap.conn.jco.JCo
Returns the connection monitor for all currently available connections.
getConnectionsData() - Static method in class com.sap.conn.jco.monitor.JCoConnectionMonitor
Returns the list containing descriptions for all opened connections.
getConnectionsData() - Method in interface com.sap.conn.jco.monitor.JCoDestinationMonitor
Creates and returns a list of all client connections that are currently used with or held open by the monitored destination instance.
getConnectionType() - Method in interface com.sap.conn.jco.monitor.JCoConnectionData
Returns the connection type, 'client' or 'server' are possible.
getConnectTimeout() - Method in class com.sap.ecm.api.AbstractCmisProxyServlet
Returns the connect timeout in milliseconds.
getConnsData() - Method in class com.sap.conn.jco.monitor.JCoConnectionMonitor
 
getConvId() - Method in interface com.sap.conn.jco.monitor.JCoConnectionData
Returns the current conversation id, may be null for inactive server connections.
getCPICConversationID() - Method in interface com.sap.conn.jco.JCoAttributes
Retrieves the low-level CPIC conversion ID for a connection.
getCurrentUser() - Method in interface com.sap.security.um.user.UserProvider
Returns the current authenticated user, or null if no there is no such user.
getCustomDestinationIDs(String) - Static method in class com.sap.conn.jco.JCo
Creates and returns a list with IDs of all custom destinations created by the destination with the given destinationID.
getCustomerId() - Method in interface com.sap.cloud.account.Account
 
getDate() - Method in interface com.sap.conn.jco.JCoField
Returns the field's value as a Date object.
getDate(int) - Method in interface com.sap.conn.jco.JCoRecord
Returns the value of the ith field as a date.
getDate(String) - Method in interface com.sap.conn.jco.JCoRecord
Returns the value of the named field as a Date object.
getDecimals() - Method in interface com.sap.conn.jco.JCoField
Returns the number of decimals of the field Decimals are only necessary for the data types JCoMetaData.TYPE_BCD and JCoMetaData.TYPE_FLOAT.
getDecimals(int) - Method in interface com.sap.conn.jco.JCoMetaData
Returns the number of decimals of the data field at the specified index Decimals are only necessary for the JCO data types TYPE_BCD and TYPE_FLOAT, respectively.
getDecimals(String) - Method in interface com.sap.conn.jco.JCoMetaData
Returns the number of decimals for the field with the specified name Decimals are only necessary for the JCO data types TYPE_BCD and TYPE_FLOAT, respectively.
getDeclaringClass(String) - Method in interface com.sap.conn.jco.JCoClassMetaData
Returns the name of the declaring class of the given attribute.
getDeclaringClass(int) - Method in interface com.sap.conn.jco.JCoClassMetaData
Returns the name of the declaring class of the given attribute.
getDefault(int) - Method in interface com.sap.conn.jco.JCoClassMetaData
Returns the default value of the data field at the specified index.
getDefault(String) - Method in interface com.sap.conn.jco.JCoClassMetaData
Returns the default value for the attribute with the given name.
getDefault(int) - Method in interface com.sap.conn.jco.JCoListMetaData
Returns the default value of the data field at the specified index.
getDefault(String) - Method in interface com.sap.conn.jco.JCoListMetaData
Returns the default value for the field with the specified name.
getDefault() - Method in interface com.sap.conn.jco.JCoParameterField
Returns the default value of this field.
getDescription() - Method in interface com.sap.conn.jco.JCoField
Returns a textual description for this field.
getDescription(int) - Method in interface com.sap.conn.jco.JCoMetaData
Returns the descriptional text of the data field at the specified index.
getDescription(String) - Method in interface com.sap.conn.jco.JCoMetaData
Returns the descriptional text for the field with the specified name.
getDescription() - Method in class com.sap.ecm.api.RepositoryOptions
 
getDestination() - Method in interface com.sap.conn.jco.JCoAttributes
Retrieves the dest field of the connection attributes.
getDestination(String) - Static method in class com.sap.conn.jco.JCoDestinationManager
Call this method to get an instance of a destination, on which you need to execute a function module.
getDestination(String, String) - Static method in class com.sap.conn.jco.JCoDestinationManager
Call this method to get an instance of a destination, on which you need to execute a function module.
getDestination() - Method in interface com.sap.conn.jco.JCoRemoteContext
Returns the destination of this remote context.
getDestinationID() - Method in interface com.sap.conn.jco.JCoDestination
Returns internal id of this destination instance.
getDestinationID() - Method in interface com.sap.conn.jco.monitor.JCoDestinationMonitor
Returns the ID of the destination instance that is monitored by this instance.
getDestinationIDs() - Static method in class com.sap.conn.jco.JCo
Creates and returns a list containing IDs of all available cached destinations.
getDestinationIDs() - Method in interface com.sap.conn.jco.monitor.JCoRepositoryMonitor
Returns the list of destination IDs which can be used by the monitored repository for its DDIC queries.
getDestinationInstance(String, String) - Method in class com.sap.conn.jco.JCoDestinationManager
Reserved for internal use.
getDestinationMonitor(String) - Static method in class com.sap.conn.jco.JCo
Retrieves a monitoring object for a specific destination identified by the given ID.
getDestinationName() - Method in interface com.sap.conn.jco.JCoDestination
Returns name of destination.
getDestinationName() - Method in class com.sap.ecm.api.AbstractCmisProxyServlet
Returns the destination name.
getDisplayName() - Method in class com.sap.ecm.api.RepositoryOptions
 
getDouble() - Method in interface com.sap.conn.jco.JCoField
Returns the field's value as a double.
getDouble(int) - Method in interface com.sap.conn.jco.JCoRecord
Returns the value of the ith field as a double.
getDouble(String) - Method in interface com.sap.conn.jco.JCoRecord
Returns the value of the named field as a double.
getDSRPassport() - Method in interface com.sap.conn.jco.monitor.JCoConnectionData
Returns the the byte representation of the DSR passport, if available, or null.
getDSRPassportAsString() - Method in interface com.sap.conn.jco.monitor.JCoConnectionData
Returns the DSR passport as a hex string.
getException(String) - Method in interface com.sap.conn.jco.JCoFunction
Returns the ABAP exception for the specified key.
getException(String) - Method in interface com.sap.conn.jco.JCoFunctionTemplate
Returns the ABAP exception for the specified key.
getException(String) - Method in interface com.sap.conn.jco.JCoRequest
Returns the ABAP exception for the specified key.
getExceptionList() - Method in interface com.sap.conn.jco.JCoFunction
Returns the list of defined ABAP exceptions that can occur.
getExceptionList() - Method in interface com.sap.conn.jco.JCoFunctionTemplate
Returns the ABAP exception list.
getExceptionList() - Method in interface com.sap.conn.jco.JCoRequest
Returns the ABAP exception list.
getExpirationCheckPeriod() - Method in interface com.sap.conn.jco.JCoDestination
Returns the time in ms, after which a checker will close the expired connections.
getExpirationTime() - Method in interface com.sap.conn.jco.JCoDestination
Returns the time in ms, after which a free connection, that is hold internally for the destination, is being regarded as expired and will be closed during next run of the expiration checker.
getExportParameterList() - Method in interface com.sap.conn.jco.JCoFunction
Returns the list of export parameters.
getExportParameterList() - Method in interface com.sap.conn.jco.JCoFunctionTemplate
Returns the meta data for the export parameter list.
getExtendedFieldMetaData() - Method in interface com.sap.conn.jco.JCoField
Returns the extended field meta data object.
getExtendedFieldMetaData(int) - Method in interface com.sap.conn.jco.JCoMetaData
Returns the extended field metadata object at the specified index.
getExtendedFieldMetaData(String) - Method in interface com.sap.conn.jco.JCoMetaData
Returns the extended metadata object for the field with the specified name.
getExternalIDData() - Method in interface com.sap.conn.jco.JCoDestination
Returns the external identification user logon data as specified in the destination properties.
getExternalIDType() - Method in interface com.sap.conn.jco.JCoDestination
Returns the type of the external identification user logon data as specified in the destination properties.
getFailedClassesQueries() - Method in interface com.sap.conn.jco.JCoRepositoryQueryResult
 
getFailedFunctionQueries() - Method in interface com.sap.conn.jco.JCoRepositoryQueryResult
 
getFailedTypesQueries() - Method in interface com.sap.conn.jco.JCoRepositoryQueryResult
 
getFailureTimeStamp() - Method in interface com.sap.conn.jco.JCoRemoteContext
Returns the time stamp of the failure as a java.util.Date object.
getFailureTimeStampAsString() - Method in interface com.sap.conn.jco.JCoRemoteContext
Returns the time stamp of the failure as a string.
getField(int) - Method in interface com.sap.conn.jco.JCoRecord
Returns the ith field.
getField(String) - Method in interface com.sap.conn.jco.JCoRecord
Returns the named field.
getFieldCount() - Method in interface com.sap.conn.jco.JCoMetaData
Returns the number of entries (fields).
getFieldCount() - Method in interface com.sap.conn.jco.JCoRecord
Returns the number of fields in the record.
getFieldIterator() - Method in interface com.sap.conn.jco.JCoRecord
Returns a JCoFieldIterator.
getFloat() - Method in interface com.sap.conn.jco.JCoField
Returns the field's value as a float Please use setValue(float value, ...) and getFloat(...) methods only if you operate with float values.
getFloat(int) - Method in interface com.sap.conn.jco.JCoRecord
Returns the value of the ith field as a float.
getFloat(String) - Method in interface com.sap.conn.jco.JCoRecord
Returns the value of the named field as a float.
getFullVersion() - Static method in class com.sap.conn.jco.About
Returns the string containing versions of components used by Java Connector layers.
getFunction() - Method in interface com.sap.conn.jco.JCoFunctionTemplate
Creates a function object from the template and returns it.
getFunction(String) - Method in interface com.sap.conn.jco.JCoRepository
Returns a JCoFunction with initial parameters for the passed function name.
getFunctionInterface() - Method in interface com.sap.conn.jco.JCoFunctionTemplate
Returns the meta data for the function interface, i.e.
getFunctionInterface(String) - Method in interface com.sap.conn.jco.JCoRepository
Returns the meta data for the passed function.
getFunctionMetaDataCount() - Method in interface com.sap.conn.jco.monitor.JCoRepositoryMonitor
Returns the number of the cached function meta data objects.
getFunctionModuleName() - Method in interface com.sap.conn.jco.monitor.JCoConnectionData
Returns the name of the function module that is being executed or has been executed as last one.
getFunctionQueryError(String) - Method in interface com.sap.conn.jco.JCoRepositoryQueryResult
 
getFunctions() - Method in interface com.sap.conn.jco.JCoFunctionUnit
Returns an immutable list of function.
getFunctionTemplate() - Method in interface com.sap.conn.jco.JCoFunction
Returns the function template, i.e.
getFunctionTemplate(String) - Method in interface com.sap.conn.jco.JCoRepository
Returns the template for the passed function.
getFunctionUnitState(JCoUnitIdentifier) - Method in interface com.sap.conn.jco.JCoDestination
Returns the state of the unit with the given ID.
getGatewayHost() - Method in interface com.sap.conn.jco.JCoDestination
Returns the gateway host as specified in the destination properties.
getGatewayService() - Method in interface com.sap.conn.jco.JCoDestination
Returns the gateway service as specified in the destination properties.
getGroup() - Method in exception com.sap.conn.jco.JCoException
Returns the error group.
getGroup() - Method in exception com.sap.conn.jco.JCoRuntimeException
Returns the error group.
getGroupName() - Method in interface com.sap.conn.jco.monitor.JCoConnectionData
Returns the name of the connection group - client pool id or server group id.
getGroups() - Method in interface com.sap.security.um.user.User
Returns the groups in which the user is included.
getHandleRequestTime() - Method in interface com.sap.conn.jco.JCoThroughput
Returns the time consumed by the server's handle request method.
getHost() - Method in interface com.sap.conn.jco.JCoAttributes
Retrieves host field of the attributes, i.e.
getId() - Method in interface com.sap.cloud.account.Account
 
getId() - Method in interface com.sap.cloud.account.Tenant
 
getID() - Method in interface com.sap.conn.jco.JCoUnitIdentifier
Returns the hexadecimal representation of the unit ID.
getIDAsBytes() - Method in interface com.sap.conn.jco.JCoUnitIdentifier
Returns the unit ID.
getIdentifier() - Method in interface com.sap.conn.jco.JCoFunctionUnit
Return the unique identifier for the function unit.
getIdentifier() - Method in interface com.sap.conn.jco.JCoRequestUnit
Return the unique identifier for the function unit.
getImplementedInterfaces() - Method in interface com.sap.conn.jco.JCoClassMetaData
Returns the list of implemented interfaces.
getImportParameterList() - Method in interface com.sap.conn.jco.JCoFunction
Returns the list import parameters.
getImportParameterList() - Method in interface com.sap.conn.jco.JCoFunctionTemplate
Returns the meta data for the import parameter list.
getInstallationNumber() - Method in interface com.sap.conn.jco.JCoRemoteContext
Returns the installation (license) number of the partner (server).
getInstance() - Static method in class com.sap.security.um.service.UserManagementAccessor
Returns User Management Accessor used to get registered user provider.
getInt() - Method in interface com.sap.conn.jco.JCoField
Returns the field's value as an int.
getInt(int) - Method in interface com.sap.conn.jco.JCoRecord
Returns the value of the ith field as an integer.
getInt(String) - Method in interface com.sap.conn.jco.JCoRecord
Returns the value of the named field as an integer.
getISOLanguage() - Method in interface com.sap.conn.jco.JCoAttributes
Retrieves the logon language field of the connection attributes and returns it as a two-byte character string.
getKernelRelease() - Method in interface com.sap.conn.jco.JCoAttributes
Retrieves the release of the remote SAP system's kernel.
getKey() - Method in exception com.sap.conn.jco.JCoException
Returns the error key.
getKey() - Method in exception com.sap.conn.jco.JCoRuntimeException
Returns the error key.
getKeyStore(String, char[]) - Method in interface com.sap.cloud.crypto.keystore.api.KeyStoreService
Returns a fully initialized java.security.KeyStore instance.
getKeyStore() - Method in interface com.sap.core.connectivity.api.configuration.DestinationConfiguration
Returns the keystore configured in the destination.
getKeyStoreNames() - Method in interface com.sap.cloud.crypto.keystore.api.KeyStoreService
Returns the names of all available keystores.
getLanguage() - Method in interface com.sap.conn.jco.JCoAttributes
Retrieves the logon language field of the connection attributes and returns it as a one-byte character string.
getLanguage() - Method in interface com.sap.conn.jco.JCoDestination
Returns the logon language as specified in the destination properties.
getLanguage() - Method in interface com.sap.conn.jco.JCoRemoteContext
Returns the logon language used by the partner (server).
getLastAccessTimestamp() - Method in interface com.sap.conn.jco.monitor.JCoRepositoryMonitor
Returns the time stamp of the last access to the repository.
getLastActivityTimestamp() - Method in interface com.sap.conn.jco.monitor.JCoConnectionData
Returns the timestamp of the last activity of the monitored connection.
getLastActivityTimestamp() - Method in interface com.sap.conn.jco.monitor.JCoDestinationMonitor
Returns the time stamp of the last activity done with the monitored destination instance.
getLastActivityTimestampAsString(Calendar) - Method in interface com.sap.conn.jco.monitor.JCoConnectionData
Returns the last activity time as string, e.g.
getLastRemoteQueryTimestamp() - Method in interface com.sap.conn.jco.monitor.JCoRepositoryMonitor
Returns the time stamp of the last remote query done by the repository.
getLength() - Method in interface com.sap.conn.jco.JCoField
Returns the max length of the data field.
getLength(int) - Method in interface com.sap.conn.jco.JCoMetaData
Returns the max length of the data field at the specified index.
getLength(String) - Method in interface com.sap.conn.jco.JCoMetaData
Returns the max length of the data field at the specified index.
getLineType() - Method in interface com.sap.conn.jco.JCoRecordMetaData
In case the JCoRecordMetaData represents a table type, getLineType() returns the name of the structure, table or data element, which is the line type of the table.
getListMetaData() - Method in interface com.sap.conn.jco.JCoParameterList
returns the appropriated meta data object, that was used for creation of this record.
getLocale() - Method in interface com.sap.security.um.user.User
Returns the locale of the user or null, if no locale is maintained for the user.
getLogonCheck() - Method in interface com.sap.conn.jco.JCoDestination
Returns the logon check mode as specified in the destination properties.
getLogonGroup() - Method in interface com.sap.conn.jco.JCoDestination
Returns the logon group as specified in the destination properties.
getLong() - Method in interface com.sap.conn.jco.JCoField
Returns the field's value as a long.
getLong(int) - Method in interface com.sap.conn.jco.JCoRecord
Returns the value of the ith field as a long.
getLong(String) - Method in interface com.sap.conn.jco.JCoRecord
Returns the value of the named field as a long.
getMarshallTime() - Method in interface com.sap.conn.jco.JCoThroughput
Returns the time consumed to marshall data from Java to C.
getMaxGetClientTime() - Method in interface com.sap.conn.jco.JCoDestination
Returns the max time in ms for the allocation of a connection to a destination in case if the peak limit is already reached.
getMaxUsedCount() - Method in interface com.sap.conn.jco.monitor.JCoDestinationMonitor
Returns the maximum number of simultaneously used client connections with the monitored destination instance.
getMessageClass() - Method in exception com.sap.conn.jco.JCoException
Returns the ABAP message class, if T100 message information is available.
getMessageNumber() - Method in exception com.sap.conn.jco.JCoException
Returns the ABAP message number, if T100 message information is available.
getMessageParameter(int) - Method in exception com.sap.conn.jco.JCoException
Returns the ABAP message parameter at position index or null if there is none at that position.
getMessageParameters() - Method in exception com.sap.conn.jco.JCoException
Returns the ABAP message parameters as array.
getMessageServerHost() - Method in interface com.sap.conn.jco.JCoDestination
Returns the SAP message server as specified in the destination properties.
getMessageServerService() - Method in interface com.sap.conn.jco.JCoDestination
Returns the SAP message server port as specified in the destination properties.
getMessageText() - Method in exception com.sap.conn.jco.JCoException
Returns the ABAP message text, if T100 message information is available.
getMessageType() - Method in exception com.sap.conn.jco.JCoException
Returns the ABAP message type, if T100 message information is available.
getMetaData() - Method in interface com.sap.conn.jco.JCoRecord
Returns the appropriated meta data object, that was used for creation of this record.
getMiddlewareProperty(String) - Static method in class com.sap.conn.jco.JCo
Returns the current value for the given middleware property or null, if there is no value set.
getMiddlewareTime() - Method in interface com.sap.conn.jco.JCoThroughput
Returns the time consumed by the middleware layer.
getMonitor() - Method in interface com.sap.conn.jco.JCoDestination
Return a monitor instance describes the client connections created by the JCo runtime for this destination instance.
getMonitor() - Method in interface com.sap.conn.jco.JCoRepository
Returns a new created or available monitor instance for the repository.
getName() - Method in interface com.sap.cloud.account.Account
 
getName() - Method in interface com.sap.conn.jco.JCoField
Returns the name of this field.
getName() - Method in interface com.sap.conn.jco.JCoFunction
Returns the function name.
getName() - Method in interface com.sap.conn.jco.JCoFunctionTemplate
Returns the name of the function.
getName() - Method in interface com.sap.conn.jco.JCoMetaData
Returns the name of the table/structure this meta-data describes.
getName(int) - Method in interface com.sap.conn.jco.JCoMetaData
Returns the field name of the data field at the specified index.
getName() - Method in interface com.sap.conn.jco.JCoRepository
Returns the repository name.
getName() - Method in interface com.sap.conn.jco.JCoRequest
Returns the name of the function module, that is referred to by the JCoRequest.
getName() - Method in interface com.sap.core.connectivity.api.authentication.AuthenticationHeader
 
getNumCalls() - Method in interface com.sap.conn.jco.JCoThroughput
Returns the number of calls since the last reset.
getNumColumns() - Method in interface com.sap.conn.jco.JCoTable
Returns the number of columns in the table This is just a convenience function and returns the same value as getFieldCount().
getNumReceivedBytes() - Method in interface com.sap.conn.jco.JCoThroughput
Returns the no.
getNumRows() - Method in interface com.sap.conn.jco.JCoTable
Returns the number of rows.
getNumSentBytes() - Method in interface com.sap.conn.jco.JCoThroughput
Returns the no.
getOAuth2SAMLBearerAssertionHeaders(DestinationConfiguration) - Method in interface com.sap.core.connectivity.api.authentication.AuthenticationHeaderProvider
Generates authentication headers for OAuth2SAMLBearerAssertion destination.
OAuth access token will be generated for destinations with authentication type OAuth2SAMLBearerAssertion in order OAuth-protected resources to be consumed.
getOAuthAuthorizationService() - Static method in class com.sap.cloud.security.oauth2.OAuthAuthorization
Returns OAuth Authorization object that is used to perform the protected resource access check by retrieving from the Authorization Server the scopes associated with the given Access Token.
getOriginalDestination() - Method in interface com.sap.conn.jco.JCoCustomDestination
Returns the original destination, a.k.a.
getOriginDestinationID() - Method in interface com.sap.conn.jco.monitor.JCoDestinationMonitor
Returns the ID of the destination instance that the monitored destination instance originated from.
getOwnBytesPerChar() - Method in interface com.sap.conn.jco.JCoAttributes
Returns the number of bytes per character for the currently used local codepage.
getOwnCharset() - Method in interface com.sap.conn.jco.JCoAttributes
Retrieves the Java charset equivalent of the local SAP codepage.
getOwnCodepage() - Method in interface com.sap.conn.jco.JCoAttributes
Retrieves the local codepage in SAP notation.
getOwnEncoding() - Method in interface com.sap.conn.jco.JCoAttributes
Retrieves the MIME encoding equivalent of the local SAP codepage.
getParameterFieldIterator() - Method in interface com.sap.conn.jco.JCoParameterList
Returns an iterator over JCoParameterField.
getParentClasses() - Method in interface com.sap.conn.jco.JCoClassMetaData
Returns the parent classes.
getPartnerBytesPerChar() - Method in interface com.sap.conn.jco.JCoAttributes
Returns the number of bytes per character for the currently used remote codepage.
getPartnerCharset() - Method in interface com.sap.conn.jco.JCoAttributes
Retrieves the Java charset equivalent of the codepage used by the remote system.
getPartnerCodepage() - Method in interface com.sap.conn.jco.JCoAttributes
Retrieves the codepage used by the remote system in SAP notation.
getPartnerEncoding() - Method in interface com.sap.conn.jco.JCoAttributes
Retrieves the MIME encoding equivalent of the remote SAP codepage.
getPartnerHost() - Method in interface com.sap.conn.jco.JCoAttributes
Retrieves the partner host field of the attributes, i.e.
getPartnerInetAddress() - Method in interface com.sap.conn.jco.JCoAttributes
Retrieves the partner IP address as InetAddress.
getPartnerRelease() - Method in interface com.sap.conn.jco.JCoAttributes
Retrieves the release of the remote SAP system.
getPartnerReleaseNumber() - Method in interface com.sap.conn.jco.JCoAttributes
Returns the release number of the partner as an integer, e.g.
getPartnerType() - Method in interface com.sap.conn.jco.JCoAttributes
Retrieves the type which specifies the partner of the communication.
getPassword(String) - Method in interface com.sap.cloud.security.password.PasswordStorage
Returns the password associated with the given alias.
getPeakLimit() - Method in interface com.sap.conn.jco.JCoDestination
Returns the maximum number of connections, that can be created for the destination simultaneously.
getPeakLimit() - Method in interface com.sap.conn.jco.monitor.JCoDestinationMonitor
Returns the maximum number of client connections that can be used simultaneously with the monitored destination instance.
getPoolCapacity() - Method in interface com.sap.conn.jco.JCoDestination
Returns the maximum number of idle connections, that will be kept open in a pool.
getPoolCapacity() - Method in interface com.sap.conn.jco.monitor.JCoDestinationMonitor
Returns the maximum number of client connections that will be held open for the monitored destination instance.
getPooledConnectionCount() - Method in interface com.sap.conn.jco.monitor.JCoDestinationMonitor
Returns the number of client connections that are currently held open for the monitored destination instance.
getPrincipalPropagationHeader() - Method in interface com.sap.core.connectivity.api.authentication.AuthenticationHeaderProvider
Generates header for principal propagation to on-premise systems.
getProgramName() - Method in interface com.sap.conn.jco.JCoBackgroundUnitAttributes
Returns the program name associated with the unit.
getProperties() - Method in interface com.sap.conn.jco.JCoDestination
Returns the complete property set describing the destination.
getProperty(String) - Static method in class com.sap.conn.jco.JCo
Returns the current value for the given JCo property or null, if there is no value set.
getProperty(String) - Method in interface com.sap.core.connectivity.api.configuration.DestinationConfiguration
Returns the value of destination property with the specified key.
getProtocol() - Method in interface com.sap.conn.jco.monitor.JCoConnectionData
Returns the communication protocol - at the moment always 'RFC'.
getQueueNames() - Method in interface com.sap.conn.jco.JCoFunctionUnit
Returns an immutable copy of the list containing the queue names.
getQueueNames() - Method in interface com.sap.conn.jco.JCoRequestUnit
Returns an immutable copy of the list containing the queue names.
getR3Name() - Method in interface com.sap.conn.jco.JCoDestination
Returns the System ID of the SAP system as specified in the destination properties.
getReadTimeout() - Method in class com.sap.ecm.api.AbstractCmisProxyServlet
Returns the read timeout in milliseconds.
getRecordFieldIterator() - Method in interface com.sap.conn.jco.JCoStructure
Returns an iterator over JCoRecordField.
getRecordFieldIterator() - Method in interface com.sap.conn.jco.JCoTable
Returns an iterator over JCoRecordField.
getRecordFieldName(int) - Method in interface com.sap.conn.jco.JCoListMetaData
If the parameter is defined by referencing a field in a table or structure, the name of this field for the parameter field at the specified index is returned, null otherwise.
getRecordFieldName(String) - Method in interface com.sap.conn.jco.JCoListMetaData
If the parameter is defined by referencing a field in a table or structure, the name of this field for the parameter field with the specified name is returned, null otherwise.
getRecordLength() - Method in interface com.sap.conn.jco.JCoRecordMetaData
Returns the total length of a structure or single row of a table with a non-Unicode layout.
getRecordMetaData() - Method in interface com.sap.conn.jco.JCoField
Returns the field meta data object in case of complex object (table or structure), or null.
getRecordMetaData(int) - Method in interface com.sap.conn.jco.JCoMetaData
Returns the meta data object for the field, if the specified field is a table or structure and was defined with a reference to a meta data object.
getRecordMetaData(String) - Method in interface com.sap.conn.jco.JCoMetaData
Returns the meta data object for the field, if the specified field is a table or structure and was defined with a reference to a meta data object.
getRecordMetaData(String) - Method in interface com.sap.conn.jco.JCoRepository
Returns the meta data for the passed structure/table name.
getRecordMetaData() - Method in interface com.sap.conn.jco.JCoStructure
Returns the appropriated meta data object, that was used for creation of this record.
getRecordMetaData() - Method in interface com.sap.conn.jco.JCoTable
returns the appropriated meta data object, that was used for creation of this record.
getRecordTypeName(int) - Method in interface com.sap.conn.jco.JCoMetaData
Returns the table/structure name of the data field or null if no table name is available.
getRecordTypeName(String) - Method in interface com.sap.conn.jco.JCoMetaData
Returns the table/structure or data element name of the data field or null if no table name or data element name is available.
getRelease() - Method in interface com.sap.conn.jco.JCoAttributes
Retrieves the release of the local SAP system or transport library.
getRemoteContext() - Method in exception com.sap.conn.jco.AbapClassException
Returns the remote context of this ABAP class exception.
getRepository(String) - Static method in class com.sap.conn.jco.JCo
Returns the repository instance corresponding to the given repository ID or null if the repository isn't available.
getRepository() - Method in interface com.sap.conn.jco.JCoDestination
Returns a repository instance that contains metadata for this destination.
getRepositoryDestinationID(String) - Static method in class com.sap.conn.jco.JCo
Returns the destination ID used by repository instances internally.
getRepositoryDestinationMonitor(String) - Static method in class com.sap.conn.jco.JCo
Retrieves a monitoring object for a specific repository destination of the destination identified by the given ID.
getRepositoryDestinationMonitor() - Method in interface com.sap.conn.jco.JCoDestination
Return a monitor instance describing the client connections that have been created by the JCo runtime for the repository queries done via this destination instance.
getRepositoryIDs() - Static method in class com.sap.conn.jco.JCo
Returns a list containing IDs of all repository instances that are kept internally.
getRepositoryKey() - Method in class com.sap.ecm.api.AbstractCmisProxyServlet
Returns the repository key.
getRepositoryKey() - Method in class com.sap.ecm.api.RepositoryOptions
 
getRepositoryUniqueName() - Method in class com.sap.ecm.api.AbstractCmisProxyServlet
Returns the repository unique name.
getRepositoryUser() - Method in interface com.sap.conn.jco.JCoDestination
Returns the user that is used for communication when executing repository queries via this destination if there is no repository destination configured.
getRequest() - Method in interface com.sap.conn.jco.JCoFunctionTemplate
Returns a request object for this function template.
getRequest(String) - Method in interface com.sap.conn.jco.JCoRepository
Returns a JCoRequest with initial parameters for the passed function name.
getRequests() - Method in interface com.sap.conn.jco.JCoRequestUnit
Returns an immutable list of function.
getRespositoryDestinationMonitor(String) - Method in interface com.sap.conn.jco.monitor.JCoRepositoryMonitor
Deprecated.
Might be removed in future versions without further notice. Use JCo.getRepositoryDestinationMonitor(String) instead.
getRfcRole() - Method in interface com.sap.conn.jco.JCoAttributes
Retrieves the rfc_role field which describes the role of the connection.
getRoles() - Method in interface com.sap.security.um.user.User
Returns a set of roles assigned to the user.
getRow() - Method in interface com.sap.conn.jco.JCoTable
Returns the current row number.
getSAPAssertionHeader(DestinationConfiguration) - Method in interface com.sap.core.connectivity.api.authentication.AuthenticationHeaderProvider
Generates authentication header for SAPAssertionSSO destination.
SAP assertion ticket will be generated for destinations with authentication type SAPAssertionSSO in order to propagate the currently logged on user to a SAP back-end system.
getSAPRouterString() - Method in interface com.sap.conn.jco.JCoDestination
Returns the SAProuter string as specified in the destination properties.
getServerInstance() - Method in interface com.sap.conn.jco.JCoRemoteContext
Returns the server instance (name) of the partner (server).
getServerIpAddress() - Method in interface com.sap.conn.jco.JCoRemoteContext
Returns the server IP address of the partner (server).
getSessionId() - Method in interface com.sap.conn.jco.monitor.JCoConnectionData
Returns the client or server internal session id, if available, or null.
getShort() - Method in interface com.sap.conn.jco.JCoField
Returns the field's value as a short.
getShort(int) - Method in interface com.sap.conn.jco.JCoRecord
Returns the value of the ith field as a short.
getShort(String) - Method in interface com.sap.conn.jco.JCoRecord
Returns the value of the named field as a short.
getSNCConfiguration() - Method in interface com.sap.conn.jco.JCoCustomDestination
Returns the holder for properties of SNC configuration.
getSncLibrary() - Method in interface com.sap.conn.jco.JCoDestination
Returns the path to SNC library as specified in the destination properties.
getSncMode() - Method in interface com.sap.conn.jco.JCoDestination
Returns the SNC mode as specified in the destination properties.
getSncMyName() - Method in interface com.sap.conn.jco.JCoDestination
Returns the own SNC name as specified in the destination properties.
getSncPartnerName() - Method in interface com.sap.conn.jco.JCoDestination
Returns the SNC partner as specified in the destination properties.
getSncQOP() - Method in interface com.sap.conn.jco.JCoDestination
Returns the SNC level of security as specified in the destination properties.
getSncSSO() - Method in interface com.sap.conn.jco.JCoDestination
Returns the SNC SSO mode as specified in the destination properties.
getSSOTicket() - Method in interface com.sap.conn.jco.JCoAttributes
Retrieves the sso_ticket field.
getState() - Method in interface com.sap.conn.jco.monitor.JCoConnectionData
Returns a flag that indicates the activity state of the connection - either STATE_ACTIVE or STATE_STATEFUL.
getStateAsString() - Method in interface com.sap.conn.jco.monitor.JCoConnectionData
Returns the state as string, e.g.
getString() - Method in interface com.sap.conn.jco.JCoField
Returns the field's value as a string.
getString(int) - Method in interface com.sap.conn.jco.JCoRecord
Returns the value of the ith field as a string.
getString(String) - Method in interface com.sap.conn.jco.JCoRecord
Returns the value of the named field as a java.lang.String object.
getStructure() - Method in interface com.sap.conn.jco.JCoField
Returns the field's value as a JCoStructure object.
getStructure(int) - Method in interface com.sap.conn.jco.JCoRecord
Returns the value of the ith field as a JCoStructure.
getStructure(String) - Method in interface com.sap.conn.jco.JCoRecord
Returns the value of the named field as a JCoStructure object.
getStructureDefinition(String) - Method in interface com.sap.conn.jco.JCoRepository
Returns the meta data for the passed structure/table name.
getSubscribedTenants() - Method in interface com.sap.cloud.account.TenantContext
 
getSystemID() - Method in interface com.sap.conn.jco.JCoAttributes
Retrieves the SAP system ID from the attributes.
getSystemID() - Method in interface com.sap.conn.jco.monitor.JCoConnectionData
Returns the system id of the ABAP server, to which the connection is established.
getSystemNumber() - Method in interface com.sap.conn.jco.JCoAttributes
Retrieves the SAP system number from the attributes.
getSystemNumber() - Method in interface com.sap.conn.jco.JCoDestination
Returns the SAP system number as specified in the destination properties.
getTable() - Method in interface com.sap.conn.jco.JCoField
Returns the field's value as a JCoTable object.
getTable(int) - Method in interface com.sap.conn.jco.JCoRecord
Returns the value of the ith field as a table.
getTable(String) - Method in interface com.sap.conn.jco.JCoRecord
Returns the value of the named field as a JCoTable object.
getTableParameterList() - Method in interface com.sap.conn.jco.JCoFunction
Returns the list of table parameters.
getTableParameterList() - Method in interface com.sap.conn.jco.JCoFunctionTemplate
Returns the meta data for the table parameter list.
getTenant() - Method in interface com.sap.cloud.account.TenantContext
Returns the Tenant associated with the current Thread.
getTenantId() - Method in interface com.sap.cloud.account.TenantContext
Deprecated.
replaced by Tenant.getId()
getThreadId() - Method in interface com.sap.conn.jco.monitor.JCoConnectionData
Returns the threadID of the thread where the connection has been used for the last time.
getThreadIdAsString() - Method in interface com.sap.conn.jco.monitor.JCoConnectionData
Returns the threadID as String of the thread where the connection has been used for the last time.
getThreadName() - Method in interface com.sap.conn.jco.monitor.JCoConnectionData
Returns the thread name of the thread where the connection has been used for the last time.
getThroughput() - Method in interface com.sap.conn.jco.JCoDestination
Returns the throughput instance.
getTime() - Method in interface com.sap.conn.jco.JCoField
Returns the field's value as a Date object.
getTime(int) - Method in interface com.sap.conn.jco.JCoRecord
Returns the value of the ith field as a date.
getTime(String) - Method in interface com.sap.conn.jco.JCoRecord
Returns the value of the named field as a Date object.
getTotalTime() - Method in interface com.sap.conn.jco.JCoThroughput
Returns the total execution time.
getTPHost() - Method in interface com.sap.conn.jco.JCoDestination
Returns the host of external server program as specified in the destination properties.
getTPName() - Method in interface com.sap.conn.jco.JCoDestination
Returns the Program ID of external server program as specified in the destination properties.
getTrace() - Method in interface com.sap.conn.jco.JCoAttributes
Retrieves the trace field of the attributes.
getTraceLevel() - Static method in class com.sap.conn.jco.JCo
Returns the current trace level.
getTracePath() - Static method in class com.sap.conn.jco.JCo
Returns the current trace path.
getTrustStore() - Method in interface com.sap.core.connectivity.api.configuration.DestinationConfiguration
Returns the truststore configured in the destination.
getType() - Method in interface com.sap.conn.jco.JCoAttributes
Retrieves the type which specifies the local program.
getType() - Method in interface com.sap.conn.jco.JCoDestination
Returns the type of the destination.
getType() - Method in interface com.sap.conn.jco.JCoField
Returns the type of this field.
getType(int) - Method in interface com.sap.conn.jco.JCoMetaData
Returns the JCo data type of the data field at the specified index.
getType(String) - Method in interface com.sap.conn.jco.JCoMetaData
Returns the JCo data type of the data for the field with the specified name.
getType() - Method in interface com.sap.conn.jco.JCoUnitIdentifier
Returns the type of the unit.
getTypeAsString() - Method in interface com.sap.conn.jco.JCoField
Returns the field's type as a string.
getTypeAsString(int) - Method in interface com.sap.conn.jco.JCoMetaData
Returns a String representation of the JCo data type of the data field at the specified index.
getTypeAsString(String) - Method in interface com.sap.conn.jco.JCoMetaData
Returns a String representation of the JCo data type of the data field for the field with the specified name.
getTypeMetaDataCount() - Method in interface com.sap.conn.jco.monitor.JCoRepositoryMonitor
Return the number of the cached type (tables and structures) meta data objects.
getTypeQueryError(String) - Method in interface com.sap.conn.jco.JCoRepositoryQueryResult
 
getUnicodeByteLength() - Method in interface com.sap.conn.jco.JCoField
Returns the length of this field in Unicode layout.
getUnicodeByteLength(int) - Method in interface com.sap.conn.jco.JCoMetaData
Returns the length of the data field at the specified index for Unicode layout.
getUnicodeByteLength(String) - Method in interface com.sap.conn.jco.JCoMetaData
Returns the length of the field with the specified name for Unicode layout.
getUnicodeByteOffset() - Method in interface com.sap.conn.jco.JCoRecordField
Returns the offset of this field.
getUnicodeByteOffset(int) - Method in interface com.sap.conn.jco.JCoRecordMetaData
Returns the offset in a Unicode layout of the data field at the specified index.
getUnicodeByteOffset(String) - Method in interface com.sap.conn.jco.JCoRecordMetaData
Returns the offset in a Unicode layout of the field with the specified name.
getUnicodeRecordLength() - Method in interface com.sap.conn.jco.JCoRecordMetaData
Returns the total length of a structure or single row of a table with a Unicode layout.
getUniqueName() - Method in class com.sap.ecm.api.RepositoryOptions
 
getUnmarshallTime() - Method in interface com.sap.conn.jco.JCoThroughput
Returns the time consumed to marshal data from C to Java.
getUsedConnectionCount() - Method in interface com.sap.conn.jco.monitor.JCoDestinationMonitor
Returns the number of client connections that are currently being used with the monitored destination instance.
getUser() - Method in interface com.sap.conn.jco.JCoAttributes
Retrieves the user ID field from the connection attributes, the name of the user the connection is associated with.
getUser() - Method in interface com.sap.conn.jco.JCoDestination
Returns the logon user as specified in the destination properties.
getUser() - Method in interface com.sap.conn.jco.JCoRemoteContext
Returns the user used by the partner (server).
getUser(String) - Method in interface com.sap.security.um.user.UserProvider
Returns the user which has the provided name, or null if no user with the provided name exists.
getUser(X509Certificate) - Method in interface com.sap.security.um.user.UserProvider
Returns the user which has the provided X.509 client certificate assigned, or null if the provided certificate is not assigned to any user.
getUserID() - Method in interface com.sap.conn.jco.JCoBackgroundUnitAttributes
Returns the user ID associated with the unit.
getUserLogonData() - Method in interface com.sap.conn.jco.JCoCustomDestination
Returns the holder for properties of user logon data.
getUserProvider() - Static method in class com.sap.security.um.service.UserManagementAccessor
Returns user provider that provides read access to the user implementation.
getValue() - Method in interface com.sap.conn.jco.JCoField
Returns the field's value as an object.
getValue(int) - Method in interface com.sap.conn.jco.JCoRecord
Generic method that returns the value of the ith field as an object.
getValue(String) - Method in interface com.sap.conn.jco.JCoRecord
Returns the value of the named field as an object.
getValue() - Method in interface com.sap.core.connectivity.api.authentication.AuthenticationHeader
 
getVersion() - Static method in class com.sap.conn.jco.JCo
Returns the version of the JCo implementation.
getVisibility() - Method in class com.sap.ecm.api.RepositoryOptions
 
getWaitingThreadCount() - Method in interface com.sap.conn.jco.monitor.JCoDestinationMonitor
Returns the number of threads that are currently waiting for a free connection to be used with the monitored destination instance.

H

hasField(String) - Method in interface com.sap.conn.jco.JCoMetaData
Checks whether a named field exists.
hasNextField() - Method in interface com.sap.conn.jco.JCoFieldIterator
Tests if this iterator would return another field, when invoking nextField().
hasPreviousField() - Method in interface com.sap.conn.jco.JCoFieldIterator
Tests if this iterator would return another field, when invoking previousField().
hasPreviousField() - Method in interface com.sap.conn.jco.JCoParameterFieldIterator
Tests if this iterator would return another field, when invoking previousParameterField().
hasRole(String) - Method in interface com.sap.security.um.user.User
Returns whether the user is assigned to the role with the provided name.

I

IMPORT_PARAMETER - Static variable in interface com.sap.conn.jco.JCoListMetaData
Flag that indicates a import parameter.
indexOf(String) - Method in interface com.sap.conn.jco.JCoMetaData
Returns the index of the named field info.
INFO_PATH - Static variable in interface com.sap.conn.jco.JCoTraceListener
The invocation of additional methods is added to trace compared to PATH_API.
INFO_PATH_API - Static variable in interface com.sap.conn.jco.JCoTraceListener
Adds informational messages to trace in addition to errors and warnings.
init(FilterConfig) - Method in class com.sap.cloud.security.oauth2.OAuthAuthorizationFilter
 
init(ServletConfig) - Method in class com.sap.ecm.api.AbstractCmisProxyServlet
 
insertRow(int) - Method in interface com.sap.conn.jco.JCoTable
Inserts a new empty row before the specified position.
INVALID_ACCESS_TOKEN - Static variable in class com.sap.cloud.security.oauth2.OAuthAuthorization
Error code passed as a httpRequest parameter attribute with a name reason in case of failed authorization when the passed access token does not exist or when it has already expired.
invalidateCache() - Method in interface com.sap.cloud.crypto.keystore.api.KeyStoreService
Explicitly invalidates the local cache of keystores.
InvalidTenantException - Exception in com.sap.cloud.account
InvalidTenantException is a runtime exception which is thrown when specified tenant does not exist or is not assigned to the current application.
InvalidTenantException(String, Exception) - Constructor for exception com.sap.cloud.account.InvalidTenantException
Constructs a new invalid tenant exception with the specified detail message and cause.
InvalidTenantException(String) - Constructor for exception com.sap.cloud.account.InvalidTenantException
Constructs a new invalid tenant exception with the specified detail message.
isAbapClassExceptionEnabled() - Method in interface com.sap.conn.jco.JCoFunction
Returns the boolean value that indicates whether or not the server is permitted to transmit an ABAP class exception when executing this function.
isAbapClassExceptionEnabled() - Method in interface com.sap.conn.jco.JCoRequest
Returns the boolean value that indicates whether or not the server is permitted to transmit an ABAP class exception when executing this request.
isAbapObject(String) - Method in interface com.sap.conn.jco.JCoMetaData
Checks whether the field with the specified name is an ABAP object.
isAbapObject(int) - Method in interface com.sap.conn.jco.JCoMetaData
Checks whether the field with the specified index is an ABAP object.
isActive() - Method in interface com.sap.conn.jco.JCoParameterField
Checks whether this field is active.
isActive(int) - Method in interface com.sap.conn.jco.JCoParameterList
Checks whether the specified field is active.
isActive(String) - Method in interface com.sap.conn.jco.JCoParameterList
Checks whether the specified field is active.
isAuthorized(HttpServletRequest) - Method in class com.sap.cloud.security.oauth2.OAuthAuthorization
This method is only for authentication purpose with the given Access Token.
isAuthorized(HttpServletRequest, String) - Method in class com.sap.cloud.security.oauth2.OAuthAuthorization
Performs the protected resource access check by retrieving from the Authorization Server the scopes associated with the given Access Token, compares them with the passed scopes and checks the Token validity.
isAuthorized(String) - Method in class com.sap.cloud.security.oauth2.OAuthAuthorization
Performs the protected resource access check by retrieving the scopes from the currently logged in user and comparing them with the passed scope.
isAuthorized(HttpServletRequest, Set<String>) - Method in class com.sap.cloud.security.oauth2.OAuthAuthorization
Performs the protected resource access check by retrieving from the Authorization Server the scopes associated with the given Access Token, compares them with the passed scopes and checks the Token validity.
isAuthorized(Set<String>) - Method in class com.sap.cloud.security.oauth2.OAuthAuthorization
Performs the protected resource access check by retrieving the scopes from the currently logged in user and comparing them with the passed scopes.
isCallStackEmpty() - Method in interface com.sap.conn.jco.JCoRemoteContext
Tests whether a call stack is available that contains at least one entry.
isChanging(int) - Method in interface com.sap.conn.jco.JCoListMetaData
Checks whether the field at the specified index is a changing parameter.
isChanging(String) - Method in interface com.sap.conn.jco.JCoListMetaData
Checks whether the field with the specified name is a changing parameter.
isChanging() - Method in interface com.sap.conn.jco.JCoParameterField
Checks whether this field is an export parameter.
isClassQuerySuccessful(String) - Method in interface com.sap.conn.jco.JCoRepositoryQueryResult
 
isCommitCheckOn() - Method in interface com.sap.conn.jco.JCoBackgroundUnitAttributes
Returns whether a commit check is done in the backend for the associated unit.
isEmpty() - Method in interface com.sap.conn.jco.JCoTable
Checks whether the table is empty.
isException(int) - Method in interface com.sap.conn.jco.JCoListMetaData
Checks whether this field is a exception.
isException(String) - Method in interface com.sap.conn.jco.JCoListMetaData
Checks whether this field with the specified name is a exception.
isExport(int) - Method in interface com.sap.conn.jco.JCoListMetaData
Checks whether the field at the specified index is an export parameter.
isExport(String) - Method in interface com.sap.conn.jco.JCoListMetaData
Checks whether the field with the specified name is an export parameter.
isExport() - Method in interface com.sap.conn.jco.JCoParameterField
Checks whether this field is an export parameter.
isFirstRow() - Method in interface com.sap.conn.jco.JCoTable
Retrieves whether the row pointer is on the first row of this table.
isFunctionQuerySuccessful(String) - Method in interface com.sap.conn.jco.JCoRepositoryQueryResult
 
isImport(int) - Method in interface com.sap.conn.jco.JCoListMetaData
Checks whether the field at the specified index is an import parameter.
isImport(String) - Method in interface com.sap.conn.jco.JCoListMetaData
Checks whether the field with the specified name is an import parameter.
isImport() - Method in interface com.sap.conn.jco.JCoParameterField
Checks whether this field is an import parameter.
isInitialized() - Method in interface com.sap.conn.jco.JCoField
Checks whether this field has been initialized.
isInitialized(String) - Method in interface com.sap.conn.jco.JCoRecord
Checks whether this field has been initialized.
isInitialized(int) - Method in interface com.sap.conn.jco.JCoRecord
Checks whether this field has been initialized.
isKernelTraceOn() - Method in interface com.sap.conn.jco.JCoBackgroundUnitAttributes
Returns whether the backend shall write kernel traces for this unit.
isLastRow() - Method in interface com.sap.conn.jco.JCoTable
Retrieves whether the row pointer is on the last row of this table.
isLocked() - Method in interface com.sap.conn.jco.JCoMetaData
Returns whether this meta data instance is locked.
isMultiTenantCapable() - Method in class com.sap.ecm.api.RepositoryOptions
 
isNativeLayerAvailable() - Static method in class com.sap.conn.jco.About
Checks whether the native layer is available and is already loaded.
isNestedType1Structure(int) - Method in interface com.sap.conn.jco.JCoMetaData
Checks whether the field at the specified index is a nested TYPE1 structure, which is a structure with a fixed length in memory, but with a nested layout.
isNestedType1Structure(String) - Method in interface com.sap.conn.jco.JCoMetaData
Checks whether the field with the specified name is a nested TYPE1 structure, which is a structure with a fixed length in memory, but with a nested layout.
isNestedType1Structure() - Method in interface com.sap.conn.jco.JCoRecordMetaData
Checks whether this JCoRecordMetaData is a nested TYPE1 structure, which is a structure with a fixed length in memory, but with a nested layout.
isOptional(int) - Method in interface com.sap.conn.jco.JCoListMetaData
Checks whether the field at the specified index is an optional parameter.
isOptional(String) - Method in interface com.sap.conn.jco.JCoListMetaData
Checks whether the field with the specified name is an optional parameter.
isOptional() - Method in interface com.sap.conn.jco.JCoParameterField
Checks whether this field is an optional parameter.
isPooledConnectionChecked() - Method in interface com.sap.conn.jco.JCoDestination
Returns whether a pooled connection will be checked for corruption before being used for the next function module execution.
isQuerySuccessful() - Method in interface com.sap.conn.jco.JCoRepositoryQueryResult
Returns true only if all requested data dictionary elements were queried.
isReadOnly(String) - Method in interface com.sap.conn.jco.JCoClassMetaData
Indicates whether the given attribute is a read-only attribute or not.
isReadOnly(int) - Method in interface com.sap.conn.jco.JCoClassMetaData
Indicates whether the given attribute is a read-only attribute or not.
isStateful(JCoDestination) - Static method in class com.sap.conn.jco.JCoContext
Returns true if a stateful call sequence has been started in the current session and is not finished yet, i.e.
isStructure() - Method in interface com.sap.conn.jco.JCoField
Checks whether this field is a structure parameter.
isStructure(int) - Method in interface com.sap.conn.jco.JCoMetaData
Checks whether the field at the specified index is a structure parameter.
isStructure(String) - Method in interface com.sap.conn.jco.JCoMetaData
Checks whether the field with the specified name is a structure parameter.
isTable() - Method in interface com.sap.conn.jco.JCoField
Checks whether this field is a table parameter.
isTable(int) - Method in interface com.sap.conn.jco.JCoMetaData
Checks whether the field is a table parameter.
isTable(String) - Method in interface com.sap.conn.jco.JCoMetaData
Checks whether the field with the specified name is a table parameter.
isTypeQuerySuccessful(String) - Method in interface com.sap.conn.jco.JCoRepositoryQueryResult
 
isUnicode() - Method in interface com.sap.conn.jco.JCoRepository
Returns whether the repository contains both Unicode and Non-Unicode metadata.
isUnitHistoryOn() - Method in interface com.sap.conn.jco.JCoBackgroundUnitAttributes
Returns whether the backend shall keep a history of the associated unit.
isUnitLocked() - Method in interface com.sap.conn.jco.JCoBackgroundUnitAttributes
Returns whether the associated unit will be locked.
isValid() - Method in interface com.sap.conn.jco.JCoDestination
Returns true if the corresponding destination configuration was neither changed nor removed, false otherwise.
isValid() - Method in interface com.sap.conn.jco.monitor.JCoDestinationMonitor
Returns true if the monitored destination instance is valid, i.e.
isValid(Calendar) - Method in interface com.sap.security.um.user.User
Returns the user's validity at the specified point in time.
isVirusScannerEnabled() - Method in class com.sap.ecm.api.RepositoryOptions
 
iterator() - Method in interface com.sap.conn.jco.JCoRecord
Returns an Iterator.

J

JCo - Class in com.sap.conn.jco
The main factory class of JCo.
JCo() - Constructor for class com.sap.conn.jco.JCo
 
JCO_ERROR_ABAP_CLASS_EXCEPTION - Static variable in exception com.sap.conn.jco.JCoException
A ABAP class exception has been thrown by a function module in the remote system.
JCO_ERROR_ABAP_EXCEPTION - Static variable in exception com.sap.conn.jco.JCoException
An exception has been thrown by a function module in the remote system.
JCO_ERROR_APPLICATION_EXCEPTION - Static variable in exception com.sap.conn.jco.JCoException
An application error occurred in a JCo server.
JCO_ERROR_CANCELLED - Static variable in exception com.sap.conn.jco.JCoException
A registered server connection has been canceled on the gateway.
JCO_ERROR_COMMUNICATION - Static variable in exception com.sap.conn.jco.JCoException
Exception is caused by network problems, connection breakdowns, gateway problems, inavailability of the remote SAP system, etc.
JCO_ERROR_CONCURRENT_CALL - Static variable in exception com.sap.conn.jco.JCoException
A concurrent method call has been detected.
JCO_ERROR_CONFIGURATION - Static variable in exception com.sap.conn.jco.JCoException
A general configuration error detected.
JCO_ERROR_CONVERSION - Static variable in exception com.sap.conn.jco.JCoException
A conversion between two representations of either a parameter, structure, or table field has failed.
JCO_ERROR_CREATE_SESSION - Static variable in exception com.sap.conn.jco.JCoException
 
JCO_ERROR_DATA_PROVIDER_ERROR - Static variable in exception com.sap.conn.jco.JCoException
A data provider signaled an internal error to JCo.
JCO_ERROR_DESTINATION_DATA_INVALID - Static variable in exception com.sap.conn.jco.JCoException
An destination instance was used, for which the configuration was either deleted or updated.
JCO_ERROR_DESTROY_SESSION - Static variable in exception com.sap.conn.jco.JCoException
 
JCO_ERROR_DSR_LOAD_ERROR - Static variable in exception com.sap.conn.jco.JCoException
DSR is turned on via JCo property, but the library could not loaded properly.
JCO_ERROR_EXTENSION - Static variable in exception com.sap.conn.jco.JCoException
An exception is thrown due to a situation caused by an infrastructure extension.
JCO_ERROR_FIELD_NOT_FOUND - Static variable in exception com.sap.conn.jco.JCoException
A field requested from either a JCoRecord or one of its extending.
JCO_ERROR_FUNCTION_NOT_FOUND - Static variable in exception com.sap.conn.jco.JCoException
A function template could not completely be retrieved from the repository in a JCo server or an error occured during creation of it.
JCO_ERROR_ILLEGAL_ARGUMENT - Static variable in exception com.sap.conn.jco.JCoException
An illegal method argument has been detected.
JCO_ERROR_ILLEGAL_STATE - Static variable in exception com.sap.conn.jco.JCoException
An illegal situation occurred within JCo runtime.
JCO_ERROR_ILLEGAL_TID - Static variable in exception com.sap.conn.jco.JCoException
An invalid transaction ID has been encountered.
JCO_ERROR_INITIALIZATION - Static variable in exception com.sap.conn.jco.JCoException
Some initialization failed within JCo.
JCO_ERROR_INTERNAL - Static variable in exception com.sap.conn.jco.JCoException
An internal error in the JCo runtime.
JCO_ERROR_INVALID_HANDLE - Static variable in exception com.sap.conn.jco.JCoException
A connection handle used internally is invalid, e.g.
JCO_ERROR_INVALID_REPOSITORY_CACHE - Static variable in exception com.sap.conn.jco.JCoException
Indicates an invalid repository cache.
JCO_ERROR_JARM_LOAD_ERROR - Static variable in exception com.sap.conn.jco.JCoException
jARM is turned on via JCo property, but the library could not loaded properly.
JCO_ERROR_LOGON_FAILURE - Static variable in exception com.sap.conn.jco.JCoException
Authorization failures during the logon phase in the ABAP backend.
JCO_ERROR_NOT_SUPPORTED - Static variable in exception com.sap.conn.jco.JCoException
Used for various situations that are not supported within JCo.
JCO_ERROR_NULL_HANDLE - Static variable in exception com.sap.conn.jco.JCoException
A connection handle used internally is null.
JCO_ERROR_PASSIVATE_SESSION - Static variable in exception com.sap.conn.jco.JCoException
 
JCO_ERROR_PASSWORD_CHANGE_REQUIRED - Static variable in exception com.sap.conn.jco.JCoException
When connecting to a partner system that does not allow to logon with initial and expired passwords this group will be used.
JCO_ERROR_PROGRAM - Static variable in exception com.sap.conn.jco.JCoException
The application using JCo provides JCo wrong information or is behaving incorrectly.
JCO_ERROR_PROTOCOL - Static variable in exception com.sap.conn.jco.JCoException
An internal communication protocol error has been detected, while processing data coming over the line.
JCO_ERROR_REGISTRATION_DENIED - Static variable in exception com.sap.conn.jco.JCoException
The gateway is protected with a reg_info file, and the registration of a server failed due to incomplete permissions of the current server.
JCO_ERROR_REPOSITORY_SERIALIZATION - Static variable in exception com.sap.conn.jco.JCoException
Indicates an error in json stream.
JCO_ERROR_REQUEST_CANCELLED - Static variable in exception com.sap.conn.jco.JCoException
A function module execution was cancelled because the scope/session, in which it was running, has been finished.
JCO_ERROR_RESOURCE - Static variable in exception com.sap.conn.jco.JCoException
Indicates that JCo has issues with resources, such as connections in a connection pool, destinations, or servers.
JCO_ERROR_RESTORE_SESSION - Static variable in exception com.sap.conn.jco.JCoException
 
JCO_ERROR_SERVER_DATA_INVALID - Static variable in exception com.sap.conn.jco.JCoException
A server instance was used, for which the configuration was either deleted or updated.
JCO_ERROR_SERVER_STARTUP - Static variable in exception com.sap.conn.jco.JCoException
Something went wrong during the startup phase of a JCo server.
JCO_ERROR_SESSION_REF_NOT_VALID - Static variable in exception com.sap.conn.jco.JCoException
 
JCO_ERROR_SHAREABLE_CONTAINER - Static variable in exception com.sap.conn.jco.JCoException
Not used in standalone environment.
JCO_ERROR_STATE_BUSY - Static variable in exception com.sap.conn.jco.JCoException
The remote ABAP system is busy.
JCO_ERROR_SYSTEM_FAILURE - Static variable in exception com.sap.conn.jco.JCoException
A system failure has occurred in the remote SAP system.
JCO_ERROR_TIMEOUT - Static variable in exception com.sap.conn.jco.JCoException
A timeout occurred while trying to logon to an ABAP system.
JCO_ERROR_UNSUPPORTED_CODEPAGE - Static variable in exception com.sap.conn.jco.JCoException
The remote SAP system or the local systems runs under a codepage, which is not supported by JCoRuntime.
JCO_ERROR_XML_PARSER - Static variable in exception com.sap.conn.jco.JCoException
An exception is thrown while processing XML like serialized data.
JCoAbapObject - Interface in com.sap.conn.jco
The interface comprises public methods for access to ABAP object members.
JCoAttributes - Interface in com.sap.conn.jco
Encapsulates a number of attributes of a connection, such as codepage information, system information of the partner, and other useful data.
JCoBackgroundUnitAttributes - Interface in com.sap.conn.jco
Unit Attributes describing some properties of a processed bgRFC unit in the backend.
JCoClassMetaData - Interface in com.sap.conn.jco
Encapsulates the metadata of ABAP classes.
JCoClassMetaData.JCoAttributeKind - Enum in com.sap.conn.jco
An enumeration of the possible or relevant attribute types.
JCoConnectionData - Interface in com.sap.conn.jco.monitor
This class provides some details for an RFC connection.
JCoConnectionMonitor - Class in com.sap.conn.jco.monitor
Connection monitor provides descriptive details for all opened connections.
JCoConnectionMonitor() - Constructor for class com.sap.conn.jco.monitor.JCoConnectionMonitor
 
JCoContext - Class in com.sap.conn.jco
The JCoContext class allows the execution of stateful function call sequences with JCo.
JCoContext() - Constructor for class com.sap.conn.jco.JCoContext
Only used internally.
JCoCustomDestination - Interface in com.sap.conn.jco
Customizable destination that allows to set specific user logon data and SNC configuration.
JCoCustomDestination.SncConfigurationData - Interface in com.sap.conn.jco
SncConfigurationData allows change SNC configuration for a JCoCustomDestination.
JCoCustomDestination.UserData - Interface in com.sap.conn.jco
UserData allows change the logon configuration data for a JCoCustomDestination.
JCoCustomRepository - Interface in com.sap.conn.jco
JCoCustomRepository is designed to be used for static/custom meta data.
JCoCustomRepository.QueryMode - Enum in com.sap.conn.jco
Enumeration that describes all modes to control the remote queries of a custom repository.
JCoDestination - Interface in com.sap.conn.jco
JCoDestination identifies a physical destination of a function call.
JCoDestinationManager - Class in com.sap.conn.jco
The JCoDestinationManager creates and manages the destinations used by JCo applications.
JCoDestinationManager() - Constructor for class com.sap.conn.jco.JCoDestinationManager
instantiated by JCo runtime only.
JCoDestinationMonitor - Interface in com.sap.conn.jco.monitor
The destination monitor provides some details about a destination.
JCoException - Exception in com.sap.conn.jco
General JCo exception object.
JCoException(int, String, String) - Constructor for exception com.sap.conn.jco.JCoException
Creates an instance of the error object with the specified message.
JCoException(int, String) - Constructor for exception com.sap.conn.jco.JCoException
Creates an instance of the error object with the specified message.
JCoException(int, String, String, Throwable) - Constructor for exception com.sap.conn.jco.JCoException
Creates an instance of the error object with the specified message.
JCoException(int, String, Throwable) - Constructor for exception com.sap.conn.jco.JCoException
Creates an instance of the error object with the specified message.
JCoException(int, String, String, String, char, String, String[]) - Constructor for exception com.sap.conn.jco.JCoException
Creates an instance of the exception object with the specified message and more information for ABAP messages.
JCoException(int, String, String, String, char, String, String[], Throwable) - Constructor for exception com.sap.conn.jco.JCoException
Creates an instance of the exception object with the specified message and more information for ABAP messages.
JCoException(int, String, String, char, String, String[], Throwable, String) - Constructor for exception com.sap.conn.jco.JCoException
Creates an instance of the exception object with the specified message and more information for ABAP messages.
JCoException(int, String, String, String, char, String, String[], Throwable, String) - Constructor for exception com.sap.conn.jco.JCoException
Creates an instance of the exception object with the specified message and more information for ABAP messages.
JCoExtendedFieldMetaData - Interface in com.sap.conn.jco
Encapsulates the extended metadata of a single field of either a parameter list, a structure, or a table.
JCoField - Interface in com.sap.conn.jco
Class to represent a data field in a record (i.e.
JCoFieldIterator - Interface in com.sap.conn.jco
Encapsulates an iterator for the fields of a record.
JCoFunction - Interface in com.sap.conn.jco
Class that represents a function.
JCoFunctionTemplate - Interface in com.sap.conn.jco
Encapsulates all metadata of a function and its import, changing, export and table parameters as well as the exception list.
JCoFunctionUnit - Interface in com.sap.conn.jco
The interface comprises public methods to work with function unit.
JCoFunctionUnitState - Enum in com.sap.conn.jco
Defines possible function unit states.
JCoListMetaData - Interface in com.sap.conn.jco
Encapsulates the metadata of either a parameter list, a request or response.
JCoMetaData - Interface in com.sap.conn.jco
Encapsulates the metadata of JCo data containers.
JCoParameterField - Interface in com.sap.conn.jco
Class to represent a data field in a parameter list.
JCoParameterFieldIterator - Interface in com.sap.conn.jco
Encapsulates an iterator for the fields of a parameter list.
JCoParameterList - Interface in com.sap.conn.jco
A class that encapsulates a parameter list used to pass on data to a function.
JCoRecord - Interface in com.sap.conn.jco
Base interface for all data containers used throughout the JCo toolkit.
JCoRecordField - Interface in com.sap.conn.jco
Class to represent a data field in a structure or table.
JCoRecordFieldIterator - Interface in com.sap.conn.jco
Encapsulates an iterator for the fields of a structure or table.
JCoRecordMetaData - Interface in com.sap.conn.jco
Encapsulates the metadata of either a structure or a table.
JCoRemoteContext - Interface in com.sap.conn.jco
This interface comprises all the methods an object representing a remote context of a (failed) RFC connection is required to implement.
JCoRepository - Interface in com.sap.conn.jco
The meta data repositories are needed to get the technical description of functions and parameters used for fulfilling RFC calls.
JCoRepositoryMonitor - Interface in com.sap.conn.jco.monitor
Repository monitor provides some additional details about the repository.
JCoRepositoryQueryResult - Interface in com.sap.conn.jco
JCoRepositoryResult describes the result of the repository query.
JCoRequest - Interface in com.sap.conn.jco
A JCoRequest is a special view on a JCoFunction and is used in the Request/Response model of JCo function calls.
JCoRequestUnit - Interface in com.sap.conn.jco
The interface comprises public methods to work with request unit.
JCoResponse - Interface in com.sap.conn.jco
A JCoResponse is a special view on a JCoFunction and is used in the Request/Response model of JCo function calls.
JCoRuntimeException - Exception in com.sap.conn.jco
Basic JCo exception for JCo runtime exceptions.
JCoRuntimeException(int, String) - Constructor for exception com.sap.conn.jco.JCoRuntimeException
Creates an instance of the exception object with the specified message and group.
JCoRuntimeException(int, String, String) - Constructor for exception com.sap.conn.jco.JCoRuntimeException
Creates an instance of the exception object with the specified message, group, and key.
JCoRuntimeException(int, String, Throwable) - Constructor for exception com.sap.conn.jco.JCoRuntimeException
Creates an instance of the exception object with the specified message, group, and cause exception.
JCoRuntimeException(int, String, String, Throwable) - Constructor for exception com.sap.conn.jco.JCoRuntimeException
Creates an instance of the exception object with the specified message, group, key, and cause exception.
JCoStructure - Interface in com.sap.conn.jco
JCoStructure is for data containers that need a certain layout in memory.
JCoTable - Interface in com.sap.conn.jco
Interface that describes internal tables used in the parameter lists of function modules.
JCoThroughput - Interface in com.sap.conn.jco
JCO Throughput interface.
JCoTraceListener - Interface in com.sap.conn.jco
JCo trace listener interface.
JCoUnitIdentifier - Interface in com.sap.conn.jco
Function unit identifier is a unique identifier for a function or request unit for bgRFC.
JCoUnitIdentifier.Type - Enum in com.sap.conn.jco
BgRFC unit types.

K

KeyStoreIllegalStateException - Exception in com.sap.cloud.crypto.keystore.api
Thrown in case the keystore is changed in the storage and it cannot be load again.
KeyStoreIllegalStateException(String) - Constructor for exception com.sap.cloud.crypto.keystore.api.KeyStoreIllegalStateException
Constructor with message.
KeyStoreIllegalStateException(String, Throwable) - Constructor for exception com.sap.cloud.crypto.keystore.api.KeyStoreIllegalStateException
Constructor with message and cause.
KeyStoreNotFoundException - Exception in com.sap.cloud.crypto.keystore.api
Thrown if a keystore with the specified name doesn't exist.
KeyStoreNotFoundException(String, Throwable) - Constructor for exception com.sap.cloud.crypto.keystore.api.KeyStoreNotFoundException
Constructor with message and cause.
KeyStoreNotFoundException(String) - Constructor for exception com.sap.cloud.crypto.keystore.api.KeyStoreNotFoundException
Constructor with message.
KeyStoreService - Interface in com.sap.cloud.crypto.keystore.api
Interface of the keystore service that provides read-only access to the available keystores in SAP HANA Cloud.
KeyStoreServiceException - Exception in com.sap.cloud.crypto.keystore.api
Thrown if a problem with the keystore access occurs.
KeyStoreServiceException(String, Throwable) - Constructor for exception com.sap.cloud.crypto.keystore.api.KeyStoreServiceException
Constructor with message and cause.
KeyStoreServiceException(String) - Constructor for exception com.sap.cloud.crypto.keystore.api.KeyStoreServiceException
Constructor with message.

L

LAST_NAME - Static variable in interface com.sap.security.um.user.UserAttribute
Alias for the last name of the user.
lastRow() - Method in interface com.sap.conn.jco.JCoTable
Moves the row pointer to the last row.
listAttributes() - Method in interface com.sap.security.um.user.User
Returns a set of system-specific aliases of all attributes of this user.
load(Reader) - Method in interface com.sap.conn.jco.JCoRepository
Loads the repository from the given reader.
lock() - Method in interface com.sap.conn.jco.JCoMetaData
Locks the meta data to prevent further changes.
LoginContextFactory - Class in com.sap.security.auth.login
The factory of JAAS login contexts can be used to instantiate login contexts with the correct class loading environment for the configured login modules.
LoginContextFactory() - Constructor for class com.sap.security.auth.login.LoginContextFactory
 

M

main(String[]) - Static method in class com.sap.conn.jco.About
Prints the version of the Java Connector.
MISSING_ACCESS_TOKEN - Static variable in class com.sap.cloud.security.oauth2.OAuthAuthorization
Error code passed as a httpRequest parameter attribute with a name reason in case of failed authorization when the access token is not passed as an HTTP "Authorization" request header.

N

NAME - Static variable in interface com.sap.security.um.user.UserAttribute
Alias for the name of the user (see Principal.getName()).
nextField() - Method in interface com.sap.conn.jco.JCoFieldIterator
Returns the next field of the record.
nextParameterField() - Method in interface com.sap.conn.jco.JCoParameterFieldIterator
Returns the next parameter field of the parameter list.
nextRecordField() - Method in interface com.sap.conn.jco.JCoRecordFieldIterator
Returns the next field of this enumeration.
nextRow() - Method in interface com.sap.conn.jco.JCoTable
Moves the row pointer to the next row.
NONE - Static variable in interface com.sap.conn.jco.JCoTraceListener
No trace is written.
NotAuthorizedException - Exception in com.sap.core.connectivity.api.configuration
Exception for errors caused by unauthorized access.
NotAuthorizedException(String) - Constructor for exception com.sap.core.connectivity.api.configuration.NotAuthorizedException
 

O

OAuthAuthorization - Class in com.sap.cloud.security.oauth2
An abstract class used to access OAuthAuthorization implementation.
OAuthAuthorization() - Constructor for class com.sap.cloud.security.oauth2.OAuthAuthorization
 
OAuthAuthorizationFilter - Class in com.sap.cloud.security.oauth2
Performs the protected resource access check by retrieving from the Authorization Server the scopes associated with the given Access Token, and checks the Token validity.
OAuthAuthorizationFilter() - Constructor for class com.sap.cloud.security.oauth2.OAuthAuthorizationFilter
 
OAuthSystemException - Exception in com.sap.cloud.security.oauth2
Exception class which is used in case of communication errors between the OAuth Recourse Server and the OAuth Authorization Server when authorization is checked.
OAuthSystemException(String) - Constructor for exception com.sap.cloud.security.oauth2.OAuthSystemException
Constructs a new OAuthSystem Exception with the specified detail message.
OAuthSystemException(String, Throwable) - Constructor for exception com.sap.cloud.security.oauth2.OAuthSystemException
Constructs a new OAuthSystem Exception with the specified detail message and cause.
OPTIONAL_PARAMETER - Static variable in interface com.sap.conn.jco.JCoListMetaData
Flag that indicates that a parameter is optional.
OutOfNativeMemoryError - Error in com.sap.conn.jco
A special OutOfMemoryError indicating that a JNI call terminated with a return code showing that a memory allocation failed.
OutOfNativeMemoryError() - Constructor for error com.sap.conn.jco.OutOfNativeMemoryError
default constructor for this error.
OutOfNativeMemoryError(String) - Constructor for error com.sap.conn.jco.OutOfNativeMemoryError
Constructor with message as parameter that shows info about the error or gives a hint to the origin.

P

PASSWORD_POLICY - Static variable in interface com.sap.security.um.user.UserAttribute
Alias for password policy associated with the user.
PasswordCheckResult - Enum in com.sap.security.um.user
This enumeration provides the codes of a password check operation.
PasswordStorage - Interface in com.sap.cloud.security.password
This interface provides the ability to store passwords in a central storage.
PasswordStorageException - Exception in com.sap.cloud.security.password
This exception is thrown in case there are errors while trying to set, get or delete a password via Password storage API.
PasswordStorageException() - Constructor for exception com.sap.cloud.security.password.PasswordStorageException
Constructs a new runtime exception with null as its detail message.
PasswordStorageException(String) - Constructor for exception com.sap.cloud.security.password.PasswordStorageException
Constructs a new runtime exception with the specified detail message.
PasswordStorageException(String, Throwable) - Constructor for exception com.sap.cloud.security.password.PasswordStorageException
Constructs a new runtime exception with the specified detail message and cause.
PasswordStorageException(Throwable) - Constructor for exception com.sap.cloud.security.password.PasswordStorageException
Constructs a new runtime exception with the specified cause.
PATH_API - Static variable in interface com.sap.conn.jco.JCoTraceListener
The invocation of API methods is added compared to INFO_PATH_API.
PersistenceException - Exception in com.sap.security.um.user
Exception class which is used in case of communication errors with the user store during search, read or write operations.
PersistenceException(String, Throwable) - Constructor for exception com.sap.security.um.user.PersistenceException
Constructs a new Persistence Exception with the specified detail message and cause.
PersistenceException(String) - Constructor for exception com.sap.security.um.user.PersistenceException
Constructs a new Persistence Exception with the specified detail message.
PersistenceException(Throwable) - Constructor for exception com.sap.security.um.user.PersistenceException
Constructs a new Persistence Exception with the specified cause.
ping() - Method in interface com.sap.conn.jco.JCoDestination
Executes a connection test for this destination.
previousField() - Method in interface com.sap.conn.jco.JCoFieldIterator
Returns the previous field of the record.
previousParameterField() - Method in interface com.sap.conn.jco.JCoParameterFieldIterator
Returns the previous parameter field of the parameter list.
previousRecordField() - Method in interface com.sap.conn.jco.JCoRecordFieldIterator
Returns the previous field of this enumeration.
previousRow() - Method in interface com.sap.conn.jco.JCoTable
Moves the row pointer to the previous row.

Q

queryMetaDataSet(JCoRepository, List<String>, List<String>, List<String>) - Static method in class com.sap.conn.jco.JCo
Queries the meta data for function, type and class lists.

R

readOnlyMode() - Method in class com.sap.ecm.api.AbstractCmisProxyServlet
Indicates if the proxy should only forward read-only Browser binding requests.
removeClassMetaDataFromCache(String) - Method in interface com.sap.conn.jco.JCoRepository
Removes a class meta data instance from the local cache.
removeFunctionTemplateFromCache(String) - Method in interface com.sap.conn.jco.JCoRepository
Removes a function template from the local cache.
removeRecordMetaDataFromCache(String) - Method in interface com.sap.conn.jco.JCoRepository
Removes a record meta data from the local cache.
removeThroughput() - Method in interface com.sap.conn.jco.JCoDestination
Removes the throughput instance from the destination.
removeTraceListener(JCoTraceListener) - Static method in class com.sap.conn.jco.JCo
Removes the given trace listener from the list of JCoTraceListeners.
RepositoryAlreadyExistsException - Exception in com.sap.ecm.api
This exception signals that an attempt to create a new repository failed, as the requested repository already exists.
RepositoryAlreadyExistsException(String) - Constructor for exception com.sap.ecm.api.RepositoryAlreadyExistsException
Constructs a new exception with the given message.
RepositoryNotEmptyException - Exception in com.sap.ecm.api
This exception signals that a repository could not be deleted because it still contains content.
RepositoryNotEmptyException(String) - Constructor for exception com.sap.ecm.api.RepositoryNotEmptyException
Constructs a new exception with the given message.
RepositoryOptions - Class in com.sap.ecm.api
This class defines various repository options necessary to create a new repository.
RepositoryOptions() - Constructor for class com.sap.ecm.api.RepositoryOptions
 
RepositoryOptions.Visibility - Enum in com.sap.ecm.api
Specifies the repository visibility level.
RepositoryQuotaExceededException - Exception in com.sap.ecm.api
This exception signals that an attempt to create a new repository failed, as the respective quota of repositories is exceeded.
RepositoryQuotaExceededException(String) - Constructor for exception com.sap.ecm.api.RepositoryQuotaExceededException
Constructs a new exception with the given message.
requestSSOTicket(boolean) - Method in interface com.sap.conn.jco.JCoCustomDestination.UserData
If the SSO ticket is requested, then the ABAP Server will generate a new SSO Ticket, that can be used to logon to other systems.
requireAuthentication() - Method in class com.sap.ecm.api.AbstractCmisProxyServlet
Indicates if the request must be authenticated.
reset() - Method in interface com.sap.conn.jco.JCoFieldIterator
Resets the iterator.
reset() - Method in interface com.sap.conn.jco.JCoThroughput
Resets the class variables, i.e.

S

save(Writer) - Method in interface com.sap.conn.jco.JCoRepository
Saves this repository using the given writer.
This method does not close the given writer.
searchUser(String, String, UserProvider.SearchOperator, UserProvider.CaseSensitive) - Method in interface com.sap.security.um.user.UserProvider
Searches users and returns the user names of the users that match the provided search criteria.
service(HttpServletRequest, HttpServletResponse) - Method in class com.sap.ecm.api.AbstractCmisProxyServlet
 
ServiceException - Exception in com.sap.ecm.api
Generic exception encapsulating other root causes.
ServiceException(String, Throwable) - Constructor for exception com.sap.ecm.api.ServiceException
Constructs a new exception with the given message and the given root cause.
ServiceException(String) - Constructor for exception com.sap.ecm.api.ServiceException
Constructs a new exception with the given message.
setAbapClassExceptionMode(AbapClassException.Mode) - Method in interface com.sap.conn.jco.JCoFunction
Sets the mode for ABAP class exceptions.
setAbapClassExceptionMode(AbapClassException.Mode) - Method in interface com.sap.conn.jco.JCoRequest
Sets the mode for ABAP class exceptions.
setActive(int, boolean) - Method in interface com.sap.conn.jco.JCoParameterList
Sets the marshall/unmarshall behavior of a parameter.
setActive(String, boolean) - Method in interface com.sap.conn.jco.JCoParameterList
Sets the marshall/unmarshall behavior of a parameter.
setAliasUser(String) - Method in interface com.sap.conn.jco.JCoCustomDestination.UserData
Adjusts the alias that can be used instead of the user name
setClient(String) - Method in interface com.sap.conn.jco.JCoBackgroundUnitAttributes
Allows setting the SAP client attribute.
setClient(String) - Method in interface com.sap.conn.jco.JCoCustomDestination.UserData
Adjust the client of the ABAP system
setCodepage(String) - Method in interface com.sap.conn.jco.JCoCustomDestination
The RFC communication negotiates the code page to use with its communication partner.
setCommitCheckOn(boolean) - Method in interface com.sap.conn.jco.JCoBackgroundUnitAttributes
Allows adjusting the commit check attribute.
setDescription(String) - Method in class com.sap.ecm.api.RepositoryOptions
 
setDestination(JCoDestination) - Method in interface com.sap.conn.jco.JCoCustomRepository
Set the destination for the remote queries.
setDisplayName(String) - Method in class com.sap.ecm.api.RepositoryOptions
 
setExternalIDData(String) - Method in interface com.sap.conn.jco.JCoCustomDestination.UserData
Sets the external identification user logon data.
setExternalIDType(String) - Method in interface com.sap.conn.jco.JCoCustomDestination.UserData
Sets the type of the external identification user logon data.
setKernelTrace(boolean) - Method in interface com.sap.conn.jco.JCoBackgroundUnitAttributes
Allows setting the kernel trace attribute.
setLanguage(String) - Method in interface com.sap.conn.jco.JCoCustomDestination.UserData
Adjusts the language with which the logon is done.
setLineType(String) - Method in interface com.sap.conn.jco.JCoRecordMetaData
In case the JCoRecordMetaData is created for a JCoCustomRepository and represents a table type, setLineType() allows setting the name of the structure, table or data element, which is the line type of the table.
setLock(boolean) - Method in interface com.sap.conn.jco.JCoBackgroundUnitAttributes
Allows setting the lock attribute.
setLogonCheck(int) - Method in interface com.sap.conn.jco.JCoCustomDestination.UserData
Value 0 delays the logon check until the first call will be sent
setMiddlewareProperty(String, String) - Static method in class com.sap.conn.jco.JCo
Sets a value for the given middleware property.
setMultiTenantCapable(boolean) - Method in class com.sap.ecm.api.RepositoryOptions
 
setName(String) - Method in interface com.sap.conn.jco.JCoMetaData
Sets the name of the table/structure this meta data describes.
setPassword(String, char[]) - Method in interface com.sap.cloud.security.password.PasswordStorage
Stores the given password and assigns it to the given alias.
setPassword(String) - Method in interface com.sap.conn.jco.JCoCustomDestination.UserData
Adjusts the password.
setProgramName(String) - Method in interface com.sap.conn.jco.JCoBackgroundUnitAttributes
Allows setting the program name attribute.
setProperty(String, String) - Static method in class com.sap.conn.jco.JCo
Sets a value for the given JCo property.
setQueryMode(JCoCustomRepository.QueryMode) - Method in interface com.sap.conn.jco.JCoCustomRepository
Allow the application to control the repository query.
setRecordLength(int, int) - Method in interface com.sap.conn.jco.JCoRecordMetaData
Sets the total length of a structure or single row of a table.
setRepositoryDestination(JCoDestination) - Method in interface com.sap.conn.jco.JCoCustomDestination
Sets the destination, whose repository will be used for meta data queries for this destination.
setRepositoryKey(String) - Method in class com.sap.ecm.api.RepositoryOptions
 
setRow(int) - Method in interface com.sap.conn.jco.JCoTable
Sets the row pointer to the specified position.
setSncLibrary(String) - Method in interface com.sap.conn.jco.JCoCustomDestination.SncConfigurationData
sets path to the SNC library
setSncMode(String) - Method in interface com.sap.conn.jco.JCoCustomDestination.SncConfigurationData
sets mode of the SNC.
setSncMyName(String) - Method in interface com.sap.conn.jco.JCoCustomDestination.SncConfigurationData
sets own SNC name
setSncPartnerName(String) - Method in interface com.sap.conn.jco.JCoCustomDestination.SncConfigurationData
sets partner SNC name
setSncQOP(String) - Method in interface com.sap.conn.jco.JCoCustomDestination.SncConfigurationData
sets Quality of service of SNC
setSncWithSSO(boolean) - Method in interface com.sap.conn.jco.JCoCustomDestination.SncConfigurationData
Allows adjusting the SSO behavior of SNC.
setSSOTicket(String) - Method in interface com.sap.conn.jco.JCoCustomDestination.UserData
Sets the SAP SSO ticket, that will be used for the authentication instead of the password.
setThroughput(JCoThroughput) - Method in interface com.sap.conn.jco.JCoDestination
sets the throughput instance to measure the call execute to this destination.
setTrace(int, String) - Static method in class com.sap.conn.jco.JCo
Turns on the JCo trace.
setTrace(boolean) - Method in interface com.sap.conn.jco.JCoCustomDestination
Allows turning on/off trace on the fly.
setUniqueName(String) - Method in class com.sap.ecm.api.RepositoryOptions
 
setUnitHistory(boolean) - Method in interface com.sap.conn.jco.JCoBackgroundUnitAttributes
Allows setting the unit history attribute.
setUser(String) - Method in interface com.sap.conn.jco.JCoBackgroundUnitAttributes
Allows setting the user attribute.
setUser(String) - Method in interface com.sap.conn.jco.JCoCustomDestination.UserData
Adjusts the user used for the logon.
setUseSapGui(boolean) - Method in interface com.sap.conn.jco.JCoCustomDestination
Allows turning on/off the association of an SAP GUI with the used JCo connection on the fly.
setValue(Object) - Method in interface com.sap.conn.jco.JCoField
Sets the specified object as the field's value.
setValue(String) - Method in interface com.sap.conn.jco.JCoField
Sets the specified string as the field's value.
setValue(char) - Method in interface com.sap.conn.jco.JCoField
Sets the specified character as the field's value.
setValue(char[], int, int) - Method in interface com.sap.conn.jco.JCoField
Sets the specified character array as the field's value.
setValue(short) - Method in interface com.sap.conn.jco.JCoField
Sets the specified short as the field's value.
setValue(int) - Method in interface com.sap.conn.jco.JCoField
Sets the specified integer as the field's value.
setValue(long) - Method in interface com.sap.conn.jco.JCoField
Sets the specified long as the field's value.
setValue(double) - Method in interface com.sap.conn.jco.JCoField
Sets the specified double as the field's value.
setValue(byte[]) - Method in interface com.sap.conn.jco.JCoField
Sets the specified byte array as the field's value.
setValue(byte) - Method in interface com.sap.conn.jco.JCoField
Sets the specified byte as the field's value.
setValue(JCoStructure) - Method in interface com.sap.conn.jco.JCoField
Sets the specified structure as the field's value.
setValue(JCoTable) - Method in interface com.sap.conn.jco.JCoField
Sets the specified table as the field's value.
setValue(int, String) - Method in interface com.sap.conn.jco.JCoRecord
Sets the specified string as the field's value.
setValue(int, char) - Method in interface com.sap.conn.jco.JCoRecord
Sets the specified character as the field's value.
setValue(int, char[]) - Method in interface com.sap.conn.jco.JCoRecord
Sets the specified character array as the field's value.
setValue(int, char[], int, int) - Method in interface com.sap.conn.jco.JCoRecord
Sets the specified character array as the field's value.
setValue(int, short) - Method in interface com.sap.conn.jco.JCoRecord
Sets the short as the value for the ith field.
setValue(int, int) - Method in interface com.sap.conn.jco.JCoRecord
Sets the int as the value for the ith field.
setValue(int, long) - Method in interface com.sap.conn.jco.JCoRecord
Sets the long as the value for the ith field.
setValue(int, double) - Method in interface com.sap.conn.jco.JCoRecord
Sets the double as the value for the ith field.
setValue(int, byte[]) - Method in interface com.sap.conn.jco.JCoRecord
Sets the byte array as the value for the ith field.
setValue(int, JCoStructure) - Method in interface com.sap.conn.jco.JCoRecord
Sets the structure as the value for the ith field.
setValue(int, JCoTable) - Method in interface com.sap.conn.jco.JCoRecord
Sets the table as the value for the ith field.
setValue(int, Object) - Method in interface com.sap.conn.jco.JCoRecord
Sets the object as the value for the ith field.
setValue(String, String) - Method in interface com.sap.conn.jco.JCoRecord
Sets the string as the value for the named field.
setValue(String, char[]) - Method in interface com.sap.conn.jco.JCoRecord
Sets the specified character array as the value for the named field.
setValue(String, char[], int, int) - Method in interface com.sap.conn.jco.JCoRecord
Sets the specified character array as the value for the named field.
setValue(String, char) - Method in interface com.sap.conn.jco.JCoRecord
Sets the character as the value for the named field.
setValue(String, short) - Method in interface com.sap.conn.jco.JCoRecord
Sets the short as the value for the named field.
setValue(String, int) - Method in interface com.sap.conn.jco.JCoRecord
Sets the int as the value for the named field.
setValue(String, long) - Method in interface com.sap.conn.jco.JCoRecord
Sets the long as the value for the named field.
setValue(String, double) - Method in interface com.sap.conn.jco.JCoRecord
Sets the double as the value for the named field.
setValue(int, float) - Method in interface com.sap.conn.jco.JCoRecord
Sets the float as the value for the ith field.
setValue(String, float) - Method in interface com.sap.conn.jco.JCoRecord
Sets the float as the value for the named field.
setValue(int, BigDecimal) - Method in interface com.sap.conn.jco.JCoRecord
Sets the BigDecimal as the value for the ith field.
setValue(String, BigDecimal) - Method in interface com.sap.conn.jco.JCoRecord
Sets the BigDecimal as the value for the named field.
setValue(int, byte) - Method in interface com.sap.conn.jco.JCoRecord
Sets the byte as the value for the ith field.
setValue(String, byte) - Method in interface com.sap.conn.jco.JCoRecord
Sets the byte as the value for the named field.
setValue(String, byte[]) - Method in interface com.sap.conn.jco.JCoRecord
Sets the byte array as the value for the named field.
setValue(String, JCoStructure) - Method in interface com.sap.conn.jco.JCoRecord
Sets the structure as the value for the named field.
setValue(String, JCoTable) - Method in interface com.sap.conn.jco.JCoRecord
Sets the table as the value for the named field.
setValue(String, Object) - Method in interface com.sap.conn.jco.JCoRecord
Sets the object as the value for the named field.
setValue(String, JCoAbapObject) - Method in interface com.sap.conn.jco.JCoRecord
Sets the value of the specified field to be the given JCoAbapObject.
setValue(int, JCoAbapObject) - Method in interface com.sap.conn.jco.JCoRecord
Sets the value of the specified field to be the given JCoAbapObject.
setVirusScannerEnabled(boolean) - Method in class com.sap.ecm.api.RepositoryOptions
 
setVisibility(RepositoryOptions.Visibility) - Method in class com.sap.ecm.api.RepositoryOptions
 
setX509Certificate(String) - Method in interface com.sap.conn.jco.JCoCustomDestination.UserData
Sets the X.509 certificate, that will be used for the authentication instead of the password.
SHORT_DEBUG - Static variable in interface com.sap.conn.jco.JCoTraceListener
Some more verbose information including limited data containers are added compared to INFO_PATH.
STATE_ACTIVE - Static variable in interface com.sap.conn.jco.monitor.JCoConnectionData
Connection state flag: Connection is active, i.e.
STATE_STATEFUL - Static variable in interface com.sap.conn.jco.monitor.JCoConnectionData
Connection state flag: Connection is stateful, i.e.
supportAtomPubBinding() - Method in class com.sap.ecm.api.AbstractCmisProxyServlet
Indicates if the CMIS AtomPub Binding should be exposed.
supportBrowserBinding() - Method in class com.sap.ecm.api.AbstractCmisProxyServlet
Indicates if the CMIS Browser Binding should be exposed.
supportCMIS_1_0() - Method in class com.sap.ecm.api.AbstractCmisProxyServlet
Indicates if the CMIS 1.0 endpoints should be exposed.
supportCMIS_1_1() - Method in class com.sap.ecm.api.AbstractCmisProxyServlet
Indicates if the CMIS 1.1 endpoints should be exposed.
supportsASXML() - Method in interface com.sap.conn.jco.JCoFunctionTemplate
Returns true if this function module is supporting the ASXML semantics for serialization in the RFC protocol.
supportWebServicesBinding() - Method in class com.sap.ecm.api.AbstractCmisProxyServlet
Indicates if the CMIS Web Services Binding should be exposed.

T

Tenant - Interface in com.sap.cloud.account
Tenant interface provides information about particular tenant.
TenantAlreadySetException - Exception in com.sap.cloud.account
TenantAlreadySetException is a runtime exception which is thrown when another tenant is already assigned to the current thread.
TenantAlreadySetException(String, Exception) - Constructor for exception com.sap.cloud.account.TenantAlreadySetException
Constructs a new tenant already set exception with the specified detail message and cause.
TenantAlreadySetException(String) - Constructor for exception com.sap.cloud.account.TenantAlreadySetException
Constructs a new tenant already set exception with the specified detail message.
TenantContext - Interface in com.sap.cloud.account
TenantContext interface provides information about the tenant which is associated with the current Thread.
TenantUnavailableException - Exception in com.sap.cloud.account
TenantUnavailableException is a runtime exception which is thrown when the tenant context is unavailable.
TenantUnavailableException(String, Exception) - Constructor for exception com.sap.cloud.account.TenantUnavailableException
Constructs a new tenant unavailable exception with the specified detail message and cause.
TenantUnavailableException(String) - Constructor for exception com.sap.cloud.account.TenantUnavailableException
Constructs a new tenant unavailable exception with the specified detail message.
toAbapObject() - Method in exception com.sap.conn.jco.AbapClassException
Returns the instance of JCoAbapObject that is used by JCo to represent an ABAP class exception.
toJSON() - Method in interface com.sap.conn.jco.JCoRecord
Returns the whole record in a JSON representation.
toJSON(Writer) - Method in interface com.sap.conn.jco.JCoRecord
Serializes the whole record in a JSON representation to a Writer.
toString() - Method in exception com.sap.conn.jco.JCoException
Returns a short description of this exception.
toString() - Method in exception com.sap.conn.jco.JCoRuntimeException
Returns a short description of this exception.
toXML() - Method in interface com.sap.conn.jco.JCoFunction
Returns the function as an XML string.
toXML(int) - Method in interface com.sap.conn.jco.JCoRecord
Returns the value of the ith field as a XML string.
toXML(String) - Method in interface com.sap.conn.jco.JCoRecord
Returns the value of named field as a XML string.
toXML() - Method in interface com.sap.conn.jco.JCoRecord
Returns the whole record in XML format.
trace(int, String) - Method in interface com.sap.conn.jco.JCoTraceListener
Called when a trace message is being issued.
trimToRows() - Method in interface com.sap.conn.jco.JCoTable
Trims the capacity of this table to be the table's current number of rows.
TYPE_ABAPOBJECT - Static variable in interface com.sap.conn.jco.JCoMetaData
ABAP object.
TYPE_BCD - Static variable in interface com.sap.conn.jco.JCoMetaData
Packed BCD number, any length between 1 and 16 bytes.
TYPE_BOX - Static variable in interface com.sap.conn.jco.JCoMetaData
ABAP boxed component.
TYPE_BYTE - Static variable in interface com.sap.conn.jco.JCoMetaData
Raw data, binary, fixed length, zero padded.
TYPE_CDAY - Static variable in interface com.sap.conn.jco.JCoMetaData
Date representing a month and a day of the month without specifying a year, corresponds to ABAP type 'c'.
TYPE_CHAR - Static variable in interface com.sap.conn.jco.JCoMetaData
1-byte or multi-byte character.Fixed sized, blank padded.
TYPE_DATE - Static variable in interface com.sap.conn.jco.JCoMetaData
Date ( YYYYYMMDD ).
TYPE_DECF16 - Static variable in interface com.sap.conn.jco.JCoMetaData
decimal floating point.
TYPE_DECF34 - Static variable in interface com.sap.conn.jco.JCoMetaData
decimal floating point.
TYPE_DTDAY - Static variable in interface com.sap.conn.jco.JCoMetaData
Date representing year, month, and day, corresponds to ABAP type 'd'.
TYPE_DTMONTH - Static variable in interface com.sap.conn.jco.JCoMetaData
Date representing a year and a month, corresponds to ABAP type 'x'.
TYPE_DTWEEK - Static variable in interface com.sap.conn.jco.JCoMetaData
Date representing a year and a week of the year, corresponds to ABAP type '7'.
TYPE_EXCEPTION - Static variable in interface com.sap.conn.jco.JCoMetaData
ABAP exception.
TYPE_FLOAT - Static variable in interface com.sap.conn.jco.JCoMetaData
Floating point,double precision.
TYPE_GENERIC_BOX - Static variable in interface com.sap.conn.jco.JCoMetaData
ABAP boxed generic component.
TYPE_INT - Static variable in interface com.sap.conn.jco.JCoMetaData
4-byte integer .
TYPE_INT1 - Static variable in interface com.sap.conn.jco.JCoMetaData
1-byte integer .
TYPE_INT2 - Static variable in interface com.sap.conn.jco.JCoMetaData
2-byte integer .
TYPE_INT8 - Static variable in interface com.sap.conn.jco.JCoMetaData
Eight-byte integer, corresponds to ABAP type '8'.
TYPE_INVALID - Static variable in interface com.sap.conn.jco.JCoMetaData
The field info does not contain a valid JCO type.
TYPE_ITAB - Static variable in interface com.sap.conn.jco.JCoMetaData
Internal table.
TYPE_NUM - Static variable in interface com.sap.conn.jco.JCoMetaData
Digits, fixed size,'0' padded.
TYPE_STRING - Static variable in interface com.sap.conn.jco.JCoMetaData
UTF8 encoded string of variable length.
TYPE_STRUCTURE - Static variable in interface com.sap.conn.jco.JCoMetaData
A heterogeneous structure.
TYPE_TABLE - Static variable in interface com.sap.conn.jco.JCoMetaData
A JCoTable.
TYPE_TIME - Static variable in interface com.sap.conn.jco.JCoMetaData
Time (HHMMSS).
TYPE_TMINUTE - Static variable in interface com.sap.conn.jco.JCoMetaData
Time representing hours and minutes, corresponds to ABAP type 'i'.
TYPE_TSECOND - Static variable in interface com.sap.conn.jco.JCoMetaData
Time representing hours, minutes, and seconds, corresponds to ABAP type 't'.
TYPE_UTCLONG - Static variable in interface com.sap.conn.jco.JCoMetaData
Timestamp with high precision, i.e., date and time including fractions of a second, corresponds to ABAP type 'p'.
TYPE_UTCMINUTE - Static variable in interface com.sap.conn.jco.JCoMetaData
Timestamp with a precision of one minute, i.e., date and time with hours and minutes, corresponds to ABAP type 'w'.
TYPE_UTCSECOND - Static variable in interface com.sap.conn.jco.JCoMetaData
timestamp with a precision of one second, i.e., date and time with hours, minutes and seconds, corresponds to ABAP type 'n'.
TYPE_XSTRING - Static variable in interface com.sap.conn.jco.JCoMetaData
Byte array of variable length.

U

UMException - Exception in com.sap.security.um
Base class for all declared exceptions thrown by the UM bundle.
UMException(String) - Constructor for exception com.sap.security.um.UMException
Constructs a new UM Exception with the specified detail message.
UMException(Throwable) - Constructor for exception com.sap.security.um.UMException
Constructs a new UM Exception with the specified cause.
UMException(String, Throwable) - Constructor for exception com.sap.security.um.UMException
Constructs a new UM Exception with the specified detail message and cause.
UNINITIALIZED - Static variable in interface com.sap.conn.jco.JCoMetaData
The field info was not initialized yet.
UnsupportedUserAttributeException - Exception in com.sap.security.um.user
Exception which is throw if an attribute should be read which is not supported by the user store.
UnsupportedUserAttributeException(String) - Constructor for exception com.sap.security.um.user.UnsupportedUserAttributeException
Constructs a new Persistence Exception with the specified detail message.
UnsupportedUserAttributeException(Throwable) - Constructor for exception com.sap.security.um.user.UnsupportedUserAttributeException
Constructs a new Persistence Exception with the specified cause.
UnsupportedUserAttributeException(String, Throwable) - Constructor for exception com.sap.security.um.user.UnsupportedUserAttributeException
Constructs a new Persistence Exception with the specified detail message and cause.
User - Interface in com.sap.security.um.user
This interface provides read access to user data and is an extension of Principal.
USER_PROVIDER_NAME_PROPERTY - Static variable in interface com.sap.security.um.user.UserProvider
Could be used to specify a name of the UserProvider implementation when it is registered in an OSGi framework.
UserAttribute - Interface in com.sap.security.um.user
The interface represents abstraction over a user general attribute, such as an e-mail address.
UserManagementAccessor - Class in com.sap.security.um.service
A common accessor to user management API implementation.
UserManagementAccessor() - Constructor for class com.sap.security.um.service.UserManagementAccessor
 
UserProvider - Interface in com.sap.security.um.user
This interface represents the service interface which provides read access to a user implementation.
UserProvider.CaseSensitive - Enum in com.sap.security.um.user
Two possible ways to search for user attribute values if supported by the the user provider implementation for the concrete user attribute.
UserProvider.SearchOperator - Enum in com.sap.security.um.user
Searching for exact match of the search criteria.

V

validate() - Method in class com.sap.ecm.api.RepositoryOptions
Validates this object and returns an error message if wrong parameters are supplied or parameters are missing.
valueOf(String) - Static method in enum com.sap.conn.jco.AbapClassException.Mode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sap.conn.jco.JCoClassMetaData.JCoAttributeKind
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sap.conn.jco.JCoCustomRepository.QueryMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sap.conn.jco.JCoFunctionUnitState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sap.conn.jco.JCoUnitIdentifier.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sap.ecm.api.RepositoryOptions.Visibility
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sap.security.um.user.PasswordCheckResult
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sap.security.um.user.UserProvider.CaseSensitive
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sap.security.um.user.UserProvider.SearchOperator
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.sap.conn.jco.AbapClassException.Mode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.sap.conn.jco.JCoClassMetaData.JCoAttributeKind
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.sap.conn.jco.JCoCustomRepository.QueryMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.sap.conn.jco.JCoFunctionUnitState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.sap.conn.jco.JCoUnitIdentifier.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.sap.ecm.api.RepositoryOptions.Visibility
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.sap.security.um.user.PasswordCheckResult
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.sap.security.um.user.UserProvider.CaseSensitive
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.sap.security.um.user.UserProvider.SearchOperator
Returns an array containing the constants of this enum type, in the order they are declared.

W

WINDOWS_DOMAIN_QUALIFIER_NAME - Static variable in interface com.sap.security.um.user.UserAttribute
Alias for the windows qualified name of the user.
write(Writer) - Method in interface com.sap.conn.jco.JCoField
Writes the field to writer.
write(int, Writer) - Method in interface com.sap.conn.jco.JCoRecord
Writes the field specified by index to writer.
write(String, Writer) - Method in interface com.sap.conn.jco.JCoRecord
Writes the named field to writer.

X

X509_SUBJECT_NAME - Static variable in interface com.sap.security.um.user.UserAttribute
Alias for the X.509 subject name of the user.
XMLParserException - Exception in com.sap.conn.jco
Exception thrown by the XML parser in the RFC communication when using complex parameters or if the function module is tagged in the metadata to use binary ASXML as serialization format on the line.
XMLParserException(String) - Constructor for exception com.sap.conn.jco.XMLParserException
Creates a new instance of the XMLParserException with the given message.
XMLParserException(String, Throwable) - Constructor for exception com.sap.conn.jco.XMLParserException
Creates a new instance of the XMLParserException with the given message and a cause exception.
A B C D E F G H I J K L M N O P Q R S T U V W X 

Copyright © 2016 SAP. All Rights Reserved.