- AbstractExceptionFactory<T extends Exception> - Class in com.lexmark.saperion.exceptions.mappings
-
Base implementation of an exception factory.
- AbstractExceptionFactory() - Constructor for class com.lexmark.saperion.exceptions.mappings.AbstractExceptionFactory
-
- AbstractExpressionVisitor<ResultType,ExceptionType extends EcmException> - Class in com.lexmark.saperion.search.context
-
This default implementation of
ExpressionVisitor
implements the iteration over children.
- AbstractExpressionVisitor() - Constructor for class com.lexmark.saperion.search.context.AbstractExpressionVisitor
-
- accept(ExpressionVisitor<ResultType, ExceptionType>) - Method in class com.lexmark.saperion.search.expression.BinaryOperation
-
- accept(ExpressionVisitor<ResultType, ExceptionType>) - Method in class com.lexmark.saperion.search.expression.BooleanAndExpression
-
- accept(ExpressionVisitor<ResultType, ExceptionType>) - Method in class com.lexmark.saperion.search.expression.BooleanNotExpression
-
- accept(ExpressionVisitor<ResultType, ExceptionType>) - Method in class com.lexmark.saperion.search.expression.BooleanOrExpression
-
- accept(ExpressionVisitor<ResultType, ExceptionType>) - Method in class com.lexmark.saperion.search.expression.UnaryOperation
-
- accept(ExpressionVisitor<ResultType, ExceptionType>) - Method in class com.lexmark.saperion.search.query.AstNode
-
This method accepts the given visitor and returns the result of its visit.
- accept(ExpressionVisitor<ResultType, ExceptionType>) - Method in class com.lexmark.saperion.search.query.Statement
-
- AccessDeniedException - Exception in com.lexmark.saperion.exceptions.runtime
-
This exception indicates that the user wanted to access an entity in a way he does not have the sufficient rights
for.
- AccessDeniedException(ErrorType, Throwable) - Constructor for exception com.lexmark.saperion.exceptions.runtime.AccessDeniedException
-
This is the constructor used for serialization.
- AccessDeniedException(String) - Constructor for exception com.lexmark.saperion.exceptions.runtime.AccessDeniedException
-
This constructor creates a new access denied exception.
- AccessRight - Enum in com.lexmark.saperion.administration
-
This enumeration defines the different rights an actor may have on a specific object.
- 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
-
- AclListItemType - Class in com.lexmark.saperion.administration
-
List item type for access control list entities.
- AclListItemType() - Constructor for class com.lexmark.saperion.administration.AclListItemType
-
Default constructor.
- AclListItemType(AclReferenceType) - Constructor for class com.lexmark.saperion.administration.AclListItemType
-
Creates an access control list list item instance with the given access control list reference.
- AclManagementService - Interface in com.lexmark.saperion.administration
-
The acl management service provides the required operations to create, read, update and delete access control list
entities in the user management system.
- 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
-
- AclManagementServiceClientImpl(AclManagementService) - Constructor for class com.lexmark.saperion.client.implementation.administration.AclManagementServiceClientImpl
-
- AclPropertiesType - Class in com.lexmark.saperion.administration
-
Data transfer object for acess control list properties.
- AclPropertiesType() - Constructor for class com.lexmark.saperion.administration.AclPropertiesType
-
- 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.
- AclReferenceType - Class in com.lexmark.saperion.administration
-
An AclReferenceType uniquely identifies an ACL in a saperion system.
- AclReferenceType() - Constructor for class com.lexmark.saperion.administration.AclReferenceType
-
- AclType - Class in com.lexmark.saperion.administration
-
The AclType is a representation of an access control list in the user management.
- AclType() - Constructor for class com.lexmark.saperion.administration.AclType
-
Creates a new empty ACL type.
- 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 interface com.lexmark.saperion.workflow.WorkflowTaskService
-
Acquires the ownership of a task.
- ActorListItemType<T extends ActorReferenceType> - Class in com.lexmark.saperion.administration
-
An actor list item is a flyweight representation of an actor.
- ActorListItemType(T) - Constructor for class com.lexmark.saperion.administration.ActorListItemType
-
Creates a new list item with the given actor reference.
- ActorReferenceType - Class in com.lexmark.saperion.administration
-
This
ReferenceType
identifies members of the user administration.
- ActorReferenceType() - Constructor for class com.lexmark.saperion.administration.ActorReferenceType
-
Creates a new actor reference.
- ActorType<T extends ActorReferenceType> - Class in com.lexmark.saperion.administration
-
An actor is an abstract class that represents all actors in the ECM system.
- ActorType(T) - Constructor for class com.lexmark.saperion.administration.ActorType
-
Creates a new actor object with the given reference.
- ActorTypeEnum - Enum in com.lexmark.saperion.administration
-
Enumeration of all actor types in the system.
- AdapterEcmException - Exception in com.lexmark.saperion.adapter
-
- AdapterEcmException(EcmException) - Constructor for exception com.lexmark.saperion.adapter.AdapterEcmException
-
This constructor wraps the given ecm exception in a runtime exception.
- 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.
- addComment(TaskReferenceType, String) - Method in interface com.lexmark.saperion.workflow.WorkflowTaskService
-
Adds a comment to a 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(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
-
- addDocuments(FolderReferenceType, List<DocumentReferenceType>) - Method in interface com.lexmark.saperion.folder.FolderService
-
This method adds the given documents to the given folder.
- addExpression(Expression) - Method in class com.lexmark.saperion.search.expression.CompositeExpression
-
Adds a new expression to this composite.
- addGroupMember(GroupReferenceType, ActorReferenceType) - Method in interface com.lexmark.saperion.administration.GroupManagementService
-
This method adds a group or user - given by its reference - to a given group.
- 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(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(GroupReferenceType) - Method in class com.lexmark.saperion.client.implementation.administration.GroupMembershipClientForGroupsImpl
-
- addMember(UserReferenceType) - Method in class com.lexmark.saperion.client.implementation.administration.GroupMembershipClientForUsersImpl
-
- addVariable(String, Object) - Method in class com.lexmark.saperion.search.context.SimpleExpressionContext
-
Adds a variable to the expression context.
- AnnotationAccessDataType - Class in com.lexmark.saperion.document
-
This class holds data about access to an saperion related annotation.
- AnnotationAccessDataType() - Constructor for class com.lexmark.saperion.document.AnnotationAccessDataType
-
- AnnotationType - Class in com.lexmark.saperion.document
-
- AnnotationType() - Constructor for class com.lexmark.saperion.document.AnnotationType
-
- 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 interface com.lexmark.saperion.document.DocumentService
-
This method appends a child element to the document element given by its id and the id of the document the
element resides in.
- APPLICATION_ERROR_OFFSET - Static variable in class com.lexmark.saperion.exceptions.EcmErrorCodes
-
- APPLICATION_GENERAL_ERROR - Static variable in class com.lexmark.saperion.exceptions.EcmErrorCodes
-
- APPLICATION_MALFORMED_ENTITY_ERROR - Static variable in class com.lexmark.saperion.exceptions.EcmErrorCodes
-
- ApplicationError(int) - Constructor for class com.lexmark.saperion.exceptions.application.ApplicationException.ApplicationError
-
Creates a new error with the given error value.
- ApplicationException - Exception in com.lexmark.saperion.exceptions.application
-
Base implementation of ECMS application exceptions.
- ApplicationException() - Constructor for exception com.lexmark.saperion.exceptions.application.ApplicationException
-
Default constuctor.
- ApplicationException(ErrorType, Throwable) - Constructor for exception com.lexmark.saperion.exceptions.application.ApplicationException
-
Exception factory constructor.
- ApplicationException(String) - Constructor for exception com.lexmark.saperion.exceptions.application.ApplicationException
-
Creates a new exception with the given exception message.
- ApplicationException(String, Throwable, ErrorDetailsType) - Constructor for exception com.lexmark.saperion.exceptions.application.ApplicationException
-
Creates a new exception with the given error details, exception cause and exception message.
- ApplicationException(Throwable) - Constructor for exception com.lexmark.saperion.exceptions.application.ApplicationException
-
Creates a new exception with the given exception cause.
- ApplicationException(ApplicationException.ApplicationError) - Constructor for exception com.lexmark.saperion.exceptions.application.ApplicationException
-
Creates a new exception with the given error code.
- ApplicationException(ApplicationException.ApplicationError, Map<String, String>, String, Throwable, ErrorDetailsType) - Constructor for exception com.lexmark.saperion.exceptions.application.ApplicationException
-
Creates a new exception with the given error code, error details, error parameters, exception cause and exception
message.
- ApplicationException(ApplicationException.ApplicationError, String, Throwable, ErrorDetailsType) - Constructor for exception com.lexmark.saperion.exceptions.application.ApplicationException
-
Creates a new exception with the given error code, error details, exception cause and exception message.
- ApplicationException(ApplicationException.ApplicationError, String) - Constructor for exception com.lexmark.saperion.exceptions.application.ApplicationException
-
Creates a new exception with the given error code and exception message.
- ApplicationException(ApplicationException.ApplicationError, Throwable) - Constructor for exception com.lexmark.saperion.exceptions.application.ApplicationException
-
Creates a new exception with the given error code and exception cause.
- ApplicationException(ApplicationException.ApplicationError, String, ErrorDetailsType) - Constructor for exception com.lexmark.saperion.exceptions.application.ApplicationException
-
Creates a new exception with the given error code and exception message.
- ApplicationException(ApplicationException.ApplicationError, Throwable, ErrorDetailsType) - Constructor for exception com.lexmark.saperion.exceptions.application.ApplicationException
-
Creates a new exception with the given error code and exception cause.
- ApplicationException.ApplicationError - Class in com.lexmark.saperion.exceptions.application
-
Error code implementation for application exceptions.
- 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.
- 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
-
- ArchiveClientImpl(ArchiveService, ArchiveReferenceType) - Constructor for class com.lexmark.saperion.client.implementation.archive.ArchiveClientImpl
-
- ArchiveContentEnum - Enum in com.lexmark.saperion.archive
-
This enumeration defines the types of content that can be contained in an archive.
- ArchiveFeatureEnum - Enum in com.lexmark.saperion.archive
-
This enumeration defines the different features of an archive.
- ArchiveIsolationEnum - Enum in com.lexmark.saperion.archive
-
This enumeration defines the different isolation types of an archive.
- ArchiveListItemType - Class in com.lexmark.saperion.archive
-
This
ListItemType
contains basic information about an archive.
- ArchiveListItemType() - Constructor for class com.lexmark.saperion.archive.ArchiveListItemType
-
Constructs a new ArchiveListItemType with an empty reference.
- ArchiveListItemType(ArchiveReferenceType) - Constructor for class com.lexmark.saperion.archive.ArchiveListItemType
-
Constructs a new ArchiveListItemType with the specified reference.
- 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.
- ArchiveReferenceType - Class in com.lexmark.saperion.archive
-
- ArchiveReferenceType() - Constructor for class com.lexmark.saperion.archive.ArchiveReferenceType
-
- ArchiveService - Interface in com.lexmark.saperion.archive
-
This service provides functionality concerning archive definitions.
- ArchiveServiceClient - Interface in com.lexmark.saperion.client.archive
-
This client provides functionality concerning archives (DDCs).
- ArchiveServiceClientImpl - Class in com.lexmark.saperion.client.implementation.archive
-
- ArchiveServiceClientImpl(ArchiveService, DocumentService, FolderService, LookupEntryService) - Constructor for class com.lexmark.saperion.client.implementation.archive.ArchiveServiceClientImpl
-
- ArchiveType - Class in com.lexmark.saperion.archive
-
An ArchiveType contains detailed information about an archive.
- ArchiveType(ArchiveReferenceType) - Constructor for class com.lexmark.saperion.archive.ArchiveType
-
Creates a new ArchiveType with the specified reference.
- ArchiveType() - Constructor for class com.lexmark.saperion.archive.ArchiveType
-
Creates a new ArchiveType with an empty reference.
- ArrowAnnotationType - Class in com.lexmark.saperion.document
-
- ArrowAnnotationType() - Constructor for class com.lexmark.saperion.document.ArrowAnnotationType
-
- AstNode - Class in com.lexmark.saperion.search.query
-
Implementation of an abstract syntax tree node.
- AstNode() - Constructor for class com.lexmark.saperion.search.query.AstNode
-
- AUTHENTICATION_ERROR - Static variable in class com.lexmark.saperion.exceptions.EcmErrorCodes
-
- AUTHENTICATION_INVALID_HEADER - Static variable in class com.lexmark.saperion.exceptions.EcmErrorCodes
-
- AUTHENTICATION_INVALID_PASSWORD - Static variable in class com.lexmark.saperion.exceptions.EcmErrorCodes
-
- AUTHENTICATION_INVALID_TENANT - Static variable in class com.lexmark.saperion.exceptions.EcmErrorCodes
-
- AUTHENTICATION_PASSWORD_EXPIRED - Static variable in class com.lexmark.saperion.exceptions.EcmErrorCodes
-
- AUTHENTICATION_UNKNOWN_SCHEME - Static variable in class com.lexmark.saperion.exceptions.EcmErrorCodes
-
- 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.
- 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.
- CLIENT_ACCESS_DENIED - Static variable in class com.lexmark.saperion.exceptions.EcmErrorCodes
-
- CLIENT_CONCURRENT_WRITE_ERROR - Static variable in class com.lexmark.saperion.exceptions.EcmErrorCodes
-
- CLIENT_ERROR_OFFSET - Static variable in class com.lexmark.saperion.exceptions.EcmErrorCodes
-
- CLIENT_GENERAL_ERROR - Static variable in class com.lexmark.saperion.exceptions.EcmErrorCodes
-
- CLIENT_ILLEGAL_INPUT_ERROR - Static variable in class com.lexmark.saperion.exceptions.EcmErrorCodes
-
- CLIENT_MANDATORY_CONSTRAINT_VIOLATION_ERROR - Static variable in class com.lexmark.saperion.exceptions.EcmErrorCodes
-
- CLIENT_OBJECT_LOCKED_ERROR - Static variable in class com.lexmark.saperion.exceptions.EcmErrorCodes
-
- CLIENT_RESOURCE_NOT_FOUND_ERROR - Static variable in class com.lexmark.saperion.exceptions.EcmErrorCodes
-
- CLIENT_SYSTEM_FIELD_WRITE_ERROR - Static variable in class com.lexmark.saperion.exceptions.EcmErrorCodes
-
- CLIENT_UNIQUE_CONSTRAINT_VIOLATION_ERROR - Static variable in class com.lexmark.saperion.exceptions.EcmErrorCodes
-
- CLIENT_WRONG_ARCHIVE_TYPE_ERROR - Static variable in class com.lexmark.saperion.exceptions.EcmErrorCodes
-
- ClientError(int) - Constructor for class com.lexmark.saperion.exceptions.runtime.ClientException.ClientError
-
Creates a new error with the given error value.
- ClientException - Exception in com.lexmark.saperion.exceptions.runtime
-
Client base exception.
- ClientException(String) - Constructor for exception com.lexmark.saperion.exceptions.runtime.ClientException
-
Creates a new exception with the given exception message.
- ClientException(Throwable) - Constructor for exception com.lexmark.saperion.exceptions.runtime.ClientException
-
Creates a new exception with the given exception cause.
- ClientException(String, Throwable, ErrorDetailsType) - Constructor for exception com.lexmark.saperion.exceptions.runtime.ClientException
-
Creates a new exception with the given error details, exception cause and exception message.
- ClientException(ErrorType, Throwable) - Constructor for exception com.lexmark.saperion.exceptions.runtime.ClientException
-
Exception factory constructor.
- ClientException(ClientException.ClientError) - Constructor for exception com.lexmark.saperion.exceptions.runtime.ClientException
-
Creates a new exception with the given error code.
- ClientException(ClientException.ClientError, ErrorDetailsType, Map<String, String>, String, Throwable) - Constructor for exception com.lexmark.saperion.exceptions.runtime.ClientException
-
Creates a new exception with the given error code, error details, error parameters, exception cause and exception
message.
- ClientException(ClientException.ClientError, ErrorDetailsType, String, Throwable) - Constructor for exception com.lexmark.saperion.exceptions.runtime.ClientException
-
Creates a new exception with the given error code, error details, exception cause and exception message.
- ClientException(ClientException.ClientError, String) - Constructor for exception com.lexmark.saperion.exceptions.runtime.ClientException
-
Creates a new exception with the given error code and exception message.
- ClientException(ClientException.ClientError, Throwable) - Constructor for exception com.lexmark.saperion.exceptions.runtime.ClientException
-
Creates a new exception with the given error code and exception cause.
- ClientException.ClientError - Class in com.lexmark.saperion.exceptions.runtime
-
Error code implementation for security exceptions.
- 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.administration - package com.lexmark.saperion.administration
-
This package holds data models concerning user administration.
- com.lexmark.saperion.archive - package com.lexmark.saperion.archive
-
This package holds data models concerning saperion archives.
- 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.document - package com.lexmark.saperion.document
-
This package holds data models concerning saperion documents.
- 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.folder - package com.lexmark.saperion.folder
-
- com.lexmark.saperion.lookup - package com.lexmark.saperion.lookup
-
- com.lexmark.saperion.search - package com.lexmark.saperion.search
-
- com.lexmark.saperion.search.context - package com.lexmark.saperion.search.context
-
- com.lexmark.saperion.search.expression - package com.lexmark.saperion.search.expression
-
- com.lexmark.saperion.search.literal - package com.lexmark.saperion.search.literal
-
- com.lexmark.saperion.search.query - package com.lexmark.saperion.search.query
-
- com.lexmark.saperion.util - package com.lexmark.saperion.util
-
- com.lexmark.saperion.workflow - package com.lexmark.saperion.workflow
-
This package contains common types, references and enumerations for workflow-related ECM-
Server functionality.
- compareTo(DocumentElementReferenceType) - Method in class com.lexmark.saperion.document.DocumentElementReferenceType
-
- compareTo(DocumentReferenceType) - Method in class com.lexmark.saperion.document.DocumentReferenceType
-
- compareTo(DocumentRevisionReferenceType) - Method in class com.lexmark.saperion.document.DocumentRevisionReferenceType
-
- CompositeExpression - Class in com.lexmark.saperion.search.expression
-
A composite expression is a special expression type that consist of zero or more expressions in a specific order.
- CompositeExpression() - Constructor for class com.lexmark.saperion.search.expression.CompositeExpression
-
- ConcurrentWriteDetails - Class in com.lexmark.saperion.exceptions.runtime
-
- 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.
- ConfigurationUtils - Class in com.lexmark.saperion.util
-
This class contains utility methods for configuration files.
- 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.
- 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
-
- ConnectorFactoryImpl() - Constructor for class com.lexmark.saperion.client.ConnectorFactoryImpl
-
- ConstantUtils - Class in com.lexmark.saperion.util
-
Utility class to deal with constant definitions.
- ContentDocumentElementType - Class in com.lexmark.saperion.document
-
This subclass of
DocumentElementType
indicates that the element has binary
data attached to it.
- ContentDocumentElementType() - Constructor for class com.lexmark.saperion.document.ContentDocumentElementType
-
- ContentMetaDataType - Class in com.lexmark.saperion.document
-
This bean holds data about a content element.
- ContentMetaDataType() - Constructor for class com.lexmark.saperion.document.ContentMetaDataType
-
- 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(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(Adapter, Type) - Static method in class com.lexmark.saperion.adapter.TypeConverter
-
Utility method to convert a source object to a target object.
- 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.
- copyProperties(Object, Object) - Static method in class com.lexmark.saperion.util.BeanUtils
-
Copies all bean properties from the source bean to the destination.
- copyProperties(Bean, Bean) - Static method in class com.lexmark.saperion.util.PropertyUtils
-
This method copies the properties of the given source bean to the target bean.
- copyPropertiesUntyped(Object, Object) - Static method in class com.lexmark.saperion.util.PropertyUtils
-
This method copies the properties of the given source object to the target object.
- copyProperty(Object, String, Object) - Static method in class com.lexmark.saperion.util.BeanUtils
-
Copy the specified property value to the specified destination bean.
- CounterFieldType - Class in com.lexmark.saperion.archive
-
This
FieldType
contains integer values that are initialized by the server on creation and never changed.
- CounterFieldType() - Constructor for class com.lexmark.saperion.archive.CounterFieldType
-
Creates a new IntegerFieldType.
- createAcl(AclPropertiesType) - Method in interface com.lexmark.saperion.administration.AclManagementService
-
This method creates a new access control list with the properties and returns a reference to
the new access control list.
- 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
-
- createArchiveReference(String, ArchiveContentEnum) - Static method in class com.lexmark.saperion.TypeConversions
-
Creates an archive reference with the specified name.
- 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(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(ArchiveReferenceType, Map<String, PropertyType>, DocumentElementType) - Method in class com.lexmark.saperion.client.implementation.document.DocumentServiceClientImpl
-
- createDocument(CreateDocumentInputType) - Method in class com.lexmark.saperion.client.implementation.document.DocumentServiceClientImpl
-
- createDocument(ArchiveReferenceType, Map<String, PropertyType>, DocumentElementType) - Method in interface com.lexmark.saperion.document.DocumentService
-
This method stores a new document with the given data in the backend.
- createDocument(CreateDocumentInputType) - Method in interface com.lexmark.saperion.document.DocumentService
-
This method stores a new document with the given data in the backend.
- CreateDocumentInputType - Class in com.lexmark.saperion.document
-
Input data binding type for the document service create document operation containing the archive-reference,
structure, ACLs and index-data of the new document.
- CreateDocumentInputType() - Constructor for class com.lexmark.saperion.document.CreateDocumentInputType
-
- createError() - Method in exception com.lexmark.saperion.exceptions.EcmException
-
Creates a new error representation for this exception.
- createError() - Method in exception com.lexmark.saperion.exceptions.EcmRuntimeException
-
Creates a new server fault representation for this exception.
- 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(String) - Method in enum com.lexmark.saperion.exceptions.mappings.ApplicationExceptionFactory.ApplicationErrors
-
- createException(String, Throwable) - Method in enum com.lexmark.saperion.exceptions.mappings.ApplicationExceptionFactory.ApplicationErrors
-
- createException(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(String) - Method in class com.lexmark.saperion.exceptions.mappings.EcmsExceptionMapping
-
- createException(String, Throwable) - Method in class com.lexmark.saperion.exceptions.mappings.EcmsExceptionMapping
-
- createException(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(String) - Method in interface com.lexmark.saperion.exceptions.mappings.ExceptionMapping
-
Creates a new exception for the given server fault.
- createException(String, Throwable) - Method in interface com.lexmark.saperion.exceptions.mappings.ExceptionMapping
-
Creates a new exception for the given server fault.
- createException(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(String) - Method in enum com.lexmark.saperion.exceptions.mappings.RuntimeExceptionFactory.RuntimeErrors
-
- createException(String, Throwable) - Method in enum com.lexmark.saperion.exceptions.mappings.RuntimeExceptionFactory.RuntimeErrors
-
- createException(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.SystemExceptionFactory.SystemErrors
-
- createException(String, Throwable) - Method in enum com.lexmark.saperion.exceptions.mappings.SystemExceptionFactory.SystemErrors
-
- 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>, FolderReferenceType) - Method in interface com.lexmark.saperion.client.folder.FolderServiceClient
-
This method creates a new folder with the given input data.
- createFolder(CreateFolderInputType) - 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 class com.lexmark.saperion.client.implementation.folder.FolderServiceClientImpl
-
- createFolder(CreateFolderInputType) - Method in class com.lexmark.saperion.client.implementation.folder.FolderServiceClientImpl
-
- createFolder(ArchiveReferenceType, String, Map<String, PropertyType>, FolderReferenceType) - Method in interface com.lexmark.saperion.folder.FolderService
-
This method creates a new folder in the given folder archive.
- createFolder(CreateFolderInputType) - Method in interface com.lexmark.saperion.folder.FolderService
-
This method creates a new folder in the given folder archive.
- CreateFolderInputType - Class in com.lexmark.saperion.folder
-
Protocol binding type for the create folder operation.
- CreateFolderInputType() - Constructor for class com.lexmark.saperion.folder.CreateFolderInputType
-
- createGroup(GroupPropertiesType) - Method in interface com.lexmark.saperion.administration.GroupManagementService
-
This method creates a new group with the given data in the current user's tenant.
- 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(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) - Method in interface com.lexmark.saperion.client.administration.GroupManagementServiceClient
-
- createGroup(GroupPropertiesType) - Method in class com.lexmark.saperion.client.implementation.administration.GroupManagementServiceClientImpl
-
- createGroup(String, String, String) - Method in class com.lexmark.saperion.client.implementation.administration.GroupManagementServiceClientImpl
-
- createGroup(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(CreateLookupEntryInputType) - 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(CreateLookupEntryInputType) - Method in interface com.lexmark.saperion.client.lookup.LookupEntryServiceClient
-
This method creates a new Lookup entry instance.
- createLookupEntry(ArchiveReferenceType, Map<String, PropertyType>) - Method in interface com.lexmark.saperion.lookup.LookupEntryService
-
Creates a new lookup entry with the given index data in the given definition.
- createLookupEntry(CreateLookupEntryInputType) - Method in interface com.lexmark.saperion.lookup.LookupEntryService
-
Creates a new lookup entry with the given index data in the given definition.
- CreateLookupEntryInputType - Class in com.lexmark.saperion.lookup
-
Input data binding type for the lookup-entry create operation.
- CreateLookupEntryInputType() - Constructor for class com.lexmark.saperion.lookup.CreateLookupEntryInputType
-
- createRole(RolePropertiesType) - Method in interface com.lexmark.saperion.administration.RoleManagementService
-
This method creates a new role with the properties and returns a reference to the new role.
- 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
-
- createTaskReference(String) - Static method in class com.lexmark.saperion.TypeConversions
-
Creates a new task reference from the corresponding task process information.
- createTenant(String, String, String) - Method in interface com.lexmark.saperion.administration.TenantManagementService
-
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 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) - 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 class com.lexmark.saperion.client.implementation.administration.TenantManagementClientImpl
-
- createTenant(String, String) - Method in class com.lexmark.saperion.client.implementation.administration.TenantManagementClientImpl
-
- createUser(CreateUserPropertiesType) - Method in interface com.lexmark.saperion.administration.UserManagementService
-
Creates a new user entity with the given properties in the current user's tenant.
- createUser(CreateUserPropertiesType) - 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 interface com.lexmark.saperion.client.administration.UserManagementServiceClient
-
This method creates a new user with the given properties.
- createUser(String, String) - Method in interface com.lexmark.saperion.client.administration.UserManagementServiceClient
-
- createUser(CreateUserPropertiesType) - Method in class com.lexmark.saperion.client.implementation.administration.UserManagementServiceClientImpl
-
- createUser(String, String, String, String, String) - Method in class com.lexmark.saperion.client.implementation.administration.UserManagementServiceClientImpl
-
- createUser(String, String) - Method in class com.lexmark.saperion.client.implementation.administration.UserManagementServiceClientImpl
-
- CreateUserPropertiesType - Class in com.lexmark.saperion.administration
-
Data transfer object for user properties that can be user to create a new user.
- CreateUserPropertiesType() - Constructor for class com.lexmark.saperion.administration.CreateUserPropertiesType
-
- CurrencyFieldType - Class in com.lexmark.saperion.archive
-
- CurrencyFieldType() - Constructor for class com.lexmark.saperion.archive.CurrencyFieldType
-
Creates a new CurrencyFieldType.
- 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
-
- getAccessData() - Method in class com.lexmark.saperion.document.AnnotationType
-
Returns the access data.
- 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
-
- getAclName() - Method in class com.lexmark.saperion.document.AnnotationAccessDataType
-
Returns the acl name.
- getACLs(AclReferenceType) - Method in interface com.lexmark.saperion.administration.AclManagementService
-
This method returns the ACLs currently set on the references ACL.
- getAcls() - Method in class com.lexmark.saperion.administration.AclPropertiesType
-
- getACLs(GroupReferenceType) - Method in interface com.lexmark.saperion.administration.GroupManagementService
-
This method returns the ACLs currently set on the referenced group.
- getAcls() - Method in class com.lexmark.saperion.administration.GroupPropertiesType
-
Returns the ACLs to set on the group.
- getACLs(RoleReferenceType) - Method in interface com.lexmark.saperion.administration.RoleManagementService
-
This method returns the ACLs currently set on the referenced role.
- getAcls() - Method in class com.lexmark.saperion.administration.RolePropertiesType
-
- getACLs(UserReferenceType) - Method in interface com.lexmark.saperion.administration.UserManagementService
-
This method returns the ACLs set on the referenced user.
- getAcls() - Method in class com.lexmark.saperion.administration.UserPropertiesType
-
Returns the ACLs to set on the user.
- 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() - Method in class com.lexmark.saperion.document.CreateDocumentInputType
-
Returns the ACLs of the new document.
- getACLs(DocumentReferenceType) - Method in interface com.lexmark.saperion.document.DocumentService
-
This method returns the ACLs set on the current revision of the specified document.
- getAcls() - Method in class com.lexmark.saperion.document.UpdateDocumentInputType
-
Returns the ACLs to set when updating.
- getAcls() - Method in class com.lexmark.saperion.folder.CreateFolderInputType
-
Returns the ACLs to set on the new folder.
- getACLs(FolderReferenceType) - Method in interface com.lexmark.saperion.folder.FolderService
-
This method returns the ACLs of the referenced folder.
- getAcls() - Method in class com.lexmark.saperion.folder.UpdateFolderInputType
-
Returns the ACLs to set on the folder.
- getACLs(LookupEntryReferenceType) - Method in interface com.lexmark.saperion.lookup.LookupEntryService
-
This method returns the ACLs currently set on the specified lookup entry.
- getAcls() - Method in class com.lexmark.saperion.lookup.UpdateLookupEntryInputType
-
Returns the ACLs.
- getActor() - Method in class com.lexmark.saperion.workflow.TaskType
-
Returns the task actor.
- getActualArchiveKind() - Method in class com.lexmark.saperion.exceptions.runtime.WrongArchiveKindDetails
-
- getAlgorithmName() - Method in class com.lexmark.saperion.document.HashDescriptor
-
- getAnnotations() - Method in class com.lexmark.saperion.document.ContentDocumentElementType
-
Returns the annotations.
- 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 interface com.lexmark.saperion.archive.ArchiveService
-
This method returns the unique archive with the given name.
- getArchiveReference() - Method in class com.lexmark.saperion.document.CreateDocumentInputType
-
Returns the archive reference for the document create operation.
- getArchiveReference() - Method in class com.lexmark.saperion.document.DocumentRevisionType
-
Returns the archive reference.
- getArchiveReference() - Method in class com.lexmark.saperion.folder.CreateFolderInputType
-
The archive reference identifies the archive in which the folder will be created.
- getArchiveReference() - Method in class com.lexmark.saperion.lookup.CreateLookupEntryInputType
-
- 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.
- getArrayProperty(Object, String) - Static method in class com.lexmark.saperion.util.BeanUtils
-
Returns an array property as string array.
- getArrowColor() - Method in class com.lexmark.saperion.document.ArrowAnnotationType
-
Returns the arrow color.
- getArrowWidth() - Method in class com.lexmark.saperion.document.ArrowAnnotationType
-
Returns the arrow width.
- 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.document.ContentDocumentElementType
-
- getChildren() - Method in class com.lexmark.saperion.document.DocumentElementType
-
Returns the document element children.
- getChildren() - Method in class com.lexmark.saperion.document.LinkDocumentElementType
-
- getChildren() - Method in class com.lexmark.saperion.document.StructureCompositeDocumentElementType
-
- getChildren() - Method in class com.lexmark.saperion.search.expression.CompositeExpression
-
Returns the child expressions contained in the composite expression.
- getChildren() - Method in class com.lexmark.saperion.workflow.TaskCommentType
-
Returns the sub-comments of an existing comment.
- getCode() - Method in class com.lexmark.saperion.exceptions.ErrorCodeType
-
Returns the error code value.
- getColor() - Method in class com.lexmark.saperion.document.SecurityAnnotationType
-
Returns the color.
- getColor() - Method in class com.lexmark.saperion.document.TextAnnotationType
-
Returns the color.
- getComment() - Method in class com.lexmark.saperion.document.UpdateDocumentInputType
-
Returns the comment for the new revision.
- getComment() - Method in class com.lexmark.saperion.workflow.TaskCommentType
-
Returns the current comment's value.
- 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 interface com.lexmark.saperion.workflow.WorkflowTaskService
-
Returns the task's comments.
- getCompressedSize() - Method in class com.lexmark.saperion.document.ContentMetaDataType
-
- getCompressedSize() - Method in class com.lexmark.saperion.document.DocumentContentMetaDataType
-
- getContent() - Method in class com.lexmark.saperion.document.ContentDocumentElementType
-
Returns the content.
- getContentMetaData() - Method in class com.lexmark.saperion.document.ContentDocumentElementType
-
- getContentMetaData() - Method in class com.lexmark.saperion.document.DocumentRevisionType
-
- getContentSize() - Method in class com.lexmark.saperion.document.DocumentContentMetaDataType
-
- getContentType() - Method in class com.lexmark.saperion.archive.ArchiveReferenceType
-
The type of content contained in the referenced archive.
- getContext() - Method in class com.lexmark.saperion.search.context.SimpleExpressionContext
-
Returns the context map.
- 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.
- getCreationDate() - Method in class com.lexmark.saperion.document.AnnotationAccessDataType
-
Returns the creation date.
- getCreationDate() - Method in class com.lexmark.saperion.document.DocumentElementType
-
Returns the creation date.
- getCreationDate() - Method in class com.lexmark.saperion.folder.FolderListItemType
-
This is the date and time the folder was created.
- getCreationDate() - Method in class com.lexmark.saperion.ModificationMetaDataType
-
This getter gets the date when the resource was created.
- getCreationUser() - Method in class com.lexmark.saperion.document.AnnotationAccessDataType
-
Returns the creation user.
- getCreationUser() - Method in class com.lexmark.saperion.ModificationMetaDataType
-
This getter gets the user that created the resource.
- getCreationUser() - Method in class com.lexmark.saperion.workflow.TaskCommentType
-
This method returns the user that created the comment.
- getCreator() - Method in class com.lexmark.saperion.folder.FolderListItemType
-
This is a reference to the user that created the folder.
- getCurrency() - Method in class com.lexmark.saperion.archive.CurrencyFieldType
-
Returns the currency symbol(s).
- getDdcName() - Method in class com.lexmark.saperion.document.DocumentReferenceType
-
Returns the ddc name.
- getDdcName() - Method in class com.lexmark.saperion.folder.FolderReferenceType
-
Returns the ddcName.
- getDdcName() - Method in class com.lexmark.saperion.lookup.LookupEntryReferenceType
-
This getter returns the name of the document definition to find the lookup entry in.
- getDefinition(ArchiveReferenceType) - Method in interface com.lexmark.saperion.archive.ArchiveService
-
Returns detailed information about the archive definition identified by the specified
reference.
- getDeniedRights() - Method in class com.lexmark.saperion.administration.GroupAccessType
-
Gets the rights denied to the group.
- getDeniedRights() - Method in class com.lexmark.saperion.administration.UserAccessType
-
Gets the rights denied to the user.
- getDescription() - Method in class com.lexmark.saperion.administration.AclListItemType
-
Returns the access control list's description.
- getDescription() - Method in class com.lexmark.saperion.administration.AclPropertiesType
-
Returns the access control list's description.
- getDescription() - Method in class com.lexmark.saperion.administration.AclType
-
- getDescription() - Method in class com.lexmark.saperion.administration.GroupPropertiesType
-
Returns the description.
- getDescription() - Method in class com.lexmark.saperion.administration.GroupType
-
Returns the description.
- getDescription() - Method in class com.lexmark.saperion.administration.RoleListItemType
-
Returns the role's description.
- getDescription() - Method in class com.lexmark.saperion.administration.RolePropertiesType
-
Returns the role's description.
- getDescription() - Method in class com.lexmark.saperion.administration.RoleType
-
- getDescription() - Method in class com.lexmark.saperion.administration.TenantListItemType
-
Returns the tenant's description.
- getDescription() - Method in class com.lexmark.saperion.administration.TenantType
-
This getter gets the description of the tenant.
- getDescription() - Method in class com.lexmark.saperion.administration.UserPropertiesType
-
Returns the description.
- getDescription() - Method in class com.lexmark.saperion.administration.UserType
-
This getter gets the description of the user.
- getDescription() - Method in class com.lexmark.saperion.exceptions.ErrorType
-
Returns the description.
- 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.
- getDescriptionParameters() - Method in exception com.lexmark.saperion.exceptions.EcmException
-
Returns the error description parameters.
- getDescriptionParameters() - Method in exception com.lexmark.saperion.exceptions.EcmRuntimeException
-
Returns the error description parameters.
- getDescriptionParameters() - Method in class com.lexmark.saperion.exceptions.ErrorType
-
Returns the parameters.
- getDetails() - Method in class com.lexmark.saperion.exceptions.ErrorType
-
Returns the details.
- getDistinguishedName() - Method in class com.lexmark.saperion.administration.GroupPropertiesType
-
Returns the distinguished name.
- getDistinguishedName() - Method in class com.lexmark.saperion.administration.GroupType
-
Returns the distinguished name.
- getDistinguishedName() - Method in class com.lexmark.saperion.administration.UserPropertiesType
-
Returns the distinguished name.
- getDistinguishedName() - Method in class com.lexmark.saperion.administration.UserType
-
Returns the distinguished name.
- getDocumentElement() - Method in class com.lexmark.saperion.document.DocumentRevisionType
-
Returns the document element.
- getDocumentElement() - Method in class com.lexmark.saperion.document.UpdateDocumentInputType
-
Returns the document element.
- 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.document.DocumentRevisionListItemType
-
This getter gets a reference to the document this revision belongs to.
- getDocumentId() - Method in class com.lexmark.saperion.document.DocumentRevisionType
-
Returns the document id.
- getDocumentReference() - Method in class com.lexmark.saperion.document.DocumentElementStoreInformationType
-
Returns the document reference.
- getDocumentReference() - Method in class com.lexmark.saperion.document.DocumentStoreInformationType
-
Returns the document reference.
- 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
-
- getElementReference() - Method in class com.lexmark.saperion.document.DocumentElementStoreInformationType
-
Returns the element reference.
- getEmailAddress() - Method in class com.lexmark.saperion.administration.UserPropertiesType
-
Returns the emailAddress.
- getEmailAddress() - Method in class com.lexmark.saperion.administration.UserType
-
This getter gets the email address of the user.
- getEnumFieldIdentifier() - Method in class com.lexmark.saperion.archive.EnumFieldType
-
Returns the identifier of the linked field in the enum type definition.
- getEnumTypeDefinition() - Method in class com.lexmark.saperion.archive.EnumFieldType
-
Returns a reference to the archive containing enum entries that is linked to this field.
- getErrorCode() - Method in exception com.lexmark.saperion.exceptions.EcmException
-
Returns the exception error code.
- getErrorCode() - Method in exception com.lexmark.saperion.exceptions.EcmRuntimeException
-
Returns the exception error code.
- getErrorCode() - Method in class com.lexmark.saperion.exceptions.ErrorType
-
Returns the errorCode.
- 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.EcmException
-
Returns the exception error details.
- getErrorDetails() - Method in exception com.lexmark.saperion.exceptions.EcmRuntimeException
-
Returns the exception error details.
- 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
-
- 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
-
This method returns the schema-extension properties of the group.
- getExtension() - Method in interface com.lexmark.saperion.client.administration.TenantClient
-
This method returns the schema-extension properties of the tenant.
- getExtension() - Method in interface com.lexmark.saperion.client.administration.UserClient
-
This method returns the schema-extension properties of the user.
- getExtension() - Method in class com.lexmark.saperion.client.implementation.administration.GroupClientImpl
-
- getExtension() - Method in class com.lexmark.saperion.client.implementation.administration.TenantClientImpl
-
- getExtension() - Method in class com.lexmark.saperion.client.implementation.administration.UserClientImpl
-
- getFeatures() - Method in class com.lexmark.saperion.archive.ArchiveType
-
Returns the features contained in this archive.
- getField(ArchiveReferenceType, String) - Method in interface com.lexmark.saperion.archive.ArchiveService
-
Returns the field identified by the specified definition-reference and field-name.
- getFieldName() - Method in class com.lexmark.saperion.search.expression.BinaryOperation
-
- getFieldName() - Method in class com.lexmark.saperion.search.expression.UnaryOperation
-
- getFieldOrder() - Method in class com.lexmark.saperion.search.query.Statement
-
Returns the list of field order descriptors, which prescribe the result set element order.
- getFields(ArchiveReferenceType) - Method in interface com.lexmark.saperion.archive.ArchiveService
-
Returns the fields of the archive definition identified by the specified reference.
- getFields() - Method in class com.lexmark.saperion.archive.ArchiveType
-
Returns the fields of this archive.
- getFields() - Method in class com.lexmark.saperion.search.query.Statement
-
Returns the list of fields that should be selected by the query.
- getFieldType() - Method in class com.lexmark.saperion.archive.EnumFieldType
-
Returns the type of the values contained in this field.
- getFieldType() - Method in class com.lexmark.saperion.archive.FieldDefinition
-
Returns the type of this field.
- getFieldType() - Method in class com.lexmark.saperion.archive.ListFieldType
-
Returns the type of the items contained in this list.
- getFieldType() - Method in class com.lexmark.saperion.archive.LookupFieldType
-
Returns the type of the values contained in this field.
- getFileName() - Method in class com.lexmark.saperion.document.FileDocumentElementType
-
Returns the file name.
- getFileNames() - Method in class com.lexmark.saperion.document.DocumentContentMetaDataType
-
- getFolder(FolderReferenceType) - Method in interface com.lexmark.saperion.folder.FolderService
-
This method returns the folder given by its reference.
- getFolderName() - Method in class com.lexmark.saperion.folder.CreateFolderInputType
-
The name of a folder identifies it uniquely amongst its siblings.
- 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.
- getFullName() - Method in class com.lexmark.saperion.administration.GroupPropertiesType
-
Returns the fullName.
- getFullName() - Method in class com.lexmark.saperion.administration.GroupType
-
Returns the (full-) name of the group.
- getFullName() - Method in class com.lexmark.saperion.administration.UserPropertiesType
-
Returns the fullName.
- getFullName() - Method in class com.lexmark.saperion.administration.UserType
-
Returns the user name.
- getGrantedRights() - Method in class com.lexmark.saperion.administration.GroupAccessType
-
Gets the rights granted to the group.
- getGrantedRights() - Method in class com.lexmark.saperion.administration.UserAccessType
-
Gets the rights granted to the user.
- getGroup() - Method in class com.lexmark.saperion.administration.GroupAccessType
-
Gets the group reference.
- getGroupAccessRights() - Method in class com.lexmark.saperion.administration.AclPropertiesType
-
- getGroupAccessRights() - Method in class com.lexmark.saperion.administration.AclType
-
- 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
-
- getGuid() - Method in class com.lexmark.saperion.administration.GroupPropertiesType
-
Returns the GUID.
- getGuid() - Method in class com.lexmark.saperion.administration.GroupType
-
Returns the GUID.
- getGuid() - Method in class com.lexmark.saperion.administration.UserPropertiesType
-
Returns the GUID.
- getGuid() - Method in class com.lexmark.saperion.administration.UserType
-
Returns the GUID.
- getHash() - Method in class com.lexmark.saperion.document.ContentMetaDataType
-
- getHash() - Method in class com.lexmark.saperion.document.HashDescriptor
-
- getHashAlgorithm() - Method in class com.lexmark.saperion.document.ContentMetaDataType
-
- getHashes() - Method in class com.lexmark.saperion.document.DocumentContentMetaDataType
-
- getHdoc() - Method in class com.lexmark.saperion.document.DocumentElementReferenceType
-
Returns the HDOC.
- getHdoc() - Method in class com.lexmark.saperion.document.DocumentRevisionReferenceType
-
Returns the HDOC.
- getHeight() - Method in class com.lexmark.saperion.document.AnnotationType
-
Returns the height.
- getId() - Method in class com.lexmark.saperion.administration.AclReferenceType
-
This getter returns the id of the referenced access control list.
- getId() - Method in class com.lexmark.saperion.administration.ActorReferenceType
-
Returns the reference id.
- getId() - Method in class com.lexmark.saperion.administration.RoleReferenceType
-
- getId() - Method in class com.lexmark.saperion.administration.TenantReferenceType
-
This method returns the id of the tenant.
- getId() - Method in enum com.lexmark.saperion.LicenseEnumeration
-
- 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 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.document.CreateDocumentInputType
-
Returns the index of the new document.
- getIndex() - Method in class com.lexmark.saperion.folder.CreateFolderInputType
-
The index data are custom attributes to set on the folder.
- getIndex() - Method in class com.lexmark.saperion.folder.FolderListItemType
-
The index data are the generic data of the folder as defined by the archive the folder resides in.
- getIndex() - Method in class com.lexmark.saperion.folder.UpdateFolderInputType
-
Returns the index.
- getIndex() - Method in class com.lexmark.saperion.lookup.UpdateLookupEntryInputType
-
Returns the index.
- getIndex() - Method in class com.lexmark.saperion.workflow.TaskPropertyType
-
Returns the index data of a workflow process.
- getIndexData() - Method in class com.lexmark.saperion.document.DocumentRevisionListItemType
-
This getter gets the index data of the document revision.
- getIndexData() - Method in class com.lexmark.saperion.document.DocumentRevisionType
-
Returns the index data.
- getIndexData() - Method in class com.lexmark.saperion.document.UpdateDocumentInputType
-
Returns the document index data.
- getIndexData() - Method in class com.lexmark.saperion.exceptions.runtime.MandatoryConstraintViolationDetails
-
- getIndexData() - Method in class com.lexmark.saperion.exceptions.runtime.UniqueConstraintViolationDetails
-
- getIndexData() - Method in class com.lexmark.saperion.lookup.LookupEntryListItemType
-
This getter returns the index data of the lookup entry.
- 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 interface com.lexmark.saperion.workflow.WorkflowDefinitionService
-
This method returns the initial transition definition for the referenced workflow.
- getIsolation() - Method in class com.lexmark.saperion.archive.ArchiveListItemType
-
Returns the isolation type of this archive.
- getIsolation() - Method in class com.lexmark.saperion.archive.ArchiveType
-
Returns the isolation type of this archive.
- getItems() - Method in class com.lexmark.saperion.search.SearchResultPage
-
Returns the item result list.
- getLastModificationDate() - Method in class com.lexmark.saperion.document.AnnotationAccessDataType
-
Returns the last modification date.
- getLastModificationDate() - Method in class com.lexmark.saperion.folder.FolderListItemType
-
This is the last date and time the folder was updated.
- getLastModificationDate() - Method in class com.lexmark.saperion.ModificationMetaDataType
-
This getter gets the date the resource was last modified.
- getLastModificationUser() - Method in class com.lexmark.saperion.document.AnnotationAccessDataType
-
Returns the last modification user.
- getLastModificationUser() - Method in class com.lexmark.saperion.folder.FolderListItemType
-
This is a reference to the user who last changed the folder.
- getLastModificationUser() - Method in class com.lexmark.saperion.ModificationMetaDataType
-
This getter gets the user that modified the resource last.
- getLatest() - Method in class com.lexmark.saperion.exceptions.runtime.ConcurrentWriteDetails
-
- getLatestRevisionId(DocumentReferenceType) - Method in interface com.lexmark.saperion.document.DocumentService
-
This method returns the id of the latest revision of the document given by its id.
- getLength() - Method in class com.lexmark.saperion.archive.StringFieldType
-
Returns the length of this field.
- getLinkedDocumentId() - Method in class com.lexmark.saperion.document.LinkDocumentElementType
-
Returns the linked document id.
- getLinkName() - Method in class com.lexmark.saperion.document.LinkDocumentElementType
-
Returns the link name.
- getLiteralType() - Method in class com.lexmark.saperion.search.literal.Literal
-
Returns the literal type.
- getLocked() - Method in class com.lexmark.saperion.administration.UserPropertiesType
-
Checks if this user's account is locked.
- getLockedSince() - Method in class com.lexmark.saperion.exceptions.runtime.ObjectLockedDetails
-
- getLockUser() - Method in class com.lexmark.saperion.exceptions.runtime.ObjectLockedDetails
-
- getLookupEntry(LookupEntryReferenceType) - Method in interface com.lexmark.saperion.lookup.LookupEntryService
-
This method returns the lookup entry the given reference references.
- 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.
- getLookupFieldIdentifier() - Method in class com.lexmark.saperion.archive.LookupFieldType
-
Returns the identifier of the linked field in the lookup type definition.
- getLookupTypeDefinition() - Method in class com.lexmark.saperion.archive.LookupFieldType
-
Returns a reference to the archive containing lookup entries that is linked to this field.
- getMarkColor() - Method in class com.lexmark.saperion.document.MarkerAnnotationType
-
Returns the mark color.
- getMemberIndexPath() - Method in class com.lexmark.saperion.document.DocumentElementReferenceType
-
Returns the member index path.
- getMemberType() - Method in class com.lexmark.saperion.PropertyType
-
- getMissingFields() - Method in class com.lexmark.saperion.exceptions.runtime.MandatoryConstraintViolationDetails
-
- getModificationMetaData() - Method in class com.lexmark.saperion.document.DocumentRevisionListItemType
-
- getModificationMetaData() - Method in class com.lexmark.saperion.document.DocumentRevisionType
-
- getModificationMetaData() - Method in class com.lexmark.saperion.lookup.LookupEntryListItemType
-
This getter gets data about the creation and the last modification of the lookup entry.
- getName() - Method in class com.lexmark.saperion.administration.AclListItemType
-
Returns the access control list's name.
- getName() - Method in class com.lexmark.saperion.administration.AclPropertiesType
-
Returns the access control list's name.
- getName() - Method in class com.lexmark.saperion.administration.AclReferenceType
-
This getter returns the name of the referenced access control list.
- getName() - Method in class com.lexmark.saperion.administration.AclType
-
- getName() - Method in class com.lexmark.saperion.administration.ActorListItemType
-
Returns the actor's full name.
- getName() - Method in class com.lexmark.saperion.administration.RoleListItemType
-
Returns the role's name.
- getName() - Method in class com.lexmark.saperion.administration.RolePropertiesType
-
Returns the role's name.
- getName() - Method in class com.lexmark.saperion.administration.RoleType
-
- getName() - Method in class com.lexmark.saperion.administration.TenantListItemType
-
Returns the tenant's name.
- getName() - Method in class com.lexmark.saperion.administration.TenantType
-
This getter returns the name of the tenant.
- getName() - Method in class com.lexmark.saperion.archive.ArchiveListItemType
-
Returns the name of this archive.
- getName() - Method in class com.lexmark.saperion.archive.ArchiveReferenceType
-
the name of the referenced archive.
- getName() - Method in class com.lexmark.saperion.archive.ArchiveType
-
Returns the name of this archive.
- getName() - Method in class com.lexmark.saperion.archive.FieldDefinition
-
Return the name of the field.
- getName() - Method in class com.lexmark.saperion.folder.FolderListItemType
-
The name of a folder identifies a folder uniquely amongst its siblings.
- getName() - Method in class com.lexmark.saperion.search.query.FieldOrderDescriptor
-
Returns the name.
- 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.
- getNegatedExpression() - Method in class com.lexmark.saperion.search.expression.BooleanNotExpression
-
- getNodeType() - Method in class com.lexmark.saperion.document.ContentDocumentElementType
-
- getNodeType() - Method in class com.lexmark.saperion.document.DocumentElementType
-
Returns the document node type.
- getNodeType() - Method in class com.lexmark.saperion.document.LinkDocumentElementType
-
- getNodeType() - Method in class com.lexmark.saperion.document.StructureCompositeDocumentElementType
-
- getNoteText() - Method in class com.lexmark.saperion.document.TextAnnotationType
-
Returns the note text.
- getOffset() - Method in class com.lexmark.saperion.search.PageDefinition
-
Returns the offset in the paged collection.
- getOperator() - Method in class com.lexmark.saperion.search.expression.BinaryOperation
-
- getOperator() - Method in class com.lexmark.saperion.search.expression.UnaryOperation
-
- getOrder() - Method in class com.lexmark.saperion.search.query.FieldOrderDescriptor
-
Returns the order.
- 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.
- 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.
- getPage() - Method in class com.lexmark.saperion.document.AnnotationType
-
Returns the page.
- getPageDefinition() - Method in class com.lexmark.saperion.search.SearchResultPage
-
- getPageSize() - Method in class com.lexmark.saperion.search.PageDefinition
-
Returns the maximum number of elements in a page.
- getParameterProcessor(Object) - Static method in class com.lexmark.saperion.util.BeanToStringUtil
-
Returns the ToStringParameterPossessor for the given bean.
- getParent() - Method in class com.lexmark.saperion.folder.CreateFolderInputType
-
This reference defines the parent of the folder to create.
- getParent() - Method in class com.lexmark.saperion.folder.FolderListItemType
-
This is a reference to the parent folder of the folder.
- getPassword() - Method in class com.lexmark.saperion.administration.CreateUserPropertiesType
-
Returnt the password.
- getPasswordExpiration(UserReferenceType) - Method in interface com.lexmark.saperion.administration.UserManagementService
-
This method gets the date when the users password will expire or null if the password never expires.
- 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
-
- getPath() - Method in class com.lexmark.saperion.folder.FolderListItemType
-
The path of the folder is its parent path + \ + its name.
- 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 interface com.lexmark.saperion.workflow.WorkflowInboxService
-
Returns the personal inbox of the current user.
- getPrecision() - Method in class com.lexmark.saperion.archive.CurrencyFieldType
-
- getPrecision() - Method in class com.lexmark.saperion.archive.FloatFieldType
-
Returns the precision of the values contained in this field.
- getPresent() - Method in class com.lexmark.saperion.administration.UserPropertiesType
-
Checks if this user is present.
- getPreviewSeparator() - Method in class com.lexmark.saperion.archive.ListFieldType
-
- getPreviousActor() - Method in class com.lexmark.saperion.workflow.TaskType
-
This getter gets the actor of the task prior to this task.
- getPreviousRevisionId() - Method in class com.lexmark.saperion.document.DocumentRevisionType
-
Returns the previous revision id.
- 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.
- getProperties(TaskReferenceType) - Method in interface com.lexmark.saperion.workflow.WorkflowTaskService
-
Returns the task's properties.
- getProperty(Object, String) - Static method in class com.lexmark.saperion.util.BeanUtils
-
Returns the named property value for the given bean.
- getProperty(Object, String) - Static method in class com.lexmark.saperion.util.PropertyUtils
-
This method gets the beans property with the given name.
- getPropertyValue() - Method in class com.lexmark.saperion.PropertyType
-
Returns the property value.
- getRawProperty(Object, String) - Static method in class com.lexmark.saperion.util.BeanUtils
-
Returns the raw named property value for the given bean.
- 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.
- 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.
- 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
-
- getReference() - Method in class com.lexmark.saperion.ListItemType
-
Returns a reference to the associated object.
- getReference() - Method in class com.lexmark.saperion.ResourceType
-
Returns the resource's object reference.
- 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
-
- getRevisionReference() - Method in class com.lexmark.saperion.document.DocumentElementStoreInformationType
-
Returns the revision reference.
- getRevisionReference() - Method in class com.lexmark.saperion.document.DocumentStoreInformationType
-
Returns the revision reference.
- getRevisionReference() - Method in class com.lexmark.saperion.workflow.WorkflowProcessType
-
Return a reference to the document for which the workflow was started.
- getRevisionTag() - Method in class com.lexmark.saperion.document.DocumentRevisionType
-
Returns the revision tag.
- getRole() - Method in class com.lexmark.saperion.administration.GroupPropertiesType
-
This getter gets the role to assign to this group.
- getRole() - Method in class com.lexmark.saperion.administration.GroupType
-
This getter gets the role assigned to this group.
- 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(GroupReferenceType) - Method in interface com.lexmark.saperion.administration.GroupManagementService
-
This method returns the schema-extension for the given group.
- getSchemaExtension(TenantReferenceType) - Method in interface com.lexmark.saperion.administration.TenantManagementService
-
This method returns the schema-extension for the given tenant.
- getSchemaExtension(UserReferenceType) - Method in interface com.lexmark.saperion.administration.UserManagementService
-
This method returns the schema-extension for the given user.
- getSearchServiceForDeletedItems() - Method in interface com.lexmark.saperion.administration.TenantManagementService
-
- getShortName() - Method in class com.lexmark.saperion.administration.GroupPropertiesType
-
Returns the shortName.
- getShortName() - Method in class com.lexmark.saperion.administration.GroupType
-
Returns the short-name of the group.
- getShortName() - Method in class com.lexmark.saperion.administration.UserPropertiesType
-
Returns the shortName.
- getShortName() - Method in class com.lexmark.saperion.administration.UserType
-
This getter gets the short name (display name).
- getSimpleProperty(Object, String) - Static method in class com.lexmark.saperion.util.BeanUtils
-
Returns the simple property value for the given bean.
- 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.
- getStorageSize() - Method in class com.lexmark.saperion.document.DocumentContentMetaDataType
-
- getString() - Method in class com.lexmark.saperion.search.literal.DateLiteral
-
- getStructure() - Method in class com.lexmark.saperion.document.CreateDocumentInputType
-
Returns the structure of the new document.
- 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.
- getSubstituteAccessAllowed() - Method in class com.lexmark.saperion.administration.UserPropertiesType
-
Checks if the substitute-access to the user's workflow inbox is enabled.
- 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.
- getSynchronizedGroup() - Method in class com.lexmark.saperion.administration.GroupPropertiesType
-
Checks if this group is synchronized with LDAP.
- getSynchronizedUser() - Method in class com.lexmark.saperion.administration.UserPropertiesType
-
Checks if this user is synchronized with LDAP.
- getSysRowId() - Method in class com.lexmark.saperion.document.DocumentReferenceType
-
Returns the SYSROWID.
- getSysRowId() - Method in class com.lexmark.saperion.folder.FolderReferenceType
-
Returns the sysRowId.
- getSysRowId() - Method in class com.lexmark.saperion.lookup.LookupEntryReferenceType
-
This getter returns the id of the database row the lookup entry represents.
- 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.
- getTechnicalUser() - Method in class com.lexmark.saperion.administration.UserPropertiesType
-
Checks if this is a technical user.
- getTenant() - Method in class com.lexmark.saperion.administration.UserType
-
This getter gets a reference to the tenant the user is part of.
- 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
-
- getTextColor() - Method in class com.lexmark.saperion.document.TextAnnotationType
-
Returns the text color.
- getTextRotation() - Method in class com.lexmark.saperion.document.TextAnnotationType
-
Returns the text rotation.
- 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.
- 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 interface com.lexmark.saperion.workflow.WorkflowTaskService
-
Returns the task's transition definitions.
- getType() - Method in class com.lexmark.saperion.administration.ActorListItemType
-
Returns the actor's type.
- getType() - Method in class com.lexmark.saperion.administration.ActorReferenceType
-
Returns the actor type.
- getType() - Method in class com.lexmark.saperion.administration.ActorType
-
Returns the actor type.
- getType() - Method in class com.lexmark.saperion.administration.GroupListItemType
-
- getType() - Method in class com.lexmark.saperion.administration.GroupReferenceType
-
- getType() - Method in class com.lexmark.saperion.administration.GroupType
-
- getType() - Method in class com.lexmark.saperion.administration.UserListItemType
-
- getType() - Method in class com.lexmark.saperion.administration.UserReferenceType
-
- getType() - Method in class com.lexmark.saperion.administration.UserType
-
- 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.ErrorDetailsType
-
Need specification.
- 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.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.PropertyType
-
Returns the property type.
- 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.
- getTypeName() - Method in class com.lexmark.saperion.archive.FieldType
-
Returns the name of this FieldType.
- getUncompressedSize() - Method in class com.lexmark.saperion.document.ContentMetaDataType
-
- getUnreadCount() - Method in class com.lexmark.saperion.workflow.InboxListItemType
-
Returns the number of all unread items in this inbox.
- getURI() - Method in class com.lexmark.saperion.document.InputStreamReferenceType
-
Returns the content id.
- getUser() - Method in class com.lexmark.saperion.administration.UserAccessType
-
Gets the user reference.
- getUser() - Method in class com.lexmark.saperion.exceptions.system.PasswordExpiredDetails
-
- getUserAccessRights() - Method in class com.lexmark.saperion.administration.AclPropertiesType
-
- getUserAccessRights() - Method in class com.lexmark.saperion.administration.AclType
-
- 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.
- 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
-
- getValue() - Method in class com.lexmark.saperion.search.expression.BinaryOperation
-
- getValue() - Method in class com.lexmark.saperion.search.literal.Literal
-
Returns the value.
- getVariables() - Method in class com.lexmark.saperion.document.DocumentElementType
-
Returns the element variables.
- getVersion() - Method in class com.lexmark.saperion.archive.ArchiveListItemType
-
Returns the version of this archive.
- getVersion() - Method in class com.lexmark.saperion.archive.ArchiveType
-
Returns the version of this archive.
- 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.
- getWhere() - Method in class com.lexmark.saperion.search.query.Statement
-
Returns the expression representing the where clause of the query.
- getWidth() - Method in class com.lexmark.saperion.document.AnnotationType
-
Returns the width.
- getWorkflowDefinition(String) - Method in class com.lexmark.saperion.client.implementation.workflow.WorkflowServiceClientImpl
-
- getWorkflowDefinition(WorkflowDefinitionReferenceType) - 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.
- 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() - 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.
- 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
-
- getWorkflowPoolEnabled() - Method in class com.lexmark.saperion.administration.GroupPropertiesType
-
Checks if the workflow-pool of this group is enabled.
- 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.
- getWorkInPoolAllowed() - Method in class com.lexmark.saperion.administration.GroupPropertiesType
-
Checks if members of this group are allowed to work in the group's pool.
- getWriteAttempt() - Method in class com.lexmark.saperion.exceptions.runtime.ConcurrentWriteDetails
-
- getX() - Method in class com.lexmark.saperion.document.AnnotationType
-
Returns the x.
- getY() - Method in class com.lexmark.saperion.document.AnnotationType
-
Returns the y.
- GroupAccessType - Class in com.lexmark.saperion.administration
-
Representation of the access rights granted amd denied to a group.
- GroupAccessType() - Constructor for class com.lexmark.saperion.administration.GroupAccessType
-
Default constructor: Creates a new unititalized GroupAccessType instance.
- GroupAccessType(GroupReferenceType, Set<AccessRight>, Set<AccessRight>) - Constructor for class com.lexmark.saperion.administration.GroupAccessType
-
Creates a GroupAccessType instance with the given group and access rights.
- GroupAccessType(GroupReferenceType, Set<AccessRight>) - Constructor for class com.lexmark.saperion.administration.GroupAccessType
-
Creates a GroupAccessType instance with the given group and access rights.
- GroupAccessType(GroupReferenceType) - Constructor for class com.lexmark.saperion.administration.GroupAccessType
-
Creates a GroupAccessType instance with no access rights.
- 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
-
- GroupClientImpl(GroupManagementService, GroupReferenceType) - Constructor for class com.lexmark.saperion.client.implementation.administration.GroupClientImpl
-
- GroupListItemType - Class in com.lexmark.saperion.administration
-
List item type for group entities.
- GroupListItemType() - Constructor for class com.lexmark.saperion.administration.GroupListItemType
-
Default constructor.
- GroupListItemType(GroupReferenceType) - Constructor for class com.lexmark.saperion.administration.GroupListItemType
-
Creates a group list item instance with the given group reference.
- GroupManagementService - Interface in com.lexmark.saperion.administration
-
The group management service provides the required operations to create, read, update and delete group entities in
the user management system.
- GroupManagementServiceClient - Interface in com.lexmark.saperion.client.administration
-
This client provides methods for administrating groups.
- GroupManagementServiceClientImpl - Class in com.lexmark.saperion.client.implementation.administration
-
- 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
-
- GroupMembershipClientForGroupsImpl(GroupManagementService, SearchExecutionService<GroupListItemType>, 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
-
- GroupMembershipClientForUsersImpl(GroupManagementService, SearchExecutionService<UserListItemType>, GroupReferenceType) - Constructor for class com.lexmark.saperion.client.implementation.administration.GroupMembershipClientForUsersImpl
-
- GroupPropertiesType - Class in com.lexmark.saperion.administration
-
Data transfer object for group properties.
- GroupPropertiesType() - Constructor for class com.lexmark.saperion.administration.GroupPropertiesType
-
- groupReferenceFromId(int) - Static method in class com.lexmark.saperion.TypeConversions
-
- GroupReferenceType - Class in com.lexmark.saperion.administration
-
The group reference type.
- GroupReferenceType() - Constructor for class com.lexmark.saperion.administration.GroupReferenceType
-
- GroupType - Class in com.lexmark.saperion.administration
-
The group type is a representation of an user group in the ECM system.
- GroupType() - Constructor for class com.lexmark.saperion.administration.GroupType
-
Creates a new empty group bean.
- 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
-
- SaperionClientFactoryImpl(Connector) - Constructor for class com.lexmark.saperion.client.implementation.SaperionClientFactoryImpl
-
- SaperionClientImpl - Class in com.lexmark.saperion.client.implementation
-
- 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.
- ScannedDocumentElementType - Class in com.lexmark.saperion.document
-
This
document element
indicates that the current
document represents a scanned page.
- ScannedDocumentElementType() - Constructor for class com.lexmark.saperion.document.ScannedDocumentElementType
-
- search(Statement, PageDefinition) - Method in interface com.lexmark.saperion.administration.TenantManagementService
-
This method lists all tenants in the system.
- search(Statement, PageDefinition) - Method in interface com.lexmark.saperion.archive.ArchiveService
-
Returns a list of basic information about all archive definitions in the 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 interface com.lexmark.saperion.search.SearchExecutionService
-
Returns the result page for a query execution with custom paging/fetch window size.
- 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 - Static variable in class com.lexmark.saperion.exceptions.EcmErrorCodes
-
- SEARCH_RUNTIME_ERROR - Static variable in class com.lexmark.saperion.exceptions.EcmErrorCodes
-
- SEARCH_STATEMENT_EXECUTION_ERROR - Static variable in class com.lexmark.saperion.exceptions.EcmErrorCodes
-
- SEARCH_STATEMENT_SYNTAX_ERROR - Static variable in class com.lexmark.saperion.exceptions.EcmErrorCodes
-
- 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
-
- 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
-
- SearchError(int) - Constructor for class com.lexmark.saperion.exceptions.application.SearchException.SearchError
-
Creates a new error with the given error value.
- SearchException - Exception in com.lexmark.saperion.exceptions.application
-
This exception indicates an error in a search.
- SearchException(ErrorType, Throwable) - Constructor for exception com.lexmark.saperion.exceptions.application.SearchException
-
Default constructor used by serialization methods.
- SearchException(SearchException.SearchError, String, Throwable, ErrorDetailsType) - Constructor for exception com.lexmark.saperion.exceptions.application.SearchException
-
Creates a new exception with the given error code, error details, exception cause and exception message.
- SearchException(SearchException.SearchError, String, Throwable) - Constructor for exception com.lexmark.saperion.exceptions.application.SearchException
-
Creates a new exception with the given error code, error details, exception cause and exception message.
- SearchException(SearchException.SearchError, String, ErrorDetailsType) - Constructor for exception com.lexmark.saperion.exceptions.application.SearchException
-
Creates a new exception with the given error code, error details, exception cause and exception message.
- SearchException(SearchException.SearchError, String) - Constructor for exception com.lexmark.saperion.exceptions.application.SearchException
-
Creates a new exception with the given error code, error details, exception cause and exception message.
- SearchException.SearchError - Class in com.lexmark.saperion.exceptions.application
-
Error code implementation for database query exceptions.
- SearchExecutionService<T> - Interface in com.lexmark.saperion.search
-
A search execution service implements a specific server-side search operation.
- 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
-
- SearchResultPage<T> - Class in com.lexmark.saperion.search
-
Data structure that contains a list of query result items.
- SearchResultPage() - Constructor for class com.lexmark.saperion.search.SearchResultPage
-
- 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(String, EcmException) - Constructor for exception com.lexmark.saperion.exceptions.runtime.SearchRuntimeException
-
Creates a new exception with the given exception cause and exception message.
- SearchRuntimeException(ErrorType, Throwable) - Constructor for exception com.lexmark.saperion.exceptions.runtime.SearchRuntimeException
-
Creates a new exception with the given error code and exception cause.
- searchServiceForDefinition(ArchiveReferenceType) - Method in interface com.lexmark.saperion.document.DocumentService
-
- SearchStatementExecutionException - Exception in com.lexmark.saperion.exceptions.application
-
This exception indicates that an error occurred while executing a search statement.
- SearchStatementExecutionException(ErrorType, Throwable) - Constructor for exception com.lexmark.saperion.exceptions.application.SearchStatementExecutionException
-
Default constructor used by serialization methods.
- SearchStatementExecutionException(String, Throwable) - Constructor for exception com.lexmark.saperion.exceptions.application.SearchStatementExecutionException
-
Creates an exception for the given message and cause.
- SearchStatementExecutionException(String) - Constructor for exception com.lexmark.saperion.exceptions.application.SearchStatementExecutionException
-
Creates an exception for the given message.
- SearchStatementSyntaxException - Exception in com.lexmark.saperion.exceptions.application
-
This exception indicates that a syntactically wrong
Statement
was given.
- SearchStatementSyntaxException(String) - Constructor for exception com.lexmark.saperion.exceptions.application.SearchStatementSyntaxException
-
Creates a new query syntax exception.
- SearchStatementSyntaxException(ErrorType, Throwable) - Constructor for exception com.lexmark.saperion.exceptions.application.SearchStatementSyntaxException
-
Default constructor used by serialization methods.
- 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 - Static variable in class com.lexmark.saperion.exceptions.EcmErrorCodes
-
- SECURITY_ERROR - Static variable in class com.lexmark.saperion.exceptions.EcmErrorCodes
-
- SECURITY_ERROR_OFFSET - Static variable in class com.lexmark.saperion.exceptions.EcmErrorCodes
-
- SECURITY_TOKEN_EXPIRED - Static variable in class com.lexmark.saperion.exceptions.EcmErrorCodes
-
- SECURITY_TOKEN_INCONSISTENT - Static variable in class com.lexmark.saperion.exceptions.EcmErrorCodes
-
- SECURITY_TOKEN_INVALID - Static variable in class com.lexmark.saperion.exceptions.EcmErrorCodes
-
- SECURITY_TOKEN_UNKNOWN - Static variable in class com.lexmark.saperion.exceptions.EcmErrorCodes
-
- SecurityAnnotationType - Class in com.lexmark.saperion.document
-
This
annotation
prohibits access to a part of the document.
- SecurityAnnotationType() - Constructor for class com.lexmark.saperion.document.SecurityAnnotationType
-
- 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(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(SecurityException.SecurityError) - Constructor for exception com.lexmark.saperion.exceptions.system.SecurityException
-
Creates a new exception with the given error code.
- 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, 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, 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.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.
- setAccessData(AnnotationAccessDataType) - Method in class com.lexmark.saperion.document.AnnotationType
-
Sets the access data.
- setAclName(String) - Method in class com.lexmark.saperion.document.AnnotationAccessDataType
-
Sets the acl name.
- setAcls(List<AclReferenceType>) - Method in class com.lexmark.saperion.administration.AclPropertiesType
-
- setAcls(List<AclReferenceType>) - Method in class com.lexmark.saperion.administration.GroupPropertiesType
-
Sets the ACLs to set on the group.
- setAcls(List<AclReferenceType>) - Method in class com.lexmark.saperion.administration.RolePropertiesType
-
- setAcls(List<AclReferenceType>) - Method in class com.lexmark.saperion.administration.UserPropertiesType
-
Sets the ACLs to set on the user.
- setAcls(List<AclReferenceType>) - Method in class com.lexmark.saperion.document.CreateDocumentInputType
-
Sets the ACLs of the new document.
- setAcls(List<AclReferenceType>) - Method in class com.lexmark.saperion.document.UpdateDocumentInputType
-
Sets the ACLs that will replace the existing ACLs on the document.
- setAcls(List<AclReferenceType>) - Method in class com.lexmark.saperion.folder.CreateFolderInputType
-
Sets the ACLs to set on the new folder.
- setAcls(List<AclReferenceType>) - Method in class com.lexmark.saperion.folder.UpdateFolderInputType
-
Sets the ACLs to set on the folder.
- setAcls(List<AclReferenceType>) - Method in class com.lexmark.saperion.lookup.UpdateLookupEntryInputType
-
Sets the ACLs.
- setActor(ActorListItemType<? extends ActorReferenceType>) - Method in class com.lexmark.saperion.workflow.TaskType
-
Sets the task actor.
- setActualArchiveKind(ArchiveContentEnum) - Method in class com.lexmark.saperion.exceptions.runtime.WrongArchiveKindDetails
-
- setAdministrationAllowed(Boolean) - Method in class com.lexmark.saperion.administration.RolePropertiesType
-
- setAdministrationAllowed(boolean) - Method in class com.lexmark.saperion.administration.RoleType
-
- setAlgorithmName(String) - Method in class com.lexmark.saperion.document.HashDescriptor
-
- setAnnotations(List<AnnotationType>) - Method in class com.lexmark.saperion.document.ContentDocumentElementType
-
Sets the annotations.
- 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
-
- setArchiveReference(ArchiveReferenceType) - Method in class com.lexmark.saperion.document.CreateDocumentInputType
-
Sets the archive reference for the document create operation.
- setArchiveReference(ArchiveReferenceType) - Method in class com.lexmark.saperion.document.DocumentRevisionType
-
Sets the definition reference.
- setArchiveReference(ArchiveReferenceType) - Method in class com.lexmark.saperion.folder.CreateFolderInputType
-
This setter sets the archiveReference.
- setArchiveReference(ArchiveReferenceType) - Method in class com.lexmark.saperion.lookup.CreateLookupEntryInputType
-
- setArrowColor(int) - Method in class com.lexmark.saperion.document.ArrowAnnotationType
-
Sets the arrow color.
- setArrowWidth(int) - Method in class com.lexmark.saperion.document.ArrowAnnotationType
-
Sets the arrow width.
- setAsIcon(boolean) - Method in class com.lexmark.saperion.document.TextAnnotationType
-
Sets the asIcon flag.
- setCapabilities(Set<TaskCapabilitiesEnum>) - Method in class com.lexmark.saperion.workflow.TaskType
-
Sets the task capabilities.
- setChildren(List<? extends DocumentElementType>) - Method in class com.lexmark.saperion.document.StructureCompositeDocumentElementType
-
Sets the document element children.
- setChildren(List<TaskCommentType>) - Method in class com.lexmark.saperion.workflow.TaskCommentType
-
Sets a list of sub-comments to this comment.
- setChunkedOnMedium(boolean) - Method in class com.lexmark.saperion.document.FileDocumentElementType
-
Sets the cunkedOnMedium flag.
- setCode(int) - Method in class com.lexmark.saperion.exceptions.ErrorCodeType
-
Sets the bean error code.
- setCode(int) - Method in class com.lexmark.saperion.exceptions.ErrorConstantType
-
Implementation not supported by constant error codes.
- setColdFrame(boolean) - Method in class com.lexmark.saperion.document.TextAnnotationType
-
Sets the cold frame.
- setColor(int) - Method in class com.lexmark.saperion.document.SecurityAnnotationType
-
Sets the color.
- setColor(int) - Method in class com.lexmark.saperion.document.TextAnnotationType
-
Sets the color.
- setComment(String) - Method in class com.lexmark.saperion.document.UpdateDocumentInputType
-
Sets the comment for the new revision.
- setComment(String) - Method in class com.lexmark.saperion.workflow.TaskCommentType
-
Sets the current comment's value.
- 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.
- setCompressedSize(long) - Method in class com.lexmark.saperion.document.ContentMetaDataType
-
- setCompressedSize(Long) - Method in class com.lexmark.saperion.document.DocumentContentMetaDataType
-
- setConfigureAllowed(Boolean) - Method in class com.lexmark.saperion.administration.RolePropertiesType
-
- setConfigureAllowed(boolean) - Method in class com.lexmark.saperion.administration.RoleType
-
- setContent(InputStream) - Method in class com.lexmark.saperion.document.ContentDocumentElementType
-
Sets the content.
- setContentMetaData(ContentMetaDataType) - Method in class com.lexmark.saperion.document.ContentDocumentElementType
-
- setContentMetaData(DocumentContentMetaDataType) - Method in class com.lexmark.saperion.document.DocumentRevisionType
-
- setContentSize(Long) - Method in class com.lexmark.saperion.document.DocumentContentMetaDataType
-
- setContentType(ArchiveContentEnum) - Method in class com.lexmark.saperion.archive.ArchiveReferenceType
-
Sets the type of content contained in this archive.
- 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.
- setCreationDate(Date) - Method in class com.lexmark.saperion.document.AnnotationAccessDataType
-
Sets the creation date.
- setCreationDate(Date) - Method in class com.lexmark.saperion.document.DocumentElementType
-
Sets the creation date.
- setCreationDate(Date) - Method in class com.lexmark.saperion.folder.FolderListItemType
-
This setter sets the date and time the folder was created.
- setCreationDate(Date) - Method in class com.lexmark.saperion.ModificationMetaDataType
-
This setter sets the date when the resource was created.
- setCreationUser(long) - Method in class com.lexmark.saperion.document.AnnotationAccessDataType
-
Sets the creationUser.
- setCreationUser(UserListItemType) - Method in class com.lexmark.saperion.ModificationMetaDataType
-
This setter sets the user that created the resource.
- setCreationUser(ActorListItemType<UserReferenceType>) - Method in class com.lexmark.saperion.workflow.TaskCommentType
-
This method sets the user that created the comment.
- setCreator(UserReferenceType) - Method in class com.lexmark.saperion.folder.FolderListItemType
-
This setter sets the reference to the user that created the folder.
- setCurrency(String) - Method in class com.lexmark.saperion.archive.CurrencyFieldType
-
Sets the currency symbol(s).
- setDdcName(String) - Method in class com.lexmark.saperion.document.DocumentReferenceType
-
Sets the ddc name.
- setDdcName(String) - Method in class com.lexmark.saperion.folder.FolderReferenceType
-
Sets the ddcName.
- setDdcName(String) - Method in class com.lexmark.saperion.lookup.LookupEntryReferenceType
-
This setter sets the name of the document definition to find the lookup entry in.
- setDeleted(boolean) - Method in class com.lexmark.saperion.administration.AclListItemType
-
- setDeleted(boolean) - Method in class com.lexmark.saperion.administration.AclType
-
- setDeleted(boolean) - Method in class com.lexmark.saperion.administration.ActorListItemType
-
Marks this actor as deleted.
- setDeleted(boolean) - Method in class com.lexmark.saperion.administration.ActorType
-
Marks this actor as deleted.
- setDeleted(boolean) - Method in class com.lexmark.saperion.administration.RoleListItemType
-
- setDeleted(boolean) - Method in class com.lexmark.saperion.administration.RoleType
-
- setDeleted(boolean) - Method in class com.lexmark.saperion.administration.TenantListItemType
-
Marks this tenant as deleted.
- setDeleted(boolean) - Method in class com.lexmark.saperion.administration.TenantType
-
Marks this tenant as deleted.
- setDeniedRights(Set<AccessRight>) - Method in class com.lexmark.saperion.administration.GroupAccessType
-
Sets the rights denied to the group.
- setDeniedRights(Set<AccessRight>) - Method in class com.lexmark.saperion.administration.UserAccessType
-
Sets the rights denied to the user.
- setDescription(String) - Method in class com.lexmark.saperion.administration.AclListItemType
-
Sets the access control list's description.
- setDescription(String) - Method in class com.lexmark.saperion.administration.AclPropertiesType
-
Sets the access control lists description.
- setDescription(String) - Method in class com.lexmark.saperion.administration.AclType
-
- setDescription(String) - Method in class com.lexmark.saperion.administration.GroupPropertiesType
-
Sets the description.
- setDescription(String) - Method in class com.lexmark.saperion.administration.GroupType
-
Sets the description.
- setDescription(String) - Method in class com.lexmark.saperion.administration.RoleListItemType
-
Sets the role's description.
- setDescription(String) - Method in class com.lexmark.saperion.administration.RolePropertiesType
-
Sets the roles description.
- setDescription(String) - Method in class com.lexmark.saperion.administration.RoleType
-
- setDescription(String) - Method in class com.lexmark.saperion.administration.TenantListItemType
-
Sets the tenant's description.
- setDescription(String) - Method in class com.lexmark.saperion.administration.TenantType
-
This setter sets the description of the tenant.
- setDescription(String) - Method in class com.lexmark.saperion.administration.UserPropertiesType
-
Sets the description.
- setDescription(String) - Method in class com.lexmark.saperion.administration.UserType
-
This setter sets the description of the user.
- setDescription(String) - Method in class com.lexmark.saperion.exceptions.ErrorType
-
Sets the description.
- 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.
- setDescriptionParameters(Map<String, String>) - Method in class com.lexmark.saperion.exceptions.ErrorType
-
Sets the error description parameters.
- setDetails(ErrorDetailsType) - Method in class com.lexmark.saperion.exceptions.ErrorType
-
Sets the details.
- setDisplayAllowed(Boolean) - Method in class com.lexmark.saperion.administration.RolePropertiesType
-
- setDisplayAllowed(boolean) - Method in class com.lexmark.saperion.administration.RoleType
-
- setDistinguishedName(String) - Method in class com.lexmark.saperion.administration.GroupPropertiesType
-
Sets the distinguished name.
- setDistinguishedName(String) - Method in class com.lexmark.saperion.administration.GroupType
-
Sets the distinguished name.
- setDistinguishedName(String) - Method in class com.lexmark.saperion.administration.UserPropertiesType
-
Sets the distinguished name.
- setDistinguishedName(String) - Method in class com.lexmark.saperion.administration.UserType
-
Sets the distinguished name.
- setDocumentElement(DocumentElementType) - Method in class com.lexmark.saperion.document.DocumentRevisionType
-
Sets the document element.
- setDocumentElement(DocumentElementType) - Method in class com.lexmark.saperion.document.UpdateDocumentInputType
-
Sets the document element.
- setDocumentId(DocumentReferenceType) - Method in class com.lexmark.saperion.document.DocumentRevisionListItemType
-
This setter sets the reference to the document this revision belongs to.
- setDocumentId(DocumentReferenceType) - Method in class com.lexmark.saperion.document.DocumentRevisionType
-
Sets the document id.
- setDocumentReference(DocumentReferenceType) - Method in class com.lexmark.saperion.document.DocumentElementStoreInformationType
-
Sets the document reference.
- setDocumentReference(DocumentReferenceType) - Method in class com.lexmark.saperion.document.DocumentStoreInformationType
-
Sets the document reference.
- 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.
- setEditAllowed(Boolean) - Method in class com.lexmark.saperion.administration.RolePropertiesType
-
- setEditAllowed(boolean) - Method in class com.lexmark.saperion.administration.RoleType
-
- setElementReference(DocumentElementReferenceType) - Method in class com.lexmark.saperion.document.DocumentElementStoreInformationType
-
Sets the element reference.
- setEmailAddress(String) - Method in class com.lexmark.saperion.administration.UserPropertiesType
-
Sets the emailAddress.
- setEmailAddress(String) - Method in class com.lexmark.saperion.administration.UserType
-
This setter sets the email address of the user.
- setEnumFieldIdentifier(String) - Method in class com.lexmark.saperion.archive.EnumFieldType
-
Sets the identifier of the linked field in the enum type definition.
- setEnumTypeDefinition(ArchiveReferenceType) - Method in class com.lexmark.saperion.archive.EnumFieldType
-
Sets the reference to the archive containing enum entries that is linked to this field.
- setErrorCode(ErrorCodeType) - Method in class com.lexmark.saperion.exceptions.ErrorType
-
Sets the errorCode.
- 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
-
This method sets the schema-extension properties of the group.
- setExtension(Map<String, PropertyType>) - Method in interface com.lexmark.saperion.client.administration.TenantClient
-
This method sets the schema-extension properties of the tenant.
- setExtension(Map<String, PropertyType>) - Method in interface com.lexmark.saperion.client.administration.UserClient
-
This method sets the schema-extension properties of the user.
- setExtension(Map<String, PropertyType>) - Method in class com.lexmark.saperion.client.implementation.administration.GroupClientImpl
-
- setExtension(Map<String, PropertyType>) - Method in class com.lexmark.saperion.client.implementation.administration.TenantClientImpl
-
- setExtension(Map<String, PropertyType>) - Method in class com.lexmark.saperion.client.implementation.administration.UserClientImpl
-
- setFeatures(Set<ArchiveFeatureEnum>) - Method in class com.lexmark.saperion.archive.ArchiveType
-
Sets the features supported by this archive.
- setFieldName(String) - Method in class com.lexmark.saperion.search.expression.BinaryOperation
-
- setFieldName(String) - Method in class com.lexmark.saperion.search.expression.UnaryOperation
-
- setFieldOrder(List<FieldOrderDescriptor>) - Method in class com.lexmark.saperion.search.query.Statement
-
Sets the list of field order descriptors, which prescribe the result set element order.
- setFields(List<FieldDefinition>) - Method in class com.lexmark.saperion.archive.ArchiveType
-
Sets the fields of this archive.
- setFields(List<String>) - Method in class com.lexmark.saperion.search.query.Statement
-
Sets list of fields that should be selected by the query.
- setFieldType(FieldType) - Method in class com.lexmark.saperion.archive.EnumFieldType
-
Sets the type of the values contained in this field.
- setFieldType(FieldType) - Method in class com.lexmark.saperion.archive.FieldDefinition
-
Sets the type of this field.
- setFieldType(FieldType) - Method in class com.lexmark.saperion.archive.ListFieldType
-
Sets the type of the items contained in this list.
- setFieldType(FieldType) - Method in class com.lexmark.saperion.archive.LookupFieldType
-
Sets the type of the values contained in this field.
- setFileName(File) - Method in class com.lexmark.saperion.document.FileDocumentElementType
-
Sets the file name.
- setFileNames(List<File>) - Method in class com.lexmark.saperion.document.DocumentContentMetaDataType
-
- setFolderName(String) - Method in class com.lexmark.saperion.folder.CreateFolderInputType
-
This setter sets the name of the folder.
- setFullName(String) - Method in class com.lexmark.saperion.administration.GroupPropertiesType
-
Sets the fullName.
- setFullName(String) - Method in class com.lexmark.saperion.administration.GroupType
-
Sets the (full-) name of the group.
- setFullName(String) - Method in class com.lexmark.saperion.administration.UserPropertiesType
-
Sets the fullName.
- setFullName(String) - Method in class com.lexmark.saperion.administration.UserType
-
Sets the user name.
- setGrantedRights(Set<AccessRight>) - Method in class com.lexmark.saperion.administration.GroupAccessType
-
Sets the rights granted to the group.
- setGrantedRights(Set<AccessRight>) - Method in class com.lexmark.saperion.administration.UserAccessType
-
Sets the rights granted to the user.
- setGroup(GroupReferenceType) - Method in class com.lexmark.saperion.administration.GroupAccessType
-
Sets the group reference.
- setGroupAccessRights(List<GroupAccessType>) - Method in class com.lexmark.saperion.administration.AclPropertiesType
-
- setGroupAccessRights(List<GroupAccessType>) - Method in class com.lexmark.saperion.administration.AclType
-
- setGuid(String) - Method in class com.lexmark.saperion.administration.GroupPropertiesType
-
Sets the GUID.
- setGuid(String) - Method in class com.lexmark.saperion.administration.GroupType
-
Sets the GUID.
- setGuid(String) - Method in class com.lexmark.saperion.administration.UserPropertiesType
-
Sets the GUID.
- setGuid(String) - Method in class com.lexmark.saperion.administration.UserType
-
Sets the GUID.
- setHash(byte[]) - Method in class com.lexmark.saperion.document.ContentMetaDataType
-
- setHash(byte[]) - Method in class com.lexmark.saperion.document.HashDescriptor
-
- setHashAlgorithm(String) - Method in class com.lexmark.saperion.document.ContentMetaDataType
-
- setHashes(List<HashDescriptor>) - Method in class com.lexmark.saperion.document.DocumentContentMetaDataType
-
- setHasMoreItems(boolean) - Method in class com.lexmark.saperion.search.SearchResultPage
-
- setHdoc(String) - Method in class com.lexmark.saperion.document.DocumentElementReferenceType
-
Sets the HDOC.
- setHdoc(String) - Method in class com.lexmark.saperion.document.DocumentRevisionReferenceType
-
Sets the HDOC.
- setHeight(short) - Method in class com.lexmark.saperion.document.AnnotationType
-
Sets the height.
- setId(int) - Method in class com.lexmark.saperion.administration.AclReferenceType
-
This setter sets the id of the referenced access control list.
- setId(int) - Method in class com.lexmark.saperion.administration.ActorReferenceType
-
Sets the reference id.
- setId(int) - Method in class com.lexmark.saperion.administration.RoleReferenceType
-
- setId(int) - Method in class com.lexmark.saperion.administration.TenantReferenceType
-
This method sets the id of the tenant.
- setId(Integer) - Method in class com.lexmark.saperion.workflow.InboxReferenceType
-
Sets the inbox id.
- setId(int) - Method in class com.lexmark.saperion.workflow.TaskCommentReferenceType
-
Sets the reference id.
- setId(String) - Method in class com.lexmark.saperion.workflow.TaskReferenceType
-
Sets the task reference id.
- setId(int) - Method in class com.lexmark.saperion.workflow.TransitionDefinitionType
-
Sets the transition id.
- setId(String) - Method in class com.lexmark.saperion.workflow.WorkflowProcessReferenceType
-
Sets the workflow process id.
- setImportAllowed(Boolean) - Method in class com.lexmark.saperion.administration.RolePropertiesType
-
- setImportAllowed(boolean) - Method in class com.lexmark.saperion.administration.RoleType
-
- setIndex(Map<String, PropertyType>) - Method in class com.lexmark.saperion.document.CreateDocumentInputType
-
Sets the index of the new document.
- setIndex(Map<String, PropertyType>) - Method in class com.lexmark.saperion.folder.CreateFolderInputType
-
This setter sets the index data.
- setIndex(Map<String, PropertyType>) - Method in class com.lexmark.saperion.folder.FolderListItemType
-
This setter sets the generic index data of the folder as defined by the archive the folder resides in.
- setIndex(Map<String, PropertyType>) - Method in class com.lexmark.saperion.folder.UpdateFolderInputType
-
Sets the index.
- setIndex(Map<String, PropertyType>) - Method in class com.lexmark.saperion.lookup.UpdateLookupEntryInputType
-
Sets the index.
- 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.document.DocumentRevisionListItemType
-
This setter sets the index data of the document revision.
- setIndexData(Map<String, PropertyType>) - Method in class com.lexmark.saperion.document.DocumentRevisionType
-
Sets the index data.
- setIndexData(Map<String, PropertyType>) - Method in class com.lexmark.saperion.document.UpdateDocumentInputType
-
Sets the document index data.
- 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
-
- setIndexData(Map<String, PropertyType>) - Method in class com.lexmark.saperion.lookup.LookupEntryListItemType
-
This setter sets the index data of the lookup entry.
- setIndexingAllowed(Boolean) - Method in class com.lexmark.saperion.administration.RolePropertiesType
-
- setIndexingAllowed(boolean) - Method in class com.lexmark.saperion.administration.RoleType
-
- setIsolation(ArchiveIsolationEnum) - Method in class com.lexmark.saperion.archive.ArchiveListItemType
-
Sets the isolation type of this archive.
- setIsolation(ArchiveIsolationEnum) - Method in class com.lexmark.saperion.archive.ArchiveType
-
Sets the isolation type of this archive.
- setIsOverlay(boolean) - Method in class com.lexmark.saperion.document.PictureAnnotationType
-
Sets the overlay flag.
- setItems(List<T>) - Method in class com.lexmark.saperion.search.SearchResultPage
-
- setLastModificationDate(Date) - Method in class com.lexmark.saperion.document.AnnotationAccessDataType
-
Sets the last modification date.
- setLastModificationDate(Date) - Method in class com.lexmark.saperion.folder.FolderListItemType
-
This setter sets the last date and time the folder was updated.
- setLastModificationDate(Date) - Method in class com.lexmark.saperion.ModificationMetaDataType
-
This setter sets the date the resource was last modified.
- setLastModificationUser(long) - Method in class com.lexmark.saperion.document.AnnotationAccessDataType
-
Sets the last modification user.
- setLastModificationUser(UserReferenceType) - Method in class com.lexmark.saperion.folder.FolderListItemType
-
This setter sets the uid of the user who last changed the folder.
- setLastModificationUser(UserListItemType) - Method in class com.lexmark.saperion.ModificationMetaDataType
-
This setter sets the user that modified the resource last.
- setLatest(ReferenceType) - Method in class com.lexmark.saperion.exceptions.runtime.ConcurrentWriteDetails
-
- setLength(int) - Method in class com.lexmark.saperion.archive.StringFieldType
-
Sets the length of this field.
- setLine(boolean) - Method in class com.lexmark.saperion.document.ArrowAnnotationType
-
Sets the line.
- setLinkedDocumentId(DocumentRevisionReferenceType) - Method in class com.lexmark.saperion.document.LinkDocumentElementType
-
Sets the linked document id.
- setLinkName(String) - Method in class com.lexmark.saperion.document.LinkDocumentElementType
-
Sets the link name.
- SetLiteral<T> - Class in com.lexmark.saperion.search.literal
-
This
Literal
represents set literals.
- SetLiteral(Set<Literal<T>>) - Constructor for class com.lexmark.saperion.search.literal.SetLiteral
-
Creates a literal with the given value.
- setLocked(Boolean) - Method in class com.lexmark.saperion.administration.UserPropertiesType
-
Sets the locked-property.
- setLocked(boolean) - Method in class com.lexmark.saperion.administration.UserType
-
Sets the locked-property.
- setLockedSince(Date) - Method in class com.lexmark.saperion.exceptions.runtime.ObjectLockedDetails
-
- setLockUser(UserListItemType) - Method in class com.lexmark.saperion.exceptions.runtime.ObjectLockedDetails
-
- setLookupFieldIdentifier(String) - Method in class com.lexmark.saperion.archive.LookupFieldType
-
Sets the identifier of the linked field in the lookup type definition.
- setLookupTypeDefinition(ArchiveReferenceType) - Method in class com.lexmark.saperion.archive.LookupFieldType
-
Sets the reference to the archive containing lookup entries that is linked to this field.
- setMarkColor(int) - Method in class com.lexmark.saperion.document.MarkerAnnotationType
-
Sets the mark color.
- setMemberIndexPath(int[]) - Method in class com.lexmark.saperion.document.DocumentElementReferenceType
-
Sets the member index path.
- setMemberType(FieldTypeEnum) - Method in class com.lexmark.saperion.PropertyType
-
- setMissingFields(List<String>) - Method in class com.lexmark.saperion.exceptions.runtime.MandatoryConstraintViolationDetails
-
- setModificationMetaData(ModificationMetaDataType) - Method in class com.lexmark.saperion.document.DocumentRevisionListItemType
-
- setModificationMetaData(ModificationMetaDataType) - Method in class com.lexmark.saperion.document.DocumentRevisionType
-
- setModificationMetaData(ModificationMetaDataType) - Method in class com.lexmark.saperion.lookup.LookupEntryListItemType
-
This setter sets data about the creation and the last modification of the lookup entry.
- setName(String) - Method in class com.lexmark.saperion.administration.AclListItemType
-
Sets the access control list's name.
- setName(String) - Method in class com.lexmark.saperion.administration.AclPropertiesType
-
Sets the access control list's name.
- setName(String) - Method in class com.lexmark.saperion.administration.AclReferenceType
-
This setter sets the name of the referenced access control list.
- setName(String) - Method in class com.lexmark.saperion.administration.AclType
-
- setName(String) - Method in class com.lexmark.saperion.administration.ActorListItemType
-
Sets the actor's full name.
- setName(String) - Method in class com.lexmark.saperion.administration.RoleListItemType
-
Sets the role's name.
- setName(String) - Method in class com.lexmark.saperion.administration.RolePropertiesType
-
Sets the role's name.
- setName(String) - Method in class com.lexmark.saperion.administration.RoleType
-
- setName(String) - Method in class com.lexmark.saperion.administration.TenantListItemType
-
Sets the tenant's name.
- setName(String) - Method in class com.lexmark.saperion.administration.TenantType
-
This setter sets the name of the tenant.
- setName(String) - Method in class com.lexmark.saperion.archive.ArchiveListItemType
-
Sets the name of this archive.
- setName(String) - Method in class com.lexmark.saperion.archive.ArchiveReferenceType
-
the name of the referenced archive.
- setName(String) - Method in class com.lexmark.saperion.archive.ArchiveType
-
Sets the name of this archive.
- setName(String) - Method in class com.lexmark.saperion.archive.FieldDefinition
-
Sets the name of the field.
- setName(String) - Method in class com.lexmark.saperion.folder.FolderListItemType
-
This setter sets the name of the folder.
- 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.
- setNegatedExpression(Expression) - Method in class com.lexmark.saperion.search.expression.BooleanNotExpression
-
- setNoteText(String) - Method in class com.lexmark.saperion.document.TextAnnotationType
-
Sets the note text.
- setOffset(int) - Method in class com.lexmark.saperion.search.PageDefinition
-
Sets the offset in the paged collection.
- setOperator(BinaryOperation.Operator) - Method in class com.lexmark.saperion.search.expression.BinaryOperation
-
- setOperator(UnaryOperation.Operator) - Method in class com.lexmark.saperion.search.expression.UnaryOperation
-
- setOriginalFormat(boolean) - Method in class com.lexmark.saperion.document.FileDocumentElementType
-
Sets the original format flag.
- 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.
- setPage(short) - Method in class com.lexmark.saperion.document.AnnotationType
-
Sets the page.
- setPageDefinition(PageDefinition) - Method in class com.lexmark.saperion.search.SearchResultPage
-
- setPageSize(int) - Method in class com.lexmark.saperion.search.PageDefinition
-
Sets the maximum number of elements in a page.
- setParent(FolderReferenceType) - Method in class com.lexmark.saperion.folder.CreateFolderInputType
-
This setter sets the parent folder reference.
- setParent(FolderReferenceType) - Method in class com.lexmark.saperion.folder.FolderListItemType
-
This setter sets reference to the parent folder of the folder.
- setPassword(String) - Method in class com.lexmark.saperion.administration.CreateUserPropertiesType
-
Sets the password.
- setPath(String) - Method in class com.lexmark.saperion.folder.FolderListItemType
-
This setter sets the path of the folder.
- setPicture(boolean) - Method in class com.lexmark.saperion.document.FileDocumentElementType
-
Sets the isPicture flag.
- setPrecision(int) - Method in class com.lexmark.saperion.archive.CurrencyFieldType
-
This operation is not supported on CurrencyField instances.
- setPrecision(int) - Method in class com.lexmark.saperion.archive.FloatFieldType
-
Sets the precision of the values contained in this field.
- setPresent(boolean) - Method in class com.lexmark.saperion.administration.GroupPropertiesType
-
Sets the present-property of this group.
- setPresent(boolean) - Method in class com.lexmark.saperion.administration.GroupType
-
Sets the present-property of this group.
- setPresent(Boolean) - Method in class com.lexmark.saperion.administration.UserPropertiesType
-
Sets the present-property of the user.
- setPresent(boolean) - Method in class com.lexmark.saperion.administration.UserType
-
Sets the present-property of the user.
- setPreviewSeparator(char) - Method in class com.lexmark.saperion.archive.ListFieldType
-
- setPreviousActor(ActorListItemType<? extends ActorReferenceType>) - Method in class com.lexmark.saperion.workflow.TaskType
-
This setter sets the actor of the task prior to this task.
- setPreviousRevisionId(DocumentRevisionReferenceType) - Method in class com.lexmark.saperion.document.DocumentRevisionType
-
Sets the previous revision id.
- 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.
- setProperty(Object, String, Object) - Static method in class com.lexmark.saperion.util.BeanUtils
-
Sets the named property on the given bean.
- setProperty(Object, String, Object) - Static method in class com.lexmark.saperion.util.PropertyUtils
-
This method sets the given beans property with the given name to the given value.
- setPropertyValue(Object) - Method in class com.lexmark.saperion.PropertyType
-
Sets the property value.
- setQueryAllowed(Boolean) - Method in class com.lexmark.saperion.administration.RolePropertiesType
-
- setQueryAllowed(boolean) - Method in class com.lexmark.saperion.administration.RoleType
-
- setRead(Boolean) - Method in class com.lexmark.saperion.workflow.TaskListItemType
-
Sets whether this task was already read or not.
- setReadOnly(boolean) - Method in class com.lexmark.saperion.archive.FieldDefinition
-
Sets whether this field is read-only 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.
- 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
-
- setReference(T) - Method in class com.lexmark.saperion.ListItemType
-
Sets the associated object's reference.
- setReference(T) - Method in class com.lexmark.saperion.ResourceType
-
Sets the resource's object reference.
- setRequired(boolean) - Method in class com.lexmark.saperion.archive.FieldDefinition
-
Sets whether this field is required or not.
- 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.document.DocumentElementStoreInformationType
-
Sets the revision reference.
- setRevisionReference(DocumentRevisionReferenceType) - Method in class com.lexmark.saperion.document.DocumentStoreInformationType
-
Sets the revision reference.
- setRevisionReference(DocumentRevisionReferenceType) - Method in class com.lexmark.saperion.workflow.WorkflowProcessType
-
Set the reference to the document for which the workflow was started.
- setRevisionTag(String) - Method in class com.lexmark.saperion.document.DocumentRevisionType
-
Sets the revision tag.
- setRole(RoleReferenceType) - Method in class com.lexmark.saperion.administration.GroupPropertiesType
-
This setter sets the role to assign to this group.
- setRole(RoleReferenceType) - Method in class com.lexmark.saperion.administration.GroupType
-
This setter sets the role assigned to this group.
- setSchemaExtension(GroupReferenceType, Map<String, PropertyType>) - Method in interface com.lexmark.saperion.administration.GroupManagementService
-
This method stores the given schema-extension for the given group.
- setSchemaExtension(TenantReferenceType, Map<String, PropertyType>) - Method in interface com.lexmark.saperion.administration.TenantManagementService
-
This method stores the given schema-extension for the given tenant.
- setSchemaExtension(UserReferenceType, Map<String, PropertyType>) - Method in interface com.lexmark.saperion.administration.UserManagementService
-
This method stores the given schema-extension for the given user.
- setShortName(String) - Method in class com.lexmark.saperion.administration.GroupPropertiesType
-
Sets the shortName.
- setShortName(String) - Method in class com.lexmark.saperion.administration.GroupType
-
Sets the short-name of the group.
- setShortName(String) - Method in class com.lexmark.saperion.administration.UserPropertiesType
-
Sets the shortName.
- setShortName(String) - Method in class com.lexmark.saperion.administration.UserType
-
This setter sets the short name (display name).
- 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.
- setSsoUser(Boolean) - Method in class com.lexmark.saperion.administration.RolePropertiesType
-
- setSsoUser(boolean) - Method in class com.lexmark.saperion.administration.RoleType
-
- setState(WorkflowProcessStateEnum) - Method in class com.lexmark.saperion.workflow.WorkflowProcessType
-
Sets the workflow state.
- setStorageSize(Long) - Method in class com.lexmark.saperion.document.DocumentContentMetaDataType
-
- setStructure(DocumentElementType) - Method in class com.lexmark.saperion.document.CreateDocumentInputType
-
Sets the structure of the new document.
- setSubject(String) - Method in class com.lexmark.saperion.workflow.TaskType
-
Sets the task subject.
- setSubstituteAccessAllowed(Boolean) - Method in class com.lexmark.saperion.administration.UserPropertiesType
-
Sets whether the user's substitute can access the inbox.
- setSubstituteAccessAllowed(boolean) - Method in class com.lexmark.saperion.administration.UserType
-
Sets whether the user's substitute can access the inbox.
- setSuperAdministrator(Boolean) - Method in class com.lexmark.saperion.administration.RolePropertiesType
-
- setSuperAdministrator(boolean) - Method in class com.lexmark.saperion.administration.RoleType
-
- setSynchronizedGroup(Boolean) - Method in class com.lexmark.saperion.administration.GroupPropertiesType
-
Sets the synchronized property of this group.
- setSynchronizedGroup(boolean) - Method in class com.lexmark.saperion.administration.GroupType
-
Sets the synchronized property of this group.
- setSynchronizedUser(Boolean) - Method in class com.lexmark.saperion.administration.UserPropertiesType
-
Sets the synchronized user property.
- setSynchronizedUser(boolean) - Method in class com.lexmark.saperion.administration.UserType
-
Sets the synchronized user property.
- setSysRowId(String) - Method in class com.lexmark.saperion.document.DocumentReferenceType
-
Sets the SYSROWID.
- setSysRowId(String) - Method in class com.lexmark.saperion.folder.FolderReferenceType
-
Sets the sysRowId.
- setSysRowId(String) - Method in class com.lexmark.saperion.lookup.LookupEntryReferenceType
-
This setter sets the id of the database row the lookup entry represents.
- setSystemField(boolean) - Method in class com.lexmark.saperion.archive.FieldDefinition
-
Sets whether this field is a system-field or not.
- 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
-
- setTechnicalUser(Boolean) - Method in class com.lexmark.saperion.administration.UserPropertiesType
-
Sets the technical user property.
- setTechnicalUser(boolean) - Method in class com.lexmark.saperion.administration.UserType
-
Sets the technical user property.
- setTenant(TenantReferenceType) - Method in class com.lexmark.saperion.administration.UserType
-
This setter sets the reference to the tenant the user is part of.
- setTenantSpecific(boolean) - Method in class com.lexmark.saperion.workflow.WorkflowDefinitionType
-
Sets the workflow tenant property.
- setTextColor(int) - Method in class com.lexmark.saperion.document.TextAnnotationType
-
Sets the text color.
- setTextRotation(int) - Method in class com.lexmark.saperion.document.TextAnnotationType
-
Sets the text rotation.
- 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.
- setTransparent(boolean) - Method in class com.lexmark.saperion.document.TextAnnotationType
-
Sets the transparent.
- setType(ActorTypeEnum) - Method in class com.lexmark.saperion.administration.ActorListItemType
-
Sets the actor's type.
- setType(ActorTypeEnum) - Method in class com.lexmark.saperion.administration.ActorReferenceType
-
Sets the actor type.
- setType(ActorTypeEnum) - Method in class com.lexmark.saperion.administration.ActorType
-
Sets the actor type.
- setType(ActorTypeEnum) - Method in class com.lexmark.saperion.administration.GroupReferenceType
-
- setType(ActorTypeEnum) - Method in class com.lexmark.saperion.administration.GroupType
-
- setType(ActorTypeEnum) - Method in class com.lexmark.saperion.administration.UserReferenceType
-
- setType(ActorTypeEnum) - Method in class com.lexmark.saperion.administration.UserType
-
- setType(String) - Method in class com.lexmark.saperion.exceptions.ErrorDetailsType
-
Sets the error details type.
- setType(FieldTypeEnum) - Method in class com.lexmark.saperion.PropertyType
-
Sets the property type.
- 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.
- setUncompressedSize(long) - Method in class com.lexmark.saperion.document.ContentMetaDataType
-
- setUnicode(boolean) - Method in class com.lexmark.saperion.archive.StringFieldType
-
Sets whether this field contains unicode-strings or not.
- setUnique(boolean) - Method in class com.lexmark.saperion.archive.FieldDefinition
-
Sets whether this field is unique or not.
- setUnreadCount(Integer) - Method in class com.lexmark.saperion.workflow.InboxListItemType
-
Sets the number of all unread items in this inbox.
- setURI(URI) - Method in class com.lexmark.saperion.document.InputStreamReferenceType
-
Sets the stream's id.
- setUser(UserReferenceType) - Method in class com.lexmark.saperion.administration.UserAccessType
-
Sets the user reference.
- setUser(UserReferenceType) - Method in class com.lexmark.saperion.exceptions.system.PasswordExpiredDetails
-
- setUserAccessRights(List<UserAccessType>) - Method in class com.lexmark.saperion.administration.AclPropertiesType
-
- setUserAccessRights(List<UserAccessType>) - Method in class com.lexmark.saperion.administration.AclType
-
- setUserFields(Map<String, PropertyType>) - Method in class com.lexmark.saperion.workflow.TaskType
-
Sets the task's user fields.
- setValue(Literal<?>) - Method in class com.lexmark.saperion.search.expression.BinaryOperation
-
- setVariables(Map<String, String>) - Method in class com.lexmark.saperion.document.DocumentElementType
-
Sets the element variables.
- setVersion(int) - Method in class com.lexmark.saperion.archive.ArchiveListItemType
-
Sets the version of this archive.
- setVersion(int) - Method in class com.lexmark.saperion.archive.ArchiveType
-
Sets the version of this archive.
- 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
-
- setWhere(Expression) - Method in class com.lexmark.saperion.search.query.Statement
-
Sets the expression representing the where clause of the query.
- setWidth(short) - Method in class com.lexmark.saperion.document.AnnotationType
-
Sets the width.
- setWordWrap(boolean) - Method in class com.lexmark.saperion.document.TextAnnotationType
-
Sets the word wrap.
- 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.
- setWorkflowErrorCode(int) - Method in class com.lexmark.saperion.exceptions.application.GenericWorkflowErrorDetails
-
- setWorkflowPoolEnabled(Boolean) - Method in class com.lexmark.saperion.administration.GroupPropertiesType
-
Sets the workflow-pool-enabled property of this group.
- setWorkflowPoolEnabled(boolean) - Method in class com.lexmark.saperion.administration.GroupType
-
Sets the workflow-pool-enabled property of this group.
- setWorkingTime(int) - Method in class com.lexmark.saperion.workflow.TimeInfoType
-
Sets the task working time.
- setWorkInPoolAllowed(Boolean) - Method in class com.lexmark.saperion.administration.GroupPropertiesType
-
Sets the work-in-pool-allowed proeprty of this group.
- setWorkInPoolAllowed(boolean) - Method in class com.lexmark.saperion.administration.GroupType
-
Sets the work-in-pool-allowed proeprty of this group.
- setWriteAttempt(ReferenceType) - Method in class com.lexmark.saperion.exceptions.runtime.ConcurrentWriteDetails
-
- setX(short) - Method in class com.lexmark.saperion.document.AnnotationType
-
Sets the x.
- setY(short) - Method in class com.lexmark.saperion.document.AnnotationType
-
Sets the y.
- SimpleExpressionContext - Class in com.lexmark.saperion.search.context
-
Implementation of an expression interpreter context.
- SimpleExpressionContext() - Constructor for class com.lexmark.saperion.search.context.SimpleExpressionContext
-
- startVisit(BooleanAndExpression) - Method in class com.lexmark.saperion.search.context.AbstractExpressionVisitor
-
- startVisit(BooleanOrExpression) - Method in class com.lexmark.saperion.search.context.AbstractExpressionVisitor
-
- startVisit(Statement) - Method in class com.lexmark.saperion.search.context.AbstractExpressionVisitor
-
- startWorkflow(DocumentReferenceType, String) - Method in class com.lexmark.saperion.client.implementation.workflow.WorkflowDefinitionClientImpl
-
- startWorkflow(DocumentReferenceType, String, List<ActorReferenceType>) - Method in class com.lexmark.saperion.client.implementation.workflow.WorkflowDefinitionClientImpl
-
- 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 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
-
This method starts a workflow process given a workflow definition and a document (by its id).
- Statement - Class in com.lexmark.saperion.search.query
-
The statement type represents a query to an object store.
- Statement() - Constructor for class com.lexmark.saperion.search.query.Statement
-
- 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.
- StringFieldType - Class in com.lexmark.saperion.archive
-
- StringFieldType() - Constructor for class com.lexmark.saperion.archive.StringFieldType
-
Creates a new StringFieldType.
- StringLiteral - Class in com.lexmark.saperion.search.literal
-
The string literal implements the required functionality to represent string literals.
- StringLiteral(String) - Constructor for class com.lexmark.saperion.search.literal.StringLiteral
-
Constructs a string literal with the given value.
- StructureCompositeDocumentElementType - Class in com.lexmark.saperion.document
-
This
document element
representes a structure element that may have child documents i.e.
- StructureCompositeDocumentElementType() - Constructor for class com.lexmark.saperion.document.StructureCompositeDocumentElementType
-
- 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.
- SYSTEM_CONNECTION_ERROR - Static variable in class com.lexmark.saperion.exceptions.EcmErrorCodes
-
- SYSTEM_CONNECTION_POOL_ERROR - Static variable in class com.lexmark.saperion.exceptions.EcmErrorCodes
-
- SYSTEM_DESERIALIZATION_ERROR - Static variable in class com.lexmark.saperion.exceptions.EcmErrorCodes
-
- SYSTEM_GENERAL_ERROR - Static variable in class com.lexmark.saperion.exceptions.EcmErrorCodes
-
- SYSTEM_SERIALIZATION_ERROR - Static variable in class com.lexmark.saperion.exceptions.EcmErrorCodes
-
- SystemError(int) - Constructor for class com.lexmark.saperion.exceptions.system.SystemException.SystemError
-
Default constructor.
- SystemException - Exception in com.lexmark.saperion.exceptions.system
-
Base implementation of ECMS system exceptions.
- SystemException() - Constructor for exception com.lexmark.saperion.exceptions.system.SystemException
-
Convenience constructor.
- SystemException(ErrorType, Throwable) - Constructor for exception com.lexmark.saperion.exceptions.system.SystemException
-
Factory constructor.
- SystemException(String) - Constructor for exception com.lexmark.saperion.exceptions.system.SystemException
-
Creates a new exception with the given exception message.
- SystemException(String, Throwable) - Constructor for exception com.lexmark.saperion.exceptions.system.SystemException
-
Creates a new exception with the given error details, exception cause and exception message.
- SystemException(Throwable) - Constructor for exception com.lexmark.saperion.exceptions.system.SystemException
-
Creates a new exception with the given exception cause.
- SystemException(SystemException.SystemError) - Constructor for exception com.lexmark.saperion.exceptions.system.SystemException
-
Creates a new exception with the given error code.
- SystemException(SystemException.SystemError, ErrorDetailsType, Map<String, String>, String, Throwable) - Constructor for exception com.lexmark.saperion.exceptions.system.SystemException
-
Creates a new exception with the given error code, error details, error parameters, exception cause and exception
message.
- SystemException(SystemException.SystemError, ErrorDetailsType, String, Throwable) - Constructor for exception com.lexmark.saperion.exceptions.system.SystemException
-
Creates a new exception with the given error code, error details, exception cause and exception message.
- SystemException(SystemException.SystemError, String) - Constructor for exception com.lexmark.saperion.exceptions.system.SystemException
-
Creates a new exception with the given error code and exception message.
- SystemException(SystemException.SystemError, Throwable) - Constructor for exception com.lexmark.saperion.exceptions.system.SystemException
-
Creates a new exception with the given error code and exception cause.
- SystemException.SystemError - Class in com.lexmark.saperion.exceptions.system
-
System error definition.
- 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
-
- 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(ErrorType, Throwable) - Constructor for exception com.lexmark.saperion.exceptions.runtime.SystemFieldWriteException
-
This is the constructor used for serialization.
- SystemFieldWriteException(ArchiveReferenceType, List<String>) - Constructor for exception com.lexmark.saperion.exceptions.runtime.SystemFieldWriteException
-
- UnaryOperation - Class in com.lexmark.saperion.search.expression
-
This
expression
represents an unary operation on a field.
- UnaryOperation() - Constructor for class com.lexmark.saperion.search.expression.UnaryOperation
-
- UnaryOperation(String, UnaryOperation.Operator) - Constructor for class com.lexmark.saperion.search.expression.UnaryOperation
-
- UnaryOperation.Operator - Enum in com.lexmark.saperion.search.expression
-
- 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 interface com.lexmark.saperion.administration.AclManagementService
-
Un-deletes the access control list with the given reference.
- undeleteGroup(GroupReferenceType) - Method in interface com.lexmark.saperion.administration.GroupManagementService
-
Un-deletes the group with the given reference.
- undeleteRole(RoleReferenceType) - Method in interface com.lexmark.saperion.administration.RoleManagementService
-
Un-deletes the role with the given reference.
- undeleteTenant(TenantReferenceType) - Method in interface com.lexmark.saperion.administration.TenantManagementService
-
Un-deletes the tenant with the given reference.
- undeleteUser(UserReferenceType) - Method in interface com.lexmark.saperion.administration.UserManagementService
-
Un-deletes the referenced user.
- UniqueConstraintViolationDetails - Class in com.lexmark.saperion.exceptions.runtime
-
- 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(ErrorType, Throwable) - Constructor for exception com.lexmark.saperion.exceptions.runtime.UniqueConstraintViolationException
-
This is the constructor used for serialization.
- UniqueConstraintViolationException(ArchiveReferenceType, Map<String, PropertyType>, List<String>) - Constructor for exception com.lexmark.saperion.exceptions.runtime.UniqueConstraintViolationException
-
- 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.
- 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
-
- unlockDocument(DocumentReferenceType) - Method in interface com.lexmark.saperion.document.DocumentService
-
This method unlocks a document.
- 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(GroupPropertiesType) - Method in interface com.lexmark.saperion.client.administration.GroupClient
-
This method updates the group with the given properties.
- update(RolePropertiesType) - Method in interface com.lexmark.saperion.client.administration.RoleClient
-
This method updates the role with the given properties.
- update(String) - Method in interface com.lexmark.saperion.client.administration.TenantClient
-
This method updates the tenant with the given properties.
- update(UserPropertiesType) - Method in interface com.lexmark.saperion.client.administration.UserClient
-
This method updates the referenced user with the given properties.
- 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(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(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(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(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(Map<String, PropertyType>) - Method in interface com.lexmark.saperion.client.folder.FolderClient
-
This method updates the properties of the given folder.
- update(UpdateFolderInputType) - Method in interface com.lexmark.saperion.client.folder.FolderClient
-
This method updates the properties of the given folder.
- update(AclPropertiesType) - Method in class com.lexmark.saperion.client.implementation.administration.AclClientImpl
-
- update(GroupPropertiesType) - Method in class com.lexmark.saperion.client.implementation.administration.GroupClientImpl
-
- update(RolePropertiesType) - Method in class com.lexmark.saperion.client.implementation.administration.RoleClientImpl
-
- update(String) - Method in class com.lexmark.saperion.client.implementation.administration.TenantClientImpl
-
- update(UserPropertiesType) - Method in class com.lexmark.saperion.client.implementation.administration.UserClientImpl
-
- update(DocumentElementType) - Method in class com.lexmark.saperion.client.implementation.document.DocumentElementClientImpl
-
- update(Map<String, PropertyType>, DocumentElementType) - Method in class com.lexmark.saperion.client.implementation.document.DocumentRevisionClientImpl
-
- update(DocumentElementType) - Method in class com.lexmark.saperion.client.implementation.document.DocumentRevisionClientImpl
-
- update(Map<String, PropertyType>) - Method in class com.lexmark.saperion.client.implementation.document.DocumentRevisionClientImpl
-
- update(UpdateDocumentInputType) - 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(UpdateFolderInputType) - 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(UpdateLookupEntryInputType) - 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(UpdateLookupEntryInputType) - Method in interface com.lexmark.saperion.client.lookup.LookupEntryClient
-
This method updates a Lookup entry instance.
- updateAcl(AclReferenceType, AclPropertiesType) - Method in interface com.lexmark.saperion.administration.AclManagementService
-
Updates the referenced access control list with the given properties.
- updateDocument(DocumentRevisionReferenceType, Map<String, PropertyType>, DocumentElementType) - Method in interface com.lexmark.saperion.document.DocumentService
-
This method updates a document given by its revision reference with the given data.
- updateDocument(DocumentRevisionReferenceType, UpdateDocumentInputType) - Method in interface com.lexmark.saperion.document.DocumentService
-
This method updates a document given by its revision reference with the given data.
- updateDocumentElement(DocumentRevisionReferenceType, DocumentElementReferenceType, DocumentElementType) - Method in interface com.lexmark.saperion.document.DocumentService
-
This method replaces the document element given by its reference and a reference to the latest revision of the
element it resides in.
- UpdateDocumentInputType - Class in com.lexmark.saperion.document
-
Document properties type.
- UpdateDocumentInputType() - Constructor for class com.lexmark.saperion.document.UpdateDocumentInputType
-
- updateFolder(FolderReferenceType, Map<String, PropertyType>) - Method in interface com.lexmark.saperion.folder.FolderService
-
This method updates a folder with the given index data.
- updateFolder(FolderReferenceType, UpdateFolderInputType) - Method in interface com.lexmark.saperion.folder.FolderService
-
This method updates a folder with the given properties.
- UpdateFolderInputType - Class in com.lexmark.saperion.folder
-
Protocol binding type for folder update operations.
- UpdateFolderInputType() - Constructor for class com.lexmark.saperion.folder.UpdateFolderInputType
-
- updateGroup(GroupReferenceType, GroupPropertiesType) - Method in interface com.lexmark.saperion.administration.GroupManagementService
-
Updates a group with the given properties.
- 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.
- updateIndexData(TaskReferenceType, Map<String, PropertyType>) - Method in interface com.lexmark.saperion.workflow.WorkflowTaskService
-
Updates the task's index data.
- updateLookupEntry(LookupEntryReferenceType, UpdateLookupEntryInputType) - Method in interface com.lexmark.saperion.lookup.LookupEntryService
-
Updates the lookup entry given by the id in the given ddc with the given properties.
- updateLookupEntry(LookupEntryReferenceType, Map<String, PropertyType>) - Method in interface com.lexmark.saperion.lookup.LookupEntryService
-
Updates the lookup entry given by the id in the given ddc with the given properties.
- UpdateLookupEntryInputType - Class in com.lexmark.saperion.lookup
-
Data binding for lookup-entry update operation.
- UpdateLookupEntryInputType() - Constructor for class com.lexmark.saperion.lookup.UpdateLookupEntryInputType
-
- 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
-
- updateRole(RoleReferenceType, RolePropertiesType) - Method in interface com.lexmark.saperion.administration.RoleManagementService
-
Updates the referenced role with the given properties.
- updateTenant(TenantReferenceType, String) - Method in interface com.lexmark.saperion.administration.TenantManagementService
-
Updates the referenced tenant with the given properties.
- updateUser(UserReferenceType, UserPropertiesType) - Method in interface com.lexmark.saperion.administration.UserManagementService
-
Updates the referenced user with the given properties.
- updateUserPassword(UserReferenceType, String) - Method in interface com.lexmark.saperion.administration.UserManagementService
-
Updates the referenced user with the given properties.
- 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.
- UserAccessType - Class in com.lexmark.saperion.administration
-
Representation of the access rights granted amd denied to a user.
- UserAccessType() - Constructor for class com.lexmark.saperion.administration.UserAccessType
-
Default constructor: Creates a new unititalized UserAccessType instance.
- UserAccessType(UserReferenceType, Set<AccessRight>, Set<AccessRight>) - Constructor for class com.lexmark.saperion.administration.UserAccessType
-
Creates a UserAccessType instance with the given user and access rights.
- UserAccessType(UserReferenceType, Set<AccessRight>) - Constructor for class com.lexmark.saperion.administration.UserAccessType
-
Creates a UserAccessType instance with the given user and access rights.
- UserAccessType(UserReferenceType) - Constructor for class com.lexmark.saperion.administration.UserAccessType
-
Creates a UserAccessType instance with no access rights.
- 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
-
- 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
-
- UserClientImpl(UserManagementService, UserReferenceType) - Constructor for class com.lexmark.saperion.client.implementation.administration.UserClientImpl
-
- UserListItemType - Class in com.lexmark.saperion.administration
-
List item type for user entities.
- UserListItemType() - Constructor for class com.lexmark.saperion.administration.UserListItemType
-
Default constructor.
- UserListItemType(UserReferenceType) - Constructor for class com.lexmark.saperion.administration.UserListItemType
-
Creates a user list item instance with the given user reference.
- userListItemType(int, String) - Static method in class com.lexmark.saperion.TypeConversions
-
- UserManagementService - Interface in com.lexmark.saperion.administration
-
The user management service provides the required operations to create, read, update and delete user entities in the
user management system.
- 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
-
- UserManagementServiceClientImpl(UserManagementService) - Constructor for class com.lexmark.saperion.client.implementation.administration.UserManagementServiceClientImpl
-
- UserPropertiesType - Class in com.lexmark.saperion.administration
-
Data transfer object for user properties that can be user to update an existing user.
- UserPropertiesType() - Constructor for class com.lexmark.saperion.administration.UserPropertiesType
-
- userReferenceFromId(int) - Static method in class com.lexmark.saperion.TypeConversions
-
- UserReferenceType - Class in com.lexmark.saperion.administration
-
The user reference type.
- UserReferenceType() - Constructor for class com.lexmark.saperion.administration.UserReferenceType
-
- UserType - Class in com.lexmark.saperion.administration
-
The user type represents a user in the system.
- UserType() - Constructor for class com.lexmark.saperion.administration.UserType
-
Constructs a new user type instance.
- validate() - Method in enum com.lexmark.saperion.exceptions.mappings.ApplicationExceptionFactory.ApplicationErrors
-
- validate(ErrorCodeType) - Method in class com.lexmark.saperion.exceptions.mappings.EcmsExceptionFactory
-
Checks that the error code is supported by exactly one registered exception factory.
- 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
-
- valueOf(String) - Static method in enum com.lexmark.saperion.administration.AccessRight
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.lexmark.saperion.administration.ActorTypeEnum
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.lexmark.saperion.archive.ArchiveContentEnum
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.lexmark.saperion.archive.ArchiveFeatureEnum
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.lexmark.saperion.archive.ArchiveIsolationEnum
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.lexmark.saperion.archive.FieldTypeEnum
-
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.document.DocumentNodeType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.lexmark.saperion.document.LoadKindEnumeration
-
Returns the enum constant of this type with the specified name.
- 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.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.LicenseEnumeration
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.lexmark.saperion.search.expression.BinaryOperation.Operator
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.lexmark.saperion.search.expression.UnaryOperation.Operator
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.lexmark.saperion.search.query.FieldOrderDescriptor.Order
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.lexmark.saperion.TokenUserIdentification
-
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.administration.AccessRight
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.lexmark.saperion.administration.ActorTypeEnum
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.lexmark.saperion.archive.ArchiveContentEnum
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.lexmark.saperion.archive.ArchiveFeatureEnum
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.lexmark.saperion.archive.ArchiveIsolationEnum
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.lexmark.saperion.archive.FieldTypeEnum
-
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 enum com.lexmark.saperion.document.DocumentNodeType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.lexmark.saperion.document.LoadKindEnumeration
-
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.LicenseEnumeration
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.lexmark.saperion.search.expression.BinaryOperation.Operator
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.lexmark.saperion.search.expression.UnaryOperation.Operator
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.lexmark.saperion.search.query.FieldOrderDescriptor.Order
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.lexmark.saperion.TokenUserIdentification
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values(Class<?>, Class<T>) - Static method in class com.lexmark.saperion.util.ConstantUtils
-
Inspects a constant definition class and returns all constant definitions of the given element type.
- 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.
- visit(BooleanAndExpression) - Method in class com.lexmark.saperion.search.context.AbstractExpressionVisitor
-
- visit(BooleanOrExpression) - Method in class com.lexmark.saperion.search.context.AbstractExpressionVisitor
-
- visit(Statement) - Method in class com.lexmark.saperion.search.context.AbstractExpressionVisitor
-
- visit(BooleanNotExpression) - Method in class com.lexmark.saperion.search.context.AbstractExpressionVisitor
-
- visit(BooleanAndExpression) - Method in interface com.lexmark.saperion.search.context.ExpressionVisitor
-
This callback is called when a boolean 'and' is encountered.
- visit(BooleanOrExpression) - Method in interface com.lexmark.saperion.search.context.ExpressionVisitor
-
This callback is called when a boolean 'or' is encountered.
- visit(Statement) - Method in interface com.lexmark.saperion.search.context.ExpressionVisitor
-
This callback is called when a statement is encountered.
- visit(BinaryOperation) - Method in interface com.lexmark.saperion.search.context.ExpressionVisitor
-
This callback is called when a binary operation is encountered.
- visit(BooleanNotExpression) - Method in interface com.lexmark.saperion.search.context.ExpressionVisitor
-
This callback is called when a boolean 'not' is encountered.
- visit(UnaryOperation) - Method in interface com.lexmark.saperion.search.context.ExpressionVisitor
-
This callback is called when an unary operation is encountered.