A B C D E F G H I K L M N O P R S T U V W 
All Classes All Packages

A

AbstractAclManagementDelegateService - Class in com.lexmark.saperion.delegate
This AclManagementService simply delegates to another instance.
AbstractAclManagementDelegateService() - Constructor for class com.lexmark.saperion.delegate.AbstractAclManagementDelegateService
 
AbstractArchiveDelegateService - Class in com.lexmark.saperion.delegate
This ArchiveService simply delegates to another instance.
AbstractArchiveDelegateService() - Constructor for class com.lexmark.saperion.delegate.AbstractArchiveDelegateService
 
AbstractCloudShareDelegateService - Class in com.lexmark.saperion.delegate
 
AbstractCloudShareDelegateService() - Constructor for class com.lexmark.saperion.delegate.AbstractCloudShareDelegateService
 
AbstractDelegateService<Service> - Class in com.lexmark.saperion.delegate
This abstract class works as a super class for delegate services to share common implementation.
AbstractDelegateService() - Constructor for class com.lexmark.saperion.delegate.AbstractDelegateService
 
AbstractDocumentDelegateService - Class in com.lexmark.saperion.delegate
This DocumentService simply delegates to another instance.
AbstractDocumentDelegateService() - Constructor for class com.lexmark.saperion.delegate.AbstractDocumentDelegateService
 
AbstractExceptionFactory<T extends java.lang.Exception> - Class in com.lexmark.saperion.exceptions.mappings
Base implementation of an exception factory.
AbstractExceptionFactory() - Constructor for class com.lexmark.saperion.exceptions.mappings.AbstractExceptionFactory
 
AbstractFolderDelegateService - Class in com.lexmark.saperion.delegate
This FolderService simply delegates to another instance.
AbstractFolderDelegateService() - Constructor for class com.lexmark.saperion.delegate.AbstractFolderDelegateService
 
AbstractGroupManagementDelegateService - Class in com.lexmark.saperion.delegate
This GroupManagementService simply delegates to another instance.
AbstractGroupManagementDelegateService() - Constructor for class com.lexmark.saperion.delegate.AbstractGroupManagementDelegateService
 
AbstractLookupEntryDelegateService - Class in com.lexmark.saperion.delegate
This LookupEntryService simply delegates to another instance.
AbstractLookupEntryDelegateService() - Constructor for class com.lexmark.saperion.delegate.AbstractLookupEntryDelegateService
 
AbstractRecordDelegateService - Class in com.lexmark.saperion.delegate
This RecordService simply delegates to another instance.
AbstractRecordDelegateService() - Constructor for class com.lexmark.saperion.delegate.AbstractRecordDelegateService
 
AbstractRoleManagementDelegateService - Class in com.lexmark.saperion.delegate
This RoleManagementService simply delegates to another instance.
AbstractRoleManagementDelegateService() - Constructor for class com.lexmark.saperion.delegate.AbstractRoleManagementDelegateService
 
AbstractTenantManagementDelegateService - Class in com.lexmark.saperion.delegate
This TenantManagementService simply delegates to another instance.
AbstractTenantManagementDelegateService() - Constructor for class com.lexmark.saperion.delegate.AbstractTenantManagementDelegateService
 
AbstractUserManagementDelegateService - Class in com.lexmark.saperion.delegate
This UserManagementService simply delegates to another instance.
AbstractUserManagementDelegateService() - Constructor for class com.lexmark.saperion.delegate.AbstractUserManagementDelegateService
 
AbstractWorkflowDefinitionDelegateService - Class in com.lexmark.saperion.delegate
This WorkflowDefinitionService simply delegates to another instance.
AbstractWorkflowDefinitionDelegateService() - Constructor for class com.lexmark.saperion.delegate.AbstractWorkflowDefinitionDelegateService
 
AbstractWorkflowInboxDelegateService - Class in com.lexmark.saperion.delegate
This WorkflowInboxService simply delegates to another instance.
AbstractWorkflowInboxDelegateService() - Constructor for class com.lexmark.saperion.delegate.AbstractWorkflowInboxDelegateService
 
AbstractWorkflowProcessDelegateService - Class in com.lexmark.saperion.delegate
This WorkflowProcessService simply delegates to another instance.
AbstractWorkflowProcessDelegateService() - Constructor for class com.lexmark.saperion.delegate.AbstractWorkflowProcessDelegateService
 
AbstractWorkflowTaskDelegateService - Class in com.lexmark.saperion.delegate
This WorkflowTaskService simply delegates to another instance.
AbstractWorkflowTaskDelegateService() - Constructor for class com.lexmark.saperion.delegate.AbstractWorkflowTaskDelegateService
 
AclClient - Interface in com.lexmark.saperion.client.administration
This client provides methods for administrating a given access control list.
AclClientImpl - Class in com.lexmark.saperion.client.implementation.administration
This is the default implementation of AclClient.
AclClientImpl(AclManagementService, AclReferenceType) - Constructor for class com.lexmark.saperion.client.implementation.administration.AclClientImpl
 
AclManagementDelegateService - Class in com.lexmark.saperion.delegate
This AclManagementService simply delegates to another instance.
AclManagementDelegateService(AclManagementService) - Constructor for class com.lexmark.saperion.delegate.AclManagementDelegateService
 
AclManagementServiceClient - Interface in com.lexmark.saperion.client.administration
This client provides methods for administrating access control lists.
AclManagementServiceClientImpl - Class in com.lexmark.saperion.client.implementation.administration
This is the default implementation of AclManagementServiceClient.
AclManagementServiceClientImpl(AclManagementService) - Constructor for class com.lexmark.saperion.client.implementation.administration.AclManagementServiceClientImpl
 
aclReferenceFromIdAndName(int, String) - Static method in class com.lexmark.saperion.TypeConversions
This factory method create a new AclReferenceType from the id and name of the referenced acl.
aclReferenceFromName(String) - Static method in class com.lexmark.saperion.TypeConversions
This factory method create a new AclReferenceType from the name of the referenced acl.
acquireOwnership() - Method in class com.lexmark.saperion.client.implementation.workflow.WorkflowTaskClientImpl
 
acquireOwnership() - Method in interface com.lexmark.saperion.client.workflow.WorkflowTaskClient
This method acquires the ownership of the task for the current user.
acquireOwnership(TaskReferenceType) - Method in class com.lexmark.saperion.delegate.AbstractWorkflowTaskDelegateService
 
acquireOwnership(TaskReferenceType) - Method in interface com.lexmark.saperion.workflow.WorkflowTaskService
Acquires the ownership of a task.
AdapterEcmException - Exception in com.lexmark.saperion.adapter
This runtime exception wraps an ecm exception for adapters to be able to throw ecm exceptions in a getter or setter.
AdapterEcmException(EcmException) - Constructor for exception com.lexmark.saperion.adapter.AdapterEcmException
This constructor wraps the given ecm exception in a runtime exception.
addComment(TaskReferenceType, String) - Method in class com.lexmark.saperion.delegate.AbstractWorkflowTaskDelegateService
 
addComment(TaskReferenceType, String) - Method in interface com.lexmark.saperion.workflow.WorkflowTaskService
Adds a comment to a workflow task.
addComment(String) - Method in class com.lexmark.saperion.client.implementation.workflow.WorkflowTaskClientImpl
 
addComment(String) - Method in interface com.lexmark.saperion.client.workflow.WorkflowTaskClient
This method adds a comment to the workflow task.
addDocument(DocumentReferenceType) - Method in interface com.lexmark.saperion.client.folder.FolderDocumentSearchServiceClient
This method files the document referenced into the current folder.
addDocument(DocumentReferenceType) - Method in class com.lexmark.saperion.client.implementation.folder.FolderDocumentSearchServiceClientImpl
 
addDocuments(FolderReferenceType, List<DocumentReferenceType>) - Method in class com.lexmark.saperion.delegate.AbstractFolderDelegateService
 
addDocuments(List<DocumentReferenceType>) - Method in interface com.lexmark.saperion.client.folder.FolderDocumentSearchServiceClient
This method adds the given documents to the current folder.
addDocuments(List<DocumentReferenceType>) - Method in class com.lexmark.saperion.client.implementation.folder.FolderDocumentSearchServiceClientImpl
 
addGroupMember(GroupReferenceType, ActorReferenceType) - Method in class com.lexmark.saperion.delegate.AbstractGroupManagementDelegateService
 
addMember(GroupReferenceType) - Method in interface com.lexmark.saperion.client.administration.GroupMembershipClientForGroups
This method adds a group or user - given by its reference - to the given group.
addMember(GroupReferenceType) - Method in class com.lexmark.saperion.client.implementation.administration.GroupMembershipClientForGroupsImpl
 
addMember(UserReferenceType) - Method in interface com.lexmark.saperion.client.administration.GroupMembershipClientForUsers
This method adds a group or user - given by its reference - to the given group.
addMember(UserReferenceType) - Method in class com.lexmark.saperion.client.implementation.administration.GroupMembershipClientForUsersImpl
 
ADHOC - com.lexmark.saperion.workflow.WorkflowProcessTypeEnum
The process was started as ad-hoc workflow.
ADMIN - com.lexmark.saperion.AuditService.AuditEvents
The ADMIN.
appendChild(DocumentElementType) - Method in interface com.lexmark.saperion.client.document.DocumentElementClient
This method appends a given document element as a child to the current one.
appendChild(DocumentElementType) - Method in class com.lexmark.saperion.client.implementation.document.DocumentElementClientImpl
 
appendChildElement(DocumentRevisionReferenceType, DocumentElementReferenceType, DocumentElementType) - Method in class com.lexmark.saperion.delegate.AbstractDocumentDelegateService
 
APPLICATION_ERROR_OFFSET - Static variable in class com.lexmark.saperion.exceptions.EcmErrorCodes
 
APPLICATION_MALFORMED_ENTITY_ERROR - com.lexmark.saperion.exceptions.mappings.ApplicationExceptionFactory.ApplicationErrors
 
APPLICATION_MALFORMED_ENTITY_ERROR - Static variable in class com.lexmark.saperion.exceptions.EcmErrorCodes
error code - 401
ApplicationExceptionFactory - Class in com.lexmark.saperion.exceptions.mappings
Security exceptions factory implementation.
ApplicationExceptionFactory() - Constructor for class com.lexmark.saperion.exceptions.mappings.ApplicationExceptionFactory
 
ApplicationExceptionFactory.ApplicationErrors - Enum in com.lexmark.saperion.exceptions.mappings
Application error definitions.
apply(int, int) - Method in interface com.lexmark.saperion.search.EcmSearchFunction
 
ARCHIVE - com.lexmark.saperion.AuditService.AuditEvents
The ARCHIVE.
ArchiveClient - Interface in com.lexmark.saperion.client.archive
This client defines the operations possible for archives.
ArchiveClientImpl - Class in com.lexmark.saperion.client.implementation.archive
This is the default implementation of ArchiveClient.
ArchiveClientImpl(ArchiveService, ArchiveReferenceType) - Constructor for class com.lexmark.saperion.client.implementation.archive.ArchiveClientImpl
 
ArchiveDelegateService - Class in com.lexmark.saperion.delegate
This ArchiveService simply delegates to another instance.
ArchiveDelegateService(ArchiveService) - Constructor for class com.lexmark.saperion.delegate.ArchiveDelegateService
 
archiveReferenceFromDocumentReference(DocumentReferenceType) - Static method in class com.lexmark.saperion.TypeConversions
This factory creates a reference to the archive the document with the given reference is archived in.
ArchiveServiceClient - Interface in com.lexmark.saperion.client.archive
This client provides functionality concerning archives (DDCs).
ArchiveServiceClientImpl - Class in com.lexmark.saperion.client.implementation.archive
This is the default implementation of ArchiveServiceClient.
ArchiveServiceClientImpl(ArchiveService, DocumentService, FolderService, LookupEntryService) - Constructor for class com.lexmark.saperion.client.implementation.archive.ArchiveServiceClientImpl
 
audit(String, String, AuditService.AuditEvents, String, Map<String, PropertyType>) - Method in interface com.lexmark.saperion.DocumentAuditService
Log an audit event for a given ddc.
audit(String, String, AuditService.AuditEvents, String, Map<String, PropertyType>) - Method in interface com.lexmark.saperion.FolderAuditService
Log an audit event for a given ddc.
AUDIT_DATE - Static variable in interface com.lexmark.saperion.AuditService
 
AUDIT_EVENT - Static variable in interface com.lexmark.saperion.AuditService
 
AUDIT_ID - Static variable in interface com.lexmark.saperion.AuditService
 
AUDIT_REMARK - Static variable in interface com.lexmark.saperion.AuditService
 
AUDIT_TIME - Static variable in interface com.lexmark.saperion.AuditService
 
AUDIT_USER - Static variable in interface com.lexmark.saperion.AuditService
 
AuditService - Interface in com.lexmark.saperion
Base interface for audit functionality.
AuditService.AuditEvents - Enum in com.lexmark.saperion
 
AUTHENTICATION_ERROR - com.lexmark.saperion.exceptions.mappings.SystemExceptionFactory.SystemErrors
 
AUTHENTICATION_ERROR - Static variable in class com.lexmark.saperion.exceptions.EcmErrorCodes
error code - 206
AUTHENTICATION_INVALID_HEADER - com.lexmark.saperion.exceptions.mappings.SystemExceptionFactory.SystemErrors
 
AUTHENTICATION_INVALID_HEADER - Static variable in class com.lexmark.saperion.exceptions.EcmErrorCodes
error code - 208
AUTHENTICATION_INVALID_PASSWORD - com.lexmark.saperion.exceptions.mappings.SystemExceptionFactory.SystemErrors
 
AUTHENTICATION_INVALID_PASSWORD - Static variable in class com.lexmark.saperion.exceptions.EcmErrorCodes
error code - 210
AUTHENTICATION_INVALID_TENANT - com.lexmark.saperion.exceptions.mappings.SystemExceptionFactory.SystemErrors
 
AUTHENTICATION_INVALID_TENANT - Static variable in class com.lexmark.saperion.exceptions.EcmErrorCodes
error code - 209
AUTHENTICATION_PASSWORD_EXPIRED - com.lexmark.saperion.exceptions.mappings.SystemExceptionFactory.SystemErrors
 
AUTHENTICATION_PASSWORD_EXPIRED - Static variable in class com.lexmark.saperion.exceptions.EcmErrorCodes
error code - 211
AUTHENTICATION_UNKNOWN_SCHEME - com.lexmark.saperion.exceptions.mappings.SystemExceptionFactory.SystemErrors
 
AUTHENTICATION_UNKNOWN_SCHEME - Static variable in class com.lexmark.saperion.exceptions.EcmErrorCodes
error code - 207

B

BACKEND_CONFIGURATION_ERROR - com.lexmark.saperion.exceptions.mappings.SystemExceptionFactory.SystemErrors
 
BACKEND_CONFIGURATION_ERROR - Static variable in class com.lexmark.saperion.exceptions.EcmErrorCodes
error code - 121
BACKEND_CONNECTION_ERROR - com.lexmark.saperion.exceptions.mappings.RuntimeExceptionFactory.RuntimeErrors
 
BACKEND_CONNECTION_ERROR - Static variable in class com.lexmark.saperion.exceptions.EcmErrorCodes
error code - 122
BACKEND_EVENT_PROCESSING_ERROR - com.lexmark.saperion.exceptions.mappings.RuntimeExceptionFactory.RuntimeErrors
 
BACKEND_EVENT_PROCESSING_ERROR - Static variable in class com.lexmark.saperion.exceptions.EcmErrorCodes
error code - 123
BACKEND_SYSTEM_ERROR - com.lexmark.saperion.exceptions.mappings.SystemExceptionFactory.SystemErrors
 
BACKEND_SYSTEM_ERROR - Static variable in class com.lexmark.saperion.exceptions.EcmErrorCodes
error code - 120
BACKEND_UN_PROCESSABLE_OPERATION_ERROR - com.lexmark.saperion.exceptions.mappings.RuntimeExceptionFactory.RuntimeErrors
 
BACKEND_UN_PROCESSABLE_OPERATION_ERROR - Static variable in class com.lexmark.saperion.exceptions.EcmErrorCodes
error code - 124
BackendExceptionFactory() - Constructor for class com.lexmark.saperion.exceptions.system.BackendSystemException.BackendExceptionFactory
 
BackendSystemError(int) - Constructor for class com.lexmark.saperion.exceptions.system.BackendSystemException.BackendSystemError
Default constructor.
BackendSystemException - Exception in com.lexmark.saperion.exceptions.system
Generic system exception.
BackendSystemException() - Constructor for exception com.lexmark.saperion.exceptions.system.BackendSystemException
Convenience constructor.
BackendSystemException(ErrorType, Throwable) - Constructor for exception com.lexmark.saperion.exceptions.system.BackendSystemException
Factory constructor.
BackendSystemException(BackendSystemException.BackendSystemError) - Constructor for exception com.lexmark.saperion.exceptions.system.BackendSystemException
Creates a new exception with the given error code.
BackendSystemException(BackendSystemException.BackendSystemError, ErrorDetailsType, String, Throwable) - Constructor for exception com.lexmark.saperion.exceptions.system.BackendSystemException
Creates a new exception with the given error code, error details, exception cause and exception message.
BackendSystemException(BackendSystemException.BackendSystemError, ErrorDetailsType, Map<String, String>, String, Throwable) - Constructor for exception com.lexmark.saperion.exceptions.system.BackendSystemException
Creates a new exception with the given error code, error details, error parameters, exception cause and exception message.
BackendSystemException(BackendSystemException.BackendSystemError, String) - Constructor for exception com.lexmark.saperion.exceptions.system.BackendSystemException
Creates a new exception with the given error code and exception message.
BackendSystemException(BackendSystemException.BackendSystemError, Throwable) - Constructor for exception com.lexmark.saperion.exceptions.system.BackendSystemException
Creates a new exception with the given error code and exception cause.
BackendSystemException(String) - Constructor for exception com.lexmark.saperion.exceptions.system.BackendSystemException
Creates a new exception with the given exception message.
BackendSystemException(String, Throwable) - Constructor for exception com.lexmark.saperion.exceptions.system.BackendSystemException
 
BackendSystemException(String, Throwable, ErrorDetailsType) - Constructor for exception com.lexmark.saperion.exceptions.system.BackendSystemException
Creates a new exception with the given error details, exception cause and exception message.
BackendSystemException(Throwable) - Constructor for exception com.lexmark.saperion.exceptions.system.BackendSystemException
Creates a new exception with the given exception cause.
BackendSystemException.BackendExceptionFactory - Class in com.lexmark.saperion.exceptions.system
Backend exception factory.
BackendSystemException.BackendSystemError - Class in com.lexmark.saperion.exceptions.system
Backend error definition.
BeanAdapter<T> - Interface in com.lexmark.saperion.adapter
Type adapters provide a mechanism to convert Saperion data objects to standard java beans, such as data transfer objects.

C

CAN_APPROVE - com.lexmark.saperion.workflow.TaskCapabilitiesEnum
 
CAN_DELETE - com.lexmark.saperion.workflow.TaskCapabilitiesEnum
 
CAN_EDIT_DOC - com.lexmark.saperion.workflow.TaskCapabilitiesEnum
 
CAN_EDIT_DOCINDEX - com.lexmark.saperion.workflow.TaskCapabilitiesEnum
 
CAN_EDIT_INDEX - com.lexmark.saperion.workflow.TaskCapabilitiesEnum
 
CAN_FORWARD - com.lexmark.saperion.workflow.TaskCapabilitiesEnum
 
CAN_NOT_RESPONSIBLE - com.lexmark.saperion.workflow.TaskCapabilitiesEnum
 
CAN_PUT_BACK - com.lexmark.saperion.workflow.TaskCapabilitiesEnum
 
CAN_REJECT - com.lexmark.saperion.workflow.TaskCapabilitiesEnum
 
CAN_REWORK - com.lexmark.saperion.workflow.TaskCapabilitiesEnum
 
CAN_TAKE - com.lexmark.saperion.workflow.TaskCapabilitiesEnum
 
changePassword(String, String, String, LicenseEnumeration, String) - Method in class com.lexmark.saperion.client.implementation.SaperionClientFactoryImpl
 
changePassword(String, String, String, LicenseEnumeration, String) - Method in interface com.lexmark.saperion.client.SaperionClientFactory
This method creates a new saperion client with a new session in the context of the given user credentials.
changePassword(String, String, String, LicenseEnumeration, String) - Method in interface com.lexmark.saperion.client.spi.Connector
This method connects to the saperion server, authenticates the given credentials, changes the password and creates a ServiceFactory that uses the user context of the given credentials.
CHECKIN - com.lexmark.saperion.AuditService.AuditEvents
The CHECKIN.
checkIntegrity() - Method in class com.lexmark.saperion.exceptions.mappings.AbstractExceptionFactory
 
checkIntegrity() - Method in interface com.lexmark.saperion.exceptions.mappings.ExceptionFactory
Performs an integrity check on the factories exception mapping registries.
CHECKOUT - com.lexmark.saperion.AuditService.AuditEvents
The CHECKOUT.
CLIENT_ACCESS_DENIED - com.lexmark.saperion.exceptions.mappings.RuntimeExceptionFactory.RuntimeErrors
 
CLIENT_CONCURRENT_WRITE_ERROR - com.lexmark.saperion.exceptions.mappings.RuntimeExceptionFactory.RuntimeErrors
 
CLIENT_CONCURRENT_WRITE_ERROR - Static variable in class com.lexmark.saperion.exceptions.EcmErrorCodes
error code - 302
CLIENT_ERROR_OFFSET - Static variable in class com.lexmark.saperion.exceptions.EcmErrorCodes
 
CLIENT_ILLEGAL_RETENTION_ERROR - com.lexmark.saperion.exceptions.mappings.RuntimeExceptionFactory.RuntimeErrors
 
CLIENT_ILLEGAL_RETENTION_ERROR - Static variable in class com.lexmark.saperion.exceptions.EcmErrorCodes
error code - 326
CLIENT_MANDATORY_CONSTRAINT_VIOLATION_ERROR - com.lexmark.saperion.exceptions.mappings.RuntimeExceptionFactory.RuntimeErrors
 
CLIENT_MANDATORY_CONSTRAINT_VIOLATION_ERROR - Static variable in class com.lexmark.saperion.exceptions.EcmErrorCodes
error code - 323
CLIENT_NO_LICENSE_AVAILABLE_ERROR - com.lexmark.saperion.exceptions.mappings.RuntimeExceptionFactory.RuntimeErrors
 
CLIENT_NO_LICENSE_AVAILABLE_ERROR - Static variable in class com.lexmark.saperion.exceptions.EcmErrorCodes
error code - 305
CLIENT_OBJECT_LOCKED_ERROR - com.lexmark.saperion.exceptions.mappings.RuntimeExceptionFactory.RuntimeErrors
 
CLIENT_OBJECT_LOCKED_ERROR - Static variable in class com.lexmark.saperion.exceptions.EcmErrorCodes
error code - 304
CLIENT_RETENTION_VIOLATION_ERROR - com.lexmark.saperion.exceptions.mappings.RuntimeExceptionFactory.RuntimeErrors
 
CLIENT_RETENTION_VIOLATION_ERROR - Static variable in class com.lexmark.saperion.exceptions.EcmErrorCodes
error code - 327
CLIENT_SEARCH_ERROR - com.lexmark.saperion.exceptions.mappings.RuntimeExceptionFactory.RuntimeErrors
 
CLIENT_STORAGE_PROFILE_ASSIGNMENT_ERROR - com.lexmark.saperion.exceptions.mappings.RuntimeExceptionFactory.RuntimeErrors
 
CLIENT_STORAGE_PROFILE_ASSIGNMENT_ERROR - Static variable in class com.lexmark.saperion.exceptions.EcmErrorCodes
error code - 325
CLIENT_SYSTEM_FIELD_WRITE_ERROR - com.lexmark.saperion.exceptions.mappings.RuntimeExceptionFactory.RuntimeErrors
 
CLIENT_SYSTEM_FIELD_WRITE_ERROR - Static variable in class com.lexmark.saperion.exceptions.EcmErrorCodes
error code - 322
CLIENT_UNIQUE_CONSTRAINT_VIOLATION_ERROR - com.lexmark.saperion.exceptions.mappings.RuntimeExceptionFactory.RuntimeErrors
 
CLIENT_UNIQUE_CONSTRAINT_VIOLATION_ERROR - Static variable in class com.lexmark.saperion.exceptions.EcmErrorCodes
error code - 324
CLIENT_WRONG_ARCHIVE_TYPE_ERROR - com.lexmark.saperion.exceptions.mappings.RuntimeExceptionFactory.RuntimeErrors
 
CLIENT_WRONG_ARCHIVE_TYPE_ERROR - Static variable in class com.lexmark.saperion.exceptions.EcmErrorCodes
error code - 321
CLIENTACTION - com.lexmark.saperion.workflow.TaskStateEnum
 
close() - Method in class com.lexmark.saperion.client.implementation.SaperionClientImpl
 
close() - Method in interface com.lexmark.saperion.client.SaperionClient
This method closes the client.
close() - Method in interface com.lexmark.saperion.client.spi.ServiceFactory
This method closes the factory.
com.lexmark.saperion - package com.lexmark.saperion
 
com.lexmark.saperion.adapter - package com.lexmark.saperion.adapter
 
com.lexmark.saperion.client - package com.lexmark.saperion.client
 
com.lexmark.saperion.client.administration - package com.lexmark.saperion.client.administration
 
com.lexmark.saperion.client.archive - package com.lexmark.saperion.client.archive
 
com.lexmark.saperion.client.document - package com.lexmark.saperion.client.document
 
com.lexmark.saperion.client.folder - package com.lexmark.saperion.client.folder
 
com.lexmark.saperion.client.implementation - package com.lexmark.saperion.client.implementation
 
com.lexmark.saperion.client.implementation.administration - package com.lexmark.saperion.client.implementation.administration
 
com.lexmark.saperion.client.implementation.archive - package com.lexmark.saperion.client.implementation.archive
 
com.lexmark.saperion.client.implementation.document - package com.lexmark.saperion.client.implementation.document
 
com.lexmark.saperion.client.implementation.folder - package com.lexmark.saperion.client.implementation.folder
 
com.lexmark.saperion.client.implementation.lookup - package com.lexmark.saperion.client.implementation.lookup
 
com.lexmark.saperion.client.implementation.workflow - package com.lexmark.saperion.client.implementation.workflow
 
com.lexmark.saperion.client.lookup - package com.lexmark.saperion.client.lookup
 
com.lexmark.saperion.client.spi - package com.lexmark.saperion.client.spi
 
com.lexmark.saperion.client.workflow - package com.lexmark.saperion.client.workflow
 
com.lexmark.saperion.delegate - package com.lexmark.saperion.delegate
 
com.lexmark.saperion.exceptions - package com.lexmark.saperion.exceptions
 
