Package | Description |
---|---|
com.saperion.connector.exceptions | |
com.saperion.connector.rmi |
Package for connector RMI client classes.
|
com.saperion.connector.service |
This package contains the client-side implementations of services.
|
com.saperion.exception |
This package contains the classes for the global exceptions.
|
com.saperion.exception.wf |
This package contains the classes for the workflow exceptions.
|
com.saperion.operations |
This package defines the different operations, that can be invoked by rmi.
|
com.saperion.operations.document |
This package defines the different operations on documents, that can be invoked by rmi.
|
com.saperion.operations.folders |
This package defines the different operations on folders, that can be invoked by rmi.
|
com.saperion.operations.lookup |
This package defines the different operations on lookup tables, that can be invoked by rmi.
|
com.saperion.operations.storage | |
com.saperion.operations.user | |
com.saperion.operations.workflow |
This package defines the different workflow-operations, that can be invoked by rmi.
|
com.saperion.rmi.common |
This package contains the classes for the LARIX RMI Server.
|
com.saperion.rmi.serverexception |
This package contains the exception classes for RMI client components.
|
Modifier and Type | Class and Description |
---|---|
class |
CorruptInterfaceVersion
Will be thrown, if the Interface Version of the Connector differs from the Backend Version.
|
Modifier and Type | Method and Description |
---|---|
<T extends Serializable> |
SaRMIClientCommandImpl.invoke(com.lexmark.saperion.remote.common.operations.Operation<T,SaBasicException,LegacyConnection> operation)
This method invokes a
Operation on the backend. |
<T extends Serializable> |
SaRMIClientCommand.invoke(com.lexmark.saperion.remote.common.operations.Operation<T,SaBasicException,LegacyConnection> operation)
This method invokes a
Operation on the backend. |
Modifier and Type | Method and Description |
---|---|
protected SaBasicException |
LegacyAwareRmiClientService.mapSystemException(SaSystemException systemException)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
protected SaBasicException |
LegacyAwareRmiClientService.mapSystemException(SaSystemException systemException)
Deprecated.
|
Modifier and Type | Class and Description |
---|---|
class |
ConstraintViolationException
This exception indicates that something went wrong concerning document definition constraints.
|
class |
DataSourceException
This exception indicates that something went wrong concerning a specific data source.
|
class |
DataSourceOfflineException
This exception indicates that a given data source is offline while it was intended to be used.
|
class |
MalformedEntityException
This exception indicates that an entity was encountered whose data is in some way malformed or inconsistent.
|
class |
MandatoryConstraintViolationException
This exception indicates that a mandatory constraint for a given list of fields in a given ddc was violated.
|
class |
OutdatedRevisionWriteException
This exception is thrown when the system detects an attempt to modify an entity that is not a latest revision..
|
class |
QueryEvaluationException
This
Exception indicates that evaluating a query failed. |
class |
SaAuthenticationException
Authentication exceptions which may occur in the following situations.
Authentication "system failure during log on process", "user does not exist", "wrong password", "user account is inactive", "no current user for automatic login found", "client was not supplied", "no licenses available for login", "user account is already in use", "password has expired", "invalid client kind", "user is not logged in". |
class |
SaBarcodeException
Barcode exception.
|
class |
SaConnectException
Exception is thrown when a (re) connect to RMI server failed.
|
class |
SaDBException
Exception, thrown during the query execution (connector level).
|
class |
SaDDCException
DDC related exception raised in the following situations:
//GetDefinitions "DDC files could not be retrieved", //GetFields "database definition could not be opened", "database definition invalid, possibly empty DB mappings or invalid data source". |
class |
SaFolderAlreadyExistsException
Exception thrown when a folder is created and a sibling with the same name already exists.
|
class |
SaFolderException
Exception, thrown during folder related errors (connector level).
|
class |
SaFolderNameException
Exception thrown in folder-related methods when a folder name contained an
invalid character.
|
class |
SaFolderOperationNotAllowedException
Thrown when an operation with folders is not allowed.
|
class |
SaGetNodeException
* Exceptions in getting node or content; occur in the following situations:
"creating document structure in memory failed",
"loading document metadata failed",
"loading sub-document from structure failed",
"loading document content failed",
"invalid document handle was provided",
"no document content available",
"accessing document handle failed",
"accessing document content failed",
"given byte offset is greater than data size",
"document uid is empty",
"document member is empty",
"unsupported document type encountered",
"initializing index data array failed",
"archiving new document failed",
"committing transaction failed",
"rolling back transaction failed",
"transaction ID is invalid/empty",
"updatind document content on medium failed",
"updatind document metadata in database failed",
"deleting document failed",
"retrieving database cursor failed".
|
class |
SaImageConverterException
Exception thrown by SaImageConverter if converting an image failed.
|
class |
SaJCRException
JCR related Base exception.
|
class |
SaLicenseNotAllowedException
This exception is thrown when a user logs on with a license that he is not allowed to use
because of missing privileges.
|
class |
SaLockException
* Lock exceptions which occur in the following situations:
"locking or unlocking document failed",
"document is currently locked by another user",
"retrieving lock data failed, possibly unavailable".
|
class |
SaOperationRmiException
Deprecated.
|
class |
SaOperationRuntimeException
Deprecated.
|
class |
SaPasswordExpiredException
Indicates that the users password is expired.
|
class |
SaperionConfigurationException
This exception indicates that the saperion system is not configured to handle the method
call properly.
|
class |
SaPropertyException
Exceptions in JCR Properties; occurs in the following situations:
setting document property failed,
column/property name does not exist,
invalid database definition name specified,
improper index element count specified for field type,
binary data section (lob) is empty,
unsupported property type specified.
|
class |
SaSapUrlException
Exception thrown when checking a SAP-URL failed.
|
class |
SaSearchFieldException
SaSearchFieldException will be thrown in case of a data base field cannot be
found.
|
class |
SaSecurityException
Exception class for RMI security exceptions.
|
class |
SaSetACLException
SaSetACLException will be thrown in case of a ACL could not be set in the backend.
|
class |
SaSetContentException
Exceptions in setting content, occur in the following situations:
"creating temporary file failed",
"making up temporary file name failed",
"handle to temporary content file is invalid",
"writing buffer to content file failed",
"inserting content into document failed",
"closing temporary file failed".
|
class |
SaSetNodeException
Exceptions in setting or deletion node; occurs in the following situations:
"committing transaction failed",
"rolling back transaction failed",
"transaction ID is invalid/empty",
"updating document content on medium failed",
"updating document metadata in database failed",
"deleting document failed",
"given byte offset is greater than data size".
|
class |
SaSystemException
Exception class for common system errors and some failed RMI commands.
|
class |
SaTooManyResultsException
This exception is thrown when a query returned more results than allowed.
|
class |
SaUniqueConstraintViolationException
Exception thrown when a document is created or updated and the value of a unique field already exists in
another document.
|
class |
SystemFieldWriteException
This exception indicates that a call tried to write to a system field directly.
|
class |
UniqueConstraintViolationException
This exception indicates that a uniqueness constraint for a given list of fields in a given ddc was violated.
|
class |
UnknownDataSourceException
This exception indicates that a given data source could not be found.
|
class |
UnknownDefinitionException
This exception indicates that a given document definition could not be found.
|
class |
UnknownReferenceException
Indicates that for a given reference, there was no match found.
|
class |
WrappedBasicException
This exception is intended to wrap instances of
SaBasicException in order to
transport them by rmi without breaking compatibility of existent calls and
operations . |
class |
WrappedEcmException
This exception works as wrapper in cases where server components already throw new exceptions while the client
interface still expects the old ones.
|
class |
WrongDefinitionKindException
This exception indicates that the type of a document definition does not work the way it is used.
|
Modifier and Type | Method and Description |
---|---|
SaBasicException |
WrappedBasicException.getCause() |
Constructor and Description |
---|
WrappedBasicException(SaBasicException cause) |
Modifier and Type | Class and Description |
---|---|
class |
SaWorkflowException
Workflow exception which occurs when a operation on the workflow connector fails.
|
class |
SaWorkflowRefreshException
Indicates that an exception occurred while refreshing a workflow.
|
Modifier and Type | Class and Description |
---|---|
static class |
LegacyOperationAdapter.EcmExceptionWrapper |
Modifier and Type | Method and Description |
---|---|
protected SaBasicException |
LegacyOperation.mapException(Exception e) |
Modifier and Type | Method and Description |
---|---|
void |
LegacyOperationAdapter.beforeInvoke(int token,
LegacyConnection connection) |
void |
LegacyOperation.beforeInvoke(int token,
LegacyConnection connection) |
void |
LegacyOperation.beforeInvoke(LegacyConnection connection) |
com.lexmark.saperion.remote.common.operations.Void |
VoidOperation.invoke() |
ResultType |
LegacyOperationAdapter.invoke() |
T |
InTransaction.invoke() |
ServerSideClientConfiguration |
GetServerSideClientConfiguration.invoke() |
ArrayList<Serializable> |
ApplyBatch.invoke() |
Constructor and Description |
---|
ApplyBatch(List<com.lexmark.saperion.remote.common.operations.Operation<? extends Serializable,SaBasicException,LegacyConnection>> batch)
Creates an instance of ApplyBatch that will invoke the given operations in the given order.
|
InTransaction(com.lexmark.saperion.remote.common.operations.Operation<T,SaBasicException,LegacyConnection> toInvoke)
Creates a new instance of InTransaction that invokes the given
Operation inside a
new database transaction. |
Modifier and Type | Method and Description |
---|---|
void |
UpdateDocument.beforeInvoke(int token,
LegacyConnection connection) |
void |
CreateDocumentOperation.beforeInvoke(int token,
LegacyConnection connection) |
void |
CreateDocument.beforeInvoke(int token,
LegacyConnection connection) |
SaSaveInfo |
UpdateDocument.invoke() |
byte[] |
ReadContentStreamPart.invoke() |
com.lexmark.saperion.document.DocumentRevisionType |
LoadDocumentRevisionById.invoke() |
com.lexmark.saperion.document.DocumentRevisionType |
LoadDocumentById.invoke() |
com.lexmark.saperion.remote.common.operations.document.content.stream.StreamingConfiguration |
GetStreamingConfiguration.invoke() |
com.lexmark.saperion.document.DocumentRevisionReferenceType |
GetLatestRevisionId.invoke() |
SaDocInfo |
GetDocumentInfo.invoke() |
com.lexmark.saperion.document.DocumentStoreInformationType |
CreateDocumentOperation.invoke() |
SaSaveInfo |
CreateDocument.invoke() |
String |
CloneDocument.invoke() |
Modifier and Type | Method and Description |
---|---|
String |
CreateFolder.invoke() |
Modifier and Type | Method and Description |
---|---|
com.lexmark.saperion.lookup.LookupEntryListItemType |
GetLookupEntryOperation.invoke() |
ArrayList<com.lexmark.saperion.administration.AclReferenceType> |
GetLookupEntryAccessControlListsOperation.invoke() |
EnumSet<com.lexmark.saperion.administration.AccessRight> |
GetAccessOnLookupEntry.invoke() |
com.lexmark.saperion.lookup.LookupEntryReferenceType |
CreateLookupEntryOperation.invoke() |
Modifier and Type | Method and Description |
---|---|
ArrayList<Medium> |
ListStorageOperation.invoke() |
Modifier and Type | Method and Description |
---|---|
SaUserInfo |
GetCurrentUserInfo.invoke() |
Modifier and Type | Method and Description |
---|---|
TaskUserSelection |
ReadSelectableUsersForTransition.invoke() |
com.lexmark.saperion.workflow.WorkflowDefinitionType |
LoadWorkflowDefinition.invoke() |
ArrayList<ProcessDefinitionDescriptor> |
GetProcessDefinitions.invoke() |
BoxCount |
GetBoxCountReminders.invoke() |
BoxCount |
GetBoxCountDue.invoke() |
BoxCount |
GetBoxCountCreated.invoke() |
BoxCount |
GetBoxCountCompleted.invoke() |
BoxCount |
GetBoxCount.invoke() |
HashMap<Integer,BoxCount> |
GetAllBoxCounts.invoke() |
Long |
CountTasks.invoke() |
Modifier and Type | Method and Description |
---|---|
<T extends Serializable> |
SaRMIServerCommand.invoke(int clientToken,
com.lexmark.saperion.remote.common.operations.Operation<T,SaBasicException,LegacyConnection> operation)
This method invokes an
Operation on the server side. |
Modifier and Type | Method and Description |
---|---|
<T extends Serializable> |
SaRMIServerCommand.invoke(int clientToken,
com.lexmark.saperion.remote.common.operations.Operation<T,SaBasicException,LegacyConnection> operation)
This method invokes an
Operation on the server side. |
Modifier and Type | Class and Description |
---|---|
class |
NativeException
An exception indicating that a native call resulted in a return code other than retOk.
|
Copyright © 2020 Hyland Software Germany GmbH. All rights reserved.