com.lexmark.saperion.exceptions.application - package com.lexmark.saperion.exceptions.application
 
com.lexmark.saperion.exceptions.mappings - package com.lexmark.saperion.exceptions.mappings
 
com.lexmark.saperion.exceptions.runtime - package com.lexmark.saperion.exceptions.runtime
 
com.lexmark.saperion.exceptions.system - package com.lexmark.saperion.exceptions.system
 
com.lexmark.saperion.search - package com.lexmark.saperion.search
 
com.lexmark.saperion.workflow - package com.lexmark.saperion.workflow
This package contains common types, references and enumerations for workflow-related ECM- Server functionality.
ConcurrentWriteDetails - Class in com.lexmark.saperion.exceptions.runtime
These are the details of a ConcurrentWriteException.
ConcurrentWriteDetails() - Constructor for class com.lexmark.saperion.exceptions.runtime.ConcurrentWriteDetails
 
ConcurrentWriteException - Exception in com.lexmark.saperion.exceptions.runtime
This exception indicates that an operation failed because it tried to modify an outdated version of an object.
ConcurrentWriteException(ErrorType, Throwable) - Constructor for exception com.lexmark.saperion.exceptions.runtime.ConcurrentWriteException
This is the constructor used for serialization.
ConcurrentWriteException(String, ReferenceType, ReferenceType) - Constructor for exception com.lexmark.saperion.exceptions.runtime.ConcurrentWriteException
This constructor creates a ConcurrentWriteException that indicates that it was attempted to write on an entity referenced by given reference while the latest version of the object is referenced by the other given reference.
connect(String, LicenseEnumeration, String) - Method in interface com.lexmark.saperion.client.spi.Connector
This method connects to the saperion server, authenticates the given credentials and creates a ServiceFactory that uses the user context of the given credentials.
connect(String, String, LicenseEnumeration, String) - Method in interface com.lexmark.saperion.client.spi.Connector
This method connects to the saperion server, authenticates the given credentials and creates a ServiceFactory that uses the user context of the given credentials.
connect(String, String, LicenseEnumeration, String, String) - Method in interface com.lexmark.saperion.client.spi.Connector
This method connects to the saperion server, authenticates the given credentials and creates a ServiceFactory that uses the user context of the given credentials.
Connector - Interface in com.lexmark.saperion.client.spi
A connector is bound to a specific saperion system.
ConnectorFactory - Interface in com.lexmark.saperion.client.spi
This is the service interface implementations need to register.
ConnectorFactoryImpl - Class in com.lexmark.saperion.client
This implementation of ConnectorFactory allows to select the actual connection-type by specifying the property ConnectorFactoryImpl.PROPERTY_SAPERION_CONNECTION_TYPE.
ConnectorFactoryImpl() - Constructor for class com.lexmark.saperion.client.ConnectorFactoryImpl
 
convert() - Method in interface com.lexmark.saperion.adapter.BeanAdapter
The convert method creates a new instance of the adapter's data transfer object and populates the result object with the values resolved by the adapter.
convert(Adapter, Type) - Static method in class com.lexmark.saperion.adapter.TypeConverter
Utility method to convert a source object to a target object.
convert(T) - Method in interface com.lexmark.saperion.adapter.BeanAdapter
The convert method copies all properties of the source type to the adopted target type and returns a self reference.
convert(Type, Adapter) - Static method in class com.lexmark.saperion.adapter.TypeConverter
Converter method that copies all properties from the source bean type to the target native adapter.
convertChecked(Adapter) - Static method in class com.lexmark.saperion.adapter.TypeConverter
This utility method converts an adapter to its target object.
createAcl(AclPropertiesType) - Method in interface com.lexmark.saperion.client.administration.AclManagementServiceClient
This method creates a new access control list with the given properties and returns a reference to it.
createAcl(AclPropertiesType) - Method in class com.lexmark.saperion.client.implementation.administration.AclManagementServiceClientImpl
 
createAcl(AclPropertiesType) - Method in class com.lexmark.saperion.delegate.AbstractAclManagementDelegateService
 
createArchiveReference(String, ArchiveContentEnum) - Static method in class com.lexmark.saperion.TypeConversions
Creates an archive reference with the specified name.
createDocument(boolean, CreateDocumentInputType) - Method in class com.lexmark.saperion.delegate.AbstractDocumentDelegateService
 
createDocument(ArchiveReferenceType, Map<String, PropertyType>, DocumentElementType) - Method in interface com.lexmark.saperion.client.document.DocumentServiceClient
This method creates a new document with the given properties in the given archive.
createDocument(ArchiveReferenceType, Map<String, PropertyType>, DocumentElementType) - Method in class com.lexmark.saperion.client.implementation.document.DocumentServiceClientImpl
 
createDocument(ArchiveReferenceType, Map<String, PropertyType>, DocumentElementType) - Method in class com.lexmark.saperion.delegate.AbstractDocumentDelegateService
 
createDocument(CreateDocumentInputType) - Method in interface com.lexmark.saperion.client.document.DocumentServiceClient
This method creates a new document with the given properties in the given archive.
createDocument(CreateDocumentInputType) - Method in class com.lexmark.saperion.client.implementation.document.DocumentServiceClientImpl
 
createException(ErrorType, Throwable) - Method in class com.lexmark.saperion.exceptions.mappings.AbstractExceptionFactory
 
createException(ErrorType, Throwable) - Method in enum com.lexmark.saperion.exceptions.mappings.ApplicationExceptionFactory.ApplicationErrors
 
createException(ErrorType, Throwable) - Method in class com.lexmark.saperion.exceptions.mappings.EcmsExceptionFactory
Creates a new exception for the given service fault.
createException(ErrorType, Throwable) - Method in class com.lexmark.saperion.exceptions.mappings.EcmsExceptionMapping
 
createException(ErrorType, Throwable) - Method in interface com.lexmark.saperion.exceptions.mappings.ExceptionFactory
This method creates a new exception instance for the given server fault.
createException(ErrorType, Throwable) - Method in interface com.lexmark.saperion.exceptions.mappings.ExceptionMapping
Creates a new exception for the given server fault.
createException(ErrorType, Throwable) - Method in enum com.lexmark.saperion.exceptions.mappings.RuntimeExceptionFactory.RuntimeErrors
 
createException(ErrorType, Throwable) - Method in enum com.lexmark.saperion.exceptions.mappings.SystemExceptionFactory.SystemErrors
 
createException(String) - Method in enum com.lexmark.saperion.exceptions.mappings.ApplicationExceptionFactory.ApplicationErrors
 
createException(String) - Method in class com.lexmark.saperion.exceptions.mappings.EcmsExceptionMapping
 
createException(String) - Method in interface com.lexmark.saperion.exceptions.mappings.ExceptionMapping
Creates a new exception for the given server fault.
createException(String) - Method in enum com.lexmark.saperion.exceptions.mappings.RuntimeExceptionFactory.RuntimeErrors
 
createException(String) - Method in enum com.lexmark.saperion.exceptions.mappings.SystemExceptionFactory.SystemErrors
 
createException(String, Throwable) - Method in enum com.lexmark.saperion.exceptions.mappings.ApplicationExceptionFactory.ApplicationErrors
 
createException(String, Throwable) - Method in class com.lexmark.saperion.exceptions.mappings.EcmsExceptionMapping
 
createException(String, Throwable) - Method in interface com.lexmark.saperion.exceptions.mappings.ExceptionMapping
Creates a new exception for the given server fault.
createException(String, Throwable) - Method in enum com.lexmark.saperion.exceptions.mappings.RuntimeExceptionFactory.RuntimeErrors
 
createException(String, Throwable) - Method in enum com.lexmark.saperion.exceptions.mappings.SystemExceptionFactory.SystemErrors
 
createException(Throwable) - Method in enum com.lexmark.saperion.exceptions.mappings.ApplicationExceptionFactory.ApplicationErrors
 
createException(Throwable) - Method in class com.lexmark.saperion.exceptions.mappings.EcmsExceptionMapping
 
createException(Throwable) - Method in interface com.lexmark.saperion.exceptions.mappings.ExceptionMapping
Creates a new exception for the given server fault.
createException(Throwable) - Method in enum com.lexmark.saperion.exceptions.mappings.RuntimeExceptionFactory.RuntimeErrors
 
createException(Throwable) - Method in enum com.lexmark.saperion.exceptions.mappings.SystemExceptionFactory.SystemErrors
 
createFolder(ArchiveReferenceType, String, Map<String, PropertyType>) - Method in interface com.lexmark.saperion.client.folder.FolderServiceClient
This method creates a new folder with the given input data.
createFolder(ArchiveReferenceType, String, Map<String, PropertyType>) - Method in class com.lexmark.saperion.client.implementation.folder.FolderServiceClientImpl
 
createFolder(ArchiveReferenceType, String, Map<String, PropertyType>, FolderReferenceType) - Method in interface com.lexmark.saperion.client.folder.FolderServiceClient
This method creates a new folder with the given input data.
createFolder(ArchiveReferenceType, String, Map<String, PropertyType>, FolderReferenceType) - Method in class com.lexmark.saperion.client.implementation.folder.FolderServiceClientImpl
 
createFolder(CreateFolderInputType) - Method in interface com.lexmark.saperion.client.folder.FolderServiceClient
This method creates a new folder with the given input data.
createFolder(CreateFolderInputType) - Method in class com.lexmark.saperion.client.implementation.folder.FolderServiceClientImpl
 
createFolder(CreateFolderInputType) - Method in class com.lexmark.saperion.delegate.AbstractFolderDelegateService
 
createGroup(GroupPropertiesType) - Method in interface com.lexmark.saperion.client.administration.GroupManagementServiceClient
This method creates a new group with the given properties and returns a reference to it.
createGroup(GroupPropertiesType) - Method in class com.lexmark.saperion.client.implementation.administration.GroupManagementServiceClientImpl
 
createGroup(GroupPropertiesType) - Method in class com.lexmark.saperion.delegate.AbstractGroupManagementDelegateService
 
createGroup(String) - Method in interface com.lexmark.saperion.client.administration.GroupManagementServiceClient
createGroup(String) - Method in class com.lexmark.saperion.client.implementation.administration.GroupManagementServiceClientImpl
 
createGroup(String, String, String) - Method in interface com.lexmark.saperion.client.administration.GroupManagementServiceClient
This method creates a new group with the given properties and returns a reference to it.
createGroup(String, String, String) - Method in class com.lexmark.saperion.client.implementation.administration.GroupManagementServiceClientImpl
 
createLookupEntry(ArchiveReferenceType, Map<String, PropertyType>) - Method in class com.lexmark.saperion.client.implementation.lookup.LookupEntryServiceClientImpl
 
createLookupEntry(ArchiveReferenceType, Map<String, PropertyType>) - Method in interface com.lexmark.saperion.client.lookup.LookupEntryServiceClient
This method creates a new Lookup entry instance.
createLookupEntry(ArchiveReferenceType, Map<String, PropertyType>) - Method in class com.lexmark.saperion.delegate.AbstractLookupEntryDelegateService
 
createLookupEntry(CreateLookupEntryInputType) - Method in class com.lexmark.saperion.client.implementation.lookup.LookupEntryServiceClientImpl
 
createLookupEntry(CreateLookupEntryInputType) - Method in interface com.lexmark.saperion.client.lookup.LookupEntryServiceClient
This method creates a new Lookup entry instance.
createLookupEntry(CreateLookupEntryInputType) - Method in class com.lexmark.saperion.delegate.AbstractLookupEntryDelegateService
 
createRecord(CreateRecordInputType) - Method in interface com.lexmark.saperion.client.folder.RecordServiceClient
This method creates a new record with the given properties.
createRecord(CreateRecordInputType) - Method in class com.lexmark.saperion.client.implementation.folder.RecordServiceClientImpl
 
createRecord(CreateRecordInputType) - Method in class com.lexmark.saperion.delegate.AbstractRecordDelegateService
 
createReminderForTask(long) - Method in class com.lexmark.saperion.client.implementation.workflow.WorkflowTaskClientImpl
 
createReminderForTask(long) - Method in interface com.lexmark.saperion.client.workflow.WorkflowTaskClient
Creates reminder for given task
createReminderForTask(TaskReferenceType, long) - Method in class com.lexmark.saperion.delegate.AbstractWorkflowTaskDelegateService
 
createReminderForTask(TaskReferenceType, long) - Method in interface com.lexmark.saperion.workflow.WorkflowTaskService
Creates reminder for the given task
createRole(RolePropertiesType) - Method in interface com.lexmark.saperion.client.administration.RoleManagementServiceClient
This method creates a new role with the given properties and returns a reference to it.
createRole(RolePropertiesType) - Method in class com.lexmark.saperion.client.implementation.administration.RoleManagementServiceClientImpl
 
createRole(RolePropertiesType) - Method in class com.lexmark.saperion.delegate.AbstractRoleManagementDelegateService
 
createTaskReference(String) - Static method in class com.lexmark.saperion.TypeConversions
Creates a new task reference from the corresponding task process information.
createTenant(TenantPropertiesType) - Method in class com.lexmark.saperion.delegate.AbstractTenantManagementDelegateService
 
createTenant(String, String) - Method in interface com.lexmark.saperion.client.administration.TenantManagementClient
This method creates a new tenant with the given name and returns a reference to the new tenant.
createTenant(String, String, String) - Method in interface com.lexmark.saperion.client.administration.TenantManagementClient
This method creates a new tenant with the given name and description and returns a reference to the new tenant.
createTenant(String, String, String) - Method in class com.lexmark.saperion.client.implementation.administration.TenantManagementClientImpl
 
createUser(CreateUserPropertiesType) - Method in interface com.lexmark.saperion.client.administration.UserManagementServiceClient
This method creates a new user with the given properties.
createUser(CreateUserPropertiesType) - Method in class com.lexmark.saperion.client.implementation.administration.UserManagementServiceClientImpl
 
createUser(CreateUserPropertiesType) - Method in class com.lexmark.saperion.delegate.AbstractUserManagementDelegateService
 
createUser(String, String) - Method in interface com.lexmark.saperion.client.administration.UserManagementServiceClient
createUser(String, String) - Method in class com.lexmark.saperion.client.implementation.administration.UserManagementServiceClientImpl
 
createUser(String, String, String, String, String) - Method in interface com.lexmark.saperion.client.administration.UserManagementServiceClient
This method creates a new user with the given properties.
createUser(String, String, String, String, String) - Method in class com.lexmark.saperion.client.implementation.administration.UserManagementServiceClientImpl
 

D

DEFAULT_CONNECTION_TYPE - Static variable in class com.lexmark.saperion.client.ConnectorFactoryImpl
 
delegate - Variable in class com.lexmark.saperion.delegate.SearchExecutionDelegateService
 
delete() - Method in interface com.lexmark.saperion.client.administration.AclClient
This method deletes the access control list.
delete() - Method in interface com.lexmark.saperion.client.administration.GroupClient
This method deletes the group.
delete() - Method in interface com.lexmark.saperion.client.administration.RoleClient
This method deletes the role.
delete() - Method in interface com.lexmark.saperion.client.administration.TenantClient
This method deletes the tenant.
delete() - Method in interface com.lexmark.saperion.client.administration.UserClient
This method deletes the user.
delete() - Method in interface com.lexmark.saperion.client.document.DocumentElementClient
This method deletes the current document element.
delete() - Method in interface com.lexmark.saperion.client.document.DocumentRevisionClient
This method deletes the specified document.
delete() - Method in interface com.lexmark.saperion.client.folder.FolderClient
This method deletes the specified folder.
delete() - Method in class com.lexmark.saperion.client.implementation.administration.AclClientImpl
 
delete() - Method in class com.lexmark.saperion.client.implementation.administration.GroupClientImpl
 
delete() - Method in class com.lexmark.saperion.client.implementation.administration.RoleClientImpl
 
delete() - Method in class com.lexmark.saperion.client.implementation.administration.TenantClientImpl
 
delete() - Method in class com.lexmark.saperion.client.implementation.administration.UserClientImpl
 
delete() - Method in class com.lexmark.saperion.client.implementation.document.DocumentElementClientImpl
 
delete() - Method in class com.lexmark.saperion.client.implementation.document.DocumentRevisionClientImpl
 
delete() - Method in class com.lexmark.saperion.client.implementation.folder.FolderClientImpl
 
delete() - Method in class com.lexmark.saperion.client.implementation.lookup.LookupEntryClientImpl
 
delete() - Method in interface com.lexmark.saperion.client.lookup.LookupEntryClient
This method deletes the lookup entry instance.
delete(FolderReferenceType) - Method in class com.lexmark.saperion.delegate.AbstractFolderDelegateService
 
DELETE - com.lexmark.saperion.AuditService.AuditEvents
The DELETE.
deleteAcl(AclReferenceType) - Method in class com.lexmark.saperion.delegate.AbstractAclManagementDelegateService
 
deleteDocument(DocumentRevisionReferenceType) - Method in class com.lexmark.saperion.delegate.AbstractDocumentDelegateService
 
deleteDocumentElement(DocumentRevisionReferenceType, DocumentElementReferenceType) - Method in class com.lexmark.saperion.delegate.AbstractDocumentDelegateService
 
deleteExtension() - Method in interface com.lexmark.saperion.client.administration.GroupClient
This method deletes the schema-extension properties of the group.
deleteExtension() - Method in interface com.lexmark.saperion.client.administration.TenantClient
This method deletes the schema-extension properties of the tenant.
deleteExtension() - Method in interface com.lexmark.saperion.client.administration.UserClient
This method deletes the schema-extension properties of the user.
deleteExtension() - Method in class com.lexmark.saperion.client.implementation.administration.GroupClientImpl
 
deleteExtension() - Method in class com.lexmark.saperion.client.implementation.administration.TenantClientImpl
 
deleteExtension() - Method in class com.lexmark.saperion.client.implementation.administration.UserClientImpl
 
deleteGroup(GroupReferenceType) - Method in class com.lexmark.saperion.delegate.AbstractGroupManagementDelegateService
 
deleteLookupEntry(LookupEntryReferenceType, Boolean) - Method in class com.lexmark.saperion.delegate.AbstractLookupEntryDelegateService
 
deleteRole(RoleReferenceType) - Method in class com.lexmark.saperion.delegate.AbstractRoleManagementDelegateService
 
deleteSchemaExtension(GroupReferenceType) - Method in class com.lexmark.saperion.delegate.AbstractGroupManagementDelegateService
 
deleteSchemaExtension(TenantReferenceType) - Method in class com.lexmark.saperion.delegate.AbstractTenantManagementDelegateService
 
deleteSchemaExtension(UserReferenceType) - Method in class com.lexmark.saperion.delegate.AbstractUserManagementDelegateService
 
deleteTenant(TenantReferenceType) - Method in class com.lexmark.saperion.delegate.AbstractTenantManagementDelegateService
 
deleteUser(UserReferenceType) - Method in class com.lexmark.saperion.delegate.AbstractUserManagementDelegateService
 
detailMessage - Variable in class com.lexmark.saperion.exceptions.runtime.GenericExceptionDetails
 
DOCFLOW - com.lexmark.saperion.AuditService.AuditEvents
The DOCFLOW.
DocumentAuditService - Interface in com.lexmark.saperion
 
DocumentClient - Interface in com.lexmark.saperion.client.document
This client provides functionality concerning a given document.
DocumentClientImpl - Class in com.lexmark.saperion.client.implementation.document
This is the default implementation of DocumentClient.
DocumentClientImpl(DocumentService, DocumentReferenceType) - Constructor for class com.lexmark.saperion.client.implementation.document.DocumentClientImpl
 
DocumentDelegateService - Class in com.lexmark.saperion.delegate
This DocumentService simply delegates to another instance.
DocumentDelegateService(DocumentService) - Constructor for class com.lexmark.saperion.delegate.DocumentDelegateService
 
DocumentElementClient - Interface in com.lexmark.saperion.client.document
This client provides functionality concerning an individual element of a given document.
DocumentElementClientImpl - Class in com.lexmark.saperion.client.implementation.document
This is the default implementation of DocumentElementClient.
DocumentElementClientImpl(DocumentService, DocumentRevisionReferenceType, DocumentElementReferenceType) - Constructor for class com.lexmark.saperion.client.implementation.document.DocumentElementClientImpl
 
documentElementReferenceFromHDoc(String) - Static method in class com.lexmark.saperion.TypeConversions
For a given Saperion HDOC, this method returns the corresponding document element reference.
DocumentLockedDetails - Class in com.lexmark.saperion.exceptions.runtime
These are the details of a ObjectLockedException concerning documents.
DocumentLockedDetails() - Constructor for class com.lexmark.saperion.exceptions.runtime.DocumentLockedDetails
 
documentReferenceTypeFromDatabase(String, String) - Static method in class com.lexmark.saperion.TypeConversions
This factory method creates a new DocumentReferenceType for a given DDC name and SYSROWID.
DocumentRevisionClient - Interface in com.lexmark.saperion.client.document
This client provides read and write functionality to a given revision of a given document.
DocumentRevisionClientImpl - Class in com.lexmark.saperion.client.implementation.document
This is the default implementation of DocumentRevisionClient.
DocumentRevisionClientImpl(DocumentService, DocumentRevisionReferenceType) - Constructor for class com.lexmark.saperion.client.implementation.document.DocumentRevisionClientImpl
 
documentRevisionReferenceFromHDoc(String) - Static method in class com.lexmark.saperion.TypeConversions
For a given Saperion HDOC, this method returns the corresponding document revision reference.
DocumentServiceClient - Interface in com.lexmark.saperion.client.document
This client provides functionality concerning documents.
DocumentServiceClientImpl - Class in com.lexmark.saperion.client.implementation.document
This is the default implementation of DocumentServiceClient.
DocumentServiceClientImpl(DocumentService) - Constructor for class com.lexmark.saperion.client.implementation.document.DocumentServiceClientImpl
 
DOWNLOAD - com.lexmark.saperion.AuditService.AuditEvents
The DOWNLOAD

E

EcmErrorCodes - Class in com.lexmark.saperion.exceptions
Defines the ECM Service error codes used in the system.
EcmEventProcessingException - Exception in com.lexmark.saperion.exceptions.runtime
This exception is thrown when the processing of an ECM event has failed.
EcmEventProcessingException() - Constructor for exception com.lexmark.saperion.exceptions.runtime.EcmEventProcessingException
 
EcmEventProcessingException(EcmException) - Constructor for exception com.lexmark.saperion.exceptions.runtime.EcmEventProcessingException
 
EcmEventProcessingException(ErrorDetailsType, String, Throwable) - Constructor for exception com.lexmark.saperion.exceptions.runtime.EcmEventProcessingException
 
EcmEventProcessingException(ErrorDetailsType, Map<String, String>, String, Throwable) - Constructor for exception com.lexmark.saperion.exceptions.runtime.EcmEventProcessingException
 
EcmEventProcessingException(ErrorType, Throwable) - Constructor for exception com.lexmark.saperion.exceptions.runtime.EcmEventProcessingException
 
EcmEventProcessingException(String) - Constructor for exception com.lexmark.saperion.exceptions.runtime.EcmEventProcessingException
 
EcmEventProcessingException(String, Throwable) - Constructor for exception com.lexmark.saperion.exceptions.runtime.EcmEventProcessingException
 
EcmEventProcessingException(Throwable) - Constructor for exception com.lexmark.saperion.exceptions.runtime.EcmEventProcessingException
 
EcmRemoteException - Exception in com.lexmark.saperion.exceptions.runtime
Indicates that the ecm server itself has problems with a connection to another system.
EcmRemoteException(ErrorType, Throwable) - Constructor for exception com.lexmark.saperion.exceptions.runtime.EcmRemoteException
 
EcmRemoteException(String) - Constructor for exception com.lexmark.saperion.exceptions.runtime.EcmRemoteException
 
EcmRemoteException(String, Throwable) - Constructor for exception com.lexmark.saperion.exceptions.runtime.EcmRemoteException
 
EcmRemoteException(Throwable) - Constructor for exception com.lexmark.saperion.exceptions.runtime.EcmRemoteException
 
EcmSearchFunction<ResultType,​ExceptionType extends com.lexmark.saperion.exceptions.EcmException> - Interface in com.lexmark.saperion.search
 
EcmsExceptionFactory - Class in com.lexmark.saperion.exceptions.mappings
Global exception factory.
EcmsExceptionFactory() - Constructor for class com.lexmark.saperion.exceptions.mappings.EcmsExceptionFactory
 
EcmsExceptionMapping<T extends java.lang.Throwable> - Class in com.lexmark.saperion.exceptions.mappings
Base implementation of an exception mapping entry.
EcmsExceptionMapping(ErrorConstantType, Class<T>) - Constructor for class com.lexmark.saperion.exceptions.mappings.EcmsExceptionMapping
Creates a new exception mapping entry with the given error code and the given exception class.
EDIT - com.lexmark.saperion.AuditService.AuditEvents
The EDIT.
ENTRY_OR_EXIT_FAILED - com.lexmark.saperion.workflow.TaskStateEnum
 
equals(Object) - Method in class com.lexmark.saperion.workflow.InboxReferenceType
 
equals(Object) - Method in class com.lexmark.saperion.workflow.TaskCommentReferenceType
 
equals(Object) - Method in class com.lexmark.saperion.workflow.TaskReferenceType
 
equals(Object) - Method in class com.lexmark.saperion.workflow.WorkflowDefinitionReferenceType
 
equals(Object) - Method in class com.lexmark.saperion.workflow.WorkflowProcessReferenceType
 
ERROR - com.lexmark.saperion.AuditService.AuditEvents
The ERROR.
ERROR - com.lexmark.saperion.workflow.TaskStateEnum
 
ERROR - com.lexmark.saperion.workflow.WorkflowProcessStateEnum
 
ESCALATION - com.lexmark.saperion.workflow.TaskStateEnum
 
ESCALATION - com.lexmark.saperion.workflow.WorkflowProcessTypeEnum
The process was started as escalation workflow.
EscalationHoldInfoType - Class in com.lexmark.saperion.workflow
 
EscalationHoldInfoType(int, Date, Date, Date) - Constructor for class com.lexmark.saperion.workflow.EscalationHoldInfoType
 
ExceptionFactory<T extends java.lang.Exception> - Interface in com.lexmark.saperion.exceptions.mappings
Exception factories create ECM Service exceptions based on server faults.
ExceptionFactory.IntegrityCheckResult - Class in com.lexmark.saperion.exceptions.mappings
Result for a exception factory integrity checks.
ExceptionMapping<T extends java.lang.Throwable> - Interface in com.lexmark.saperion.exceptions.mappings
An exception mapping associates an error code with a specific exception class.
exists(Expression) - Method in class com.lexmark.saperion.client.implementation.SearchClientImpl
 
exists(Expression) - Method in interface com.lexmark.saperion.client.SearchClient
This convenience method checks whether an element matching the filter actually exists.
expirePassword() - Method in interface com.lexmark.saperion.client.administration.UserClient
This method makes the users password expire.
expirePassword() - Method in class com.lexmark.saperion.client.implementation.administration.UserClientImpl
 
expirePassword(UserReferenceType) - Method in class com.lexmark.saperion.delegate.AbstractUserManagementDelegateService
 

F

FACTORY - Static variable in exception com.lexmark.saperion.exceptions.system.BackendSystemException
 
FolderAuditService - Interface in com.lexmark.saperion
 
FolderClient - Interface in com.lexmark.saperion.client.folder
This client provides functionality for reading and modifying a given folder.
FolderClientImpl - Class in com.lexmark.saperion.client.implementation.folder
FolderClientImpl(FolderService, FolderReferenceType) - Constructor for class com.lexmark.saperion.client.implementation.folder.FolderClientImpl
 
FolderDelegateService - Class in com.lexmark.saperion.delegate
This FolderService simply delegates to another instance.
FolderDelegateService(FolderService) - Constructor for class com.lexmark.saperion.delegate.FolderDelegateService
 
FolderDocumentSearchServiceClient - Interface in com.lexmark.saperion.client.folder
This search client searches documents in a given folder.
FolderDocumentSearchServiceClientImpl - Class in com.lexmark.saperion.client.implementation.folder
This is the default implementation of FolderDocumentSearchServiceClient.
FolderDocumentSearchServiceClientImpl(FolderService, SearchExecutionService<DocumentRevisionListItemType>, FolderReferenceType) - Constructor for class com.lexmark.saperion.client.implementation.folder.FolderDocumentSearchServiceClientImpl
 
folderReference(String, String) - Static method in class com.lexmark.saperion.TypeConversions
This factory method creates a new FolderReferenceType given an archive name and a sys row id.
FolderServiceClient - Interface in com.lexmark.saperion.client.folder
This client provides functionality concerning folders.
FolderServiceClientImpl - Class in com.lexmark.saperion.client.implementation.folder
This is the default implementation of FolderServiceClient.
FolderServiceClientImpl(FolderService) - Constructor for class com.lexmark.saperion.client.implementation.folder.FolderServiceClientImpl
 
forward() - Method in interface com.lexmark.saperion.client.workflow.WorkflowTaskClient
This method forwards a task.
forward(int) - Method in interface com.lexmark.saperion.client.workflow.WorkflowTaskClient
This method finishes the task execution and forwards the workflow to the next step.
forward(int, List<ActorReferenceType>, String) - Method in interface com.lexmark.saperion.client.workflow.WorkflowTaskClient
This method finishes the task execution and forwards the workflow to the next step.
forward(int, List<ActorReferenceType>, String, boolean) - Method in class com.lexmark.saperion.client.implementation.workflow.WorkflowTaskClientImpl
 
forward(int, List<ActorReferenceType>, String, boolean) - Method in interface com.lexmark.saperion.client.workflow.WorkflowTaskClient
This method finishes the task execution and forwards the workflow to the next step.
forward(TaskReferenceType, int, List<ActorReferenceType>, String, boolean) - Method in interface com.lexmark.saperion.workflow.WorkflowTaskService
forward(TaskReferenceType, TaskForwardInputType) - Method in class com.lexmark.saperion.delegate.AbstractWorkflowTaskDelegateService
 
forward(TaskReferenceType, TaskForwardInputType) - Method in interface com.lexmark.saperion.workflow.WorkflowTaskService
Finishes the task execution and forwards the workflow to the next step.
forward(List<ActorReferenceType>) - Method in interface com.lexmark.saperion.client.workflow.WorkflowTaskClient
This method finishes the task execution and forwards the workflow to the next step.

G

GENERAL_ERROR - com.lexmark.saperion.exceptions.mappings.ApplicationExceptionFactory.ApplicationErrors
 
GENERAL_ERROR - com.lexmark.saperion.exceptions.mappings.RuntimeExceptionFactory.RuntimeErrors
 
GenericExceptionDetails - Class in com.lexmark.saperion.exceptions.runtime
Generic exception details for any non EcmException or EcmRuntimeException.
GenericExceptionDetails() - Constructor for class com.lexmark.saperion.exceptions.runtime.GenericExceptionDetails
 
GenericWorkflowErrorDetails - Class in com.lexmark.saperion.exceptions.application
This error details describe generic workflow errors.
GenericWorkflowErrorDetails() - Constructor for class com.lexmark.saperion.exceptions.application.GenericWorkflowErrorDetails
 
getAclManagementService() - Method in interface com.lexmark.saperion.client.administration.UserAdministrationClient
This method returns a client offering role management functionality.
getAclManagementService() - Method in class com.lexmark.saperion.client.implementation.administration.UserAdministrationClientImpl
 
getACLs() - Method in interface com.lexmark.saperion.client.administration.AclClient
This method returns the ACLs currently set on the ACL.
getACLs() - Method in interface com.lexmark.saperion.client.administration.GroupClient
This method returns the ACLs currently set on the group.
getACLs() - Method in interface com.lexmark.saperion.client.administration.RoleClient
This method returns the ACLs currently set on the role.
getACLs() - Method in interface com.lexmark.saperion.client.administration.UserClient
This method returns the ACLs currently set on the user.
getACLs() - Method in interface com.lexmark.saperion.client.document.DocumentClient
This method loads the ACLs set on the current revision of the specified document.
getACLs() - Method in interface com.lexmark.saperion.client.folder.FolderClient
This method returns the ACLs currently set on the folder.
getACLs() - Method in class com.lexmark.saperion.client.implementation.administration.AclClientImpl
 
getACLs() - Method in class com.lexmark.saperion.client.implementation.administration.GroupClientImpl
 
getACLs() - Method in class com.lexmark.saperion.client.implementation.administration.RoleClientImpl
 
getACLs() - Method in class com.lexmark.saperion.client.implementation.administration.UserClientImpl
 
getACLs() - Method in class com.lexmark.saperion.client.implementation.document.DocumentClientImpl
 
getACLs() - Method in class com.lexmark.saperion.client.implementation.folder.FolderClientImpl
 
getACLs() - Method in class com.lexmark.saperion.client.implementation.lookup.LookupEntryClientImpl
 
getACLs() - Method in interface com.lexmark.saperion.client.lookup.LookupEntryClient
This method loads the ACLs that are currently set on this lookup entry.
getACLs(AclReferenceType) - Method in class com.lexmark.saperion.delegate.AbstractAclManagementDelegateService
 
getACLs(GroupReferenceType) - Method in class com.lexmark.saperion.delegate.AbstractGroupManagementDelegateService
 
getACLs(RoleReferenceType) - Method in class com.lexmark.saperion.delegate.AbstractRoleManagementDelegateService
 
getACLs(UserReferenceType) - Method in class com.lexmark.saperion.delegate.AbstractUserManagementDelegateService
 
getACLs(DocumentReferenceType) - Method in class com.lexmark.saperion.delegate.AbstractDocumentDelegateService
 
getACLs(FolderReferenceType) - Method in class com.lexmark.saperion.delegate.AbstractFolderDelegateService
 
getACLs(LookupEntryReferenceType) - Method in class com.lexmark.saperion.delegate.AbstractLookupEntryDelegateService
 
getActor() - Method in class com.lexmark.saperion.workflow.TaskType
Returns the task actor.
getActors() - Method in class com.lexmark.saperion.workflow.WorkflowStartInputType
Returns the list of workflow actors for the first workflow step.
getActualArchiveKind() - Method in class com.lexmark.saperion.exceptions.runtime.WrongArchiveKindDetails
 
getArchive() - Method in class com.lexmark.saperion.exceptions.runtime.MandatoryConstraintViolationDetails
 
getArchive() - Method in class com.lexmark.saperion.exceptions.runtime.SystemFieldWriteDetails
 
getArchive() - Method in class com.lexmark.saperion.exceptions.runtime.UniqueConstraintViolationDetails
 
getArchive() - Method in class com.lexmark.saperion.exceptions.runtime.WrongArchiveKindDetails
 
getArchiveByName(String) - Method in class com.lexmark.saperion.delegate.AbstractArchiveDelegateService
 
getArchiveService() - Method in class com.lexmark.saperion.client.implementation.SaperionClientImpl
 
getArchiveService() - Method in interface com.lexmark.saperion.client.SaperionClient
This method returns a client to search for specific archives.
getCapabilities() - Method in class com.lexmark.saperion.workflow.TaskType
Returns the task capabilities.
getCause() - Method in exception com.lexmark.saperion.adapter.AdapterEcmException
 
getChildren() - Method in class com.lexmark.saperion.workflow.TaskCommentType
Returns the sub-comments of an existing comment.
getComment() - Method in class com.lexmark.saperion.workflow.TaskCommentType
Returns the current comment's value.
getComment() - Method in class com.lexmark.saperion.workflow.TaskForwardInputType
Returns the task forward comment.
getComment() - Method in class com.lexmark.saperion.workflow.WorkflowStartInputType
Returns the workflow start comment.
getComments() - Method in class com.lexmark.saperion.client.implementation.workflow.WorkflowTaskClientImpl
 
getComments() - Method in interface com.lexmark.saperion.client.workflow.WorkflowTaskClient
This method returns the task's comments.
getComments() - Method in class com.lexmark.saperion.workflow.TaskPropertyType
Returns the comments to a workflow process.
getComments(TaskReferenceType) - Method in class com.lexmark.saperion.delegate.AbstractWorkflowTaskDelegateService
 
getComments(TaskReferenceType) - Method in interface com.lexmark.saperion.workflow.WorkflowTaskService
Returns the task's comments.
getContentHashAlgorithm() - Method in class com.lexmark.saperion.ServiceInformationType
 
getCreateDate() - Method in class com.lexmark.saperion.workflow.TaskCommentType
This method returns the date of creation.
getCreateDate() - Method in class com.lexmark.saperion.workflow.WorkflowProcessType
Returns the creation date of the process.
getCreationUser() - Method in class com.lexmark.saperion.workflow.TaskCommentType
This method returns the user that created the comment.
getCurrentUser() - Method in interface com.lexmark.saperion.client.administration.UserManagementServiceClient
getCurrentUser() - Method in class com.lexmark.saperion.client.implementation.administration.UserManagementServiceClientImpl
 
getCurrentUser() - Method in class com.lexmark.saperion.delegate.AbstractUserManagementDelegateService
 
getCurrentUserContext() - Method in interface com.lexmark.saperion.client.administration.UserManagementServiceClient
 
getCurrentUserContext() - Method in class com.lexmark.saperion.client.implementation.administration.UserManagementServiceClientImpl
 
getCurrentUserContext() - Method in class com.lexmark.saperion.delegate.AbstractUserManagementDelegateService
 
getDefinition(ArchiveReferenceType) - Method in class com.lexmark.saperion.delegate.AbstractArchiveDelegateService
 
getDelegate() - Method in class com.lexmark.saperion.delegate.AbstractDelegateService
 
getDelegate() - Method in class com.lexmark.saperion.delegate.AclManagementDelegateService
 
getDelegate() - Method in class com.lexmark.saperion.delegate.ArchiveDelegateService
 
getDelegate() - Method in class com.lexmark.saperion.delegate.DocumentDelegateService
 
getDelegate() - Method in class com.lexmark.saperion.delegate.FolderDelegateService
 
getDelegate() - Method in class com.lexmark.saperion.delegate.GroupManagementDelegateService
 
getDelegate() - Method in class com.lexmark.saperion.delegate.LookupEntryDelegateService
 
getDelegate() - Method in class com.lexmark.saperion.delegate.RecordDelegateService
 
getDelegate() - Method in class com.lexmark.saperion.delegate.RoleManagementDelegateService
 
getDelegate() - Method in class com.lexmark.saperion.delegate.TenantManagementDelegateService
 
getDelegate() - Method in class com.lexmark.saperion.delegate.UserManagementDelegateService
 
getDelegate() - Method in class com.lexmark.saperion.delegate.WorkflowDefinitionDelegateService
 
getDelegate() - Method in class com.lexmark.saperion.delegate.WorkflowInboxDelegateService
 
getDelegate() - Method in class com.lexmark.saperion.delegate.WorkflowProcessDelegateService
 
getDelegate() - Method in class com.lexmark.saperion.delegate.WorkflowTaskDelegateService
 
getDescription() - Method in class com.lexmark.saperion.workflow.TaskListItemType
Returns the description of the actual task as defined in the process.
getDescription() - Method in class com.lexmark.saperion.workflow.TaskType
Returns the task description.
getDescription() - Method in class com.lexmark.saperion.workflow.TransitionDefinitionType
Returns the optional transition description.
getDocumentElementStoreInformationType(DocumentReferenceType, DocumentRevisionReferenceType, DocumentElementReferenceType) - Static method in class com.lexmark.saperion.TypeConversions
This factory method creates a new DocumentElementStoreInformationType given a reference to the stored document, a reference to the newly created revision and a a reference to the stored element.
getDocumentId() - Method in class com.lexmark.saperion.workflow.WorkflowStartInputType
Returns the document id for which the workflow is started.
getDocumentReference() - Method in class com.lexmark.saperion.workflow.WorkflowProcessType
This getter gets the document reference.
getDocuments() - Method in interface com.lexmark.saperion.client.folder.FolderClient
This method returns a search client for the collection of documents contained in the current folder.
getDocuments() - Method in class com.lexmark.saperion.client.implementation.folder.FolderClientImpl
 
getDocumentService() - Method in class com.lexmark.saperion.client.implementation.SaperionClientImpl
 
getDocumentService() - Method in interface com.lexmark.saperion.client.SaperionClient
This method returns a client offering document operations.
getDuration() - Method in class com.lexmark.saperion.workflow.TimeInfoType
Returns the task duration.
getElement(DocumentElementReferenceType) - Method in interface com.lexmark.saperion.client.document.DocumentRevisionClient
This method returns the document element client for the given document element id.
getElement(DocumentElementReferenceType) - Method in class com.lexmark.saperion.client.implementation.document.DocumentRevisionClientImpl
 
getErrorCode() - Method in enum com.lexmark.saperion.exceptions.mappings.ApplicationExceptionFactory.ApplicationErrors
 
getErrorCode() - Method in class com.lexmark.saperion.exceptions.mappings.EcmsExceptionMapping
 
getErrorCode() - Method in interface com.lexmark.saperion.exceptions.mappings.ExceptionMapping
Returns the error code this exception mapping applies to.
getErrorCode() - Method in enum com.lexmark.saperion.exceptions.mappings.RuntimeExceptionFactory.RuntimeErrors
 
getErrorCode() - Method in enum com.lexmark.saperion.exceptions.mappings.SystemExceptionFactory.SystemErrors
 
getErrorDetails() - Method in exception com.lexmark.saperion.exceptions.application.WorkflowActorRequiredException
 
getErrorDetails() - Method in exception com.lexmark.saperion.exceptions.runtime.ConcurrentWriteException
 
getErrorDetails() - Method in exception com.lexmark.saperion.exceptions.runtime.MandatoryConstraintViolationException
 
getErrorDetails() - Method in exception com.lexmark.saperion.exceptions.runtime.ObjectLockedException
 
getErrorDetails() - Method in exception com.lexmark.saperion.exceptions.runtime.SystemFieldWriteException
 
getErrorDetails() - Method in exception com.lexmark.saperion.exceptions.runtime.UniqueConstraintViolationException
 
getErrorDetails() - Method in exception com.lexmark.saperion.exceptions.runtime.WrongArchiveKindException
 
getErrorDetails() - Method in exception com.lexmark.saperion.exceptions.system.PasswordExpiredException
 
getEscalationDate() - Method in class com.lexmark.saperion.workflow.EscalationHoldInfoType
 
getEscalationHoldInfo() - Method in class com.lexmark.saperion.workflow.TaskType
 
getEscalationId() - Method in class com.lexmark.saperion.workflow.EscalationHoldInfoType
 
getEstimatedWorkingTime() - Method in class com.lexmark.saperion.workflow.TimeInfoType
Returns the estimated task working time.
getExceptionMappings() - Method in class com.lexmark.saperion.exceptions.mappings.AbstractExceptionFactory
This method returns all exception mappings registered with this factory.
getExceptionMappings() - Method in class com.lexmark.saperion.exceptions.mappings.ApplicationExceptionFactory
 
getExceptionMappings() - Method in class com.lexmark.saperion.exceptions.mappings.RuntimeExceptionFactory
 
getExceptionMappings() - Method in class com.lexmark.saperion.exceptions.mappings.SystemExceptionFactory
 
getExpectedArchiveKind() - Method in class com.lexmark.saperion.exceptions.runtime.WrongArchiveKindDetails
 
getExtension() - Method in interface com.lexmark.saperion.client.administration.GroupClient
Deprecated.
getExtension() - Method in interface com.lexmark.saperion.client.administration.TenantClient
Deprecated.
getExtension() - Method in interface com.lexmark.saperion.client.administration.UserClient
Deprecated.
getField(ArchiveReferenceType, String) - Method in class com.lexmark.saperion.delegate.AbstractArchiveDelegateService
 
getFields(ArchiveReferenceType) - Method in class com.lexmark.saperion.delegate.AbstractArchiveDelegateService
 
getFolder(FolderReferenceType) - Method in class com.lexmark.saperion.delegate.AbstractFolderDelegateService
 
getFolderService() - Method in class com.lexmark.saperion.client.implementation.SaperionClientImpl
 
getFolderService() - Method in interface com.lexmark.saperion.client.SaperionClient
This method returns a client offering folder operations.
getGroupInboxes() - Method in class com.lexmark.saperion.client.implementation.workflow.WorkflowInboxServiceClientImpl
 
getGroupInboxes() - Method in interface com.lexmark.saperion.client.workflow.WorkflowInboxServiceClient
This method returns a search client for the workflow group inboxes.
getGroupManagementService() - Method in interface com.lexmark.saperion.client.administration.UserAdministrationClient
This method returns a client offering group management functionality.
getGroupManagementService() - Method in class com.lexmark.saperion.client.implementation.administration.UserAdministrationClientImpl
 
getGroupMembers() - Method in interface com.lexmark.saperion.client.administration.GroupClient
This method returns the group membership management component for groups for the given group.
getGroupMembers() - Method in class com.lexmark.saperion.client.implementation.administration.GroupClientImpl
 
getHoldDate() - Method in class com.lexmark.saperion.workflow.EscalationHoldInfoType
 
getId() - Method in class com.lexmark.saperion.workflow.InboxReferenceType
Returns the inbox id.
getId() - Method in class com.lexmark.saperion.workflow.TaskCommentReferenceType
Returns the reference id.
getId() - Method in class com.lexmark.saperion.workflow.TaskReferenceType
Returns the task reference id.
getId() - Method in class com.lexmark.saperion.workflow.TransitionDefinitionType
Returns the transition id.
getId() - Method in class com.lexmark.saperion.workflow.WorkflowProcessReferenceType
Returns the workflow process id.
getInbox(InboxReferenceType) - Method in class com.lexmark.saperion.delegate.AbstractWorkflowInboxDelegateService
 
getInbox(InboxReferenceType) - Method in interface com.lexmark.saperion.workflow.WorkflowInboxService
Returns the inbox with the specified ID.
getInboxClient() - Method in class com.lexmark.saperion.client.implementation.workflow.WorkflowServiceClientImpl
 
getInboxClient() - Method in interface com.lexmark.saperion.client.workflow.WorkflowServiceClient
This method returns a client offering functionality concerning workflow inboxes.
getInboxes() - Method in class com.lexmark.saperion.client.implementation.workflow.WorkflowInboxServiceClientImpl
 
getInboxes() - Method in interface com.lexmark.saperion.client.workflow.WorkflowInboxServiceClient
This method returns a search client for the workflow inboxes.
getIndex() - Method in class com.lexmark.saperion.workflow.TaskPropertyType
Returns the index data of a workflow process.
getIndexData() - Method in class com.lexmark.saperion.exceptions.runtime.MandatoryConstraintViolationDetails
 
getIndexData() - Method in class com.lexmark.saperion.exceptions.runtime.UniqueConstraintViolationDetails
 
getIndexData(TaskReferenceType) - Method in class com.lexmark.saperion.delegate.AbstractWorkflowTaskDelegateService
 
getIndexData(TaskReferenceType) - Method in interface com.lexmark.saperion.workflow.WorkflowTaskService
Returns the task's index data.
getInitialTransition() - Method in class com.lexmark.saperion.client.implementation.workflow.WorkflowDefinitionClientImpl
 
getInitialTransition() - Method in interface com.lexmark.saperion.client.workflow.WorkflowDefinitionClient
This method returns the initial transition definition for the workflow definition.
getInitialTransition(WorkflowDefinitionReferenceType) - Method in class com.lexmark.saperion.delegate.AbstractWorkflowDefinitionDelegateService
 
getInitialTransition(WorkflowDefinitionReferenceType) - Method in interface com.lexmark.saperion.workflow.WorkflowDefinitionService
This method returns the initial transition definition for the referenced workflow.
getLatest() - Method in class com.lexmark.saperion.exceptions.runtime.ConcurrentWriteDetails
 
getLatestRevisionId(DocumentReferenceType) - Method in class com.lexmark.saperion.delegate.AbstractDocumentDelegateService
 
getLockedSince() - Method in class com.lexmark.saperion.exceptions.runtime.ObjectLockedDetails
 
getLockUser() - Method in class com.lexmark.saperion.exceptions.runtime.ObjectLockedDetails
 
getLookupEntry(LookupEntryReferenceType) - Method in class com.lexmark.saperion.delegate.AbstractLookupEntryDelegateService
 
getLookupEntryService() - Method in class com.lexmark.saperion.client.implementation.SaperionClientImpl
 
getLookupEntryService() - Method in interface com.lexmark.saperion.client.SaperionClient
This method returns a client offering lookup entry functionality.
getMissingFields() - Method in class com.lexmark.saperion.exceptions.runtime.MandatoryConstraintViolationDetails
 
getName() - Method in class com.lexmark.saperion.workflow.InboxListItemType
Returns the name of the inbox.
getName() - Method in class com.lexmark.saperion.workflow.WorkflowDefinitionListItemType
Returns the workflow definition name.
getName() - Method in class com.lexmark.saperion.workflow.WorkflowDefinitionReferenceType
This getter returns the name of the workflow definition.
getName() - Method in class com.lexmark.saperion.workflow.WorkflowDefinitionType
Returns the name of the workflow definition.
getName() - Method in class com.lexmark.saperion.workflow.WorkflowProcessType
Returns the process name.
getOrganizationInboxes() - Method in class com.lexmark.saperion.client.implementation.workflow.WorkflowInboxServiceClientImpl
 
getOrganizationInboxes() - Method in interface com.lexmark.saperion.client.workflow.WorkflowInboxServiceClient
This method returns a search client for the workflow organization inboxes.
getOverdueTasks() - Method in class com.lexmark.saperion.client.implementation.workflow.WorkflowTaskClientImpl
 
getOverdueTasks() - Method in interface com.lexmark.saperion.client.workflow.WorkflowTaskClient
Returns tasks that owned by requester
getOverdueTasks() - Method in class com.lexmark.saperion.delegate.AbstractWorkflowTaskDelegateService
 
getOverdueTasks() - Method in interface com.lexmark.saperion.workflow.WorkflowTaskService
Returns list of tasks that are passed their due date
getOverdueTasksClient() - Method in class com.lexmark.saperion.client.implementation.workflow.WorkflowServiceClientImpl
 
getOverdueTasksClient() - Method in interface com.lexmark.saperion.client.workflow.WorkflowServiceClient
Returns list of tasks that are passed their due date
getOwnedTaskClient() - Method in class com.lexmark.saperion.client.implementation.workflow.WorkflowServiceClientImpl
 
getOwnedTaskClient() - Method in interface com.lexmark.saperion.client.workflow.WorkflowServiceClient
Returns list of tasks that are owned by current user
getOwnedTasks() - Method in class com.lexmark.saperion.client.implementation.workflow.WorkflowTaskClientImpl
 
getOwnedTasks() - Method in interface com.lexmark.saperion.client.workflow.WorkflowTaskClient
Returns List of tasks that are owned by requester
getOwnedTasks() - Method in class com.lexmark.saperion.delegate.AbstractWorkflowTaskDelegateService
 
getOwnedTasks() - Method in interface com.lexmark.saperion.workflow.WorkflowTaskService
Returns tasks that owned by requester
getOwner() - Method in class com.lexmark.saperion.workflow.InboxListItemType
Returns a reference to the owner of this inbox.
getOwner() - Method in class com.lexmark.saperion.workflow.WorkflowProcessType
Returns the owner of the process.
getPasswordExpiration() - Method in interface com.lexmark.saperion.client.administration.UserClient
This method gets the date when the users password will expire or null if the password never expires.
getPasswordExpiration() - Method in class com.lexmark.saperion.client.implementation.administration.UserClientImpl
 
getPasswordExpiration(UserReferenceType) - Method in class com.lexmark.saperion.delegate.AbstractUserManagementDelegateService
 
getPersonalInbox() - Method in class com.lexmark.saperion.client.implementation.workflow.WorkflowInboxServiceClientImpl
 
getPersonalInbox() - Method in interface com.lexmark.saperion.client.workflow.WorkflowInboxServiceClient
This method returns a client for the personal workflow inbox.
getPersonalInbox() - Method in class com.lexmark.saperion.delegate.AbstractWorkflowInboxDelegateService
 
getPersonalInbox() - Method in interface com.lexmark.saperion.workflow.WorkflowInboxService
Returns the personal inbox of the current user.
getPoolEscalationDate() - Method in class com.lexmark.saperion.workflow.EscalationHoldInfoType
 
getPreviousActor() - Method in class com.lexmark.saperion.workflow.TaskType
This getter gets the actor of the task prior to this task.
getPriority() - Method in class com.lexmark.saperion.workflow.TaskType
Returns the task priority.
getProcess() - Method in class com.lexmark.saperion.workflow.TaskType
Returns the task process information.
getProductVersion() - Method in class com.lexmark.saperion.ServiceInformationType
 
getProperties(TaskReferenceType) - Method in class com.lexmark.saperion.delegate.AbstractWorkflowTaskDelegateService
 
getProperties(TaskReferenceType) - Method in interface com.lexmark.saperion.workflow.WorkflowTaskService
Returns the task's properties.
getProtocolMajorVersion() - Method in class com.lexmark.saperion.ServiceInformationType
 
getProtocolMinorVersion() - Method in class com.lexmark.saperion.ServiceInformationType
 
getReceiveDate() - Method in class com.lexmark.saperion.workflow.TaskType
Returns the task's receive date.
getRecipientList() - Method in class com.lexmark.saperion.workflow.RecipientSelectionType
This getter gets the list of users the recipient(s) can be chosen from.
getRecipients() - Method in class com.lexmark.saperion.workflow.TaskForwardInputType
Returns the task forward recipient list.
getRecipientSelection() - Method in class com.lexmark.saperion.exceptions.application.WorkflowActorRequiredDetails
Returns the recipients selection type of the workflow.
getRecipientSelection() - Method in class com.lexmark.saperion.workflow.TransitionDefinitionType
This getter gets if and in what way the next recipient is selected.
getRecordService() - Method in class com.lexmark.saperion.client.implementation.SaperionClientImpl
 
getRecordService() - Method in interface com.lexmark.saperion.client.SaperionClient
This method returns the client offering record operations.
getReference() - Method in class com.lexmark.saperion.exceptions.runtime.DocumentLockedDetails
 
getReference() - Method in class com.lexmark.saperion.exceptions.runtime.LookupEntryLockedDetails
 
getReference() - Method in class com.lexmark.saperion.exceptions.runtime.ObjectLockedDetails
 
getRestricted() - Method in class com.lexmark.saperion.workflow.RecipientSelectionType
This getter gets whether the recipient selection is restricted to a list of actors or whether the recipient(s) can be chosen freely.
getRevision(DocumentRevisionReferenceType) - Method in interface com.lexmark.saperion.client.document.DocumentClient
This method returns a document revision client bound to the given revision of the given document.
getRevision(DocumentRevisionReferenceType) - Method in class com.lexmark.saperion.client.implementation.document.DocumentClientImpl
 
getRevisionHistory() - Method in interface com.lexmark.saperion.client.document.DocumentClient
This method returns the revision history of a given document.
getRevisionHistory() - Method in class com.lexmark.saperion.client.implementation.document.DocumentClientImpl
 
getRevisionHistory(DocumentReferenceType) - Method in class com.lexmark.saperion.delegate.AbstractDocumentDelegateService
 
getRevisionReference() - Method in class com.lexmark.saperion.workflow.WorkflowProcessType
Return a reference to the document for which the workflow was started.
getRoleManagementService() - Method in interface com.lexmark.saperion.client.administration.UserAdministrationClient
This method returns a client offering role management functionality.
getRoleManagementService() - Method in class com.lexmark.saperion.client.implementation.administration.UserAdministrationClientImpl
 
getSaperionClientFactory(Map<String, String>, ConnectorFactory) - Static method in interface com.lexmark.saperion.client.SaperionClientFactory
This factory method creates a new saperion client factory given an implementation of ConnectorFactory.
getSchemaExtension() - Method in interface com.lexmark.saperion.client.administration.GroupClient
This method returns the schema-extension properties of the group.
getSchemaExtension() - Method in interface com.lexmark.saperion.client.administration.TenantClient
This method returns the schema-extension properties of the tenant.
getSchemaExtension() - Method in interface com.lexmark.saperion.client.administration.UserClient
This method returns the schema-extension properties of the user.
getSchemaExtension() - Method in class com.lexmark.saperion.client.implementation.administration.GroupClientImpl
 
getSchemaExtension() - Method in class com.lexmark.saperion.client.implementation.administration.TenantClientImpl
 
getSchemaExtension() - Method in class com.lexmark.saperion.client.implementation.administration.UserClientImpl
 
getSchemaExtensionProperties(GroupReferenceType) - Method in class com.lexmark.saperion.delegate.AbstractGroupManagementDelegateService
 
getSchemaExtensionProperties(TenantReferenceType) - Method in class com.lexmark.saperion.delegate.AbstractTenantManagementDelegateService
 
getSchemaExtensionProperties(UserReferenceType) - Method in class com.lexmark.saperion.delegate.AbstractUserManagementDelegateService
 
getSearchServiceForDeletedItems() - Method in class com.lexmark.saperion.delegate.AbstractTenantManagementDelegateService
 
getServiceInformation() - Method in class com.lexmark.saperion.client.implementation.ServiceInformationClientImpl
 
getServiceInformation() - Method in interface com.lexmark.saperion.client.ServiceInformationClient
 
getServiceInformation() - Method in interface com.lexmark.saperion.ServiceInformationService
 
getServiceInformationClient() - Method in class com.lexmark.saperion.client.implementation.SaperionClientImpl
 
getServiceInformationClient() - Method in interface com.lexmark.saperion.client.SaperionClient
This method returns a client that provides information about the service itself.
getSingleActorSelection() - Method in class com.lexmark.saperion.workflow.RecipientSelectionType
This getter gets whether one and only one recipient has to be selected or a list of recipients.
getState() - Method in class com.lexmark.saperion.workflow.WorkflowProcessType
Return the workflow state.
getSubFolders() - Method in interface com.lexmark.saperion.client.folder.FolderClient
This method returns a collection containing the sub folders of this folder.
getSubFolders() - Method in class com.lexmark.saperion.client.implementation.folder.FolderClientImpl
 
getSubject() - Method in class com.lexmark.saperion.workflow.TaskType
Returns the task subject.
getSubstituteInboxes() - Method in class com.lexmark.saperion.client.implementation.workflow.WorkflowInboxServiceClientImpl
 
getSubstituteInboxes() - Method in interface com.lexmark.saperion.client.workflow.WorkflowInboxServiceClient
This method returns a search client for the workflow substitute inboxes.
getSupportedErrors() - Method in class com.lexmark.saperion.exceptions.mappings.AbstractExceptionFactory
Returns the supported error codes for this factory instance.
getSystemFieldNames() - Method in class com.lexmark.saperion.exceptions.runtime.SystemFieldWriteDetails
 
getTask(TaskReferenceType) - Method in class com.lexmark.saperion.client.implementation.workflow.WorkflowServiceClientImpl
 
getTask(TaskReferenceType) - Method in interface com.lexmark.saperion.client.workflow.WorkflowServiceClient
This method returns a client for the workflow task with the provided id.
getTaskReference() - Method in class com.lexmark.saperion.exceptions.application.GenericWorkflowErrorDetails
 
getTaskReference() - Method in class com.lexmark.saperion.exceptions.application.WorkflowActorRequiredDetails
 
getTasks() - Method in class com.lexmark.saperion.client.implementation.workflow.WorkflowInboxClientImpl
 
getTasks() - Method in interface com.lexmark.saperion.client.workflow.WorkflowInboxClient
This method returns a search client for the task contained in the given inbox.
getTasksReminderClient() - Method in class com.lexmark.saperion.client.implementation.workflow.WorkflowServiceClientImpl
 
getTasksReminderClient() - Method in interface com.lexmark.saperion.client.workflow.WorkflowServiceClient
Returns workflow tasks that has reminder
getTasksWithReminder() - Method in class com.lexmark.saperion.client.implementation.workflow.WorkflowTaskClientImpl
 
getTasksWithReminder() - Method in interface com.lexmark.saperion.client.workflow.WorkflowTaskClient
Returns List of tasks that have reminders set
getTasksWithReminder() - Method in class com.lexmark.saperion.delegate.AbstractWorkflowTaskDelegateService
 
getTasksWithReminder() - Method in interface com.lexmark.saperion.workflow.WorkflowTaskService
Returns workflow tasks that has reminder
getTenantManagementService() - Method in interface com.lexmark.saperion.client.administration.UserAdministrationClient
This method returns a client offering tenant management functionality.
getTenantManagementService() - Method in class com.lexmark.saperion.client.implementation.administration.UserAdministrationClientImpl
 
getTimeInformation() - Method in class com.lexmark.saperion.workflow.TaskType
Returns the task time information.
getTimeInformation() - Method in class com.lexmark.saperion.workflow.WorkflowProcessType
Return the time information for the workflow.
getTotalCount() - Method in class com.lexmark.saperion.workflow.InboxListItemType
Returns the number of items in this inbox.
getTransitionId() - Method in class com.lexmark.saperion.workflow.TaskForwardInputType
Returns the task forward transition id.
getTransitions() - Method in class com.lexmark.saperion.client.implementation.workflow.WorkflowTaskClientImpl
 
getTransitions() - Method in interface com.lexmark.saperion.client.workflow.WorkflowTaskClient
This method returns the task's forward transition definitions.
getTransitions(TaskReferenceType) - Method in class com.lexmark.saperion.delegate.AbstractWorkflowTaskDelegateService
 
getTransitions(TaskReferenceType) - Method in interface com.lexmark.saperion.workflow.WorkflowTaskService
Returns the task's transition definitions.
getType() - Method in class com.lexmark.saperion.exceptions.application.GenericWorkflowErrorDetails
 
getType() - Method in class com.lexmark.saperion.exceptions.application.WorkflowActorRequiredDetails
 
getType() - Method in class com.lexmark.saperion.exceptions.runtime.ConcurrentWriteDetails
 
getType() - Method in class com.lexmark.saperion.exceptions.runtime.DocumentLockedDetails
 
getType() - Method in class com.lexmark.saperion.exceptions.runtime.GenericExceptionDetails
 
getType() - Method in class com.lexmark.saperion.exceptions.runtime.LookupEntryLockedDetails
 
getType() - Method in class com.lexmark.saperion.exceptions.runtime.MandatoryConstraintViolationDetails
 
getType() - Method in class com.lexmark.saperion.exceptions.runtime.SystemFieldWriteDetails
 
getType() - Method in class com.lexmark.saperion.exceptions.runtime.UniqueConstraintViolationDetails
 
getType() - Method in class com.lexmark.saperion.exceptions.runtime.WrongArchiveKindDetails
 
getType() - Method in class com.lexmark.saperion.exceptions.system.PasswordExpiredDetails
 
getType() - Method in class com.lexmark.saperion.workflow.InboxListItemType
Returns the type of the inbox.
getType() - Method in class com.lexmark.saperion.workflow.WorkflowProcessType
Returns the workflow process type.
getUnreadCount() - Method in class com.lexmark.saperion.workflow.InboxListItemType
Returns the number of all unread items in this inbox.
getUser() - Method in class com.lexmark.saperion.exceptions.system.PasswordExpiredDetails
 
getUserAdministrationService() - Method in class com.lexmark.saperion.client.implementation.SaperionClientImpl
 
getUserAdministrationService() - Method in interface com.lexmark.saperion.client.SaperionClient
This method returns a client offering tenant, user and group management functionality.
getUserContext() - Method in interface com.lexmark.saperion.client.administration.UserContextClient
This method returns the users context.
getUserContext() - Method in class com.lexmark.saperion.client.implementation.administration.UserContextClientImpl
 
getUserFields() - Method in class com.lexmark.saperion.workflow.TaskType
Returns the task's user fields.
getUserManagementService() - Method in interface com.lexmark.saperion.client.administration.UserAdministrationClient
This method returns a client offering user management functionality.
getUserManagementService() - Method in class com.lexmark.saperion.client.implementation.administration.UserAdministrationClientImpl
 
getUserMembers() - Method in interface com.lexmark.saperion.client.administration.GroupClient
This method returns the group membership management component for users for the given group.
getUserMembers() - Method in class com.lexmark.saperion.client.implementation.administration.GroupClientImpl
 
getVersion() - Method in class com.lexmark.saperion.workflow.WorkflowDefinitionType
Returns the workflow definition version.
getViolatedFields() - Method in class com.lexmark.saperion.exceptions.runtime.UniqueConstraintViolationDetails
 
getViolations() - Method in class com.lexmark.saperion.exceptions.mappings.ExceptionFactory.IntegrityCheckResult
Returns the integrity check violations.
getWorkflowDefinition() - Method in class com.lexmark.saperion.workflow.WorkflowProcessListItemType
Returns the workflow definition that is associated with the given workflow process.
getWorkflowDefinition() - Method in class com.lexmark.saperion.workflow.WorkflowProcessType
Sets the workflow definition for the process.
getWorkflowDefinition(WorkflowDefinitionReferenceType) - Method in class com.lexmark.saperion.client.implementation.workflow.WorkflowServiceClientImpl
 
getWorkflowDefinition(WorkflowDefinitionReferenceType) - Method in interface com.lexmark.saperion.client.workflow.WorkflowServiceClient
This method returns a client for the workflow definition with the provided id.
getWorkflowDefinition(String) - Method in class com.lexmark.saperion.client.implementation.workflow.WorkflowServiceClientImpl
 
getWorkflowDefinition(String) - Method in interface com.lexmark.saperion.client.workflow.WorkflowServiceClient
This method returns a client for the definition with the given name.
getWorkflowDefinitionById(WorkflowDefinitionReferenceType) - Method in class com.lexmark.saperion.delegate.AbstractWorkflowDefinitionDelegateService
 
getWorkflowDefinitionById(WorkflowDefinitionReferenceType) - Method in interface com.lexmark.saperion.workflow.WorkflowDefinitionService
This method returns further information for a workflow process given by its reference.
getWorkflowErrorCode() - Method in class com.lexmark.saperion.exceptions.application.GenericWorkflowErrorDetails
 
getWorkflowProcesses() - Method in class com.lexmark.saperion.client.implementation.workflow.WorkflowServiceClientImpl
 
getWorkflowProcesses() - Method in interface com.lexmark.saperion.client.workflow.WorkflowServiceClient
This method returns a search client for the workflow processes in the system.
getWorkflowService() - Method in class com.lexmark.saperion.client.implementation.SaperionClientImpl
 
getWorkflowService() - Method in interface com.lexmark.saperion.client.SaperionClient
This method returns a client offering workflow functionality.
getWorkingTime() - Method in class com.lexmark.saperion.workflow.TimeInfoType
Returns the task working time.
getWriteAttempt() - Method in class com.lexmark.saperion.exceptions.runtime.ConcurrentWriteDetails
 
GROUP - com.lexmark.saperion.workflow.InboxTypeEnumeration
 
GroupClient - Interface in com.lexmark.saperion.client.administration
This client provides methods for administrating a given group.
GroupClientImpl - Class in com.lexmark.saperion.client.implementation.administration
This is the default implementation of GroupClient.
GroupClientImpl(GroupManagementService, GroupReferenceType) - Constructor for class com.lexmark.saperion.client.implementation.administration.GroupClientImpl
 
GroupManagementDelegateService - Class in com.lexmark.saperion.delegate
This GroupManagementService simply delegates to another instance.
GroupManagementDelegateService(GroupManagementService) - Constructor for class com.lexmark.saperion.delegate.GroupManagementDelegateService
 
GroupManagementServiceClient - Interface in com.lexmark.saperion.client.administration
This client provides methods for administrating groups.
GroupManagementServiceClientImpl - Class in com.lexmark.saperion.client.implementation.administration
This is the default implementation of GroupManagementServiceClient.
GroupManagementServiceClientImpl(GroupManagementService) - Constructor for class com.lexmark.saperion.client.implementation.administration.GroupManagementServiceClientImpl
 
GroupMembershipClientForGroups - Interface in com.lexmark.saperion.client.administration
This client provides methods to administrate memberships to a given group.
GroupMembershipClientForGroupsImpl - Class in com.lexmark.saperion.client.implementation.administration
This is the default implementation of GroupMembershipClientForGroups.
GroupMembershipClientForGroupsImpl(GroupManagementService, SearchExecutionService<GroupType>, GroupReferenceType) - Constructor for class com.lexmark.saperion.client.implementation.administration.GroupMembershipClientForGroupsImpl
 
GroupMembershipClientForUsers - Interface in com.lexmark.saperion.client.administration
This client provides methods to administrate memberships to a given group.
GroupMembershipClientForUsersImpl - Class in com.lexmark.saperion.client.implementation.administration
This is the default implementation of GroupMembershipClientForUsers.
GroupMembershipClientForUsersImpl(GroupManagementService, SearchExecutionService<UserType>, GroupReferenceType) - Constructor for class com.lexmark.saperion.client.implementation.administration.GroupMembershipClientForUsersImpl
 
groupReferenceFromId(int) - Static method in class com.lexmark.saperion.TypeConversions
This factory method create a new group reference given a group id.

H

hashCode() - Method in class com.lexmark.saperion.workflow.InboxReferenceType
 
hashCode() - Method in class com.lexmark.saperion.workflow.TaskCommentReferenceType
 
hashCode() - Method in class com.lexmark.saperion.workflow.TaskReferenceType
 
hashCode() - Method in class com.lexmark.saperion.workflow.WorkflowDefinitionReferenceType
 
hashCode() - Method in class com.lexmark.saperion.workflow.WorkflowProcessReferenceType
 
hasNext() - Method in class com.lexmark.saperion.search.PagedIterator
 
hasNext() - Method in class com.lexmark.saperion.search.SearchResultIterator
 
HTTP - com.lexmark.saperion.client.SaperionConnectionType
This member indicates the saperion backend is connected by http.

I

ID_FIELD_DISTINGUISHED_NAME - Static variable in class com.lexmark.saperion.TokenConstants
 
ID_FIELD_EMAIL_ADDRESS - Static variable in class com.lexmark.saperion.TokenConstants
 
ID_FIELD_FULL_NAME - Static variable in class com.lexmark.saperion.TokenConstants
 
ID_FIELD_GUID - Static variable in class com.lexmark.saperion.TokenConstants
 
ID_FIELD_ID - Static variable in class com.lexmark.saperion.TokenConstants
 
ID_FIELD_SHORT_NAME - Static variable in class com.lexmark.saperion.TokenConstants
 
ILLEGAL_INPUT_ERROR - com.lexmark.saperion.exceptions.mappings.RuntimeExceptionFactory.RuntimeErrors
 
INACTIVE - com.lexmark.saperion.workflow.TaskStateEnum
 
INACTIVE - com.lexmark.saperion.workflow.WorkflowProcessStateEnum
 
InboxListItemType - Class in com.lexmark.saperion.workflow
A InboxListItemType holds the most important information about a workflow-inbox.
InboxListItemType() - Constructor for class com.lexmark.saperion.workflow.InboxListItemType
Constructs a new InboxListItemType with an empty inbox resource reference.
InboxListItemType(InboxReferenceType) - Constructor for class com.lexmark.saperion.workflow.InboxListItemType
Constructs a new InboxListItemType.
InboxReferenceType - Class in com.lexmark.saperion.workflow
This ReferenceType identifies workflow-inboxes.
InboxReferenceType() - Constructor for class com.lexmark.saperion.workflow.InboxReferenceType
 
InboxTypeEnumeration - Enum in com.lexmark.saperion.workflow
This enumeration contains the possible types of workflow-inboxes.
InconsistentExceptionFactoryRegistryException - Exception in com.lexmark.saperion.exceptions.mappings
This exception indicates that the ecms client exception mapper is configured inconsistently.
InconsistentExceptionFactoryRegistryException(String) - Constructor for exception com.lexmark.saperion.exceptions.mappings.InconsistentExceptionFactoryRegistryException
 
INDEX - com.lexmark.saperion.AuditService.AuditEvents
The INDEX.
IntegrityCheckResult(boolean) - Constructor for class com.lexmark.saperion.exceptions.mappings.ExceptionFactory.IntegrityCheckResult
Creates an integrity check result.
INTERNAL_ERROR_OFFSET - Static variable in class com.lexmark.saperion.exceptions.EcmErrorCodes
 
INTERNAL_SERVER_ERROR - com.lexmark.saperion.exceptions.mappings.RuntimeExceptionFactory.RuntimeErrors
 
INTERNAL_SERVER_ERROR - Static variable in class com.lexmark.saperion.exceptions.EcmErrorCodes
error code - 500
InternalServerError - Exception in com.lexmark.saperion.exceptions.runtime
Internal server error.
InternalServerError() - Constructor for exception com.lexmark.saperion.exceptions.runtime.InternalServerError
Constructs a new internal server error.
InternalServerError(ErrorType, Throwable) - Constructor for exception com.lexmark.saperion.exceptions.runtime.InternalServerError
Deserialization constructor.
InternalServerError(String) - Constructor for exception com.lexmark.saperion.exceptions.runtime.InternalServerError
Constructs a new internal server error.
InternalServerError(String, ErrorDetailsType, Throwable) - Constructor for exception com.lexmark.saperion.exceptions.runtime.InternalServerError
Constructs a new internal server error.
InternalServerError(String, Throwable) - Constructor for exception com.lexmark.saperion.exceptions.runtime.InternalServerError
Constructs a new internal server error.
InternalServerError(Throwable) - Constructor for exception com.lexmark.saperion.exceptions.runtime.InternalServerError
Constructs a new internal server error.
isApplicationError(int) - Static method in class com.lexmark.saperion.exceptions.EcmErrorCodes
 
isClientError(int) - Static method in class com.lexmark.saperion.exceptions.EcmErrorCodes
 
isCommentRequired() - Method in class com.lexmark.saperion.workflow.TransitionDefinitionType
Defines if a comment must be provided on a task forward operation.
isMultiTenantSystem() - Method in class com.lexmark.saperion.ServiceInformationType
 
isRead() - Method in class com.lexmark.saperion.workflow.TaskListItemType
Returns whether this task was already read or not.
isRecipientRequired() - Method in class com.lexmark.saperion.workflow.RecipientSelectionType
This getter gets whether a recipient is required for the workflow step.
isSecurityError(int) - Static method in class com.lexmark.saperion.exceptions.EcmErrorCodes
 
isSynchronized() - Method in class com.lexmark.saperion.workflow.TaskForwardInputType
 
isSystemError(int) - Static method in class com.lexmark.saperion.exceptions.EcmErrorCodes
 
isTenantSpecific() - Method in class com.lexmark.saperion.workflow.WorkflowDefinitionType
Returns the workflow tenant property.
isValid() - Method in class com.lexmark.saperion.exceptions.mappings.ExceptionFactory.IntegrityCheckResult
Returns true if the integrity check succeeded.
isWorkflowEnabled() - Method in class com.lexmark.saperion.ServiceInformationType
 
iterate(int, EcmSearchFunction<ElementType, ExceptionType>) - Static method in class com.lexmark.saperion.search.Paging
 
iterator(int, EcmSearchFunction<ElementType, ExceptionType>) - Static method in class com.lexmark.saperion.search.Paging
 

K

KORBENTRY - com.lexmark.saperion.AuditService.AuditEvents
The KORBENTRY.

L

latestRevision() - Method in interface com.lexmark.saperion.client.document.DocumentClient
This method returns a document revision client bound to the newest revision of the given document.
latestRevision() - Method in class com.lexmark.saperion.client.implementation.document.DocumentClientImpl
 
LICENSE_CLAIM - Static variable in class com.lexmark.saperion.TokenConstants
Name of the claim that contains the requested license in a JWT.
list() - Method in class com.lexmark.saperion.client.implementation.SearchClientImpl
 
list() - Method in interface com.lexmark.saperion.client.SearchClient
This method returns an iterable over the complete result of the search using the default paging.
list(Expression) - Method in class com.lexmark.saperion.client.implementation.SearchClientImpl
 
list(Expression) - Method in interface com.lexmark.saperion.client.SearchClient
This method returns an iterable over the filtered result of the search using the default paging.
list(Expression, PageDefinition) - Method in class com.lexmark.saperion.client.implementation.SearchClientImpl
 
list(Expression, PageDefinition) - Method in interface com.lexmark.saperion.client.SearchClient
This method returns an iterable over the filtered result of the search paging as defined.
list(Expression, List<FieldOrderDescriptor>, PageDefinition) - Method in class com.lexmark.saperion.client.implementation.SearchClientImpl
 
list(Expression, List<FieldOrderDescriptor>, PageDefinition) - Method in interface com.lexmark.saperion.client.SearchClient
This method returns an iterable over the filtered result of the search paging as defined.
list(Statement, PageDefinition) - Method in class com.lexmark.saperion.client.implementation.SearchClientImpl
 
list(Statement, PageDefinition) - Method in interface com.lexmark.saperion.client.SearchClient
This method returns an iterable over the filtered result of the search paging as defined.
list(SearchExecutionService<ItemType>) - Static method in class com.lexmark.saperion.search.SearchResultIterator
 
list(SearchExecutionService<ItemType>, Statement, PageDefinition) - Static method in class com.lexmark.saperion.search.SearchResultIterator
 
list(List<String>, Expression, PageDefinition) - Method in class com.lexmark.saperion.client.implementation.SearchClientImpl
 
list(List<String>, Expression, PageDefinition) - Method in interface com.lexmark.saperion.client.SearchClient
This method returns an iterable over the filtered result of the search paging as defined.
list(List<String>, Expression, List<FieldOrderDescriptor>, PageDefinition) - Method in class com.lexmark.saperion.client.implementation.SearchClientImpl
 
list(List<String>, Expression, List<FieldOrderDescriptor>, PageDefinition) - Method in interface com.lexmark.saperion.client.SearchClient
This method returns an iterable over the filtered result of the search paging as defined.
load() - Method in interface com.lexmark.saperion.client.administration.AclClient
This method loads the access control list.
load() - Method in interface com.lexmark.saperion.client.administration.GroupClient
This method loads the group.
load() - Method in interface com.lexmark.saperion.client.administration.RoleClient
This method loads the role.
load() - Method in interface com.lexmark.saperion.client.administration.TenantClient
This method loads the tenant.
load() - Method in interface com.lexmark.saperion.client.administration.UserClient
This method loads the user entity from the user management system.
load() - Method in interface com.lexmark.saperion.client.archive.ArchiveClient
This method loads the archive this client is bound to from the backend.
load() - Method in interface com.lexmark.saperion.client.document.DocumentRevisionClient
This method loads a document revision with its content.
load() - Method in interface com.lexmark.saperion.client.folder.FolderClient
This method returns the properties of the specified folder.
load() - Method in class com.lexmark.saperion.client.implementation.administration.AclClientImpl
 
load() - Method in class com.lexmark.saperion.client.implementation.administration.GroupClientImpl
 
load() - Method in class com.lexmark.saperion.client.implementation.administration.RoleClientImpl
 
load() - Method in class com.lexmark.saperion.client.implementation.administration.TenantClientImpl
 
load() - Method in class com.lexmark.saperion.client.implementation.administration.UserClientImpl
 
load() - Method in class com.lexmark.saperion.client.implementation.administration.UserContextClientImpl
 
load() - Method in class com.lexmark.saperion.client.implementation.archive.ArchiveClientImpl
 
load() - Method in class com.lexmark.saperion.client.implementation.document.DocumentRevisionClientImpl
 
load() - Method in class com.lexmark.saperion.client.implementation.folder.FolderClientImpl
 
load() - Method in class com.lexmark.saperion.client.implementation.lookup.LookupEntryClientImpl
 
load() - Method in class com.lexmark.saperion.client.implementation.workflow.WorkflowDefinitionClientImpl
 
load() - Method in class com.lexmark.saperion.client.implementation.workflow.WorkflowInboxClientImpl
 
load() - Method in class com.lexmark.saperion.client.implementation.workflow.WorkflowTaskClientImpl
 
load() - Method in interface com.lexmark.saperion.client.lookup.LookupEntryClient
This method loads the lookup entry instance.
load() - Method in interface com.lexmark.saperion.client.workflow.WorkflowDefinitionClient
This method returns a representation of the workflow definition.
load() - Method in interface com.lexmark.saperion.client.workflow.WorkflowInboxClient
This method reads the properties of the given inbox.
load() - Method in interface com.lexmark.saperion.client.workflow.WorkflowTaskClient
This method returns the task's properties.
loadAcl(AclReferenceType) - Method in class com.lexmark.saperion.delegate.AbstractAclManagementDelegateService
 
loadAclByName(String) - Method in class com.lexmark.saperion.delegate.AbstractAclManagementDelegateService
 
loadConnectorFactory() - Static method in interface com.lexmark.saperion.client.spi.ConnectorFactory
This method is a convenience method to retrieve an implementation of this service interface using the java service loader.
loadContent() - Method in interface com.lexmark.saperion.client.document.DocumentElementClient
This method Opens the content of the document element identified by the given id for reading and returns an input stream for that data.
loadContent() - Method in class com.lexmark.saperion.client.implementation.document.DocumentElementClientImpl
 
loadDocument(DocumentReferenceType, LoadKindEnumeration) - Method in class com.lexmark.saperion.delegate.AbstractDocumentDelegateService
 
loadDocument(DocumentRevisionReferenceType, LoadKindEnumeration) - Method in class com.lexmark.saperion.delegate.AbstractDocumentDelegateService
 
loadGroup(GroupReferenceType) - Method in class com.lexmark.saperion.delegate.AbstractGroupManagementDelegateService
 
loadGroupByName(String) - Method in class com.lexmark.saperion.delegate.AbstractGroupManagementDelegateService
 
loadGroups(UserReferenceType) - Method in class com.lexmark.saperion.delegate.AbstractUserManagementDelegateService
 
loadMetadata() - Method in interface com.lexmark.saperion.client.document.DocumentRevisionClient
This method loads a document revision without its content.
loadMetadata() - Method in class com.lexmark.saperion.client.implementation.document.DocumentRevisionClientImpl
 
loadProcess(WorkflowProcessReferenceType) - Method in class com.lexmark.saperion.delegate.AbstractWorkflowProcessDelegateService
 
loadProcess(WorkflowProcessReferenceType) - Method in interface com.lexmark.saperion.workflow.WorkflowProcessService
Loads the details of a workflow process with the given reference.
loadRole(RoleReferenceType) - Method in class com.lexmark.saperion.delegate.AbstractRoleManagementDelegateService
 
loadRoleByName(String) - Method in class com.lexmark.saperion.delegate.AbstractRoleManagementDelegateService
 
loadTenant(TenantReferenceType) - Method in class com.lexmark.saperion.delegate.AbstractTenantManagementDelegateService
 
loadTenant(String) - Method in class com.lexmark.saperion.delegate.AbstractTenantManagementDelegateService
 
loadUser(UserReferenceType) - Method in class com.lexmark.saperion.delegate.AbstractUserManagementDelegateService
 
loadUserByName(String) - Method in class com.lexmark.saperion.delegate.AbstractUserManagementDelegateService
 
loadWorkflowProcess(WorkflowProcessReferenceType) - Method in class com.lexmark.saperion.client.implementation.workflow.WorkflowServiceClientImpl
 
loadWorkflowProcess(WorkflowProcessReferenceType) - Method in interface com.lexmark.saperion.client.workflow.WorkflowServiceClient
This method loads a workflow process.
lock() - Method in interface com.lexmark.saperion.client.document.DocumentClient
This method locks the document.
lock() - Method in class com.lexmark.saperion.client.implementation.document.DocumentClientImpl
 
LOCK - com.lexmark.saperion.AuditService.AuditEvents
The LOCK
LOCK_DOC - com.lexmark.saperion.workflow.TaskStateEnum
 
lockDocument(DocumentReferenceType) - Method in class com.lexmark.saperion.delegate.AbstractDocumentDelegateService
 
LookupEntryClient - Interface in com.lexmark.saperion.client.lookup
This client provides functionality for reading and modifying a given lookup entry.
LookupEntryClientImpl - Class in com.lexmark.saperion.client.implementation.lookup
This is the default implementation of LookupEntryClient.
LookupEntryClientImpl(LookupEntryService, LookupEntryReferenceType) - Constructor for class com.lexmark.saperion.client.implementation.lookup.LookupEntryClientImpl
 
LookupEntryDelegateService - Class in com.lexmark.saperion.delegate
This LookupEntryService simply delegates to another instance.
LookupEntryDelegateService(LookupEntryService) - Constructor for class com.lexmark.saperion.delegate.LookupEntryDelegateService
 
LookupEntryLockedDetails - Class in com.lexmark.saperion.exceptions.runtime
These are the details of a ObjectLockedException concerning lookup-entries.
LookupEntryLockedDetails() - Constructor for class com.lexmark.saperion.exceptions.runtime.LookupEntryLockedDetails
 
lookupEntryReferenceFromDatabase(String, String) - Static method in class com.lexmark.saperion.TypeConversions
This factory method creates a new LookupEntryReferenceType for a given DDC name and SYSROWID.
LookupEntryServiceClient - Interface in com.lexmark.saperion.client.lookup
This client provides functionality concerning lookup entries.
LookupEntryServiceClientImpl - Class in com.lexmark.saperion.client.implementation.lookup
This is the default implementation of LookupEntryServiceClient.
LookupEntryServiceClientImpl(LookupEntryService) - Constructor for class com.lexmark.saperion.client.implementation.lookup.LookupEntryServiceClientImpl
 
LTANSREGISTRATION - com.lexmark.saperion.AuditService.AuditEvents
The LTANSREGISTRATION.

M

MalformedEntityException - Exception in com.lexmark.saperion.exceptions.application
This exception indicates that an entity was encountered whose data is in some way malformed or inconsistent.
MalformedEntityException(ErrorType, Throwable) - Constructor for exception com.lexmark.saperion.exceptions.application.MalformedEntityException
This is the constructor used for serialization.
MalformedEntityException(String) - Constructor for exception com.lexmark.saperion.exceptions.application.MalformedEntityException
This constructor creates a new malformed-entity-exception.
MalformedEntityException(String, Throwable) - Constructor for exception com.lexmark.saperion.exceptions.application.MalformedEntityException
This constructor creates a new malformed-entity-exception.
MalformedEntityException(Throwable) - Constructor for exception com.lexmark.saperion.exceptions.application.MalformedEntityException
This constructor creates a new malformed-entity-exception.
MandatoryConstraintViolationDetails - Class in com.lexmark.saperion.exceptions.runtime
These are the details for MandatoryConstraintViolationException.
MandatoryConstraintViolationDetails() - Constructor for class com.lexmark.saperion.exceptions.runtime.MandatoryConstraintViolationDetails
 
MandatoryConstraintViolationException - Exception in com.lexmark.saperion.exceptions.runtime
This exception indicates that an create or update operation violated an mandatory constraint.
MandatoryConstraintViolationException(ArchiveReferenceType, List<String>, Map<String, PropertyType>) - Constructor for exception com.lexmark.saperion.exceptions.runtime.MandatoryConstraintViolationException
 
MandatoryConstraintViolationException(ErrorType, Throwable) - Constructor for exception com.lexmark.saperion.exceptions.runtime.MandatoryConstraintViolationException
This is the constructor used for serialization.
MASKINIT - com.lexmark.saperion.AuditService.AuditEvents
The MASKINIT.
MASKLEAVE - com.lexmark.saperion.AuditService.AuditEvents
The MASKLEAVE.
MASKQUERY - com.lexmark.saperion.AuditService.AuditEvents
The MASKQUERY.
MENULOAD - com.lexmark.saperion.AuditService.AuditEvents
The MENULOAD.
moveDocument(DocumentReferenceType, FolderReferenceType) - Method in interface com.lexmark.saperion.client.folder.FolderDocumentSearchServiceClient
This method moves the document from the source folder to the target folder.
moveDocument(DocumentReferenceType, FolderReferenceType) - Method in class com.lexmark.saperion.client.implementation.folder.FolderDocumentSearchServiceClientImpl
 
moveDocument(FolderReferenceType, DocumentReferenceType, FolderReferenceType) - Method in class com.lexmark.saperion.delegate.AbstractFolderDelegateService
 
moveFolder(FolderReferenceType) - Method in interface com.lexmark.saperion.client.folder.FolderClient
This method moves a folder to another parent.
moveFolder(FolderReferenceType) - Method in class com.lexmark.saperion.client.implementation.folder.FolderClientImpl
 
moveFolder(FolderReferenceType, FolderReferenceType) - Method in class com.lexmark.saperion.delegate.AbstractFolderDelegateService
 

N

name(ErrorCodeType) - Static method in class com.lexmark.saperion.exceptions.EcmErrorCodes
Returns the name for the given error code constant.
newAclManagementService() - Method in interface com.lexmark.saperion.client.spi.ServiceFactory
This method creates a new acl management service.
newArchiveSearch() - Method in interface com.lexmark.saperion.client.archive.ArchiveServiceClient
This method returns a search client for the archives available in the system.
newArchiveSearch() - Method in class com.lexmark.saperion.client.implementation.archive.ArchiveServiceClientImpl
 
newArchiveService() - Method in interface com.lexmark.saperion.client.spi.ServiceFactory
This method creates a new archive service.
newBackendConfigurationException(String, Throwable, Map<String, String>) - Static method in class com.lexmark.saperion.exceptions.system.BackendSystemException.BackendExceptionFactory
Creates a new exception for backend configuration errors.
newClient(String, LicenseEnumeration, String) - Method in class com.lexmark.saperion.client.implementation.SaperionClientFactoryImpl
 
newClient(String, LicenseEnumeration, String) - Method in interface com.lexmark.saperion.client.SaperionClientFactory
This method creates a new saperion client with a new session in the context of the given user credentials.
newClient(String, String, LicenseEnumeration) - Method in class com.lexmark.saperion.client.implementation.SaperionClientFactoryImpl
 
newClient(String, String, LicenseEnumeration) - Method in interface com.lexmark.saperion.client.SaperionClientFactory
This method creates a new saperion client with a new session in the context of the given user credentials.
newClient(String, String, LicenseEnumeration, String) - Method in class com.lexmark.saperion.client.implementation.SaperionClientFactoryImpl
 
newClient(String, String, LicenseEnumeration, String) - Method in interface com.lexmark.saperion.client.SaperionClientFactory
This method creates a new saperion client with a new session in the context of the given user credentials.
newClient(String, String, LicenseEnumeration, String, String) - Method in class com.lexmark.saperion.client.implementation.SaperionClientFactoryImpl
 
newClient(String, String, LicenseEnumeration, String, String) - Method in interface com.lexmark.saperion.client.SaperionClientFactory
This method creates a new saperion client with a new session in the context of the given user credentials.
newCloudShareService() - Method in interface com.lexmark.saperion.client.spi.ServiceFactory
 
newConnector() - Method in interface com.lexmark.saperion.client.spi.ConnectorFactory
This method creates a new connector configured by with default configuration properties.
newConnector(Map<String, String>) - Method in class com.lexmark.saperion.client.ConnectorFactoryImpl
 
newConnector(Map<String, String>) - Method in interface com.lexmark.saperion.client.spi.ConnectorFactory
This method creates a new connector configured by the given configuration properties.
newConnector(Properties) - Method in interface com.lexmark.saperion.client.spi.ConnectorFactory
This method creates a new connector configured by the given configuration properties.
newContainedDocumentSearchService(FolderReferenceType) - Method in class com.lexmark.saperion.delegate.AbstractFolderDelegateService
 
newContainedFolderSearchService(FolderReferenceType) - Method in class com.lexmark.saperion.delegate.AbstractFolderDelegateService
 
newDocumentElementStoreInformationType(DocumentStoreInformationType, DocumentElementReferenceType) - Static method in class com.lexmark.saperion.TypeConversions
This factory method creates a new DocumentElementStoreInformationType given a document store information type and an element reference.
newDocumentSearch(ArchiveReferenceType) - Method in interface com.lexmark.saperion.client.archive.ArchiveServiceClient
This method returns a search client for documents in the archive.
newDocumentSearch(ArchiveReferenceType) - Method in class com.lexmark.saperion.client.implementation.archive.ArchiveServiceClientImpl
 
newDocumentSearch(ArchiveReferenceType, boolean, boolean) - Method in interface com.lexmark.saperion.client.archive.ArchiveServiceClient
This method returns a search client for documents in the archive.
newDocumentSearch(ArchiveReferenceType, boolean, boolean) - Method in class com.lexmark.saperion.client.implementation.archive.ArchiveServiceClientImpl
 
newDocumentService() - Method in interface com.lexmark.saperion.client.spi.ServiceFactory
This method creates a new document service.
newDocumentStoreInformationType(String, String, String) - Static method in class com.lexmark.saperion.TypeConversions
This factory method creates a new DocumentStoreInformationType for the given values.
newFolderInputType(ArchiveReferenceType, String, Map<String, PropertyType>, FolderReferenceType) - Static method in class com.lexmark.saperion.TypeConversions
 
newFolderSearch(ArchiveReferenceType) - Method in interface com.lexmark.saperion.client.archive.ArchiveServiceClient
This method returns a search client for folders in the archive.
newFolderSearch(ArchiveReferenceType) - Method in class com.lexmark.saperion.client.implementation.archive.ArchiveServiceClientImpl
 
newFolderSearchService(ArchiveReferenceType) - Method in class com.lexmark.saperion.delegate.AbstractFolderDelegateService
 
newFolderService() - Method in interface com.lexmark.saperion.client.spi.ServiceFactory
This method create a new folder service.
newForwardWorkflowParameters(int, List<ActorReferenceType>, String, boolean) - Static method in class com.lexmark.saperion.TypeConversions
 
newGroupManagementService() - Method in interface com.lexmark.saperion.client.spi.ServiceFactory
This method creates a new group management service.
newInboxTypeSearchService(InboxTypeEnumeration) - Method in class com.lexmark.saperion.delegate.AbstractWorkflowInboxDelegateService
 
newInboxTypeSearchService(InboxTypeEnumeration) - Method in interface com.lexmark.saperion.workflow.WorkflowInboxService
This method returns a search execution service that searches all inboxes of a specific type.
newInstance(Map<String, String>) - Static method in interface com.lexmark.saperion.client.SaperionClientFactory
This static factory method uses the connector factory spi to create a new client factory.
newLookupEntrySearch(ArchiveReferenceType) - Method in interface com.lexmark.saperion.client.archive.ArchiveServiceClient
This method returns a search client for lookup entries in the archive.
newLookupEntrySearch(ArchiveReferenceType) - Method in class com.lexmark.saperion.client.implementation.archive.ArchiveServiceClientImpl
 
newLookupEntryService() - Method in interface com.lexmark.saperion.client.spi.ServiceFactory
This method creates a new lookup entry service.
newMembershipSearchServiceForGroups(GroupReferenceType) - Method in class com.lexmark.saperion.delegate.AbstractGroupManagementDelegateService
 
newMembershipSearchServiceForUsers(GroupReferenceType) - Method in class com.lexmark.saperion.delegate.AbstractGroupManagementDelegateService
 
newMultiValueFieldSearchService(DocumentRevisionReferenceType, String) - Method in class com.lexmark.saperion.delegate.AbstractDocumentDelegateService
 
newMultiValueFieldSearchService(FolderReferenceType, String) - Method in class com.lexmark.saperion.delegate.AbstractFolderDelegateService
 
newMultiValueFieldSearchService(LookupEntryReferenceType, String) - Method in class com.lexmark.saperion.delegate.AbstractLookupEntryDelegateService
 
newPageDefinition(int, int) - Static method in class com.lexmark.saperion.TypeConversions
This factory method creates a new PageDefinition with the given offset and size.
newRecordService() - Method in interface com.lexmark.saperion.client.spi.ServiceFactory
This method creates a new record service.
newRoleManagementService() - Method in interface com.lexmark.saperion.client.spi.ServiceFactory
This method creates a new role management service.
newSchemaExtension(Map<String, PropertyType>) - Static method in class com.lexmark.saperion.TypeConversions
 
newSearchService(ArchiveReferenceType) - Method in class com.lexmark.saperion.delegate.AbstractLookupEntryDelegateService
 
newServiceInformationService() - Method in interface com.lexmark.saperion.client.spi.ServiceFactory
This method creates a new system info service.
newStartWorkflowParameters(DocumentReferenceType, List<? extends ActorReferenceType>, String) - Static method in class com.lexmark.saperion.TypeConversions
 
newTaskSearchService(InboxReferenceType) - Method in class com.lexmark.saperion.delegate.AbstractWorkflowInboxDelegateService
 
newTaskSearchService(InboxReferenceType) - Method in interface com.lexmark.saperion.workflow.WorkflowInboxService
This method creates an new search execution service that searches tasks that are contained in the referenced workflow inbox.
newTenantDeletedAclSearchService() - Method in class com.lexmark.saperion.delegate.AbstractAclManagementDelegateService
 
newTenantDeletedGroupSearchService() - Method in class com.lexmark.saperion.delegate.AbstractGroupManagementDelegateService
 
newTenantDeletedRoleSearchService() - Method in class com.lexmark.saperion.delegate.AbstractRoleManagementDelegateService
 
newTenantDeletedUserSearchService() - Method in class com.lexmark.saperion.delegate.AbstractUserManagementDelegateService
 
newTenantManagementService() - Method in interface com.lexmark.saperion.client.spi.ServiceFactory
This method creates a new tenant management service.
newTenantProperties(String, String, String) - Static method in class com.lexmark.saperion.TypeConversions
 
newUnProcessableRequestException(String) - Static method in class com.lexmark.saperion.exceptions.system.BackendSystemException.BackendExceptionFactory
Creates a new exception for backend where the request can't be processed.
newUserManagementService() - Method in interface com.lexmark.saperion.client.spi.ServiceFactory
This method creates a new user management service.
newWorkflowDefinitionReference(String) - Static method in class com.lexmark.saperion.TypeConversions
This factory method creates a new WorkflowDefinitionReferenceType given its name.
newWorkflowDefinitionService() - Method in interface com.lexmark.saperion.client.spi.ServiceFactory
This method creates a new workflow definition service.
newWorkflowInboxService() - Method in interface com.lexmark.saperion.client.spi.ServiceFactory
This method creates a new workflow inbox service.
newWorkflowProcessService() - Method in interface com.lexmark.saperion.client.spi.ServiceFactory
This method create a new workflow process service.
newWorkflowTaskService() - Method in interface com.lexmark.saperion.client.spi.ServiceFactory
This method creates a new workflow task service.
next() - Method in class com.lexmark.saperion.search.PagedIterator
 
next() - Method in class com.lexmark.saperion.search.SearchResultIterator
 
NoLicenseAvailableException - Exception in com.lexmark.saperion.exceptions.runtime
This exception is thrown when a request cannot be processed because no more licenses are available.
NoLicenseAvailableException() - Constructor for exception com.lexmark.saperion.exceptions.runtime.NoLicenseAvailableException
 
NoLicenseAvailableException(EcmException) - Constructor for exception com.lexmark.saperion.exceptions.runtime.NoLicenseAvailableException
 
NoLicenseAvailableException(ErrorDetailsType, String, Throwable) - Constructor for exception com.lexmark.saperion.exceptions.runtime.NoLicenseAvailableException
 
NoLicenseAvailableException(ErrorDetailsType, Map<String, String>, String, Throwable) - Constructor for exception com.lexmark.saperion.exceptions.runtime.NoLicenseAvailableException
 
NoLicenseAvailableException(ErrorType, Throwable) - Constructor for exception com.lexmark.saperion.exceptions.runtime.NoLicenseAvailableException
 
NoLicenseAvailableException(String) - Constructor for exception com.lexmark.saperion.exceptions.runtime.NoLicenseAvailableException
 
NoLicenseAvailableException(String, Throwable) - Constructor for exception com.lexmark.saperion.exceptions.runtime.NoLicenseAvailableException
 
NoLicenseAvailableException(Throwable) - Constructor for exception com.lexmark.saperion.exceptions.runtime.NoLicenseAvailableException
 
NORMAL - com.lexmark.saperion.workflow.WorkflowTypeEnum
 
noUserSelectionRequired() - Static method in class com.lexmark.saperion.TypeConversions
This factory method creates a new RecipientSelectionType indicating that no user selection is required.

O

ObjectLockedDetails - Class in com.lexmark.saperion.exceptions.runtime
These are the details of ObjectLockedException.
ObjectLockedDetails() - Constructor for class com.lexmark.saperion.exceptions.runtime.ObjectLockedDetails
 
ObjectLockedException - Exception in com.lexmark.saperion.exceptions.runtime
This exception indicates that an operation tried to modify an object that is currently locked.
ObjectLockedException(ErrorType, Throwable) - Constructor for exception com.lexmark.saperion.exceptions.runtime.ObjectLockedException
This is the constructor used for serialization.
ObjectLockedException(ReferenceType) - Constructor for exception com.lexmark.saperion.exceptions.runtime.ObjectLockedException
This constructor creates a new object locked exception that indicates that the object referenced by the given reference is locked.
ObjectLockedException(ReferenceType, UserListItemType, Date) - Constructor for exception com.lexmark.saperion.exceptions.runtime.ObjectLockedException
This constructor creates a new object locked exception that indicates that the object referenced by the given reference is locked.
ORGANIZATION - com.lexmark.saperion.workflow.InboxTypeEnumeration
 

P

page(int, int) - Method in class com.lexmark.saperion.client.implementation.SearchClientImpl
 
page(int, int) - Method in interface com.lexmark.saperion.client.SearchClient
This method retrieves the given page of the result of the search.
page(PageDefinition) - Method in class com.lexmark.saperion.client.implementation.SearchClientImpl
 
page(PageDefinition) - Method in interface com.lexmark.saperion.client.SearchClient
This method retrieves the given page of the result of the search.
PagedIterator<EntryType,​ExceptionType extends com.lexmark.saperion.exceptions.EcmException> - Class in com.lexmark.saperion.search
 
PagedIterator(int, EcmSearchFunction<EntryType, ExceptionType>) - Constructor for class com.lexmark.saperion.search.PagedIterator
 
Paging - Class in com.lexmark.saperion.search
 
PasswordExpiredDetails - Class in com.lexmark.saperion.exceptions.system
These are the details of PasswordExpiredException.
PasswordExpiredDetails() - Constructor for class com.lexmark.saperion.exceptions.system.PasswordExpiredDetails
 
PasswordExpiredException - Exception in com.lexmark.saperion.exceptions.system
This SecurityException indicates that the password of the current user expired.
PasswordExpiredException(UserReferenceType) - Constructor for exception com.lexmark.saperion.exceptions.system.PasswordExpiredException
 
PasswordExpiredException(ErrorType, Throwable) - Constructor for exception com.lexmark.saperion.exceptions.system.PasswordExpiredException
Exception factory constructor.
PAUSED - com.lexmark.saperion.workflow.TaskStateEnum
 
PAUSED - com.lexmark.saperion.workflow.WorkflowProcessStateEnum
 
PERSONAL - com.lexmark.saperion.workflow.InboxTypeEnumeration
 
PRINT - com.lexmark.saperion.AuditService.AuditEvents
The PRINT.
PROPERTY_SAPERION_CONNECTION_TYPE - Static variable in class com.lexmark.saperion.client.ConnectorFactoryImpl
 
PROTOCOL_INCOMPATIBLE_VERSION - com.lexmark.saperion.exceptions.mappings.SystemExceptionFactory.SystemErrors
 
PROTOCOL_INCOMPATIBLE_VERSION - Static variable in class com.lexmark.saperion.exceptions.EcmErrorCodes
error code - 106
PROTOCOL_MISSING_VERSION - com.lexmark.saperion.exceptions.mappings.SystemExceptionFactory.SystemErrors
 
PROTOCOL_MISSING_VERSION - Static variable in class com.lexmark.saperion.exceptions.EcmErrorCodes
error code - 105
purge() - Method in interface com.lexmark.saperion.client.document.DocumentRevisionClient
This method removes every revision of this document as well as every element of those revisions.
purge() - Method in class com.lexmark.saperion.client.implementation.document.DocumentRevisionClientImpl
 
purgeDocument(DocumentRevisionReferenceType) - Method in class com.lexmark.saperion.delegate.AbstractDocumentDelegateService
 

R

readDocumentElementContent(DocumentRevisionReferenceType, DocumentElementReferenceType) - Method in class com.lexmark.saperion.delegate.AbstractDocumentDelegateService
 
RecipientSelectionType - Class in com.lexmark.saperion.workflow
A recipient selection holds the information if and how the user for a workflow step has to be selected by in the previous workflow step.
RecipientSelectionType() - Constructor for class com.lexmark.saperion.workflow.RecipientSelectionType
 
RecordDelegateService - Class in com.lexmark.saperion.delegate
This RecordService simply delegates to another instance.
RecordDelegateService(RecordService) - Constructor for class com.lexmark.saperion.delegate.RecordDelegateService
 
RecordServiceClient - Interface in com.lexmark.saperion.client.folder
This client provides functionality concerning records.
RecordServiceClientImpl - Class in com.lexmark.saperion.client.implementation.folder
This is the default implementation of RecordServiceClient.
RecordServiceClientImpl(RecordService) - Constructor for class com.lexmark.saperion.client.implementation.folder.RecordServiceClientImpl
 
REMINDER - com.lexmark.saperion.workflow.TaskStateEnum
 
REMINDER_REACHED - com.lexmark.saperion.workflow.TaskStateEnum
 
REMINDER_REACHED - com.lexmark.saperion.workflow.WorkflowProcessStateEnum
 
remove() - Method in class com.lexmark.saperion.search.SearchResultIterator
 
removeDocument(DocumentReferenceType) - Method in interface com.lexmark.saperion.client.folder.FolderDocumentSearchServiceClient
This method deletes the referenced document from the given folder.
removeDocument(DocumentReferenceType) - Method in class com.lexmark.saperion.client.implementation.folder.FolderDocumentSearchServiceClientImpl
 
removeDocument(FolderReferenceType, DocumentReferenceType) - Method in class com.lexmark.saperion.delegate.AbstractFolderDelegateService
 
removeGroupMember(GroupReferenceType, ActorReferenceType) - Method in class com.lexmark.saperion.delegate.AbstractGroupManagementDelegateService
 
removeMember(GroupReferenceType) - Method in interface com.lexmark.saperion.client.administration.GroupMembershipClientForGroups
This method removes a member reference from the given group.
removeMember(GroupReferenceType) - Method in class com.lexmark.saperion.client.implementation.administration.GroupMembershipClientForGroupsImpl
 
removeMember(UserReferenceType) - Method in interface com.lexmark.saperion.client.administration.GroupMembershipClientForUsers
This method removes a member reference from the given group.
removeMember(UserReferenceType) - Method in class com.lexmark.saperion.client.implementation.administration.GroupMembershipClientForUsersImpl
 
renderContent(RenditionType) - Method in interface com.lexmark.saperion.client.document.DocumentElementClient
This method render the content of the given element into given type with given options and return as InputStream
renderContent(RenditionType, RenderOption...) - Method in interface com.lexmark.saperion.client.document.DocumentElementClient
This method render the content of the given element into given type with given options and return as InputStream
renderContent(RenditionType, RenderOption...) - Method in class com.lexmark.saperion.client.implementation.document.DocumentElementClientImpl
 
renderDocumentElementContent(DocumentRevisionReferenceType, DocumentElementReferenceType, RenditionType) - Method in class com.lexmark.saperion.delegate.AbstractDocumentDelegateService
 
renderDocumentElementContent(DocumentRevisionReferenceType, DocumentElementReferenceType, RenditionType, RenderOption...) - Method in class com.lexmark.saperion.delegate.AbstractDocumentDelegateService
 
REQUIRED_COLUMNS - Static variable in interface com.lexmark.saperion.AuditService
 
resolve(AclReferenceType) - Method in interface com.lexmark.saperion.client.administration.AclManagementServiceClient
This method returns an administration client for the access control list with the given reference.
resolve(AclReferenceType) - Method in class com.lexmark.saperion.client.implementation.administration.AclManagementServiceClientImpl
 
resolve(GroupReferenceType) - Method in interface com.lexmark.saperion.client.administration.GroupManagementServiceClient
This method returns an administration client for the group with the given reference.
resolve(GroupReferenceType) - Method in class com.lexmark.saperion.client.implementation.administration.GroupManagementServiceClientImpl
 
resolve(RoleReferenceType) - Method in interface com.lexmark.saperion.client.administration.RoleManagementServiceClient
This method returns an administration client for the role with the given reference.
resolve(RoleReferenceType) - Method in class com.lexmark.saperion.client.implementation.administration.RoleManagementServiceClientImpl
 
resolve(TenantReferenceType) - Method in interface com.lexmark.saperion.client.administration.TenantManagementClient
This method returns a client capable to administrate the tenant with the given reference.
resolve(TenantReferenceType) - Method in class com.lexmark.saperion.client.implementation.administration.TenantManagementClientImpl
 
resolve(UserReferenceType) - Method in interface com.lexmark.saperion.client.administration.UserManagementServiceClient
This method returns an administration client for the user referenced.
resolve(UserReferenceType) - Method in class com.lexmark.saperion.client.implementation.administration.UserManagementServiceClientImpl
 
resolve(ArchiveReferenceType) - Method in interface com.lexmark.saperion.client.archive.ArchiveServiceClient
This method returns a client for the archive referenced.
resolve(ArchiveReferenceType) - Method in class com.lexmark.saperion.client.implementation.archive.ArchiveServiceClientImpl
 
resolve(DocumentReferenceType) - Method in interface com.lexmark.saperion.client.document.DocumentServiceClient
This method returns a client for the document referenced.
resolve(DocumentReferenceType) - Method in class com.lexmark.saperion.client.implementation.document.DocumentServiceClientImpl
 
resolve(DocumentRevisionReferenceType) - Method in interface com.lexmark.saperion.client.document.DocumentServiceClient
This method returns a client for the document revision referenced.
resolve(DocumentRevisionReferenceType) - Method in class com.lexmark.saperion.client.implementation.document.DocumentServiceClientImpl
 
resolve(FolderReferenceType) - Method in interface com.lexmark.saperion.client.folder.FolderServiceClient
This method returns a client for the folder referenced.
resolve(FolderReferenceType) - Method in class com.lexmark.saperion.client.implementation.folder.FolderServiceClientImpl
 
resolve(LookupEntryReferenceType) - Method in class com.lexmark.saperion.client.implementation.lookup.LookupEntryServiceClientImpl
 
resolve(LookupEntryReferenceType) - Method in interface com.lexmark.saperion.client.lookup.LookupEntryServiceClient
This method returns a client for the lookup entry referenced.
resolve(InboxReferenceType) - Method in class com.lexmark.saperion.client.implementation.workflow.WorkflowInboxServiceClientImpl
 
resolve(InboxReferenceType) - Method in interface com.lexmark.saperion.client.workflow.WorkflowInboxServiceClient
This method gets a client for a workflow inbox given its reference.
resolveName(String) - Method in interface com.lexmark.saperion.client.administration.AclManagementServiceClient
This method returns an administration client for the access control list with the given name.
resolveName(String) - Method in interface com.lexmark.saperion.client.administration.GroupManagementServiceClient
This method returns an administration client for the group with the given name.
resolveName(String) - Method in interface com.lexmark.saperion.client.administration.RoleManagementServiceClient
This method returns an administration client for the role with the given name.
resolveName(String) - Method in interface com.lexmark.saperion.client.administration.TenantManagementClient
This method returns a client capable to administrate the tenant with the given name.
resolveName(String) - Method in interface com.lexmark.saperion.client.administration.UserManagementServiceClient
This method returns an administration client for the user with the given name.
resolveName(String) - Method in interface com.lexmark.saperion.client.archive.ArchiveServiceClient
This method returns a client for the archive with the given name.
resolveName(String) - Method in class com.lexmark.saperion.client.implementation.administration.AclManagementServiceClientImpl
 
resolveName(String) - Method in class com.lexmark.saperion.client.implementation.administration.GroupManagementServiceClientImpl
 
resolveName(String) - Method in class com.lexmark.saperion.client.implementation.administration.RoleManagementServiceClientImpl
 
resolveName(String) - Method in class com.lexmark.saperion.client.implementation.administration.TenantManagementClientImpl
 
resolveName(String) - Method in class com.lexmark.saperion.client.implementation.administration.UserManagementServiceClientImpl
 
resolveName(String) - Method in class com.lexmark.saperion.client.implementation.archive.ArchiveServiceClientImpl
 
RESOURCE_NOT_FOUND_ERROR - com.lexmark.saperion.exceptions.mappings.RuntimeExceptionFactory.RuntimeErrors
 
restrictedUserSelection(boolean, List<ActorListItemType<? extends ActorReferenceType>>) - Static method in class com.lexmark.saperion.TypeConversions
This factory method creates a new RecipientSelectionType indicating that user selection is required and restricted to the given list of actors.
RETENTION - com.lexmark.saperion.AuditService.AuditEvents
The RETENTION.
REVISE - com.lexmark.saperion.AuditService.AuditEvents
The REVISE.
revisionFromInputType(CreateDocumentInputType) - Static method in class com.lexmark.saperion.TypeConversions
 
revisionFromInputType(CreateFolderInputType) - Static method in class com.lexmark.saperion.TypeConversions
 
revokeOwnership() - Method in class com.lexmark.saperion.client.implementation.workflow.WorkflowTaskClientImpl
 
revokeOwnership() - Method in interface com.lexmark.saperion.client.workflow.WorkflowTaskClient
This method revokes the ownership of the task from the current user.
revokeOwnership(TaskReferenceType) - Method in class com.lexmark.saperion.delegate.AbstractWorkflowTaskDelegateService
 
revokeOwnership(TaskReferenceType) - Method in interface com.lexmark.saperion.workflow.WorkflowTaskService
Revokes the ownership of a task.
RMI - com.lexmark.saperion.client.SaperionConnectionType
This member indicates the saperion backend is connected to by rmi.
RoleClient - Interface in com.lexmark.saperion.client.administration
This client provides methods for administrating a given role.
RoleClientImpl - Class in com.lexmark.saperion.client.implementation.administration
This is the default implementation of RoleClient.
RoleClientImpl(RoleManagementService, RoleReferenceType) - Constructor for class com.lexmark.saperion.client.implementation.administration.RoleClientImpl
 
RoleManagementDelegateService - Class in com.lexmark.saperion.delegate
This RoleManagementService simply delegates to another instance.
RoleManagementDelegateService(RoleManagementService) - Constructor for class com.lexmark.saperion.delegate.RoleManagementDelegateService
 
RoleManagementServiceClient - Interface in com.lexmark.saperion.client.administration
This client provides methods for administrating rolea.
RoleManagementServiceClientImpl - Class in com.lexmark.saperion.client.implementation.administration
This is the default implementation of RoleManagementServiceClient.
RoleManagementServiceClientImpl(RoleManagementService) - Constructor for class com.lexmark.saperion.client.implementation.administration.RoleManagementServiceClientImpl
 
roleReferenceFromId(int) - Static method in class com.lexmark.saperion.TypeConversions
This method creates a new RoleReferenceType with the given ID.
RuntimeExceptionFactory - Class in com.lexmark.saperion.exceptions.mappings
ECMS runtime exception factory implementation.
RuntimeExceptionFactory() - Constructor for class com.lexmark.saperion.exceptions.mappings.RuntimeExceptionFactory
 
RuntimeExceptionFactory.RuntimeErrors - Enum in com.lexmark.saperion.exceptions.mappings
Runtime error definitions.

S

SaperionClient - Interface in com.lexmark.saperion.client
The saperion client provides a client interface for the saperion functionality.
SaperionClientFactory - Interface in com.lexmark.saperion.client
Ths saperion client factory works as an entry point for saperion functionality.
SaperionClientFactoryImpl - Class in com.lexmark.saperion.client.implementation
This is the default implementation of SaperionClientFactory.
SaperionClientFactoryImpl(Connector) - Constructor for class com.lexmark.saperion.client.implementation.SaperionClientFactoryImpl
 
SaperionClientImpl - Class in com.lexmark.saperion.client.implementation
This is the default implementation of SaperionClient.
SaperionClientImpl(ServiceFactory) - Constructor for class com.lexmark.saperion.client.implementation.SaperionClientImpl
 
SaperionConnectionType - Enum in com.lexmark.saperion.client
This enumeration holds the different configuration values defined for connecting to a saperion system.
search() - Method in interface com.lexmark.saperion.client.administration.AclManagementServiceClient
This method returns a search client for searching access control lists.
search() - Method in interface com.lexmark.saperion.client.administration.GroupManagementServiceClient
This method returns a search client for searching groups.
search() - Method in interface com.lexmark.saperion.client.administration.RoleManagementServiceClient
This method returns a search client for searching roles.
search() - Method in interface com.lexmark.saperion.client.administration.UserManagementServiceClient
This method returns a search client for searching users.
search() - Method in class com.lexmark.saperion.client.implementation.administration.AclManagementServiceClientImpl
 
search() - Method in class com.lexmark.saperion.client.implementation.administration.GroupManagementServiceClientImpl
 
search() - Method in class com.lexmark.saperion.client.implementation.administration.RoleManagementServiceClientImpl
 
search() - Method in class com.lexmark.saperion.client.implementation.administration.UserManagementServiceClientImpl
 
search(Statement, PageDefinition) - Method in class com.lexmark.saperion.client.implementation.SearchClientImpl
 
search(Statement, PageDefinition) - Method in class com.lexmark.saperion.delegate.AbstractAclManagementDelegateService
 
search(Statement, PageDefinition) - Method in class com.lexmark.saperion.delegate.AbstractArchiveDelegateService
 
search(Statement, PageDefinition) - Method in class com.lexmark.saperion.delegate.AbstractGroupManagementDelegateService
 
search(Statement, PageDefinition) - Method in class com.lexmark.saperion.delegate.AbstractRoleManagementDelegateService
 
search(Statement, PageDefinition) - Method in class com.lexmark.saperion.delegate.AbstractTenantManagementDelegateService
 
search(Statement, PageDefinition) - Method in class com.lexmark.saperion.delegate.AbstractUserManagementDelegateService
 
search(Statement, PageDefinition) - Method in class com.lexmark.saperion.delegate.AbstractWorkflowDefinitionDelegateService
 
search(Statement, PageDefinition) - Method in class com.lexmark.saperion.delegate.AbstractWorkflowInboxDelegateService
 
search(Statement, PageDefinition) - Method in class com.lexmark.saperion.delegate.AbstractWorkflowProcessDelegateService
 
search(Statement, PageDefinition) - Method in class com.lexmark.saperion.delegate.SearchExecutionDelegateService
 
search(Statement, PageDefinition) - Method in interface com.lexmark.saperion.workflow.WorkflowDefinitionService
This method returns a list of references for every workflow definition in the system accessible from the current tenant.
search(Statement, PageDefinition) - Method in interface com.lexmark.saperion.workflow.WorkflowInboxService
This method returns a list of information about all inboxes of the current user.
SEARCH_ERROR - com.lexmark.saperion.exceptions.mappings.ApplicationExceptionFactory.ApplicationErrors
 
SEARCH_ERROR - Static variable in class com.lexmark.saperion.exceptions.EcmErrorCodes
error code - 420
SEARCH_RUNTIME_ERROR - Static variable in class com.lexmark.saperion.exceptions.EcmErrorCodes
error code - 423
SEARCH_STATEMENT_EXECUTION_ERROR - com.lexmark.saperion.exceptions.mappings.ApplicationExceptionFactory.ApplicationErrors
 
SEARCH_STATEMENT_SYNTAX_ERROR - com.lexmark.saperion.exceptions.mappings.ApplicationExceptionFactory.ApplicationErrors
 
SearchClient<ItemType> - Interface in com.lexmark.saperion.client
This is the client-side interface for searches.
SearchClientImpl<ItemType> - Class in com.lexmark.saperion.client.implementation
This is the default implementation of SearchClient.
SearchClientImpl(SearchExecutionService<ItemType>) - Constructor for class com.lexmark.saperion.client.implementation.SearchClientImpl
 
searchDeleted() - Method in interface com.lexmark.saperion.client.administration.AclManagementServiceClient
This method returns a search client for searching deleted access control lists.
searchDeleted() - Method in interface com.lexmark.saperion.client.administration.GroupManagementServiceClient
This method returns a search client for searching deleted groups.
searchDeleted() - Method in interface com.lexmark.saperion.client.administration.RoleManagementServiceClient
This method returns a search client for searching deleted roles.
searchDeleted() - Method in interface com.lexmark.saperion.client.administration.TenantManagementClient
This method returns a new SearchClient that can be used to search for deleted tenants.
searchDeleted() - Method in interface com.lexmark.saperion.client.administration.UserManagementServiceClient
This method returns a search client for searching deleted users.
searchDeleted() - Method in class com.lexmark.saperion.client.implementation.administration.AclManagementServiceClientImpl
 
searchDeleted() - Method in class com.lexmark.saperion.client.implementation.administration.GroupManagementServiceClientImpl
 
searchDeleted() - Method in class com.lexmark.saperion.client.implementation.administration.RoleManagementServiceClientImpl
 
searchDeleted() - Method in class com.lexmark.saperion.client.implementation.administration.TenantManagementClientImpl
 
searchDeleted() - Method in class com.lexmark.saperion.client.implementation.administration.UserManagementServiceClientImpl
 
SearchExecutionDelegateService<T> - Class in com.lexmark.saperion.delegate
This SearchExecutionService simply delegates to another instance.
SearchExecutionDelegateService(SearchExecutionService<T>) - Constructor for class com.lexmark.saperion.delegate.SearchExecutionDelegateService
 
SearchFunction<ResultType> - Interface in com.lexmark.saperion.search
 
searchMultiValueField(String) - Method in interface com.lexmark.saperion.client.document.DocumentRevisionClient
This method returns a search client for the content of the given multi value field of the given document revision.
searchMultiValueField(String) - Method in interface com.lexmark.saperion.client.folder.FolderClient
This method returns a search client for the content of the given multi value field of the given folder.
searchMultiValueField(String) - Method in class com.lexmark.saperion.client.implementation.document.DocumentRevisionClientImpl
 
searchMultiValueField(String) - Method in class com.lexmark.saperion.client.implementation.folder.FolderClientImpl
 
searchMultiValueField(String) - Method in class com.lexmark.saperion.client.implementation.lookup.LookupEntryClientImpl
 
searchMultiValueField(String) - Method in interface com.lexmark.saperion.client.lookup.LookupEntryClient
This method returns a search client for the content of the given multi value field of the given lookup entry.
SearchResultIterator<T> - Class in com.lexmark.saperion.search
The search result iterator allows to iterate seamlessly over huge result sets.
SearchResultIterator(SearchExecutionService<T>, Statement, PageDefinition) - Constructor for class com.lexmark.saperion.search.SearchResultIterator
 
SearchRuntimeException - Exception in com.lexmark.saperion.exceptions.runtime
This client exception indicates that a search failed in a context where checked exceptions are prohibited.
SearchRuntimeException(ErrorType, Throwable) - Constructor for exception com.lexmark.saperion.exceptions.runtime.SearchRuntimeException
Creates a new exception with the given error code and exception cause.
SearchRuntimeException(String, EcmException) - Constructor for exception com.lexmark.saperion.exceptions.runtime.SearchRuntimeException
Creates a new exception with the given exception cause and exception message.
searchServiceForDefinition(ArchiveReferenceType, Boolean, Boolean) - Method in class com.lexmark.saperion.delegate.AbstractDocumentDelegateService
 
searchWorkflowDefinitions() - Method in class com.lexmark.saperion.client.implementation.workflow.WorkflowServiceClientImpl
 
searchWorkflowDefinitions() - Method in interface com.lexmark.saperion.client.workflow.WorkflowServiceClient
This method returns a resource client for the workflow definition collection.
SECURITY_ACCESS_DENIED - com.lexmark.saperion.exceptions.mappings.SystemExceptionFactory.SystemErrors
 
SECURITY_ACCESS_DENIED - Static variable in class com.lexmark.saperion.exceptions.EcmErrorCodes
error code - 201
SECURITY_ERROR - com.lexmark.saperion.exceptions.mappings.SystemExceptionFactory.SystemErrors
 
SECURITY_ERROR - Static variable in class com.lexmark.saperion.exceptions.EcmErrorCodes
error code - 200
SECURITY_ERROR_OFFSET - Static variable in class com.lexmark.saperion.exceptions.EcmErrorCodes
 
SECURITY_TOKEN_EXPIRED - com.lexmark.saperion.exceptions.mappings.SystemExceptionFactory.SystemErrors
 
SECURITY_TOKEN_EXPIRED - Static variable in class com.lexmark.saperion.exceptions.EcmErrorCodes
error code - 203
SECURITY_TOKEN_INCONSISTENT - Static variable in class com.lexmark.saperion.exceptions.EcmErrorCodes
error code - 205
SECURITY_TOKEN_INCOSTENT - com.lexmark.saperion.exceptions.mappings.SystemExceptionFactory.SystemErrors
 
SECURITY_TOKEN_INVALID - com.lexmark.saperion.exceptions.mappings.SystemExceptionFactory.SystemErrors
 
SECURITY_TOKEN_INVALID - Static variable in class com.lexmark.saperion.exceptions.EcmErrorCodes
error code - 204
SECURITY_TOKEN_UNKNOWN - com.lexmark.saperion.exceptions.mappings.SystemExceptionFactory.SystemErrors
 
SECURITY_TOKEN_UNKNOWN - Static variable in class com.lexmark.saperion.exceptions.EcmErrorCodes
error code - 202
SecurityError(int) - Constructor for class com.lexmark.saperion.exceptions.system.SecurityException.SecurityError
Creates a new error with the given error value.
SecurityException - Exception in com.lexmark.saperion.exceptions.system
Security base exception.
SecurityException() - Constructor for exception com.lexmark.saperion.exceptions.system.SecurityException
Default constuctor.
SecurityException(ErrorType, Throwable) - Constructor for exception com.lexmark.saperion.exceptions.system.SecurityException
Exception factory constructor.
SecurityException(SecurityException.SecurityError) - Constructor for exception com.lexmark.saperion.exceptions.system.SecurityException
Creates a new exception with the given error code.
SecurityException(SecurityException.SecurityError, ErrorDetailsType, String, Throwable) - Constructor for exception com.lexmark.saperion.exceptions.system.SecurityException
Creates a new exception with the given error code, error details, exception cause and exception message.
SecurityException(SecurityException.SecurityError, ErrorDetailsType, Map<String, String>, String, Throwable) - Constructor for exception com.lexmark.saperion.exceptions.system.SecurityException
Creates a new exception with the given error code, error details, error parameters, exception cause and exception message.
SecurityException(SecurityException.SecurityError, String) - Constructor for exception com.lexmark.saperion.exceptions.system.SecurityException
Creates a new exception with the given error code and exception message.
SecurityException(SecurityException.SecurityError, Throwable) - Constructor for exception com.lexmark.saperion.exceptions.system.SecurityException
Creates a new exception with the given error code and exception cause.
SecurityException(SystemException.SystemError) - Constructor for exception com.lexmark.saperion.exceptions.system.SecurityException
Creates a new exception with the given error code.
SecurityException(SystemException.SystemError, String) - Constructor for exception com.lexmark.saperion.exceptions.system.SecurityException
Creates a new exception with the given error code and exception message.
SecurityException(String) - Constructor for exception com.lexmark.saperion.exceptions.system.SecurityException
Creates a new exception with the given exception message.
SecurityException(String, Throwable, ErrorDetailsType) - Constructor for exception com.lexmark.saperion.exceptions.system.SecurityException
Creates a new exception with the given error details, exception cause and exception message.
SecurityException(Throwable) - Constructor for exception com.lexmark.saperion.exceptions.system.SecurityException
Creates a new exception with the given exception cause.
SecurityException.SecurityError - Class in com.lexmark.saperion.exceptions.system
Error code implementation for security exceptions.
ServiceFactory - Interface in com.lexmark.saperion.client.spi
This factory is an entry point for the low level service api.
ServiceInformationClient - Interface in com.lexmark.saperion.client
 
ServiceInformationClientImpl - Class in com.lexmark.saperion.client.implementation
 
ServiceInformationClientImpl(ServiceInformationService) - Constructor for class com.lexmark.saperion.client.implementation.ServiceInformationClientImpl
 
ServiceInformationService - Interface in com.lexmark.saperion
The ServiceInformationService provides methods that return information about the service itself.
ServiceInformationType - Class in com.lexmark.saperion
This output type is used to display version information about the service.
ServiceInformationType() - Constructor for class com.lexmark.saperion.ServiceInformationType
 
setActor(ActorListItemType<? extends ActorReferenceType>) - Method in class com.lexmark.saperion.workflow.TaskType
Sets the task actor.
setActors(List<? extends ActorReferenceType>) - Method in class com.lexmark.saperion.workflow.WorkflowStartInputType
Sets the workflow actors for the first workflow step.
setActualArchiveKind(ArchiveContentEnum) - Method in class com.lexmark.saperion.exceptions.runtime.WrongArchiveKindDetails
 
setArchive(ArchiveReferenceType) - Method in class com.lexmark.saperion.exceptions.runtime.MandatoryConstraintViolationDetails
 
setArchive(ArchiveReferenceType) - Method in class com.lexmark.saperion.exceptions.runtime.SystemFieldWriteDetails
 
setArchive(ArchiveReferenceType) - Method in class com.lexmark.saperion.exceptions.runtime.UniqueConstraintViolationDetails
 
setArchive(ArchiveReferenceType) - Method in class com.lexmark.saperion.exceptions.runtime.WrongArchiveKindDetails
 
setCapabilities(Set<TaskCapabilitiesEnum>) - Method in class com.lexmark.saperion.workflow.TaskType
Sets the task capabilities.
setChildren(List<TaskCommentType>) - Method in class com.lexmark.saperion.workflow.TaskCommentType
Sets a list of sub-comments to this comment.
setComment(String) - Method in class com.lexmark.saperion.workflow.TaskCommentType
Sets the current comment's value.
setComment(String) - Method in class com.lexmark.saperion.workflow.TaskForwardInputType
Sets the task forward comment.
setComment(String) - Method in class com.lexmark.saperion.workflow.WorkflowStartInputType
Sets the workflow start comment.
setCommentRequired(boolean) - Method in class com.lexmark.saperion.workflow.TransitionDefinitionType
Sets the comment required flag.
setComments(List<TaskCommentType>) - Method in class com.lexmark.saperion.workflow.TaskPropertyType
Sets the comments to a workflow process.
setContentHashAlgorithm(String) - Method in class com.lexmark.saperion.ServiceInformationType
 
setCreateDate(Date) - Method in class com.lexmark.saperion.workflow.TaskCommentType
This method sets the date of creation.
setCreateDate(Date) - Method in class com.lexmark.saperion.workflow.WorkflowProcessType
Sets the create date of the process.
setCreationUser(ActorListItemType<UserReferenceType>) - Method in class com.lexmark.saperion.workflow.TaskCommentType
This method sets the user that created the comment.
setDescription(String) - Method in class com.lexmark.saperion.workflow.TaskListItemType
Sets the description of the actual task as defined in the process.
setDescription(String) - Method in class com.lexmark.saperion.workflow.TaskType
Sets the task description.
setDescription(String) - Method in class com.lexmark.saperion.workflow.TransitionDefinitionType
Sets the description for the transition definition.
setDetailMessage(String) - Method in class com.lexmark.saperion.exceptions.runtime.GenericExceptionDetails
 
setDocumentId(DocumentReferenceType) - Method in class com.lexmark.saperion.workflow.WorkflowStartInputType
Sets the document id for which the workflow is started.
setDocumentReference(DocumentReferenceType) - Method in class com.lexmark.saperion.workflow.WorkflowProcessType
This setter sets the document reference.
setDuration(int) - Method in class com.lexmark.saperion.workflow.TimeInfoType
Sets the task duration.
setEscalationHoldInfo(EscalationHoldInfoType) - Method in class com.lexmark.saperion.workflow.TaskType
 
setEstimatedWorkingTime(int) - Method in class com.lexmark.saperion.workflow.TimeInfoType
Sets the estimated task working time.
setExpectedArchiveKind(ArchiveContentEnum) - Method in class com.lexmark.saperion.exceptions.runtime.WrongArchiveKindDetails
 
setExtension(Map<String, PropertyType>) - Method in interface com.lexmark.saperion.client.administration.GroupClient
setExtension(Map<String, PropertyType>) - Method in interface com.lexmark.saperion.client.administration.TenantClient
setExtension(Map<String, PropertyType>) - Method in interface com.lexmark.saperion.client.administration.UserClient
setId(int) - Method in class com.lexmark.saperion.workflow.TaskCommentReferenceType
Sets the reference id.
setId(int) - Method in class com.lexmark.saperion.workflow.TransitionDefinitionType
Sets the transition id.
setId(Integer) - Method in class com.lexmark.saperion.workflow.InboxReferenceType
Sets the inbox id.
setId(String) - Method in class com.lexmark.saperion.workflow.TaskReferenceType
Sets the task reference id.
setId(String) - Method in class com.lexmark.saperion.workflow.WorkflowProcessReferenceType
Sets the workflow process id.
setIndex(Map<String, PropertyType>) - Method in class com.lexmark.saperion.workflow.TaskPropertyType
Sets the index data of a workflow process.
setIndexData(Map<String, PropertyType>) - Method in class com.lexmark.saperion.exceptions.runtime.MandatoryConstraintViolationDetails
 
setIndexData(Map<String, PropertyType>) - Method in class com.lexmark.saperion.exceptions.runtime.UniqueConstraintViolationDetails
 
setLatest(ReferenceType) - Method in class com.lexmark.saperion.exceptions.runtime.ConcurrentWriteDetails
 
setLockedSince(Date) - Method in class com.lexmark.saperion.exceptions.runtime.ObjectLockedDetails
 
setLockUser(UserListItemType) - Method in class com.lexmark.saperion.exceptions.runtime.ObjectLockedDetails
 
setMissingFields(List<String>) - Method in class com.lexmark.saperion.exceptions.runtime.MandatoryConstraintViolationDetails
 
setMultiTenantSystem(boolean) - Method in class com.lexmark.saperion.ServiceInformationType
 
setName(String) - Method in class com.lexmark.saperion.workflow.InboxListItemType
Sets the name of the inbox.
setName(String) - Method in class com.lexmark.saperion.workflow.WorkflowDefinitionListItemType
Sets the workflow definition name.
setName(String) - Method in class com.lexmark.saperion.workflow.WorkflowDefinitionReferenceType
This setter sets the name of the workflow definition.
setName(String) - Method in class com.lexmark.saperion.workflow.WorkflowDefinitionType
Sets the name of the workflow definition.
setName(String) - Method in class com.lexmark.saperion.workflow.WorkflowProcessType
Sets the workflow name.
setOwner(ActorReferenceType) - Method in class com.lexmark.saperion.workflow.InboxListItemType
Sets the reference to the owner of this inbox.
setOwner(UserListItemType) - Method in class com.lexmark.saperion.workflow.WorkflowProcessType
Sets the owner of the workflow.
setPreviousActor(ActorListItemType<? extends ActorReferenceType>) - Method in class com.lexmark.saperion.workflow.TaskType
This setter sets the actor of the task prior to this task.
setPriority(int) - Method in class com.lexmark.saperion.workflow.TaskType
Sets the task priority.
setProcess(WorkflowProcessType) - Method in class com.lexmark.saperion.workflow.TaskType
Sets the task process information.
setProductVersion(String) - Method in class com.lexmark.saperion.ServiceInformationType
 
setProtocolMajorVersion(int) - Method in class com.lexmark.saperion.ServiceInformationType
 
setProtocolMinorVersion(int) - Method in class com.lexmark.saperion.ServiceInformationType
 
setRead(Boolean) - Method in class com.lexmark.saperion.workflow.TaskListItemType
Sets whether this task was already read or not.
setReceiveDate(Date) - Method in class com.lexmark.saperion.workflow.TaskType
Sets the task's receive date.
setRecipientList(List<ActorListItemType<? extends ActorReferenceType>>) - Method in class com.lexmark.saperion.workflow.RecipientSelectionType
This setter sets the list of users the recipient(s) can be chosen from.
setRecipientRequired(boolean) - Method in class com.lexmark.saperion.workflow.RecipientSelectionType
This setter sets whether a recipient is required for the workflow step.
setRecipients(List<ActorReferenceType>) - Method in class com.lexmark.saperion.workflow.TaskForwardInputType
Sets the task forward recipient list.
setRecipientSelection(RecipientSelectionType) - Method in class com.lexmark.saperion.exceptions.application.WorkflowActorRequiredDetails
Sets the recipients selection type of the workflow.
setRecipientSelection(RecipientSelectionType) - Method in class com.lexmark.saperion.workflow.TransitionDefinitionType
This setter sets if and in what way the next recipient is selected.
setReference(DocumentReferenceType) - Method in class com.lexmark.saperion.exceptions.runtime.DocumentLockedDetails
 
setReference(LookupEntryReferenceType) - Method in class com.lexmark.saperion.exceptions.runtime.LookupEntryLockedDetails
 
setRestricted(Boolean) - Method in class com.lexmark.saperion.workflow.RecipientSelectionType
This setter sets whether the recipient selection is restricted to a list of actors or whether the recipient(s) can be chosen freely.
setRevisionReference(DocumentRevisionReferenceType) - Method in class com.lexmark.saperion.workflow.WorkflowProcessType
Set the reference to the document for which the workflow was started.
setSchemaExtension(ExtensionPropertiesType) - Method in interface com.lexmark.saperion.client.administration.GroupClient
This method sets the schema-extension properties of the group.
setSchemaExtension(ExtensionPropertiesType) - Method in interface com.lexmark.saperion.client.administration.TenantClient
This method sets the schema-extension properties of the tenant.
setSchemaExtension(ExtensionPropertiesType) - Method in interface com.lexmark.saperion.client.administration.UserClient
This method sets the schema-extension properties of the user.
setSchemaExtension(ExtensionPropertiesType) - Method in class com.lexmark.saperion.client.implementation.administration.GroupClientImpl
 
setSchemaExtension(ExtensionPropertiesType) - Method in class com.lexmark.saperion.client.implementation.administration.TenantClientImpl
 
setSchemaExtension(ExtensionPropertiesType) - Method in class com.lexmark.saperion.client.implementation.administration.UserClientImpl
 
setSchemaExtension(GroupReferenceType, Map<String, PropertyType>) - Method in class com.lexmark.saperion.delegate.AbstractGroupManagementDelegateService
Deprecated.
setSchemaExtension(TenantReferenceType, Map<String, PropertyType>) - Method in class com.lexmark.saperion.delegate.AbstractTenantManagementDelegateService
Deprecated.
setSchemaExtension(UserReferenceType, Map<String, PropertyType>) - Method in class com.lexmark.saperion.delegate.AbstractUserManagementDelegateService
Deprecated.
setSchemaExtensionProperties(GroupReferenceType, ExtensionPropertiesType) - Method in class com.lexmark.saperion.delegate.AbstractGroupManagementDelegateService
 
setSchemaExtensionProperties(TenantReferenceType, ExtensionPropertiesType) - Method in class com.lexmark.saperion.delegate.AbstractTenantManagementDelegateService
 
setSchemaExtensionProperties(UserReferenceType, ExtensionPropertiesType) - Method in class com.lexmark.saperion.delegate.AbstractUserManagementDelegateService
 
setSingleActorSelection(Boolean) - Method in class com.lexmark.saperion.workflow.RecipientSelectionType
This setter sets whether one and only one recipient has to be selected or a list of recipients.
setState(WorkflowProcessStateEnum) - Method in class com.lexmark.saperion.workflow.WorkflowProcessType
Sets the workflow state.
setSubject(String) - Method in class com.lexmark.saperion.workflow.TaskType
Sets the task subject.
setSynchronized(boolean) - Method in class com.lexmark.saperion.workflow.TaskForwardInputType
 
setSystemFieldNames(List<String>) - Method in class com.lexmark.saperion.exceptions.runtime.SystemFieldWriteDetails
 
setTaskReference(TaskReferenceType) - Method in class com.lexmark.saperion.exceptions.application.GenericWorkflowErrorDetails
 
setTaskReference(TaskReferenceType) - Method in class com.lexmark.saperion.exceptions.application.WorkflowActorRequiredDetails
 
setTenantSpecific(boolean) - Method in class com.lexmark.saperion.workflow.WorkflowDefinitionType
Sets the workflow tenant property.
setTimeInformation(TimeInfoType) - Method in class com.lexmark.saperion.workflow.TaskType
Sets the task time information.
setTimeInformation(TimeInfoType) - Method in class com.lexmark.saperion.workflow.WorkflowProcessType
Sets the workflow process time information.
setTotalCount(Integer) - Method in class com.lexmark.saperion.workflow.InboxListItemType
Sets the number of items in this inbox.
setTransitionId(Integer) - Method in class com.lexmark.saperion.workflow.TaskForwardInputType
Sets the task forward transition id.
setType(InboxTypeEnumeration) - Method in class com.lexmark.saperion.workflow.InboxListItemType
Sets the type of the inbox.
setType(WorkflowProcessTypeEnum) - Method in class com.lexmark.saperion.workflow.WorkflowProcessType
Sets the workflow process type.
setUnreadCount(Integer) - Method in class com.lexmark.saperion.workflow.InboxListItemType
Sets the number of all unread items in this inbox.
setUser(UserReferenceType) - Method in class com.lexmark.saperion.exceptions.system.PasswordExpiredDetails
 
setUserFields(Map<String, PropertyType>) - Method in class com.lexmark.saperion.workflow.TaskType
Sets the task's user fields.
setVersion(String) - Method in class com.lexmark.saperion.workflow.WorkflowDefinitionType
Sets the workflow definition version.
setViolatedFields(List<String>) - Method in class com.lexmark.saperion.exceptions.runtime.UniqueConstraintViolationDetails
 
setWorkflowDefinition(WorkflowDefinitionListItemType) - Method in class com.lexmark.saperion.workflow.WorkflowProcessListItemType
Sets the workflow definition that is associated with the given workflow process.
setWorkflowDefinition(WorkflowDefinitionType) - Method in class com.lexmark.saperion.workflow.WorkflowProcessType
Sets the workflow process definition.
setWorkflowEnabled(boolean) - Method in class com.lexmark.saperion.ServiceInformationType
 
setWorkflowErrorCode(int) - Method in class com.lexmark.saperion.exceptions.application.GenericWorkflowErrorDetails
 
setWorkingTime(int) - Method in class com.lexmark.saperion.workflow.TimeInfoType
Sets the task working time.
setWriteAttempt(ReferenceType) - Method in class com.lexmark.saperion.exceptions.runtime.ConcurrentWriteDetails
 
shareDocument(CloudShareDocumentReferenceType) - Method in class com.lexmark.saperion.delegate.AbstractCloudShareDelegateService
 
SHUTDOWN - com.lexmark.saperion.AuditService.AuditEvents
The SHUTDOWN.
SIGN - com.lexmark.saperion.AuditService.AuditEvents
The SIGN.
STANDARD - com.lexmark.saperion.workflow.WorkflowProcessTypeEnum
The process was started as standard workflow.
STANDARD - com.lexmark.saperion.workflow.WorkflowTypeEnum
 
STARTUP - com.lexmark.saperion.AuditService.AuditEvents
The STARTUP.
startWorkflow(DocumentReferenceType, String) - Method in interface com.lexmark.saperion.client.workflow.WorkflowDefinitionClient
This method starts a workflow for the given document.
startWorkflow(DocumentReferenceType, String, List<ActorReferenceType>) - Method in class com.lexmark.saperion.client.implementation.workflow.WorkflowDefinitionClientImpl
 
startWorkflow(DocumentReferenceType, String, List<ActorReferenceType>) - Method in interface com.lexmark.saperion.client.workflow.WorkflowDefinitionClient
This method starts a workflow for the given document.
startWorkflowProcess(WorkflowDefinitionReferenceType, DocumentReferenceType, List<? extends ActorReferenceType>, String) - Method in interface com.lexmark.saperion.workflow.WorkflowDefinitionService
startWorkflowProcess(WorkflowDefinitionReferenceType, WorkflowStartInputType) - Method in class com.lexmark.saperion.delegate.AbstractWorkflowDefinitionDelegateService
 
startWorkflowProcess(WorkflowDefinitionReferenceType, WorkflowStartInputType) - Method in interface com.lexmark.saperion.workflow.WorkflowDefinitionService
This method starts a workflow process given a workflow definition and a document (by its id).
statement(List<String>, Expression, List<FieldOrderDescriptor>) - Static method in class com.lexmark.saperion.TypeConversions
This factory method creates a new Statement with the given members.
StorageProfileAssignmentException - Exception in com.lexmark.saperion.exceptions.runtime
This exception is thrown when a document cannot be archived because it was impossible to assign a storage profile to the new document.
StorageProfileAssignmentException() - Constructor for exception com.lexmark.saperion.exceptions.runtime.StorageProfileAssignmentException
 
StorageProfileAssignmentException(ErrorType, Throwable) - Constructor for exception com.lexmark.saperion.exceptions.runtime.StorageProfileAssignmentException
 
stream(int, EcmSearchFunction<ElementType, ExceptionType>) - Static method in class com.lexmark.saperion.search.Paging
 
SUBSTITUTE - com.lexmark.saperion.workflow.InboxTypeEnumeration
 
supports(ErrorCodeType) - Method in class com.lexmark.saperion.exceptions.mappings.AbstractExceptionFactory
 
supports(ErrorCodeType) - Method in interface com.lexmark.saperion.exceptions.mappings.ExceptionFactory
This method determines if an exception mapping for faults with the given error code exists in the factory instance.
SYNCHRONIZE - com.lexmark.saperion.AuditService.AuditEvents
The SYNCHRONIZE.
SYSTEM_CONNECTION_ERROR - Static variable in class com.lexmark.saperion.exceptions.EcmErrorCodes
error code - 103
SYSTEM_CONNECTION_INVALID - com.lexmark.saperion.exceptions.mappings.SystemExceptionFactory.SystemErrors
 
SYSTEM_CONNECTION_POOL_ERROR - com.lexmark.saperion.exceptions.mappings.SystemExceptionFactory.SystemErrors
 
SYSTEM_CONNECTION_POOL_ERROR - Static variable in class com.lexmark.saperion.exceptions.EcmErrorCodes
error code - 104
SYSTEM_DESERIALIZATION_ERROR - com.lexmark.saperion.exceptions.mappings.SystemExceptionFactory.SystemErrors
 
SYSTEM_DESERIALIZATION_ERROR - Static variable in class com.lexmark.saperion.exceptions.EcmErrorCodes
error code - 102
SYSTEM_GENERAL_ERROR - com.lexmark.saperion.exceptions.mappings.SystemExceptionFactory.SystemErrors
 
SYSTEM_SERIALIZATION_ERROR - com.lexmark.saperion.exceptions.mappings.SystemExceptionFactory.SystemErrors
 
SYSTEM_SERIALIZATION_ERROR - Static variable in class com.lexmark.saperion.exceptions.EcmErrorCodes
error code - 101
SYSTEM_STORAGE_ERROR - com.lexmark.saperion.exceptions.mappings.SystemExceptionFactory.SystemErrors
 
SystemExceptionFactory - Class in com.lexmark.saperion.exceptions.mappings
System exceptions factory implementation.
SystemExceptionFactory() - Constructor for class com.lexmark.saperion.exceptions.mappings.SystemExceptionFactory
 
SystemExceptionFactory.SystemErrors - Enum in com.lexmark.saperion.exceptions.mappings
System error defintions.
SystemFieldWriteDetails - Class in com.lexmark.saperion.exceptions.runtime
These are the details for SystemFieldWriteException.
SystemFieldWriteDetails() - Constructor for class com.lexmark.saperion.exceptions.runtime.SystemFieldWriteDetails
 
SystemFieldWriteException - Exception in com.lexmark.saperion.exceptions.runtime
This exception indicates that the client tried to change a system field manually.
SystemFieldWriteException(ArchiveReferenceType, List<String>) - Constructor for exception com.lexmark.saperion.exceptions.runtime.SystemFieldWriteException
 
SystemFieldWriteException(ErrorType, Throwable) - Constructor for exception com.lexmark.saperion.exceptions.runtime.SystemFieldWriteException
This is the constructor used for serialization.

T

TaskCapabilitiesEnum - Enum in com.lexmark.saperion.workflow
The task capabilities enumeration defines the functions that can be called on a workflow task.
TaskCommentReferenceType - Class in com.lexmark.saperion.workflow
This ReferenceType identifies comments at workflow tasks.
TaskCommentReferenceType() - Constructor for class com.lexmark.saperion.workflow.TaskCommentReferenceType
Creates a new comment reference.
TaskCommentType - Class in com.lexmark.saperion.workflow
The task comment type represents a comment of a workflow process.
TaskCommentType() - Constructor for class com.lexmark.saperion.workflow.TaskCommentType
Creates a new comment with an empty comment reference.
TaskForwardInputType - Class in com.lexmark.saperion.workflow
The forward task input type is the protocol binding type for the task forward operation.
TaskForwardInputType() - Constructor for class com.lexmark.saperion.workflow.TaskForwardInputType
 
TaskListItemType - Class in com.lexmark.saperion.workflow
A TaskListItemType holds the most important information about a task that is contained in a workflow-inbox.
TaskListItemType() - Constructor for class com.lexmark.saperion.workflow.TaskListItemType
Constructs a new TaskListItemType.
TaskListItemType(TaskReferenceType) - Constructor for class com.lexmark.saperion.workflow.TaskListItemType
Constructs a new TaskListItemType.
TaskPropertyType - Class in com.lexmark.saperion.workflow
The task properties define all property values that can be directly changed by an application.
TaskPropertyType() - Constructor for class com.lexmark.saperion.workflow.TaskPropertyType
 
TaskReferenceType - Class in com.lexmark.saperion.workflow
This ReferenceType identifies workflow tasks.
TaskReferenceType() - Constructor for class com.lexmark.saperion.workflow.TaskReferenceType
Creates a new task reference.
TaskStateEnum - Enum in com.lexmark.saperion.workflow
The task state enumeration defines the possible states that a task can have.
TaskType - Class in com.lexmark.saperion.workflow
The task type is a representation of a task in a running workflow process.
TaskType() - Constructor for class com.lexmark.saperion.workflow.TaskType
Creates a new task instance.
TECHNICAL_TOKEN_CLAIM - Static variable in class com.lexmark.saperion.TokenConstants
Name of the claim used as flag for tokens used for inter service communication.
TENANT_CLAIM - Static variable in class com.lexmark.saperion.TokenConstants
Name of the claim that contains the tenant in a JWT.
TenantClient - Interface in com.lexmark.saperion.client.administration
This client provides functionality to administrate a given tenant.
TenantClientImpl - Class in com.lexmark.saperion.client.implementation.administration
This is the default implementation of TenantClient.
TenantClientImpl(TenantManagementService, TenantReferenceType) - Constructor for class com.lexmark.saperion.client.implementation.administration.TenantClientImpl
 
TenantManagementClient - Interface in com.lexmark.saperion.client.administration
This client provides functionality to administrate tenants in a saperion system.
TenantManagementClientImpl - Class in com.lexmark.saperion.client.implementation.administration
This is the default implementation of TenantManagementClient.
TenantManagementClientImpl(TenantManagementService) - Constructor for class com.lexmark.saperion.client.implementation.administration.TenantManagementClientImpl
 
TenantManagementDelegateService - Class in com.lexmark.saperion.delegate
This TenantManagementService simply delegates to another instance.
TenantManagementDelegateService(TenantManagementService) - Constructor for class com.lexmark.saperion.delegate.TenantManagementDelegateService
 
tenantReferenceFromId(int) - Static method in class com.lexmark.saperion.TypeConversions
This factory method create a new tenant reference given a tenant id.
terminate(WorkflowProcessReferenceType) - Method in class com.lexmark.saperion.delegate.AbstractWorkflowProcessDelegateService
 
terminate(WorkflowProcessReferenceType) - Method in interface com.lexmark.saperion.workflow.WorkflowProcessService
This method terminates the workflow process given.
TimeInfoType - Class in com.lexmark.saperion.workflow
Specifies task related time information.
TimeInfoType() - Constructor for class com.lexmark.saperion.workflow.TimeInfoType
 
TIMER - com.lexmark.saperion.AuditService.AuditEvents
The TIMER.
TokenConstants - Class in com.lexmark.saperion
This class contains common constants needed to share information in tokens.
TokenExpiredException - Exception in com.lexmark.saperion.exceptions.system
This exception is thrown when a user tries to invoke an operation when the user's token has already expired.
TokenExpiredException() - Constructor for exception com.lexmark.saperion.exceptions.system.TokenExpiredException
Creates a new TokenExpiredException.
toString() - Method in class com.lexmark.saperion.exceptions.application.GenericWorkflowErrorDetails
 
toString() - Method in class com.lexmark.saperion.exceptions.application.WorkflowActorRequiredDetails
 
toString() - Method in class com.lexmark.saperion.exceptions.runtime.ConcurrentWriteDetails
 
toString() - Method in class com.lexmark.saperion.exceptions.runtime.DocumentLockedDetails
 
toString() - Method in class com.lexmark.saperion.exceptions.runtime.GenericExceptionDetails
 
toString() - Method in class com.lexmark.saperion.exceptions.runtime.LookupEntryLockedDetails
 
toString() - Method in class com.lexmark.saperion.exceptions.runtime.MandatoryConstraintViolationDetails
 
toString() - Method in class com.lexmark.saperion.exceptions.runtime.SystemFieldWriteDetails
 
toString() - Method in class com.lexmark.saperion.exceptions.runtime.UniqueConstraintViolationDetails
 
toString() - Method in class com.lexmark.saperion.exceptions.runtime.WrongArchiveKindDetails
 
toString() - Method in class com.lexmark.saperion.exceptions.system.PasswordExpiredDetails
 
toString() - Method in class com.lexmark.saperion.ServiceInformationType
 
toString() - Method in class com.lexmark.saperion.workflow.InboxListItemType
 
toString() - Method in class com.lexmark.saperion.workflow.InboxReferenceType
 
toString() - Method in class com.lexmark.saperion.workflow.RecipientSelectionType
 
toString() - Method in class com.lexmark.saperion.workflow.TaskCommentReferenceType
 
toString() - Method in class com.lexmark.saperion.workflow.TaskCommentType
 
toString() - Method in class com.lexmark.saperion.workflow.TaskForwardInputType
 
toString() - Method in class com.lexmark.saperion.workflow.TaskListItemType
 
toString() - Method in class com.lexmark.saperion.workflow.TaskPropertyType
 
toString() - Method in class com.lexmark.saperion.workflow.TaskReferenceType
 
toString() - Method in class com.lexmark.saperion.workflow.TaskType
 
toString() - Method in class com.lexmark.saperion.workflow.TimeInfoType
 
toString() - Method in class com.lexmark.saperion.workflow.TransitionDefinitionType
 
toString() - Method in class com.lexmark.saperion.workflow.WorkflowDefinitionListItemType
 
toString() - Method in class com.lexmark.saperion.workflow.WorkflowDefinitionReferenceType
 
toString() - Method in class com.lexmark.saperion.workflow.WorkflowDefinitionType
 
toString() - Method in class com.lexmark.saperion.workflow.WorkflowProcessListItemType
 
toString() - Method in class com.lexmark.saperion.workflow.WorkflowProcessReferenceType
 
toString() - Method in class com.lexmark.saperion.workflow.WorkflowProcessType
 
toString() - Method in class com.lexmark.saperion.workflow.WorkflowStartInputType
 
TRANSFER - com.lexmark.saperion.AuditService.AuditEvents
The TRANSFER.
TransitionDefinitionType - Class in com.lexmark.saperion.workflow
A transition definition represents the different exit path of a workflow node.
TransitionDefinitionType() - Constructor for class com.lexmark.saperion.workflow.TransitionDefinitionType
 
TYPE - Static variable in class com.lexmark.saperion.exceptions.application.GenericWorkflowErrorDetails
 
TYPE - Static variable in class com.lexmark.saperion.exceptions.application.WorkflowActorRequiredDetails
 
TYPE - Static variable in class com.lexmark.saperion.exceptions.runtime.ConcurrentWriteDetails
 
TYPE - Static variable in class com.lexmark.saperion.exceptions.runtime.DocumentLockedDetails
 
TYPE - Static variable in class com.lexmark.saperion.exceptions.runtime.GenericExceptionDetails
 
TYPE - Static variable in class com.lexmark.saperion.exceptions.runtime.LookupEntryLockedDetails
 
TYPE - Static variable in class com.lexmark.saperion.exceptions.runtime.MandatoryConstraintViolationDetails
 
TYPE - Static variable in class com.lexmark.saperion.exceptions.runtime.SystemFieldWriteDetails
 
TYPE - Static variable in class com.lexmark.saperion.exceptions.runtime.UniqueConstraintViolationDetails
 
TYPE - Static variable in class com.lexmark.saperion.exceptions.runtime.WrongArchiveKindDetails
 
TYPE - Static variable in class com.lexmark.saperion.exceptions.system.PasswordExpiredDetails
 
TypeConversions - Class in com.lexmark.saperion
This utility class holds static conversion methods for the types defined in this project.
TypeConverter - Class in com.lexmark.saperion.adapter
The type converter is a utility class that supports conversions from type adapters to bean types.

U

undelete() - Method in interface com.lexmark.saperion.client.administration.AclClient
This method un-deletes the access control list.
undelete() - Method in interface com.lexmark.saperion.client.administration.GroupClient
This method un-deletes the group.
undelete() - Method in interface com.lexmark.saperion.client.administration.RoleClient
This method un-deletes the role.
undelete() - Method in interface com.lexmark.saperion.client.administration.TenantClient
This method un-deletes the tenant.
undelete() - Method in interface com.lexmark.saperion.client.administration.UserClient
This method un-deletes the user.
undelete() - Method in class com.lexmark.saperion.client.implementation.administration.AclClientImpl
 
undelete() - Method in class com.lexmark.saperion.client.implementation.administration.GroupClientImpl
 
undelete() - Method in class com.lexmark.saperion.client.implementation.administration.RoleClientImpl
 
undelete() - Method in class com.lexmark.saperion.client.implementation.administration.TenantClientImpl
 
undelete() - Method in class com.lexmark.saperion.client.implementation.administration.UserClientImpl
 
undeleteAcl(AclReferenceType) - Method in class com.lexmark.saperion.delegate.AbstractAclManagementDelegateService
 
undeleteGroup(GroupReferenceType) - Method in class com.lexmark.saperion.delegate.AbstractGroupManagementDelegateService
 
undeleteRole(RoleReferenceType) - Method in class com.lexmark.saperion.delegate.AbstractRoleManagementDelegateService
 
undeleteTenant(TenantReferenceType) - Method in class com.lexmark.saperion.delegate.AbstractTenantManagementDelegateService
 
undeleteUser(UserReferenceType) - Method in class com.lexmark.saperion.delegate.AbstractUserManagementDelegateService
 
UniqueConstraintViolationDetails - Class in com.lexmark.saperion.exceptions.runtime
These are the details for MandatoryConstraintViolationException.
UniqueConstraintViolationDetails() - Constructor for class com.lexmark.saperion.exceptions.runtime.UniqueConstraintViolationDetails
 
UniqueConstraintViolationException - Exception in com.lexmark.saperion.exceptions.runtime
This exception indicates that an create or update operation violated a unique constraint.
UniqueConstraintViolationException(ArchiveReferenceType, Map<String, PropertyType>, List<String>) - Constructor for exception com.lexmark.saperion.exceptions.runtime.UniqueConstraintViolationException
 
UniqueConstraintViolationException(ErrorType, Throwable) - Constructor for exception com.lexmark.saperion.exceptions.runtime.UniqueConstraintViolationException
This is the constructor used for serialization.
UniqueConstraintViolationException(String, ArchiveReferenceType, Map<String, PropertyType>, List<String>) - Constructor for exception com.lexmark.saperion.exceptions.runtime.UniqueConstraintViolationException
 
uniqueResult(Expression) - Method in class com.lexmark.saperion.client.implementation.SearchClientImpl
 
uniqueResult(Expression) - Method in interface com.lexmark.saperion.client.SearchClient
This convenience method expects the filter to return at most one result.
UNKNOWN - com.lexmark.saperion.workflow.WorkflowProcessStateEnum
 
UNKNOWN - com.lexmark.saperion.workflow.WorkflowProcessTypeEnum
 
unlock() - Method in interface com.lexmark.saperion.client.document.DocumentClient
This method unlocks the document.
unlock() - Method in class com.lexmark.saperion.client.implementation.document.DocumentClientImpl
 
UNLOCK - com.lexmark.saperion.AuditService.AuditEvents
The UNLOCK
unlockDocument(DocumentReferenceType) - Method in class com.lexmark.saperion.delegate.AbstractDocumentDelegateService
 
unrestrictedUserSelection(boolean) - Static method in class com.lexmark.saperion.TypeConversions
This factory method creates a new RecipientSelectionType indicating that user selection is required and not restricted.
update(AclPropertiesType) - Method in interface com.lexmark.saperion.client.administration.AclClient
This method updates the access control list with the given properties.
update(AclPropertiesType) - Method in class com.lexmark.saperion.client.implementation.administration.AclClientImpl
 
update(GroupPropertiesType) - Method in interface com.lexmark.saperion.client.administration.GroupClient
This method updates the group with the given properties.
update(GroupPropertiesType) - Method in class com.lexmark.saperion.client.implementation.administration.GroupClientImpl
 
update(RolePropertiesType) - Method in interface com.lexmark.saperion.client.administration.RoleClient
This method updates the role with the given properties.
update(RolePropertiesType) - Method in class com.lexmark.saperion.client.implementation.administration.RoleClientImpl
 
update(UserPropertiesType) - Method in interface com.lexmark.saperion.client.administration.UserClient
This method updates the referenced user with the given properties.
update(UserPropertiesType) - Method in class com.lexmark.saperion.client.implementation.administration.UserClientImpl
 
update(UserPropertiesType) - Method in class com.lexmark.saperion.client.implementation.administration.UserContextClientImpl
 
update(DocumentElementType) - Method in interface com.lexmark.saperion.client.document.DocumentElementClient
This method updates the document element instance and replaces it with the given entity.
update(DocumentElementType) - Method in interface com.lexmark.saperion.client.document.DocumentRevisionClient
This is a shorthand for update(Collections.<String, PropertyType> emptyMap(), documentElement) updating only the document element and leaving the index data untouched.
update(DocumentElementType) - Method in class com.lexmark.saperion.client.implementation.document.DocumentElementClientImpl
 
update(DocumentElementType) - Method in class com.lexmark.saperion.client.implementation.document.DocumentRevisionClientImpl
 
update(UpdateDocumentInputType) - Method in interface com.lexmark.saperion.client.document.DocumentRevisionClient
This method updates the document with the given properties containing index-data, structure-data and ACLs.
update(UpdateDocumentInputType) - Method in class com.lexmark.saperion.client.implementation.document.DocumentRevisionClientImpl
 
update(UpdateFolderInputType) - Method in interface com.lexmark.saperion.client.folder.FolderClient
This method updates the properties of the given folder.
update(UpdateFolderInputType) - Method in class com.lexmark.saperion.client.implementation.folder.FolderClientImpl
 
update(UpdateLookupEntryInputType) - Method in class com.lexmark.saperion.client.implementation.lookup.LookupEntryClientImpl
 
update(UpdateLookupEntryInputType) - Method in interface com.lexmark.saperion.client.lookup.LookupEntryClient
This method updates a Lookup entry instance.
update(String) - Method in interface com.lexmark.saperion.client.administration.TenantClient
This method updates the tenant with the given properties.
update(String) - Method in class com.lexmark.saperion.client.implementation.administration.TenantClientImpl
 
update(Map<String, PropertyType>) - Method in interface com.lexmark.saperion.client.document.DocumentRevisionClient
This is a shorthand for update(indexData, null) updating only the index data and leaving the document structure untouched.
update(Map<String, PropertyType>) - Method in interface com.lexmark.saperion.client.folder.FolderClient
This method updates the properties of the given folder.
update(Map<String, PropertyType>) - Method in class com.lexmark.saperion.client.implementation.document.DocumentRevisionClientImpl
 
update(Map<String, PropertyType>) - Method in class com.lexmark.saperion.client.implementation.folder.FolderClientImpl
 
update(Map<String, PropertyType>) - Method in class com.lexmark.saperion.client.implementation.lookup.LookupEntryClientImpl
 
update(Map<String, PropertyType>) - Method in interface com.lexmark.saperion.client.lookup.LookupEntryClient
This method updates a Lookup entry instance.
update(Map<String, PropertyType>, DocumentElementType) - Method in interface com.lexmark.saperion.client.document.DocumentRevisionClient
This method updates the document instance and replaces the document with the given entity.
update(Map<String, PropertyType>, DocumentElementType) - Method in class com.lexmark.saperion.client.implementation.document.DocumentRevisionClientImpl
 
updateAcl(AclReferenceType, AclPropertiesType) - Method in class com.lexmark.saperion.delegate.AbstractAclManagementDelegateService
 
updateDocument(DocumentRevisionReferenceType, boolean, UpdateDocumentInputType) - Method in class com.lexmark.saperion.delegate.AbstractDocumentDelegateService
 
updateDocumentElement(DocumentRevisionReferenceType, DocumentElementReferenceType, boolean, DocumentElementType) - Method in class com.lexmark.saperion.delegate.AbstractDocumentDelegateService
 
updateFolder(FolderReferenceType, UpdateFolderInputType) - Method in class com.lexmark.saperion.delegate.AbstractFolderDelegateService
 
updateFolder(FolderReferenceType, Map<String, PropertyType>) - Method in class com.lexmark.saperion.delegate.AbstractFolderDelegateService
 
updateGroup(GroupReferenceType, GroupPropertiesType) - Method in class com.lexmark.saperion.delegate.AbstractGroupManagementDelegateService
 
updateIndexData(TaskReferenceType, Map<String, PropertyType>) - Method in class com.lexmark.saperion.delegate.AbstractWorkflowTaskDelegateService
 
updateIndexData(TaskReferenceType, Map<String, PropertyType>) - Method in interface com.lexmark.saperion.workflow.WorkflowTaskService
Updates the task's index data.
updateIndexData(Map<String, PropertyType>) - Method in class com.lexmark.saperion.client.implementation.workflow.WorkflowTaskClientImpl
 
updateIndexData(Map<String, PropertyType>) - Method in interface com.lexmark.saperion.client.workflow.WorkflowTaskClient
This method updates the task's index data.
updateLookupEntry(LookupEntryReferenceType, UpdateLookupEntryInputType, Boolean) - Method in class com.lexmark.saperion.delegate.AbstractLookupEntryDelegateService
 
updateLookupEntry(LookupEntryReferenceType, Map<String, PropertyType>, Boolean) - Method in class com.lexmark.saperion.delegate.AbstractLookupEntryDelegateService
 
updatePassword(String) - Method in interface com.lexmark.saperion.client.administration.UserClient
This method updates the password of the user.
updatePassword(String) - Method in class com.lexmark.saperion.client.implementation.administration.UserClientImpl
 
updateReminderForTask(long) - Method in class com.lexmark.saperion.client.implementation.workflow.WorkflowTaskClientImpl
 
updateReminderForTask(long) - Method in interface com.lexmark.saperion.client.workflow.WorkflowTaskClient
Update or reset reminder for a given task.
updateReminderForTask(TaskReferenceType, long) - Method in class com.lexmark.saperion.delegate.AbstractWorkflowTaskDelegateService
 
updateReminderForTask(TaskReferenceType, long) - Method in interface com.lexmark.saperion.workflow.WorkflowTaskService
Update or reset reminder for a given task.
updateRole(RoleReferenceType, RolePropertiesType) - Method in class com.lexmark.saperion.delegate.AbstractRoleManagementDelegateService
 
updateTenant(TenantReferenceType, String) - Method in class com.lexmark.saperion.delegate.AbstractTenantManagementDelegateService
 
updateUser(UserReferenceType, UserPropertiesType) - Method in class com.lexmark.saperion.delegate.AbstractUserManagementDelegateService
 
updateUserPassword(UserReferenceType, String) - Method in class com.lexmark.saperion.delegate.AbstractUserManagementDelegateService
 
USER - com.lexmark.saperion.AuditService.AuditEvents
The USER.
USER_CLAIM - Static variable in class com.lexmark.saperion.TokenConstants
Name of the claim that contains the user-name in a JWT.
USER_IDENTIFICATION_CLAIM - Static variable in class com.lexmark.saperion.TokenConstants
Name of the claim that contains the way a user is identified.
UserAdministrationClient - Interface in com.lexmark.saperion.client.administration
This saperion client provides a client-interface with methods for getting user-administration-clients.
UserAdministrationClientImpl - Class in com.lexmark.saperion.client.implementation.administration
This is the default-implementation of UserAdministrationClient.
UserAdministrationClientImpl(TenantManagementService, GroupManagementService, UserManagementService, RoleManagementService, AclManagementService) - Constructor for class com.lexmark.saperion.client.implementation.administration.UserAdministrationClientImpl
 
UserClient - Interface in com.lexmark.saperion.client.administration
This client provides functionality to administrate a given user.
UserClientImpl - Class in com.lexmark.saperion.client.implementation.administration
This is the default implementation of UserClient.
UserClientImpl(UserManagementService, UserReferenceType) - Constructor for class com.lexmark.saperion.client.implementation.administration.UserClientImpl
 
UserContextClient - Interface in com.lexmark.saperion.client.administration
In addition to the functionality of the UserClient this client also provides information about the user context.
UserContextClientImpl - Class in com.lexmark.saperion.client.implementation.administration
This is the default implementation of UserContextClient.
UserContextClientImpl(UserManagementService, UserContextType) - Constructor for class com.lexmark.saperion.client.implementation.administration.UserContextClientImpl
 
userListItemType(int, String) - Static method in class com.lexmark.saperion.TypeConversions
 
UserManagementDelegateService - Class in com.lexmark.saperion.delegate
This UserManagementService simply delegates to another instance.
UserManagementDelegateService(UserManagementService) - Constructor for class com.lexmark.saperion.delegate.UserManagementDelegateService
 
UserManagementServiceClient - Interface in com.lexmark.saperion.client.administration
This client provides functionality to administrate the users of a saperion system.
UserManagementServiceClientImpl - Class in com.lexmark.saperion.client.implementation.administration
This is the default implementation of UserManagementService.
UserManagementServiceClientImpl(UserManagementService) - Constructor for class com.lexmark.saperion.client.implementation.administration.UserManagementServiceClientImpl
 
userReferenceFromId(int) - Static method in class com.lexmark.saperion.TypeConversions
This factory method create a new user reference given a user id.
userToListType(UserType) - Static method in class com.lexmark.saperion.TypeConversions
 

V

validate() - Method in enum com.lexmark.saperion.exceptions.mappings.ApplicationExceptionFactory.ApplicationErrors
 
validate() - Method in class com.lexmark.saperion.exceptions.mappings.EcmsExceptionMapping
 
validate() - Method in interface com.lexmark.saperion.exceptions.mappings.ExceptionMapping
Validates the integrity of the exception mapping.
validate() - Method in enum com.lexmark.saperion.exceptions.mappings.RuntimeExceptionFactory.RuntimeErrors
 
validate() - Method in enum com.lexmark.saperion.exceptions.mappings.SystemExceptionFactory.SystemErrors
 
validate(ErrorCodeType) - Method in class com.lexmark.saperion.exceptions.mappings.EcmsExceptionFactory
Checks that the error code is supported by exactly one registered exception factory.
valueOf(ErrorCodeType) - Method in class com.lexmark.saperion.exceptions.mappings.AbstractExceptionFactory
Returns the exception mapping for this error code.
valueOf(String) - Static method in enum com.lexmark.saperion.AuditService.AuditEvents
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.lexmark.saperion.client.SaperionConnectionType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.lexmark.saperion.exceptions.mappings.ApplicationExceptionFactory.ApplicationErrors
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.lexmark.saperion.exceptions.mappings.RuntimeExceptionFactory.RuntimeErrors
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.lexmark.saperion.exceptions.mappings.SystemExceptionFactory.SystemErrors
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.lexmark.saperion.workflow.InboxTypeEnumeration
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.lexmark.saperion.workflow.TaskCapabilitiesEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.lexmark.saperion.workflow.TaskStateEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.lexmark.saperion.workflow.WorkflowProcessStateEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.lexmark.saperion.workflow.WorkflowProcessTypeEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.lexmark.saperion.workflow.WorkflowTypeEnum
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.lexmark.saperion.AuditService.AuditEvents
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.lexmark.saperion.client.SaperionConnectionType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in class com.lexmark.saperion.exceptions.EcmErrorCodes
Returns all error code constant definitions from this class.
values() - Static method in enum com.lexmark.saperion.exceptions.mappings.ApplicationExceptionFactory.ApplicationErrors
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.lexmark.saperion.exceptions.mappings.RuntimeExceptionFactory.RuntimeErrors
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.lexmark.saperion.exceptions.mappings.SystemExceptionFactory.SystemErrors
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.lexmark.saperion.workflow.InboxTypeEnumeration
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.lexmark.saperion.workflow.TaskCapabilitiesEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.lexmark.saperion.workflow.TaskStateEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.lexmark.saperion.workflow.WorkflowProcessStateEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.lexmark.saperion.workflow.WorkflowProcessTypeEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.lexmark.saperion.workflow.WorkflowTypeEnum
Returns an array containing the constants of this enum type, in the order they are declared.
VIEW - com.lexmark.saperion.AuditService.AuditEvents
The VIEW.
VIEWERCLOSE - com.lexmark.saperion.AuditService.AuditEvents
The VIEWERCLOSE.
VIEWERENDDOC - com.lexmark.saperion.AuditService.AuditEvents
The VIEWERENDDOC.
VIEWEROPEN - com.lexmark.saperion.AuditService.AuditEvents
The VIEWEROPEN.
VIEWERSTARTDOC - com.lexmark.saperion.AuditService.AuditEvents
The VIEWERSTARTDOC.

W

WORKFLOW_ACTOR_REQUIRED - Static variable in class com.lexmark.saperion.exceptions.EcmErrorCodes
error code - 411
WORKFLOW_ACTOR_REQUIRED_ERROR - com.lexmark.saperion.exceptions.mappings.ApplicationExceptionFactory.ApplicationErrors
 
WORKFLOW_ERROR - Static variable in class com.lexmark.saperion.exceptions.EcmErrorCodes
error code - 410
WORKFLOW_GENERAL_ERROR - com.lexmark.saperion.exceptions.mappings.ApplicationExceptionFactory.ApplicationErrors
 
WorkflowActorRequiredDetails - Class in com.lexmark.saperion.exceptions.application
WorkflowActorRequiredDetails() - Constructor for class com.lexmark.saperion.exceptions.application.WorkflowActorRequiredDetails
 
WorkflowActorRequiredException - Exception in com.lexmark.saperion.exceptions.application
Indicates that an actor selection is required in a workflow forward operation.
WorkflowActorRequiredException() - Constructor for exception com.lexmark.saperion.exceptions.application.WorkflowActorRequiredException
 
WorkflowActorRequiredException(ErrorType, Throwable) - Constructor for exception com.lexmark.saperion.exceptions.application.WorkflowActorRequiredException
 
WorkflowActorRequiredException(String) - Constructor for exception com.lexmark.saperion.exceptions.application.WorkflowActorRequiredException
 
WorkflowActorRequiredException(String, WorkflowActorRequiredDetails) - Constructor for exception com.lexmark.saperion.exceptions.application.WorkflowActorRequiredException
 
WorkflowActorRequiredException(String, Throwable, WorkflowActorRequiredDetails) - Constructor for exception com.lexmark.saperion.exceptions.application.WorkflowActorRequiredException
 
WorkflowActorRequiredException(String, List<ActorListItemType<? extends ActorReferenceType>>, RecipientSelectionType) - Constructor for exception com.lexmark.saperion.exceptions.application.WorkflowActorRequiredException
 
WorkflowActorRequiredException(Throwable) - Constructor for exception com.lexmark.saperion.exceptions.application.WorkflowActorRequiredException
 
WorkflowDefinitionClient - Interface in com.lexmark.saperion.client.workflow
This client provides functionality concerning workflow definitions.
WorkflowDefinitionClientImpl - Class in com.lexmark.saperion.client.implementation.workflow
This is the default implementation of WorkflowDefinitionClient.
WorkflowDefinitionClientImpl(WorkflowDefinitionService, WorkflowDefinitionReferenceType) - Constructor for class com.lexmark.saperion.client.implementation.workflow.WorkflowDefinitionClientImpl
 
WorkflowDefinitionDelegateService - Class in com.lexmark.saperion.delegate
This WorkflowDefinitionService simply delegates to another instance.
WorkflowDefinitionDelegateService(WorkflowDefinitionService) - Constructor for class com.lexmark.saperion.delegate.WorkflowDefinitionDelegateService
 
WorkflowDefinitionListItemType - Class in com.lexmark.saperion.workflow
This list item type holds easy to access data of a workflow definition stored in the system.
WorkflowDefinitionListItemType() - Constructor for class com.lexmark.saperion.workflow.WorkflowDefinitionListItemType
Creates a new list item type with an empty reference.
WorkflowDefinitionListItemType(WorkflowDefinitionReferenceType) - Constructor for class com.lexmark.saperion.workflow.WorkflowDefinitionListItemType
Creates a new list item type with the given reference.
WorkflowDefinitionReferenceType - Class in com.lexmark.saperion.workflow
This ReferenceType identifies workflow definitions.
WorkflowDefinitionReferenceType() - Constructor for class com.lexmark.saperion.workflow.WorkflowDefinitionReferenceType
Creates a new workflow definition reference.
WorkflowDefinitionService - Interface in com.lexmark.saperion.workflow
This service provides functionality concerning workflow definitions.
WorkflowDefinitionType - Class in com.lexmark.saperion.workflow
The workflow definition type represents a workflow definition stored in the system.
WorkflowDefinitionType() - Constructor for class com.lexmark.saperion.workflow.WorkflowDefinitionType
Creates a new workflow definition type.
WorkflowError(int) - Constructor for class com.lexmark.saperion.exceptions.application.WorkflowException.WorkflowError
Creates a new error with the given error value.
WorkflowException - Exception in com.lexmark.saperion.exceptions.application
Security base exception.
WorkflowException() - Constructor for exception com.lexmark.saperion.exceptions.application.WorkflowException
Default constuctor.
WorkflowException(WorkflowException.WorkflowError) - Constructor for exception com.lexmark.saperion.exceptions.application.WorkflowException
Creates a new exception with the given error code.
WorkflowException(WorkflowException.WorkflowError, ErrorDetailsType, Map<String, String>, String, Throwable) - Constructor for exception com.lexmark.saperion.exceptions.application.WorkflowException
Creates a new exception with the given error code, error details, error parameters, exception cause and exception message.
WorkflowException(WorkflowException.WorkflowError, String) - Constructor for exception com.lexmark.saperion.exceptions.application.WorkflowException
Creates a new exception with the given error code and exception message.
WorkflowException(WorkflowException.WorkflowError, String, ErrorDetailsType) - Constructor for exception com.lexmark.saperion.exceptions.application.WorkflowException
Creates a new exception with the given error code and exception message.
WorkflowException(WorkflowException.WorkflowError, String, Throwable, ErrorDetailsType) - Constructor for exception com.lexmark.saperion.exceptions.application.WorkflowException
Creates a new exception with the given error code, error details, exception cause and exception message.
WorkflowException(WorkflowException.WorkflowError, Throwable) - Constructor for exception com.lexmark.saperion.exceptions.application.WorkflowException
Creates a new exception with the given error code and exception cause.
WorkflowException(WorkflowException.WorkflowError, Throwable, ErrorDetailsType) - Constructor for exception com.lexmark.saperion.exceptions.application.WorkflowException
Creates a new exception with the given error code and exception cause.
WorkflowException(ErrorType, Throwable) - Constructor for exception com.lexmark.saperion.exceptions.application.WorkflowException
Exception factory constructor.
WorkflowException(String) - Constructor for exception com.lexmark.saperion.exceptions.application.WorkflowException
Creates a new exception with the given exception message.
WorkflowException(String, ErrorDetailsType) - Constructor for exception com.lexmark.saperion.exceptions.application.WorkflowException
Creates a new exception with the given error details and exception message.
WorkflowException(String, Throwable, ErrorDetailsType) - Constructor for exception com.lexmark.saperion.exceptions.application.WorkflowException
Creates a new exception with the given error details, exception cause and exception message.
WorkflowException(Throwable) - Constructor for exception com.lexmark.saperion.exceptions.application.WorkflowException
Creates a new exception with the given exception cause.
WorkflowException.WorkflowError - Class in com.lexmark.saperion.exceptions.application
Error code implementation for application exceptions.
WorkflowInboxClient - Interface in com.lexmark.saperion.client.workflow
This client provides functionality for a given workflow inbox.
WorkflowInboxClientImpl - Class in com.lexmark.saperion.client.implementation.workflow
This is the default implementation of WorkflowInboxClient.
WorkflowInboxClientImpl(WorkflowInboxService, InboxListItemType) - Constructor for class com.lexmark.saperion.client.implementation.workflow.WorkflowInboxClientImpl
 
WorkflowInboxDelegateService - Class in com.lexmark.saperion.delegate
This WorkflowInboxService simply delegates to another instance.
WorkflowInboxDelegateService(WorkflowInboxService) - Constructor for class com.lexmark.saperion.delegate.WorkflowInboxDelegateService
 
WorkflowInboxService - Interface in com.lexmark.saperion.workflow
This service provides functionality concerning workflow inboxes.
WorkflowInboxServiceClient - Interface in com.lexmark.saperion.client.workflow
This client serves as an entry point for searches in and for workflow in boxes.
WorkflowInboxServiceClientImpl - Class in com.lexmark.saperion.client.implementation.workflow
This is the default implementation of WorkflowInboxServiceClient.
WorkflowInboxServiceClientImpl(WorkflowInboxService) - Constructor for class com.lexmark.saperion.client.implementation.workflow.WorkflowInboxServiceClientImpl
 
WorkflowProcessDelegateService - Class in com.lexmark.saperion.delegate
This WorkflowProcessService simply delegates to another instance.
WorkflowProcessDelegateService(WorkflowProcessService) - Constructor for class com.lexmark.saperion.delegate.WorkflowProcessDelegateService
 
WorkflowProcessListItemType - Class in com.lexmark.saperion.workflow
This list item type holds easy to access data of a workflow process instance.
WorkflowProcessListItemType() - Constructor for class com.lexmark.saperion.workflow.WorkflowProcessListItemType
Creates an empty workflow process list item.
WorkflowProcessListItemType(WorkflowProcessReferenceType) - Constructor for class com.lexmark.saperion.workflow.WorkflowProcessListItemType
Creates a workflow process list item for the given process reference.
WorkflowProcessReferenceType - Class in com.lexmark.saperion.workflow
This ReferenceType identifies instances of workflow processes.
WorkflowProcessReferenceType() - Constructor for class com.lexmark.saperion.workflow.WorkflowProcessReferenceType
Creates a new workflow process reference.
WorkflowProcessService - Interface in com.lexmark.saperion.workflow
This service provides functionality concerning running workflow process instances.
WorkflowProcessStateEnum - Enum in com.lexmark.saperion.workflow
The process state enumeration lists all possible states of a workflow process.
WorkflowProcessType - Class in com.lexmark.saperion.workflow
A workflow process is a workflow that was started for a particular document.
WorkflowProcessType() - Constructor for class com.lexmark.saperion.workflow.WorkflowProcessType
Creates a new workflow process type.
WorkflowProcessTypeEnum - Enum in com.lexmark.saperion.workflow
Defines the possible workflow types.
WorkflowServiceClient - Interface in com.lexmark.saperion.client.workflow
This client provides functionality and services concerning workflow.
WorkflowServiceClientImpl - Class in com.lexmark.saperion.client.implementation.workflow
This is the default implementation of WorkflowServiceClient.
WorkflowServiceClientImpl(WorkflowDefinitionService, WorkflowInboxService, WorkflowProcessService, WorkflowTaskService) - Constructor for class com.lexmark.saperion.client.implementation.workflow.WorkflowServiceClientImpl
 
WorkflowStartInputType - Class in com.lexmark.saperion.workflow
This class combines the entities necessary to start a workflow.
WorkflowStartInputType() - Constructor for class com.lexmark.saperion.workflow.WorkflowStartInputType
 
WorkflowTaskClient - Interface in com.lexmark.saperion.client.workflow
This client provides functionality for a given workflow task.
WorkflowTaskClientImpl - Class in com.lexmark.saperion.client.implementation.workflow
This is the default implementation of WorkflowTaskClient.
WorkflowTaskClientImpl(WorkflowTaskService) - Constructor for class com.lexmark.saperion.client.implementation.workflow.WorkflowTaskClientImpl
 
WorkflowTaskClientImpl(WorkflowTaskService, TaskReferenceType) - Constructor for class com.lexmark.saperion.client.implementation.workflow.WorkflowTaskClientImpl
 
WorkflowTaskDelegateService - Class in com.lexmark.saperion.delegate
This WorkflowTaskService simply delegates to another instance.
WorkflowTaskDelegateService(WorkflowTaskService) - Constructor for class com.lexmark.saperion.delegate.WorkflowTaskDelegateService
 
WorkflowTaskService - Interface in com.lexmark.saperion.workflow
This service provides functionality concerning workflow tasks.
WorkflowTypeEnum - Enum in com.lexmark.saperion.workflow
The enumeration defines the workflow types supported in the system.
wrapSearchExecutionService(Class<T>, SearchExecutionService<T>) - Method in class com.lexmark.saperion.delegate.AbstractDelegateService
 
writeFulltextData(DocumentRevisionReferenceType, String, InputStream) - Method in class com.lexmark.saperion.delegate.AbstractDocumentDelegateService
 
writeFulltextData(String, InputStream) - Method in interface com.lexmark.saperion.client.document.DocumentRevisionClient
This method adds fulltext data to the specified field without creating a new revision.
writeFulltextData(String, InputStream) - Method in class com.lexmark.saperion.client.implementation.document.DocumentRevisionClientImpl
 
WrongArchiveKindDetails - Class in com.lexmark.saperion.exceptions.runtime
This class holds the exception details of WrongArchiveKindException.
WrongArchiveKindDetails() - Constructor for class com.lexmark.saperion.exceptions.runtime.WrongArchiveKindDetails
 
WrongArchiveKindException - Exception in com.lexmark.saperion.exceptions.runtime
This exception indicates that a request to an archive was made that the archive type does not support.
WrongArchiveKindException(ErrorType, Throwable) - Constructor for exception com.lexmark.saperion.exceptions.runtime.WrongArchiveKindException
This is the constructor used for serialization.
WrongArchiveKindException(String, ArchiveReferenceType, ArchiveContentEnum, ArchiveContentEnum) - Constructor for exception com.lexmark.saperion.exceptions.runtime.WrongArchiveKindException
This constructor creates a new exception for the case that the given archive reference was expected to reference an archive of the given expected archive type but was instead referencing an archive of the given encountered archive type.
A B C D E F G H I K L M N O P R S T U V W 
All Classes All Packages