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

A

AbstractAnnotation - Class in com.saperion.annotation
Abstract annotation class containing common methods.
AbstractAnnotation(AbstractAnnotation.AnnotationType, Map<AbstractAnnotation.AnnotationProperty, String>, Set<AbstractAnnotation.AnnotationProperty>) - Constructor for class com.saperion.annotation.AbstractAnnotation
Creates a new AbstractAnnotation.
AbstractAnnotation.AnnotationProperty - Enum in com.saperion.annotation
Properties of annotations.
AbstractAnnotation.AnnotationType - Enum in com.saperion.annotation
Available annotation types.
AbstractDocRMIClientCommand - Class in com.saperion.connector.rmi
Class representing the methods used for manipulating documents.
AbstractDocRMIClientCommand() - Constructor for class com.saperion.connector.rmi.AbstractDocRMIClientCommand
 
AbstractFolderRMIClientCommand - Class in com.saperion.connector.rmi
Class representing the folder operations of the backend.
AbstractFolderRMIClientCommand() - Constructor for class com.saperion.connector.rmi.AbstractFolderRMIClientCommand
 
AbstractQueryRMIClientCommand - Class in com.saperion.connector.rmi
Class representing the query operations of the backend.
AbstractQueryRMIClientCommand() - Constructor for class com.saperion.connector.rmi.AbstractQueryRMIClientCommand
 
AbstractRMIClientCommand - Class in com.saperion.connector.rmi
Class representing the base class for all client wrappers for the backend operations.
AbstractRMIClientCommand() - Constructor for class com.saperion.connector.rmi.AbstractRMIClientCommand
 
AbstractWfRMIClientCommand - Class in com.saperion.connector.rmi
Class representing the workflow operations of the backend.
AbstractWfRMIClientCommand() - Constructor for class com.saperion.connector.rmi.AbstractWfRMIClientCommand
 
ACC_ANNOTATE - Static variable in class com.saperion.constants.SaConstants
Value for document access right 'annotate' (image annotations).
ACC_BLACKMARKER - Static variable in class com.saperion.constants.SaConstants
Value for document access right 'black marker' (= right to create black marker annotations).
ACC_COMPLETE - Static variable in class com.saperion.constants.SaConstants
Value for document access right 'complete'.
ACC_DELETE - Static variable in class com.saperion.constants.SaConstants
Value for document access right 'delete'.
ACC_EXPANDINDEX - Static variable in class com.saperion.constants.SaConstants
Value for document access right 'expand index' (yet unfilled properties can be filled).
ACC_EXPORT - Static variable in class com.saperion.constants.SaConstants
Value for document access right 'export'.
ACC_FULL_ACCESS - Static variable in class com.saperion.constants.SaConstants
Value for document access right 'full access'.
ACC_INDEX - Static variable in class com.saperion.constants.SaConstants
Value for document access right 'indexable' (properties).
ACC_MODIFYDOC - Static variable in class com.saperion.constants.SaConstants
Value for document access right 'modify document' (content data).
ACC_PERMISSIONS - Static variable in class com.saperion.constants.SaConstants
Value for document access right 'modify access' (permissions).
ACC_READ - Static variable in class com.saperion.constants.SaConstants
Value for document access right 'read'.
ACC_RECORDS_MANAGEMENT - Static variable in class com.saperion.constants.SaConstants
Value for document access right 'records management'.
ACC_RELEASE - Static variable in class com.saperion.constants.SaConstants
Value for document access right 'release'.
ACC_RESTORE_REVISION - Static variable in class com.saperion.constants.SaConstants
Value for document access right 'restore revision'.
ACC_REVISION_HISTORY - Static variable in class com.saperion.constants.SaConstants
Value for document access right 'revision history'.
ACC_RIGHT_EXTENSION - Static variable in class com.saperion.constants.SaConstants
Value for document access right 'right extension'.
ACC_SAVEBLACKMARKERS - Static variable in class com.saperion.constants.SaConstants
Value for document access right 'restore black markers' (= right to restore a document revision before a black marker was set).
ACC_VISIBLE - Static variable in class com.saperion.constants.SaConstants
Value for document access right 'visible' (= findable in searches).
ACC_WRITE - Static variable in class com.saperion.constants.SaConstants
Value for document access right 'write'.
AccessRightConverter - Class in com.saperion.bean
This class provides converter methods for the AccessRight enumeration.
acl - Variable in class com.saperion.structures.Description
 
ACL_DELIMITER - Static variable in class com.saperion.constants.SaConstants
Delimiter for ACLs.
aclList - Variable in class com.saperion.ngc.iform.xml.HeaderType
 
ActorInfo - Interface in com.saperion.intf.wf
Actor info interface.
ActorInfoImpl - Class in com.saperion.wf
Actor info class.
ActorInfoImpl(String, int, int, String, String) - Constructor for class com.saperion.wf.ActorInfoImpl
Constructor.
ActorInfoImpl() - Constructor for class com.saperion.wf.ActorInfoImpl
Default constructor.
ActorInfoImpl(SaJNIWfActor) - Constructor for class com.saperion.wf.ActorInfoImpl
Constructor from JNI Actor.
ActorInfoImpl(Map<String, Object>, boolean) - Constructor for class com.saperion.wf.ActorInfoImpl
Constructor from property map.
ActorInfoImpl(String) - Constructor for class com.saperion.wf.ActorInfoImpl
Short constructor.
add(String, Object) - Method in class com.saperion.util.configuration.ConfigHolder
Adds the given key-value pair to this holder.
addAll(Map<String, String>) - Method in interface com.saperion.connector.events.CustomEventBuilder
Adds every entry of the given map as an attribute
addAll(Properties) - Method in interface com.saperion.connector.events.CustomEventBuilder
Convenience method to add a properties object as attributes.
addAll(List<T>, Properties) - Method in class com.saperion.util.ClassicConnectorUtil
Generic method to add all elements from source into dest.
addAll(Properties) - Method in class com.saperion.util.configuration.ConfigHolder
Adds all properities contained in the given Properties object to this holder.
addChild(WorkflowMember) - Method in interface com.saperion.intf.wf.WorkflowMember
 
addChild(SaNavigation) - Method in class com.saperion.rmi.SaNavigationImpl
 
addChild(WorkflowMember) - Method in class com.saperion.wf.WorkflowMemberImpl
addComment(String, String, int) - Method in class com.saperion.connector.rmi.AbstractWfRMIClientCommand
addComment(String, String, int) - Method in interface com.saperion.connector.rmi.SaRMIClientCommand
 
addComment(String, String, int) - Method in class com.saperion.connector.SaClassicConnectorImpl
Adds a comment to the task.
addComment(String, int) - Method in interface com.saperion.connector.wf.SaWFTask
Adds a comment to the workflow.
addComment(String, int) - Method in class com.saperion.connector.wf.SaWFTaskImpl
Adds a comment to the workflow.
addComment(int, String, String, int) - Method in interface com.saperion.rmi.common.SaRMIServerCommand
 
addConverter(Class<SourceType>, Class<TargetType>, Converter<SourceType, TargetType>) - Method in class com.saperion.util.conversion.DefaultConversionManager
 
addElement(String, String, String, boolean) - Method in interface com.saperion.intf.SaFailoverInfo
Add new element.
addElement(String, String, String, boolean) - Method in class com.saperion.rmi.SaFailoverInfoImpl
Add new element.
addElementInfo(String, int, byte, boolean, Properties, long, int, int, String, String, int) - Method in class com.saperion.rmi.SaDocInfoImpl
Adds a new element info to the list.
addHistory(String, String) - Method in class com.saperion.connector.rmi.AbstractWfRMIClientCommand
addHistory(String, String) - Method in interface com.saperion.connector.rmi.SaRMIClientCommand
 
addHistory(String, String) - Method in class com.saperion.connector.SaClassicConnectorImpl
Adds a history entry to the task.
addHistory(String) - Method in interface com.saperion.connector.wf.SaWFTask
Adds a history entry.
addHistory(String) - Method in class com.saperion.connector.wf.SaWFTaskImpl
Adds a history entry.
addHistory(int, String, String) - Method in interface com.saperion.rmi.common.SaRMIServerCommand
 
addListener(SaEventListener) - Method in interface com.saperion.connector.SaClassicConnector
Deprecated.
will be removed with version 8.1
addListener(SaStatusEventListener) - Method in interface com.saperion.connector.SaClassicConnector
Deprecated.
will be removed with version 8.1
addListener(SaEventListener) - Method in class com.saperion.connector.SaClassicConnectorImpl
Deprecated.
addListener(SaStatusEventListener) - Method in class com.saperion.connector.SaClassicConnectorImpl
Deprecated.
addNewProperties(String, SaAbstractJMXProperties) - Method in class com.saperion.config.SaJMXConfiguration
Add new property set.
addToFolder(String, String, String, String) - Method in class com.saperion.connector.rmi.AbstractFolderRMIClientCommand
Adds the document to a given folder.
addToFolder(String, String, String, String) - Method in interface com.saperion.connector.rmi.SaRMIClientCommand
Adds the document to a given folder.
addToFolder(String, String, String, String) - Method in interface com.saperion.connector.SaClassicConnector
Adds the document with given documentId to a given folder with given folderId.
addToFolder(String, String, String, String) - Method in class com.saperion.connector.SaClassicConnectorImpl
 
addToFolder(int, String, String, String, String) - Method in interface com.saperion.rmi.common.SaRMIServerCommand
Adds the document to a given folder.
addValue(SaValue) - Method in class com.saperion.rmi.SaPropertyValueImpl
Adds a new value to this property.
addValues(SaValue[]) - Method in class com.saperion.rmi.SaPropertyValueImpl
Adds a new values to this property.
addVariable(String, String) - Method in class com.saperion.bean.ContentStream
Adds a Variable to this Binary Object, which will be stored on a Media.
addVariable(String, String) - Method in class com.saperion.bean.UpdateDocumentInfo
Adds a variable to the document.
addVariable(String, String) - Method in class com.saperion.structures.DocumentInfo
Adds a variable to this document representation.
addVariable(String, String) - Method in class com.saperion.structures.Structure
Adds a variable to this structure.
addVariableData(String, String) - Method in class com.saperion.rmi.SaDocInfoImpl
Adds new variable data record.
adjustQuery(String) - Method in class com.saperion.query.fulltext.FulltextQueryModifier
Query adjuster.
afterInvoke(Object, LegacyConnection) - Method in class com.saperion.operations.ApplyBatch
 
afterInvoke(Object, LegacyConnection) - Method in class com.saperion.operations.InTransaction
 
afterInvoke(Object, LegacyConnection) - Method in class com.saperion.operations.LegacyOperationAdapter
 
afterInvoke(Object, LegacyConnection) - Method in class com.saperion.operations.VoidOperation
 
AGGREGATE_CLAUSE - Static variable in class com.saperion.constants.SaPatterns
precompiled Pattern for group by or order by .
align - Variable in class com.saperion.ngc.iform.xml.ColumnType
 
align - Variable in class com.saperion.ngc.iform.xml.EditFieldType
 
align - Variable in class com.saperion.ngc.iform.xml.LabelType
 
AlignType - Enum in com.saperion.ngc.iform.xml
Java class for alignType.
ALL_ELEMENT - Static variable in class com.saperion.util.WeblinkUtil
 
allowInactiveLookup - Variable in class com.saperion.ngc.iform.xml.EditFieldType
 
ANY_MANDANT - Static variable in class com.saperion.constants.SaConstants
Deprecated.
ANY_TENANT - Static variable in class com.saperion.constants.SaConstants
non specific tenant.
APOSTROPHE - Static variable in class com.saperion.util.HdocUtil
The Constant APOSTROPHE.
append(byte[], byte[]) - Static method in class com.saperion.util.StreamUtil
Creates a new array from the content of the two given byte arrays.
APPEND_CONTENT - Static variable in class com.saperion.connector.rmi.AbstractRMIClientCommand
 
appendTypedMapping(DDC, Map<String, PropertyType>, HFIELDDATAArray) - Method in interface com.saperion.operations.inject.FieldArrayMapper
This method maps the given properties to native types inserting them to an existing native field array.
appl - Variable in class com.saperion.connector.rmi.AbstractRMIClientCommand
 
apply(ProcessBuilder) - Method in interface com.saperion.connector.renditions.isys.util.OsProcessEnvVarApplierFactory.ProcessEnvVarApplier
Applies specific environment variables to a process builder.
ApplyBatch - Class in com.saperion.operations
Invokes a list of commands one after another.
ApplyBatch(List<Operation<? extends Serializable, SaBasicException, LegacyConnection>>) - Constructor for class com.saperion.operations.ApplyBatch
Creates an instance of ApplyBatch that will invoke the given operations in the given order.
ApplyBatch(Operation<? extends Serializable, SaBasicException, LegacyConnection>...) - Constructor for class com.saperion.operations.ApplyBatch
Creates an instance of ApplyBatch that will invoke the given operations in the given order.
archiveReferenceFromDdc(DDC) - Static method in class com.saperion.SaTypeConverter
 
archiveTypeFromDdc(DDC) - Static method in class com.saperion.SaTypeConverter
 
Arrow - Class in com.saperion.annotation
A graphical arrow.
Arrow(Map<AbstractAnnotation.AnnotationProperty, String>) - Constructor for class com.saperion.annotation.Arrow
Instantiates a new arrow.
ASCENDS - Static variable in class com.saperion.constants.SaConstants
The Constant ASCENDS.
ASCENDSDESCENDS - Static variable in class com.saperion.constants.SaConstants
The Constant ASCENDSDESCENDS.
assertIsExecutable(String) - Static method in class com.saperion.connector.renditions.isys.util.FileOps
 
asString() - Method in interface com.saperion.intf.SaValue
Returns the string representation of this value.
AttachmentInfo - Interface in com.saperion.intf.wf
Attachment info interface.
AttachmentInfoImpl - Class in com.saperion.wf
Attachment info class.
AttachmentInfoImpl(Map<String, Object>) - Constructor for class com.saperion.wf.AttachmentInfoImpl
Constructor from property map.
attrFett - Variable in class com.saperion.ngc.iform.xml.FontType
 
attrItalic - Variable in class com.saperion.ngc.iform.xml.FontType
 
attrUnderline - Variable in class com.saperion.ngc.iform.xml.FontType
 
AUTH_FULL - Static variable in class com.saperion.constants.SaConstants
Authentication mode full.
AUTH_NONE - Static variable in class com.saperion.constants.SaConstants
Authentication mode backend.
AUTH_SIMPLE - Static variable in class com.saperion.constants.SaConstants
Authentication mode simple.
authenticate(String, char[]) - Method in class com.saperion.connector.ldap.SaLDAPAuthenticator
Authenicates the given user against the LDAP server.
Authentication - Class in com.saperion.connector.ldap.kerberosauthentication
Authentication based on the GSSAPI.
Authentication.Login - Class in com.saperion.connector.ldap.kerberosauthentication
This class performs the login.
autoComplete - Variable in class com.saperion.ngc.iform.xml.EditFieldType
 
autoGetElementNumber(List<SaDocInfo.ElementInfo>) - Static method in class com.saperion.util.MultipageDocUtil
Returns the element number to use to get the first element of a document.
available() - Method in class com.saperion.common.streams.BlockingInputStream
 
available() - Method in class com.saperion.rmi.SaContentStream
 
available() - Method in class com.saperion.rmi.SaRMIInputStream
Deprecated. 

B

BASE_PATH - Static variable in class com.saperion.util.configuration.ConfigurationUtil
The internal base path to the configuration files.
beforeInvoke(int, LegacyConnection) - Method in class com.saperion.operations.document.CreateDocument
 
beforeInvoke(int, LegacyConnection) - Method in class com.saperion.operations.document.CreateDocumentOperation
 
beforeInvoke(int, LegacyConnection) - Method in class com.saperion.operations.document.UpdateDocument
 
beforeInvoke(LegacyConnection) - Method in class com.saperion.operations.LegacyOperation
 
beforeInvoke(int, LegacyConnection) - Method in class com.saperion.operations.LegacyOperation
 
beforeInvoke(int, LegacyConnection) - Method in class com.saperion.operations.LegacyOperationAdapter
 
bEnabled - Variable in class com.saperion.ngc.iform.xml.EditFieldType
 
BINARY_FILE_EXT - Static variable in class com.saperion.constants.SaConstants
The Constant BINARY_FILE_EXT.
BINARY_PROPERTYNAME_SUFFIX1 - Static variable in class com.saperion.constants.SaConstants
The Constant BINARY_PROPERTYNAME_SUFFIX1.
BINARY_PROPERTYNAME_SUFFIX2 - Static variable in class com.saperion.constants.SaConstants
The Constant BINARY_PROPERTYNAME_SUFFIX2.
bindUseFields - Variable in class com.saperion.ngc.iform.xml.DatabindingType
 
BIT_MASK_GROUP - Static variable in class com.saperion.users.UserNameIdPair
 
BIT_MASK_LOCATION - Static variable in class com.saperion.users.UserNameIdPair
 
BIT_MASK_ROLE - Static variable in class com.saperion.users.UserNameIdPair
 
BIT_MASK_TENANT - Static variable in class com.saperion.users.UserNameIdPair
 
BIT_MASK_USER - Static variable in class com.saperion.users.UserNameIdPair
 
BIT_MASK_VALID_FIELDS - Static variable in class com.saperion.users.UserNameIdPair
 
bitmap - Variable in class com.saperion.ngc.iform.xml.ButtonType
 
bitmap - Variable in class com.saperion.ngc.iform.xml.Form
 
bitmap - Variable in class com.saperion.ngc.iform.xml.FrameType
 
bitmap - Variable in class com.saperion.ngc.iform.xml.GroupboxType
 
bitmap - Variable in class com.saperion.ngc.iform.xml.HiddenType
 
bitmap - Variable in class com.saperion.ngc.iform.xml.TabType
 
BitmapType - Class in com.saperion.ngc.iform.xml
Java class for BitmapType complex type.
BitmapType() - Constructor for class com.saperion.ngc.iform.xml.BitmapType
 
BlockingInputStream - Class in com.saperion.common.streams
The Class BlockingInputStream.
BlockingInputStream(InputStream) - Constructor for class com.saperion.common.streams.BlockingInputStream
Instantiates a new blocking input stream.
bmName - Variable in class com.saperion.ngc.iform.xml.BitmapType
 
bmpToBufferedImage(byte[], SaImageConverter.ImageFormat) - Static method in class com.saperion.util.SaImageConverter
Converts a bitmap to a BufferedImage.
bmType - Variable in class com.saperion.ngc.iform.xml.BitmapType
 
BmTypeType - Enum in com.saperion.ngc.iform.xml
Java class for bmTypeType.
bookmark(List<String>, Map<String, String>) - Static method in class com.saperion.util.WeblinkUtil
Creates the Bookmark for the given pathSegments and queryParameters.
BoolConverter - Class in com.saperion.util
Converts Strings to booleans and vice versa.
borrowObject(Credentials) - Method in class com.saperion.connector.pool.ConnectionPoolUtil
Borrows an object from the keyed pool associated with the given key.
bottom - Variable in class com.saperion.ngc.iform.xml.PosType
 
BoxCount - Class in com.saperion.wf
Simple bean that stores count and unread-count of a workflow-inbox.
BoxCount(long, long) - Constructor for class com.saperion.wf.BoxCount
 
BoxCountType - Enum in com.saperion.wf
Defines the types of counts that can be retrieved for a workflow-box.
BoxDefinition - Interface in com.saperion.intf.wf
The Interface BoxDefinition.
Information about a workflow box definition.
BoxDefinition.BoxType - Enum in com.saperion.intf.wf
 
BoxDefinitionImpl - Class in com.saperion.wf
 
BoxDefinitionImpl(int, String, BoxDefinition.BoxType, Long) - Constructor for class com.saperion.wf.BoxDefinitionImpl
Constructor.
BoxDefinitionImpl(int, String, BoxDefinition.BoxType, long, long) - Constructor for class com.saperion.wf.BoxDefinitionImpl
Constructor.
bPersistent - Variable in class com.saperion.ngc.iform.xml.EditFieldType
 
BUFFER_LEN - Static variable in class com.saperion.constants.SaConstants
The Constant BUFFER_LEN.
BUFFER_SIZE - Static variable in class com.saperion.rmi.SerializableStream
Default buffer-size used for writing.
bufferPointer - Variable in class com.saperion.rmi.SaRMIInputStream
 
bufferSize - Variable in class com.saperion.rmi.SaRMIInputStream
 
build() - Method in interface com.saperion.common.builder.Builder
 
build() - Method in class com.saperion.connector.structures.identifiers.DocumentId.BuilderChain
 
build() - Method in class com.saperion.connector.structures.identifiers.ElementId.BuilderChain
 
buildElement(String, String, SaDocInfo.ElementInfo) - Static method in class com.saperion.connector.structures.Element
 
buildElement(String, String, String, int, String) - Static method in class com.saperion.connector.structures.Element
 
Builder<T> - Interface in com.saperion.common.builder
Generic builder pattern.
buildFor(OsInfo.OS, Options) - Static method in class com.saperion.connector.renditions.isys.util.OsProcessEnvVarApplierFactory
This method returns a OS specific environment variables applier according to the info in the given options.
buildPoolConfig(Properties) - Static method in class com.saperion.connector.pool.ConnectionPoolUtil
 
button - Variable in class com.saperion.ngc.iform.xml.Form
 
button - Variable in class com.saperion.ngc.iform.xml.FrameType
 
button - Variable in class com.saperion.ngc.iform.xml.GroupboxType
 
button - Variable in class com.saperion.ngc.iform.xml.HiddenType
 
button - Variable in class com.saperion.ngc.iform.xml.TabType
 
ButtonKindType - Enum in com.saperion.ngc.iform.xml
Java class for buttonKindType.
ButtonType - Class in com.saperion.ngc.iform.xml
Java class for ButtonType complex type.
ButtonType() - Constructor for class com.saperion.ngc.iform.xml.ButtonType
 
byteBuffer - Variable in class com.saperion.rmi.SaRMIInputStream
 
bytesToHex(byte[]) - Static method in class com.saperion.util.HdocUtil
Converts the given byte[] to a Hex String.

C

cacheDocument(boolean, int, String, String, String, String) - Method in class com.saperion.connector.rmi.AbstractDocRMIClientCommand
Stores the actual document to the backend.
cacheDocument(boolean, int, String, String, String, String) - Method in interface com.saperion.connector.rmi.SaRMIClientCommand
Stores the actual document to the backend.
cacheDocument(String, String, Properties, InputStream[], String, String) - Method in interface com.saperion.connector.SaClassicConnector
Caches a new document in the backend system with the given metadata and content.
cacheDocument(String, DocumentInfo) - Method in interface com.saperion.connector.SaClassicConnector
Caches a new document in the backend system with the given metadata and content.
cacheDocument(String, DocumentInfo) - Method in class com.saperion.connector.SaClassicConnectorImpl
 
cacheDocument(String, String, Properties, InputStream[], String, String) - Method in class com.saperion.connector.SaClassicConnectorImpl
 
cacheDocument(int, boolean, int, String, String, String, String) - Method in interface com.saperion.rmi.common.SaRMIServerCommand
Caches the current document to the backend.
calculateHash - Variable in class com.saperion.bean.ContentStream
 
canAnnotate() - Method in interface com.saperion.rmi.SaACLRights
This right defines whether the user may edit annotations on the object.
canAnnotate() - Method in class com.saperion.rmi.SaACLRightsImpl
This right defines whether the user may edit annotations on the object.
canApprove() - Method in interface com.saperion.intf.wf.TaskInfo
 
canApprove() - Method in class com.saperion.wf.TaskInfoFlags
 
canApprove() - Method in class com.saperion.wf.TaskInfoImpl
canBlackMarker() - Method in interface com.saperion.rmi.SaACLRights
 
canBlackMarker() - Method in class com.saperion.rmi.SaACLRightsImpl
canComplete() - Method in interface com.saperion.rmi.SaACLRights
 
canComplete() - Method in class com.saperion.rmi.SaACLRightsImpl
canDelete() - Method in interface com.saperion.intf.wf.TaskInfo
 
canDelete() - Method in interface com.saperion.rmi.SaACLRights
This right defines whether the user may delete the object.
canDelete() - Method in class com.saperion.rmi.SaACLRightsImpl
This right defines whether the user may delete the object.
canDelete() - Method in class com.saperion.wf.TaskInfoFlags
 
canDelete() - Method in class com.saperion.wf.TaskInfoImpl
canEdit() - Method in interface com.saperion.intf.SaDocumentInfo
 
canEdit() - Method in class com.saperion.rmi.SaDocumentInfoImpl
canEdit() - Method in class com.saperion.rmi.SaStatusInfo
 
canEditDoc() - Method in interface com.saperion.intf.wf.TaskInfo
 
canEditDoc() - Method in class com.saperion.wf.TaskInfoFlags
 
canEditDoc() - Method in class com.saperion.wf.TaskInfoImpl
canEditDocindex() - Method in interface com.saperion.intf.wf.TaskInfo
 
canEditDocindex() - Method in class com.saperion.wf.TaskInfoFlags
 
canEditDocindex() - Method in class com.saperion.wf.TaskInfoImpl
canEditIndex() - Method in interface com.saperion.intf.wf.TaskInfo
 
canEditIndex() - Method in class com.saperion.wf.TaskInfoFlags
 
canEditIndex() - Method in class com.saperion.wf.TaskInfoImpl
canExpandIndex() - Method in interface com.saperion.rmi.SaACLRights
This right defines whether the user may add new index data to the object.
canExpandIndex() - Method in class com.saperion.rmi.SaACLRightsImpl
This right defines whether the user may add new index data to the object.
canExport() - Method in interface com.saperion.rmi.SaACLRights
This right defines whether the user may export the object.
canExport() - Method in class com.saperion.rmi.SaACLRightsImpl
This right defines whether the user may export the object.
canForward() - Method in interface com.saperion.intf.wf.TaskInfo
 
canForward() - Method in class com.saperion.wf.TaskInfoFlags
 
canForward() - Method in class com.saperion.wf.TaskInfoImpl
canIndex() - Method in interface com.saperion.intf.SaDocumentInfo
 
canIndex() - Method in interface com.saperion.rmi.SaACLRights
This right defines whether the user may change index data of the object.
canIndex() - Method in class com.saperion.rmi.SaACLRightsImpl
This right defines whether the user may change index data of the object.
canIndex() - Method in class com.saperion.rmi.SaDocumentInfoImpl
canIndex() - Method in class com.saperion.rmi.SaStatusInfo
 
canModifyDoc() - Method in interface com.saperion.rmi.SaACLRights
This right defines whether the user may change content of the object.
canModifyDoc() - Method in class com.saperion.rmi.SaACLRightsImpl
This right defines whether the user may change content of the object.
canNotResponsible() - Method in interface com.saperion.intf.wf.TaskInfo
 
canNotResponsible() - Method in class com.saperion.wf.TaskInfoFlags
 
canNotResponsible() - Method in class com.saperion.wf.TaskInfoImpl
canPermissions() - Method in interface com.saperion.rmi.SaACLRights
This right defines whether the user may change which ACLs secure the object.
canPermissions() - Method in class com.saperion.rmi.SaACLRightsImpl
This right defines whether the user may change which ACLs secure the object.
canPrint() - Method in interface com.saperion.intf.SaDocumentInfo
 
canPrint() - Method in class com.saperion.rmi.SaDocumentInfoImpl
canPrint() - Method in class com.saperion.rmi.SaStatusInfo
 
canPutBack() - Method in interface com.saperion.intf.wf.TaskInfo
 
canPutBack() - Method in class com.saperion.wf.TaskInfoFlags
 
canPutBack() - Method in class com.saperion.wf.TaskInfoImpl
canRead() - Method in interface com.saperion.rmi.SaACLRights
This right defines whether the user may read or view data of the object.
canRead() - Method in class com.saperion.rmi.SaACLRightsImpl
This right defines whether the user may read or view data of the object.
canRecordsManagement() - Method in interface com.saperion.rmi.SaACLRights
 
canRecordsManagement() - Method in class com.saperion.rmi.SaACLRightsImpl
canReject() - Method in interface com.saperion.intf.wf.TaskInfo
 
canReject() - Method in class com.saperion.wf.TaskInfoFlags
 
canReject() - Method in class com.saperion.wf.TaskInfoImpl
canRelease() - Method in interface com.saperion.rmi.SaACLRights
 
canRelease() - Method in class com.saperion.rmi.SaACLRightsImpl
canRestoreRevision() - Method in interface com.saperion.rmi.SaACLRights
This right defines whether the user may undo changes on the object.
canRestoreRevision() - Method in class com.saperion.rmi.SaACLRightsImpl
This right defines whether the user may undo changes on the object.
canRevisionHistorie() - Method in interface com.saperion.rmi.SaACLRights
This right defines whether the user may read the revision history of the object.
canRevisionHistorie() - Method in class com.saperion.rmi.SaACLRightsImpl
This right defines whether the user may read the revision history of the object.
canRework() - Method in interface com.saperion.intf.wf.TaskInfo
 
canRework() - Method in class com.saperion.wf.TaskInfoFlags
 
canRework() - Method in class com.saperion.wf.TaskInfoImpl
canRightExtension() - Method in interface com.saperion.rmi.SaACLRights
internal - do not use.
canRightExtension() - Method in class com.saperion.rmi.SaACLRightsImpl
internal - do not use.
canSave() - Method in interface com.saperion.intf.SaDocumentInfo
 
canSave() - Method in class com.saperion.rmi.SaDocumentInfoImpl
canSave() - Method in class com.saperion.rmi.SaStatusInfo
 
canSaveBlackMarkers() - Method in interface com.saperion.rmi.SaACLRights
 
canSaveBlackMarkers() - Method in class com.saperion.rmi.SaACLRightsImpl
canSelectGroupAndRoleMembers() - Method in class com.saperion.wf.UserSelectionFlags
 
canSelectGroupsAndRoles() - Method in class com.saperion.wf.UserSelectionFlags
Unused for now, use UserSelectionFlags.canSelectGroupAndRoleMembers() to decide if groups and roles can be selected.
canSelectSingleUsers() - Method in class com.saperion.wf.UserSelectionFlags
 
canStream() - Method in interface com.saperion.intf.SaDocumentInfo
 
canStream() - Method in class com.saperion.rmi.SaDocumentInfoImpl
canStream() - Method in class com.saperion.rmi.SaStatusInfo
 
canTake() - Method in interface com.saperion.intf.wf.TaskInfo
 
canTake() - Method in class com.saperion.wf.TaskInfoFlags
 
canTake() - Method in class com.saperion.wf.TaskInfoImpl
canVisible() - Method in interface com.saperion.rmi.SaACLRights
This right defines whether the user may see the object.
canVisible() - Method in class com.saperion.rmi.SaACLRightsImpl
This right defines whether the user may see the object.
canWrite() - Method in interface com.saperion.rmi.SaACLRights
This right defines whether the user may change data of the object.
canWrite() - Method in class com.saperion.rmi.SaACLRightsImpl
This right defines whether the user may change data of the object.
CaseInsensitiveProperties - Class in com.saperion.util
This property map use case sensitive keys.
CaseInsensitiveProperties() - Constructor for class com.saperion.util.CaseInsensitiveProperties
 
CaseInsensitiveProperties - Class in com.saperion.util.configuration
A case-insensitive properties class.
CaseInsensitiveProperties(Properties) - Constructor for class com.saperion.util.configuration.CaseInsensitiveProperties
Creates a new case-insensitive properties instance.
CFG_BROKERHOST - Static variable in class com.saperion.constants.SaConstants
property name from config file.
CFG_BROKERPORT - Static variable in class com.saperion.constants.SaConstants
property name from config file.
CFG_BUILDIN_CONSTR_FILE - Static variable in class com.saperion.constants.SaConstants
property name from config file.
CFG_CACHE_MAXSIZE - Static variable in class com.saperion.constants.SaConstants
property name from config file.
CFG_CACHE_MAXSIZE_DEFAULT - Static variable in class com.saperion.constants.SaConstants
property name from config file.
CFG_CQ_ENABLED - Static variable in class com.saperion.constants.SaConstants
property name from config file.
CFG_CUSTOM_NT_FILE - Static variable in class com.saperion.constants.SaConstants
property name from config file.
CFG_DEFAULT_WORKSPACE - Static variable in class com.saperion.constants.SaConstants
property name from config file.
CFG_DESCRIPTOR_KEY_FILE - Static variable in class com.saperion.constants.SaConstants
property name from config file.
CFG_DIR_PATH - Static variable in class com.saperion.constants.SaConstants
property name from config file.
CFG_ENCODING - Static variable in class com.saperion.constants.SaConstants
property name from config file.
CFG_FILE - Static variable in class com.saperion.config.SaAbstractJMXProperties
Config file tag.
CFG_IMPERSONATE - Static variable in class com.saperion.constants.SaConstants
property name for security.
CFG_JMS_CONFIG_FILE - Static variable in class com.saperion.constants.SaConstants
property name from config file.
CFG_LDAP_ENABLED - Static variable in class com.saperion.constants.SaConstants
property name from config file.
CFG_LOG4J_FILE - Static variable in class com.saperion.constants.SaConstants
property name from config file.
CFG_MAXIDLETIME - Static variable in class com.saperion.constants.SaConstants
property name from config file.
CFG_NAMESPACE_REGISTRY_FILE - Static variable in class com.saperion.constants.SaConstants
property name from config file.
CFG_REPLYPORT - Static variable in class com.saperion.constants.SaConstants
property name from config file.
CFG_SAPERION_MANDANT - Static variable in class com.saperion.constants.SaConstants
property name from config file.
CFG_SAPERION_USER - Static variable in class com.saperion.constants.SaConstants
property name from config file.
CFG_SECURITY_APPL - Static variable in class com.saperion.constants.SaConstants
property name from config file.
CFG_SECURITY_LOGIN_MODUL - Static variable in class com.saperion.constants.SaConstants
property name from config file.
CFG_SNMP_ENABLED - Static variable in class com.saperion.constants.SaConstants
property name from config file.
CFG_SNMP_VIEW_ONLY - Static variable in class com.saperion.constants.SaConstants
property name from config file.
CFG_TAG - Static variable in class com.saperion.config.SaJMXConfiguration
Config tag.
CFG_USE_JDBC - Static variable in class com.saperion.constants.SaConstants
property name from config file.
CFG_USERCACHE_ENABLED - Static variable in class com.saperion.constants.SaConstants
property name from config file.
CFG_VERSION - Static variable in class com.saperion.constants.SaConstants
property name from config file.
CFG_WORKSPACETABLE - Static variable in class com.saperion.constants.SaConstants
property name from config file.
cFill - Variable in class com.saperion.ngc.iform.xml.FrameType
 
cFill - Variable in class com.saperion.ngc.iform.xml.GroupboxType
 
cFillFrom - Variable in class com.saperion.ngc.iform.xml.HeaderType
 
cFillTo - Variable in class com.saperion.ngc.iform.xml.HeaderType
 
cFrame - Variable in class com.saperion.ngc.iform.xml.FrameType
 
cFrame - Variable in class com.saperion.ngc.iform.xml.GroupboxType
 
changePassword(String, String, String, String) - Method in interface com.saperion.connector.rmi.SaRMIClientCommand
Changes the password of an existing user.
changePassword(String, String, String, String) - Method in class com.saperion.connector.rmi.SaRMIClientCommandImpl
Changes the password of an existing user.
changePassword(String, String, String, String) - Method in interface com.saperion.connector.SaClassicConnector
Changes the password of an existing user.
changePassword(String, String, String, String) - Method in class com.saperion.connector.SaClassicConnectorImpl
 
ChangePassword - Class in com.saperion.operations.user
This Operation changes the given users password.
ChangePassword(String, String, String, String) - Constructor for class com.saperion.operations.user.ChangePassword
 
changePassword(String, String, String, String) - Method in interface com.saperion.rmi.common.SaRMIServerCommand
Changes the password of an existing user.
ChangePasswordOperation - Class in com.saperion.operations.user
This Operation changes the given users password.
ChangePasswordOperation(String, String, String, String) - Constructor for class com.saperion.operations.user.ChangePasswordOperation
 
checkConfigFiles(List<ConfigFileDescriptor>) - Static method in class com.saperion.util.configuration.ConfigurationUtil
Checks if all required configurations files are existing.
checkFolderName(String) - Method in class com.saperion.util.ClassicConnectorUtil
Check folder name.
checkForMandatoryConstraintViolations(DDC, Map<String, PropertyType>, boolean) - Method in interface com.saperion.operations.inject.DocumentDefinitionService
For a given definition this method checks a given map of properties for mandatory constraint violations.
checkForSystemFields(DDC, Map<String, PropertyType>) - Method in interface com.saperion.operations.inject.DocumentDefinitionService
For a given definition and a map of properties this method checks whether it contains system fields.
checkoutDocument(String) - Method in class com.saperion.connector.rmi.AbstractDocRMIClientCommand
Checkout the given document.
checkoutDocument(String) - Method in interface com.saperion.connector.rmi.SaRMIClientCommand
Checkout the given document.
checkoutDocument(String) - Method in interface com.saperion.connector.SaClassicConnector
Checks out a document for the given document id (hdoc).
checkoutDocument(String) - Method in class com.saperion.connector.SaClassicConnectorImpl
 
checkoutDocument(int, String) - Method in interface com.saperion.rmi.common.SaRMIServerCommand
Checkout the document with the given HDOC.
checkProperties(SaFieldDescription[], Properties, boolean, String) - Method in class com.saperion.util.ClassicConnectorUtil
Check properties.
checkProperties(Description, SaFieldDescription[]) - Method in class com.saperion.util.ClassicConnectorUtil
Check properties.
checkProperties(Map<String, Object>, String, SaFieldDescription[]) - Method in class com.saperion.util.ClassicConnectorUtil
Check properties.
checkProperties(SaFieldDescription[], Map<String, Object>, boolean, String) - Method in class com.saperion.util.ClassicConnectorUtil
 
checkSapUrl(String) - Method in class com.saperion.connector.rmi.AbstractDocRMIClientCommand
Checks the given SAP URL on the R/Link server and returns, if successfull, the HDOC and the DDC.
checkSapUrl(String) - Method in interface com.saperion.connector.rmi.SaRMIClientCommand
Checks the given SAP URL on the R/Link server and returns, if successfull, the HDOC and the DDC.
checkSapUrl(String) - Method in interface com.saperion.connector.SaClassicConnector
Checks the given SAP URL on the R/Link server and returns, if successfull, the HDOC and the DDC.
checkSapUrl(String) - Method in class com.saperion.connector.SaClassicConnectorImpl
 
checkSapUrl(int, String) - Method in interface com.saperion.rmi.common.SaRMIServerCommand
Checks the given SAP URL on the R/Link server and returns, if successfull, the HDOC and the DDC.
ClassicConnectorUtil - Class in com.saperion.util
Utility class for ClassicConnector/RMI functions.
ClassicConnectorUtil() - Constructor for class com.saperion.util.ClassicConnectorUtil
 
clearContent() - Method in class com.saperion.connector.rmi.AbstractDocRMIClientCommand
Clears all content of the opened document.
clearContent() - Method in interface com.saperion.connector.rmi.SaRMIClientCommand
Clears all content of the opened document.
clearContent(int) - Method in interface com.saperion.rmi.common.SaRMIServerCommand
Clears all content of the opened document.
clearOnNewSearch - Variable in class com.saperion.ngc.iform.xml.EditFieldType
 
clearPool() - Method in class com.saperion.connector.pool.ConnectionPoolUtil
Clears the used object poolUtil.
clearValues() - Method in class com.saperion.rmi.SaPropertyValueImpl
Clears all values of this property.
client - Variable in class com.saperion.ngc.iform.xml.ScriptType
 
CloneDocument - Class in com.saperion.operations.document
An Operation that clones a document by its hDoc.
CloneDocument(String) - Constructor for class com.saperion.operations.document.CloneDocument
 
close() - Method in class com.saperion.common.streams.BlockingInputStream
 
close() - Method in class com.saperion.rmi.DirectWriteContentHandler
 
close() - Method in class com.saperion.rmi.SaContentStream
 
close() - Method in class com.saperion.rmi.SaRMIInputStream
closes the input stream of the current document.
close() - Method in class com.saperion.rmi.TempBufferContentHandler
 
CLOSE_BRACKET - Static variable in class com.saperion.util.HdocUtil
The Constant CLOSE_BRACKET.
closed - Variable in class com.saperion.rmi.SaRMIInputStream
 
closeDocument(SaJNIDocHandle) - Method in class com.saperion.connector.rmi.AbstractDocRMIClientCommand
Manually closing of a open document.
closeDocument(SaJNIDocHandle) - Method in interface com.saperion.connector.rmi.SaRMIClientCommand
Manually closing of a open document.
closeDocument(int, SaJNIDocHandle) - Method in interface com.saperion.rmi.common.SaRMIServerCommand
Manually closing of a open document.
closeQuietly(Closeable) - Static method in class com.saperion.util.StreamUtil
 
closeSession(Session) - Method in interface com.saperion.connector.rmi.SaRMIClientCommand
Close the given Session
closeSession(Session) - Method in class com.saperion.connector.rmi.SaRMIClientCommandImpl
Close the given Session
closeSession(Session) - Method in interface com.saperion.connector.SaClassicConnector
Close the given Session of logged in user
closeSession(Session) - Method in class com.saperion.connector.SaClassicConnectorImpl
Close the given Session of logged in user
closeSession(int, Session) - Method in interface com.saperion.rmi.common.SaRMIServerCommand
Close the given Session of the user identified by the given token
cNormal - Variable in class com.saperion.ngc.iform.xml.HeaderType
 
cnt - Variable in class com.saperion.ngc.iform.xml.HeaderType
 
cntDispFields - Variable in class com.saperion.ngc.iform.xml.LevelType
 
cntFields - Variable in class com.saperion.ngc.iform.xml.GroupType
 
cntGroups - Variable in class com.saperion.ngc.iform.xml.HeaderType
 
cntImages - Variable in class com.saperion.ngc.iform.xml.LevelType
 
cntLevels - Variable in class com.saperion.ngc.iform.xml.OutlinerType
 
collapsable - Variable in class com.saperion.ngc.iform.xml.GroupboxType
 
collapsible - Variable in class com.saperion.ngc.iform.xml.FrameType
 
collectionToString(String, Collection<String>) - Static method in class com.saperion.util.SaStringHelper
Creates a string containing all strings in the collection separated by the specified separator.
colorError - Variable in class com.saperion.ngc.iform.xml.EditFieldType
 
colorError - Variable in class com.saperion.ngc.iform.xml.ResultType
 
colorLine - Variable in class com.saperion.ngc.iform.xml.ResultType
 
colorOk - Variable in class com.saperion.ngc.iform.xml.EditFieldType
 
colorOk - Variable in class com.saperion.ngc.iform.xml.ResultType
 
COLUMN_NAME_CLAUSE - Static variable in class com.saperion.constants.SaPatterns
precompiled Clause to extract the Column Name.
columns - Variable in class com.saperion.ngc.iform.xml.EditFieldType
 
columns - Variable in class com.saperion.ngc.iform.xml.ResultType
 
ColumnType - Class in com.saperion.ngc.iform.xml
Java class for columnType complex type.
ColumnType() - Constructor for class com.saperion.ngc.iform.xml.ColumnType
 
com.lexmark.saperion.ecm.classic.connector - package com.lexmark.saperion.ecm.classic.connector
This package collects classes that are ready to be moved to an (not yet existing) ecm-api-remote-client module.
com.saperion - package com.saperion
Main package for all SAPERION LARIX components.
com.saperion.annotation - package com.saperion.annotation
Package containing the classes that represent annotations.
com.saperion.bean - package com.saperion.bean
This package contains the global beans.
com.saperion.common.builder - package com.saperion.common.builder
 
com.saperion.common.streams - package com.saperion.common.streams
 
com.saperion.config - package com.saperion.config
This package contains the JMX configuration part.
com.saperion.connector - package com.saperion.connector
This package contains the main classic connector classes.
com.saperion.connector.events - package com.saperion.connector.events
 
com.saperion.connector.exceptions - package com.saperion.connector.exceptions
 
com.saperion.connector.ldap - package com.saperion.connector.ldap
This package contains the classes for the LARIX LDAP Kerberos authentication components.
com.saperion.connector.ldap.kerberosauthentication - package com.saperion.connector.ldap.kerberosauthentication
This package contains the classes for the LARIX LDAP components.
com.saperion.connector.pool - package com.saperion.connector.pool
Package for pool classes.
com.saperion.connector.pool.exceptions - package com.saperion.connector.pool.exceptions
Package for ws pool exceptions.
com.saperion.connector.renditions.isys - package com.saperion.connector.renditions.isys
The external render engine uses an external application for rendering.
com.saperion.connector.renditions.isys.util - package com.saperion.connector.renditions.isys.util
 
com.saperion.connector.rmi - package com.saperion.connector.rmi
Package for connector RMI client classes.
com.saperion.connector.service - package com.saperion.connector.service
This package contains the client-side implementations of services.
com.saperion.connector.structures - package com.saperion.connector.structures
 
com.saperion.connector.structures.identifiers - package com.saperion.connector.structures.identifiers
 
com.saperion.connector.wf - package com.saperion.connector.wf
This package contains the main classic workflow connector classes.
com.saperion.connector.workflow - package com.saperion.connector.workflow
This package contains the client-side implementations of workflow-related services.
com.saperion.constants - package com.saperion.constants
This package contains the constant definitions for the SAPERION LARIX system.
com.saperion.constants.mime - package com.saperion.constants.mime
 
com.saperion.conversion - package com.saperion.conversion
 
com.saperion.database - package com.saperion.database
 
com.saperion.event - package com.saperion.event
 
com.saperion.events.bean - package com.saperion.events.bean
 
com.saperion.exception - package com.saperion.exception
This package contains the classes for the global exceptions.
com.saperion.exception.wf - package com.saperion.exception.wf
This package contains the classes for the workflow exceptions.
com.saperion.folder - package com.saperion.folder
This package contains the classes for the folder classes.
com.saperion.intf - package com.saperion.intf
This package contains the common used interfaces for the LARIX components.
com.saperion.intf.wf - package com.saperion.intf.wf
This package contains the common used workflow interfaces for the LARIX components.
com.saperion.jna.typemapping - package com.saperion.jna.typemapping
 
com.saperion.jna.typemapping.database - package com.saperion.jna.typemapping.database
 
com.saperion.lookup - package com.saperion.lookup
 
com.saperion.ngc.iform - package com.saperion.ngc.iform
Package for common classes used for IntelligentForm handling.
com.saperion.ngc.iform.xml - package com.saperion.ngc.iform.xml
 
com.saperion.operations - package com.saperion.operations
This package defines the different operations, that can be invoked by rmi.
com.saperion.operations.document - package com.saperion.operations.document
This package defines the different operations on documents, that can be invoked by rmi.
com.saperion.operations.events - package com.saperion.operations.events
This package contains operations concerning integration server events.
com.saperion.operations.folders - package com.saperion.operations.folders
This package defines the different operations on folders, that can be invoked by rmi.
com.saperion.operations.inject - package com.saperion.operations.inject
 
com.saperion.operations.lookup - package com.saperion.operations.lookup
This package defines the different operations on lookup tables, that can be invoked by rmi.
com.saperion.operations.storage - package com.saperion.operations.storage
 
com.saperion.operations.user - package com.saperion.operations.user
 
com.saperion.operations.workflow - package com.saperion.operations.workflow
This package defines the different workflow-operations, that can be invoked by rmi.
com.saperion.query.fulltext - package com.saperion.query.fulltext
 
com.saperion.rmi - package com.saperion.rmi
This package contains the classes for the LARIX RMI client wrapper components.
com.saperion.rmi.common - package com.saperion.rmi.common
This package contains the classes for the LARIX RMI Server.
com.saperion.rmi.serverexception - package com.saperion.rmi.serverexception
This package contains the exception classes for RMI client components.
com.saperion.rmi.serverexception.wf - package com.saperion.rmi.serverexception.wf
This package contains the exception classes for RMI client workflow components.
com.saperion.rmi.storage - package com.saperion.rmi.storage
 
com.saperion.settings - package com.saperion.settings
Package for navigation component classes.
com.saperion.structures - package com.saperion.structures
This package contains the global beans.
com.saperion.users - package com.saperion.users
Collecting simple types concerning the user managment.
com.saperion.util - package com.saperion.util
This package contains the utility classes for the LARIX RMI Server.
com.saperion.util.configuration - package com.saperion.util.configuration
 
com.saperion.util.conversion - package com.saperion.util.conversion
 
com.saperion.util.conversion.array - package com.saperion.util.conversion.array
 
com.saperion.web - package com.saperion.web
 
com.saperion.web.filter - package com.saperion.web.filter
Package for authentication filters.
com.saperion.wf - package com.saperion.wf
This package contains the common used workflow classes.
combineFocus - Variable in class com.saperion.ngc.iform.xml.ViewerType
 
CommandInfo - Interface in com.saperion.intf.wf
Command interface.
CommandInfoImpl - Class in com.saperion.wf
 
CommandInfoImpl(SaWFConstants.CommandId, String, boolean, int) - Constructor for class com.saperion.wf.CommandInfoImpl
 
CommandInfoImpl(SaWFConstants.CommandId, String, boolean, int, boolean, boolean) - Constructor for class com.saperion.wf.CommandInfoImpl
Constructor.
comment - Variable in class com.saperion.structures.Description
 
CommentInfo - Interface in com.saperion.intf.wf
Comments information for a given task.
CommentInfoImpl - Class in com.saperion.wf
 
CommentInfoImpl(int, int, int, String, Date, int, String) - Constructor for class com.saperion.wf.CommentInfoImpl
Constructor.
CommentInfoImpl(SaJNIWfComment, int) - Constructor for class com.saperion.wf.CommentInfoImpl
Constructor from JNI comment.
CommentSorter - Class in com.saperion.wf
 
CommentSorter() - Constructor for class com.saperion.wf.CommentSorter
 
COMMITMODE - Static variable in class com.saperion.constants.SaConstants
Commitmode entry in archief.ini.
compare(InputStream, InputStream) - Static method in class com.saperion.util.StreamUtil
Compares the given input streams (pair-wise byte comparison).
compare(CommentInfo, CommentInfo) - Method in class com.saperion.wf.CommentSorter
compare(HistoryInfo, HistoryInfo) - Method in class com.saperion.wf.HistorySorter
compareTo(ProcessDefinitionDescriptor) - Method in class com.saperion.wf.ProcessDefinitionDescriptor
 
compute(byte[], String) - Static method in class com.saperion.util.CryptoUtil
 
compute(byte[], String, CryptoUtil.HashAlogrithmn) - Static method in class com.saperion.util.CryptoUtil
 
conditionField - Variable in class com.saperion.ngc.iform.xml.EditFieldType
 
CONFIG_CONTENTTYPE - Static variable in class com.saperion.constants.SaConstants
Entry in the archief.ini for switching between multi- and single content.
CONFIG_DIR - Static variable in class com.saperion.config.SaJMXConfiguration
Configuration directory.
CONFIG_DIR - Static variable in class com.saperion.constants.SaConstants
The saperion config folder for classic connector; in case of JCR the config file.
CONFIG_FILE - Static variable in class com.saperion.constants.SaConstants
The Constant CONFIG_FILE.
CONFIG_USER_TIMEOUT - Static variable in class com.saperion.constants.SaConstants
Entry in the archief.ini for RMI server timeout in seconds.
ConfigFile - Class in com.saperion.util.configuration
The Class ConfigFile.
ConfigFile(String) - Constructor for class com.saperion.util.configuration.ConfigFile
Instantiates a new ConfigFile.
ConfigFileDescriptor - Interface in com.saperion.util.configuration
An interface to declare configuration file descriptors.
ConfigHolder - Class in com.saperion.util.configuration
This class is a singleton configuration holder.
CONFIGPATH - Static variable in class com.saperion.constants.SaConstants
The Constant CONFIGPATH.
ConfigReader - Class in com.saperion.util
Helper class providing read methods for access to configuration/property files.
configs - Variable in class com.saperion.util.configuration.ConfigHolder
Configurations map.
ConfigurationException - Exception in com.saperion.config
Exception class used for configuration errors.
ConfigurationException(String) - Constructor for exception com.saperion.config.ConfigurationException
Creates a configuration exception.
ConfigurationException(String, Exception) - Constructor for exception com.saperion.config.ConfigurationException
Creates a configuration exception that is caused by another exception.
ConfigurationFileHolder - Interface in com.saperion.util.configuration
This interface declares a class to hold configuration files.
ConfigurationUtil - Class in com.saperion.util.configuration
This utility offers convenient configuration file usage.
configureLog4j(String) - Method in class com.saperion.config.SaJMXConfiguration
Configures the Log4J system from the given section.
configureLog4j(SaJMXConstants.ConfigKey) - Method in class com.saperion.config.SaJMXConfiguration
Configures the Log4J system from the given section key.
connection() - Method in class com.saperion.connector.pool.PooledSession
 
connection - Variable in class com.saperion.ngc.iform.xml.Form
 
connection - Variable in class com.saperion.ngc.iform.xml.HiddenType
 
ConnectionControl - Class in com.saperion.connector.ldap
The control for the LDAP connection.
ConnectionControl() - Constructor for class com.saperion.connector.ldap.ConnectionControl
 
ConnectionPoolUtil - Class in com.saperion.connector.pool
This SessionPoolUtil is used to handle and create the connection poolUtil.
ConnectionPoolUtil() - Constructor for class com.saperion.connector.pool.ConnectionPoolUtil
 
ConnectionType - Class in com.saperion.ngc.iform.xml
Java class for ConnectionType complex type.
ConnectionType() - Constructor for class com.saperion.ngc.iform.xml.ConnectionType
 
ConnectorExceptions - Class in com.saperion.connector.exceptions
The Class ConnectorExceptions.
CONSTRAINT_FILEPATH - Static variable in class com.saperion.constants.SaConstants
The Constant CONSTRAINT_FILEPATH.
ConstraintViolationException - Exception in com.saperion.exception
This exception indicates that something went wrong concerning document definition constraints.
ConstraintViolationException(String, String, Map<String, PropertyType>) - Constructor for exception com.saperion.exception.ConstraintViolationException
 
ConstraintViolationException(String, Throwable, String, Map<String, PropertyType>) - Constructor for exception com.saperion.exception.ConstraintViolationException
 
constructAttributes() - Method in class com.saperion.config.SaAbstractJMXProperties
Construct attributes.
constructAttributes() - Method in class com.saperion.config.SaJMXBackendProperties
Construct attributes.
constructAttributes() - Method in class com.saperion.config.SaJMXFileProperties
Construct attributes.
constructAttributes() - Method in class com.saperion.config.SaJMXLinkProperties
Construct attributes.
constructAttributes() - Method in class com.saperion.config.SaJMXProperties
Construct attributes.
constructAttributes() - Method in class com.saperion.config.SaJMXStreamProperties
Construct attributes.
constructAttributes() - Method in class com.saperion.config.SaJMXSystemProperties
Construct attributes.
constructConstructors() - Method in class com.saperion.config.SaAbstractJMXProperties
Construct constructors.
constructConstructors() - Method in class com.saperion.config.SaJMXBackendProperties
Construct constructors.
constructConstructors() - Method in class com.saperion.config.SaJMXFileProperties
Construct constructors.
constructConstructors() - Method in class com.saperion.config.SaJMXLinkProperties
Construct constructors.
constructConstructors() - Method in class com.saperion.config.SaJMXProperties
Construct constructors.
constructConstructors() - Method in class com.saperion.config.SaJMXStreamProperties
Construct constructors.
constructConstructors() - Method in class com.saperion.config.SaJMXSystemProperties
Construct constructors.
constructOperations() - Method in class com.saperion.config.SaAbstractJMXProperties
Construct Operations.
constructOperations() - Method in class com.saperion.config.SaJMXBackendProperties
Construct Operations.
constructOperations() - Method in class com.saperion.config.SaJMXFileProperties
Construct Operations.
constructOperations() - Method in class com.saperion.config.SaJMXLinkProperties
Construct Operations.
constructOperations() - Method in class com.saperion.config.SaJMXProperties
Construct Operations.
constructOperations() - Method in class com.saperion.config.SaJMXStreamProperties
Construct Operations.
constructOperations() - Method in class com.saperion.config.SaJMXSystemProperties
Construct Operations.
container - Variable in class com.saperion.ngc.iform.xml.PosType
 
ContainerTrigger - Class in com.saperion.rmi.storage
Holds information about how a container is triggered.
ContainerTrigger(long, long, long) - Constructor for class com.saperion.rmi.storage.ContainerTrigger
 
contains(Class<T>) - Static method in class com.saperion.rmi.InstanceHolder
Contains.
CONTAINS_PRESENT - Static variable in class com.saperion.constants.SaPatterns
precompiled Pattern.
containsBACKLINKFIELD() - Method in class com.saperion.rmi.DDCInfo
returns whether the current ddc table contains the backlink table.
ContainsClauseConverterDB2 - Class in com.saperion.query.fulltext
 
ContainsClauseConverterDB2(String) - Constructor for class com.saperion.query.fulltext.ContainsClauseConverterDB2
Constructor.
ContainsClauseConverterMSSQL - Class in com.saperion.query.fulltext
Util class that converts the given jcr query with a contains clause to SQL contains statement.
ContainsClauseConverterMSSQL(DDC, Map<String, String>, String) - Constructor for class com.saperion.query.fulltext.ContainsClauseConverterMSSQL
Creates the instance of the Util class ConvertJCRFullText2SQL.
ContainsClauseConverterORACLE - Class in com.saperion.query.fulltext
 
ContainsClauseConverterORACLE(String) - Constructor for class com.saperion.query.fulltext.ContainsClauseConverterORACLE
Constructor.
containsToSQL() - Method in class com.saperion.query.fulltext.ContainsClauseConverterMSSQL
performs a convertion from the jcr's contains statement to the SQL CONTAINS statement.
content - Variable in class com.saperion.ngc.iform.xml.PaneLayoutType
 
CONTENT_NAME - Static variable in class com.saperion.constants.SaConstants
Naming for content properties.
CONTENT_POSITION_APPEND - Static variable in class com.saperion.constants.SaConstants
Added content will be appended to the end of the list.
CONTENT_POSITION_CLEAR - Static variable in class com.saperion.constants.SaConstants
All existing content will be removed.
CONTENT_POSITION_REPLACE - Static variable in class com.saperion.constants.SaConstants
Added content will replace all existing content.
ContentStream - Class in com.saperion.bean
The document content stream.
ContentStream(Integer) - Constructor for class com.saperion.bean.ContentStream
Constructor, creates empty ContentStream with given position.
ContentStream(InputStream, String) - Constructor for class com.saperion.bean.ContentStream
Constructor.
ContentStream(InputStream, String, Integer) - Constructor for class com.saperion.bean.ContentStream
Constructor.
ContentStream(InputStream, URL) - Constructor for class com.saperion.bean.ContentStream
 
ContentStream(InputStream, URL, int) - Constructor for class com.saperion.bean.ContentStream
 
contentStreams - Variable in class com.saperion.structures.Structure
This structures contents.
contextDestroyed(ServletContextEvent) - Method in class com.saperion.web.WebAppInitUtil
Is called when is the server / the application is shut down.
ContextInfo - Interface in com.saperion.intf.wf
Context info interface.
ContextInfoImpl - Class in com.saperion.rmi
 
ContextInfoImpl(String, String, SaWFConstants.CommandId) - Constructor for class com.saperion.rmi.ContextInfoImpl
Constructor.
contextInitialized(ServletContextEvent) - Method in class com.saperion.web.WebAppInitUtil
Is called when the server / the application is started.
ConversionManager - Interface in com.saperion.util.conversion
Implementations of this interface hold several converters which can be accessed by their type arguments.
convert() - Method in class com.saperion.conversion.CreateDocumentInputTypeFromDocumentInfoAdapter
 
convert(CreateDocumentInputType) - Method in class com.saperion.conversion.CreateDocumentInputTypeFromDocumentInfoAdapter
 
convert() - Method in class com.saperion.conversion.UpdateDocumentInputTypeFromUpdateInfoAdapter
 
convert(UpdateDocumentInputType) - Method in class com.saperion.conversion.UpdateDocumentInputTypeFromUpdateInfoAdapter
 
convert(SourceType[]) - Method in class com.saperion.util.conversion.array.GenericArrayConverter
 
convert(List) - Method in class com.saperion.util.conversion.array.ListTypedArrayConverter
 
convert(HdocUtil.DocId) - Static method in class com.saperion.util.HdocUtil
This method converts an encoded XHDOC, so it can be used with SAP.
convert(Properties) - Static method in class com.saperion.util.SaperionDataType
 
convert(Map<String, Object>) - Static method in class com.saperion.util.SaperionDataType
 
convert(Description, SaFieldDescription[]) - Static method in class com.saperion.util.SaperionDataType
 
convert(SaFieldDescription[], Map<String, Object>, String) - Static method in class com.saperion.util.SaperionDataType
 
convertAclReferenceTypes(DocumentInfo) - Static method in class com.saperion.conversion.CreateDocumentInputTypeFromDocumentInfoAdapter
 
convertBoolToString(boolean) - Static method in class com.saperion.util.BoolConverter
Converts a boolean into a string "0" or "1".
convertColumnNames(String) - Method in class com.saperion.query.fulltext.ContainsClauseConverterMSSQL
 
convertElementType(DocumentInfo) - Static method in class com.saperion.conversion.CreateDocumentInputTypeFromDocumentInfoAdapter
 
convertLocalToUTC(Date) - Static method in class com.saperion.util.SaDateHelper
 
convertObjectProperties(Map<String, Object>) - Static method in class com.saperion.operations.lookup.CreateLookupEntry
Deprecated.
 
convertObjectProperties(Map<String, Object>) - Static method in class com.saperion.operations.lookup.CreateLookupEntryOperation
 
convertSimpleProperies(List<SaPropertyValue[]>) - Static method in class com.saperion.rmi.SaDocumentInfoImpl
 
convertStringPropertyTypeMap(DocumentInfo) - Static method in class com.saperion.conversion.CreateDocumentInputTypeFromDocumentInfoAdapter
 
convertStringToBool(String) - Static method in class com.saperion.util.BoolConverter
Converts a string into the corresponding boolean primitive true or false.
convertZipFilename(String) - Static method in class com.saperion.util.MultipageDocUtil
Converts a multi-page filename in a zip filename.
copied - Variable in class com.saperion.ngc.iform.xml.BitmapType
 
copyFolder(String, String, String, String, boolean) - Method in class com.saperion.connector.rmi.AbstractFolderRMIClientCommand
Copies the given node and all it’s children to the destination.
copyFolder(String, String, String, String, boolean) - Method in interface com.saperion.connector.rmi.SaRMIClientCommand
Copies the given node and all it’s children to the destination.
copyFolder(String, String, String, String, boolean) - Method in interface com.saperion.connector.SaClassicConnector
Copies the given folder and all it's children to the destination.
copyFolder(String, String, String, String, boolean) - Method in class com.saperion.connector.SaClassicConnectorImpl
 
copyFolder(int, String, String, String, String, boolean) - Method in interface com.saperion.rmi.common.SaRMIServerCommand
Copies the given node and all it’s children to the destination.
copyInToOut(InputStream, String, OutputStream, String, int, boolean) - Static method in class com.saperion.util.StreamUtil
Copies the content from in to out.
copyInToOut(InputStream, OutputStream, ByteBuffer, boolean) - Static method in class com.saperion.util.StreamUtil
Copies the content from in to out.
copyInToOut(InputStream, OutputStream, int, boolean) - Static method in class com.saperion.util.StreamUtil
Deprecated.
Use Streams.stream(java.io.InputStream, java.io.OutputStream, int) instead.
CorruptInterfaceVersion - Exception in com.saperion.connector.exceptions
Will be thrown, if the Interface Version of the Connector differs from the Backend Version.
CorruptInterfaceVersion(String) - Constructor for exception com.saperion.connector.exceptions.CorruptInterfaceVersion
Constructs SaRMICommandException with the specified message.
CorruptInterfaceVersion(String, Throwable) - Constructor for exception com.saperion.connector.exceptions.CorruptInterfaceVersion
Constructs SaRMICommandException with the specified message and nested exception.
CorruptInterfaceVersion(Throwable) - Constructor for exception com.saperion.connector.exceptions.CorruptInterfaceVersion
Constructs SaRMICommandException with the specified message and nested exception.
CountTasks - Class in com.saperion.operations.workflow
This operation counts the tasks that are contained in one or more workflow inboxes.
CountTasks(String, Map<String, Object>, int[]) - Constructor for class com.saperion.operations.workflow.CountTasks
Constructor.
CountTasks(String, Map<String, Object>, int) - Constructor for class com.saperion.operations.workflow.CountTasks
Constructor.
countTasks(int, int[], String, Map<String, Object>) - Method in interface com.saperion.rmi.common.SaRMIServerCommand
Counts the tasks that are contained in the specified inbox(es).
create(Credentials) - Method in class com.saperion.connector.pool.GenericKeyedSessionPoolFactory
 
create(Collection<UserNameIdPair>, boolean) - Static method in class com.saperion.connector.wf.TaskUserSelection
Creates a TaskUserSelection that indicates that the receiver of the task has to be selected from the given users
create(TaskUserSelection.SelectionType, boolean) - Static method in class com.saperion.connector.wf.TaskUserSelection
Creates a TaskUserSelection that indicates the given selection type except for SelectionType.RESTRICTED_SELECTABLE in this case use create(Collection<UserNameIdPair>)
create() - Static method in class com.saperion.settings.SettingSearchInfo
 
create(Iterator<Type>) - Static method in class com.saperion.util.IteratorIterable
For a given Iterator this method returns an Iterable whose Iterable.iterator() will return exactly that iterator.
create(Iterator<Type1>, Iterator<Type2>) - Static method in class com.saperion.util.ParallelIterator
Convenience method that wraps the constructor call and lets the compiler determine the generic types.
createActorReference(UserNameIdPair) - Static method in class com.saperion.SaTypeConverter
Created an actor reference from the given information.
createBitmapType() - Method in class com.saperion.ngc.iform.xml.ObjectFactory
Create an instance of BitmapType
createButtonType() - Method in class com.saperion.ngc.iform.xml.ObjectFactory
Create an instance of ButtonType
createColumnType() - Method in class com.saperion.ngc.iform.xml.ObjectFactory
Create an instance of ColumnType
createConnectionFromClassicConnector(SaClassicConnector) - Static method in class com.saperion.connector.service.LegacyAwareRmiClientService
Deprecated.
 
createConnectionType() - Method in class com.saperion.ngc.iform.xml.ObjectFactory
Create an instance of ConnectionType
createConnector() - Method in class com.saperion.connector.pool.GenericKeyedSessionPoolFactory
Creates a SaClassicConnector connection.
createDatabindingType() - Method in class com.saperion.ngc.iform.xml.ObjectFactory
Create an instance of DatabindingType
createDdcSpecificArray(Handle, Map<String, Object>) - Method in interface com.saperion.jna.typemapping.database.DataBaseFieldMapper
 
createDocument(String, List<SaPropertyValue>) - Method in class com.saperion.connector.rmi.AbstractDocRMIClientCommand
Creates a new document with the given parameters.
createDocument(String, List<SaPropertyValue>) - Method in interface com.saperion.connector.rmi.SaRMIClientCommand
Creates a new document with the given parameters.
createDocument(String, Properties, InputStream[], String) - Method in interface com.saperion.connector.SaClassicConnector
Deprecated.
will be removed with version 8.1, use SaClassicConnector.createDocument(DocumentInfo) instead.
createDocument(String, Properties, InputStream[], String, String) - Method in interface com.saperion.connector.SaClassicConnector
Deprecated.
will be removed with version 8.1, use SaClassicConnector.createDocument(DocumentInfo) instead.
createDocument(DocumentInfo) - Method in interface com.saperion.connector.SaClassicConnector
Creates a new document on the backend system with the given DocumentInfo.
createDocument(String, Properties, InputStream[], String) - Method in class com.saperion.connector.SaClassicConnectorImpl
Deprecated.
createDocument(String, Properties, InputStream[], String, String) - Method in class com.saperion.connector.SaClassicConnectorImpl
Deprecated.
createDocument(DocumentInfo) - Method in class com.saperion.connector.SaClassicConnectorImpl
 
CreateDocument - Class in com.saperion.operations.document
Creates a Document.
CreateDocument(DocumentInfo) - Constructor for class com.saperion.operations.document.CreateDocument
 
createDocument(int, String, List<SaPropertyValue>) - Method in interface com.saperion.rmi.common.SaRMIServerCommand
Caches a new document with the given parameters.
CreateDocumentInputTypeFromDocumentInfoAdapter - Class in com.saperion.conversion
This class converts from DocumentInfo to CreateDocumentInputType.
CreateDocumentInputTypeFromDocumentInfoAdapter(DocumentInfo) - Constructor for class com.saperion.conversion.CreateDocumentInputTypeFromDocumentInfoAdapter
 
CreateDocumentOperation - Class in com.saperion.operations.document
This Operation stores a new document in the system.
CreateDocumentOperation(ArchiveReferenceType, Map<String, Object>, DocumentElementType) - Constructor for class com.saperion.operations.document.CreateDocumentOperation
 
createDocumentReference(AttachmentInfo) - Static method in class com.saperion.SaTypeConverter
Creates a new document reference from an AttachmentInfo.
createDocumentReference(SaSaveInfo) - Static method in class com.saperion.SaTypeConverter
Creates a new document reference from an SaSaveInfo.
createDocumentRevisionReference(AttachmentInfo) - Static method in class com.saperion.SaTypeConverter
Creates a new document revision reference from an AttachmentInfo.
createEditFieldType() - Method in class com.saperion.ngc.iform.xml.ObjectFactory
Create an instance of EditFieldType
createFolder(SaFolderSaveInfo) - Method in class com.saperion.connector.rmi.AbstractFolderRMIClientCommand
Creates a new node below a given node.
createFolder(SaFolderSaveInfo) - Method in interface com.saperion.connector.rmi.SaRMIClientCommand
Creates a new node below a given node.
createFolder(String, String, String, String, SaFolderConstants.FOLDER_TYPE, Properties) - Method in interface com.saperion.connector.SaClassicConnector
Deprecated.
use SaClassicConnector.createFolder(SaFolderSaveInfo, Properties) instead. Will be removed with version 8.1
createFolder(SaFolderSaveInfo, Properties) - Method in interface com.saperion.connector.SaClassicConnector
Creates a new folder below a given folder.
createFolder(String, String, String, String, SaFolderConstants.FOLDER_TYPE, Properties) - Method in class com.saperion.connector.SaClassicConnectorImpl
Deprecated.
createFolder(SaFolderSaveInfo, Properties) - Method in class com.saperion.connector.SaClassicConnectorImpl
 
CreateFolder - Class in com.saperion.operations.folders
Creates a folder.
CreateFolder(SaFolderSaveInfo, Properties) - Constructor for class com.saperion.operations.folders.CreateFolder
 
createFolder(int, SaFolderSaveInfo) - Method in interface com.saperion.rmi.common.SaRMIServerCommand
Creates a new node below a given node.
createFontType() - Method in class com.saperion.ngc.iform.xml.ObjectFactory
Create an instance of FontType
createForm() - Method in class com.saperion.ngc.iform.xml.ObjectFactory
Create an instance of Form
createFormElement(Form) - Method in class com.saperion.ngc.iform.xml.ObjectFactory
Create an instance of JAXBElement<Form>}
createFrameType() - Method in class com.saperion.ngc.iform.xml.ObjectFactory
Create an instance of FrameType
createGroupboxType() - Method in class com.saperion.ngc.iform.xml.ObjectFactory
Create an instance of GroupboxType
createGroupReference(UserNameIdPair) - Static method in class com.saperion.SaTypeConverter
Created an group reference from the given information.
createGroupType() - Method in class com.saperion.ngc.iform.xml.ObjectFactory
Create an instance of GroupType
createHeaderType() - Method in class com.saperion.ngc.iform.xml.ObjectFactory
Create an instance of HeaderType
createHiddenType() - Method in class com.saperion.ngc.iform.xml.ObjectFactory
Create an instance of HiddenType
createHotkeyType() - Method in class com.saperion.ngc.iform.xml.ObjectFactory
Create an instance of HotkeyType
createIncludeType() - Method in class com.saperion.ngc.iform.xml.ObjectFactory
Create an instance of IncludeType
createLabelType() - Method in class com.saperion.ngc.iform.xml.ObjectFactory
Create an instance of LabelType
createLevelType() - Method in class com.saperion.ngc.iform.xml.ObjectFactory
Create an instance of LevelType
createLink(LinkInfo) - Method in class com.saperion.connector.rmi.AbstractDocRMIClientCommand
 
createLink(LinkInfo) - Method in interface com.saperion.connector.rmi.SaRMIClientCommand
Creates a SAPERION Link into one Archive for an existing Document.
createLink(LinkInfo) - Method in interface com.saperion.connector.SaClassicConnector
Creates a link to a document for given LinkInfo.
createLink(LinkInfo) - Method in class com.saperion.connector.SaClassicConnectorImpl
 
createLink(int, LinkInfo) - Method in interface com.saperion.rmi.common.SaRMIServerCommand
Creates a SAPERION Link into one Archive for an existing Document.
createLookupEntry(ArchiveReferenceType, Map<String, PropertyType>) - Method in class com.saperion.connector.service.RmiClientExtendedLookupEntryService
 
createLookupEntry(ArchiveReferenceType, Map<String, PropertyType>, List<AclReferenceType>) - Method in class com.saperion.connector.service.RmiClientExtendedLookupEntryService
 
createLookupEntry(ArchiveReferenceType, Map<String, PropertyType>, List<AclReferenceType>) - Method in interface com.saperion.lookup.ExtendedLookupEntryService
Creates a new lookup entry with the given index data in the given definition with the given access control lists.
CreateLookupEntry - Class in com.saperion.operations.lookup
Deprecated.
CreateLookupEntry(String, Map<String, Object>) - Constructor for class com.saperion.operations.lookup.CreateLookupEntry
Deprecated.
Constructs a new operation that creates an entry in the given lookup-ddc with the given properties.
CreateLookupEntry(String, Properties) - Constructor for class com.saperion.operations.lookup.CreateLookupEntry
Deprecated.
Constructs a new operation that creates an entry in the given lookup-ddc with the given properties.
CreateLookupEntryOperation - Class in com.saperion.operations.lookup
An Operation that creates a lookup entry.
CreateLookupEntryOperation(String, Map<String, Object>) - Constructor for class com.saperion.operations.lookup.CreateLookupEntryOperation
Constructs a new operation that creates an entry in the given lookup-ddc with the given properties.
CreateLookupEntryOperation(ArchiveReferenceType, Map<String, Object>) - Constructor for class com.saperion.operations.lookup.CreateLookupEntryOperation
Constructs a new operation that creates an entry in the given lookup-ddc with the given properties.
CreateLookupEntryOperation(ArchiveReferenceType, Map<String, Object>, List<AclReferenceType>) - Constructor for class com.saperion.operations.lookup.CreateLookupEntryOperation
Constructs a new operation that creates an entry in the given lookup-ddc with the given properties.
CreateLookupEntryOperation(String, Properties) - Constructor for class com.saperion.operations.lookup.CreateLookupEntryOperation
Constructs a new operation that creates an entry in the given lookup-ddc with the given properties.
createMappedArray(List<?>) - Method in interface com.saperion.jna.typemapping.database.DataBaseFieldMapper
 
createMashupType() - Method in class com.saperion.ngc.iform.xml.ObjectFactory
Create an instance of MashupType
createOutlinerType() - Method in class com.saperion.ngc.iform.xml.ObjectFactory
Create an instance of OutlinerType
createPaneLayoutType() - Method in class com.saperion.ngc.iform.xml.ObjectFactory
Create an instance of PaneLayoutType
createPosType() - Method in class com.saperion.ngc.iform.xml.ObjectFactory
Create an instance of PosType
createProcessReference(ProcessInfo) - Static method in class com.saperion.SaTypeConverter
Creates a new workflow process reference from a ProcessInfo.
createResultType() - Method in class com.saperion.ngc.iform.xml.ObjectFactory
Create an instance of ResultType
createScriptType() - Method in class com.saperion.ngc.iform.xml.ObjectFactory
Create an instance of ScriptType
createTabListType() - Method in class com.saperion.ngc.iform.xml.ObjectFactory
Create an instance of TabListType
createTabType() - Method in class com.saperion.ngc.iform.xml.ObjectFactory
Create an instance of TabType
createTaskReference(ProcessInfo) - Static method in class com.saperion.SaTypeConverter
Creates a new task reference from the corresponding task process information.
createThumbnailType() - Method in class com.saperion.ngc.iform.xml.ObjectFactory
Create an instance of ThumbnailType
createToolbarType() - Method in class com.saperion.ngc.iform.xml.ObjectFactory
Create an instance of ToolbarType
createUniqueConstraintViolationCheck(DDC, String, Map<String, PropertyType>) - Method in interface com.saperion.operations.inject.DocumentDefinitionService
For a given map of fields this method checks a definition and a database row id, this method creates a query expression that filters a corresponding datbase table so that the result contains exactly the existing entries that would collide with the given database row.
createUniqueConstraintViolationCheck(SaFieldDescription, PropertyType, boolean) - Method in interface com.saperion.operations.inject.DocumentDefinitionService
For a given SaFieldDescription and a given value this method creates a QueryExpression that checks whether the given value would violate a unique constraint.
createUserReference(UserNameIdPair) - Static method in class com.saperion.SaTypeConverter
Created an user reference from the given information.
createViewerType() - Method in class com.saperion.ngc.iform.xml.ObjectFactory
Create an instance of ViewerType
credentials - Variable in class com.saperion.connector.rmi.AbstractRMIClientCommand
Credentials which were used to logon
CryptoUtil - Class in com.saperion.util
 
CryptoUtil() - Constructor for class com.saperion.util.CryptoUtil
 
CryptoUtil.HashAlogrithmn - Enum in com.saperion.util
 
cSet - Variable in class com.saperion.ngc.iform.xml.HeaderType
 
cText - Variable in class com.saperion.ngc.iform.xml.HeaderType
 
cTextSet - Variable in class com.saperion.ngc.iform.xml.HeaderType
 
currencySymbol - Variable in class com.saperion.ngc.iform.xml.EditFieldType
 
curRevision - Variable in class com.saperion.rmi.SaRMIInputStream
 
CUSTOM_NODE_FILEPATH - Static variable in class com.saperion.constants.SaConstants
The Constant CUSTOM_NODE_FILEPATH.
customACL - Variable in class com.saperion.ngc.iform.xml.LevelType
 
customACL - Variable in class com.saperion.ngc.iform.xml.ResultType
 
CustomEventBuilder - Interface in com.saperion.connector.events
A builder for custom integration server events.

D

data - Variable in class com.saperion.ngc.iform.xml.BitmapType
 
DataBaseFieldMapper - Interface in com.saperion.jna.typemapping.database
Maps Java types to Native database fields.
databinding - Variable in class com.saperion.ngc.iform.xml.ButtonType
 
databinding - Variable in class com.saperion.ngc.iform.xml.ResultType
 
DatabindingType - Class in com.saperion.ngc.iform.xml
Java class for databindingType complex type.
DatabindingType() - Constructor for class com.saperion.ngc.iform.xml.DatabindingType
 
DataSourceException - Exception in com.saperion.exception
This exception indicates that something went wrong concerning a specific data source.
DataSourceException(String, String) - Constructor for exception com.saperion.exception.DataSourceException
 
DataSourceException(String, String, Throwable) - Constructor for exception com.saperion.exception.DataSourceException
 
DataSourceOfflineException - Exception in com.saperion.exception
This exception indicates that a given data source is offline while it was intended to be used.
DataSourceOfflineException(String) - Constructor for exception com.saperion.exception.DataSourceOfflineException
 
DataTypeConversionException() - Constructor for exception com.saperion.util.SaperionDataType.DataTypeConversionException
 
DataTypeConversionException(String, Throwable) - Constructor for exception com.saperion.util.SaperionDataType.DataTypeConversionException
 
DataTypeConversionException(String) - Constructor for exception com.saperion.util.SaperionDataType.DataTypeConversionException
 
DataTypeConversionException(Throwable) - Constructor for exception com.saperion.util.SaperionDataType.DataTypeConversionException
 
DATE_DAY - Static variable in class com.saperion.constants.SaConstants
Position in DateType type.
DATE_FORMAT - Static variable in class com.saperion.constants.SaConstants
date format.
DATE_HOUR - Static variable in class com.saperion.constants.SaConstants
Position in DateType type.
DATE_MINUTE - Static variable in class com.saperion.constants.SaConstants
Position in DateType type.
DATE_MONTH - Static variable in class com.saperion.constants.SaConstants
Position in DateType type.
DATE_MSEC - Static variable in class com.saperion.constants.SaConstants
Position in DateType type.
DATE_SECOND - Static variable in class com.saperion.constants.SaConstants
Position in DateType type.
DATE_YEAR - Static variable in class com.saperion.constants.SaConstants
Position in DateType type.
DATETIME_FORMAT - Static variable in class com.saperion.constants.SaConstants
date time format (24h).
dateTimeTypeToCalendar(DateTimeType) - Static method in class com.saperion.jna.typemapping.NativeJavaDefaultTypeMappingUtility
 
dateTimeTypeToDate(DateTimeType) - Static method in class com.saperion.jna.typemapping.NativeJavaDefaultTypeMappingUtility
 
DB2 - Static variable in class com.saperion.constants.SaConstants
DB2 database type name.
DB2_GET_REVISIONS_FUNCTION - Static variable in class com.saperion.constants.SaConstants
db2 get revisons template.
DB2_MAX_DATE - Static variable in class com.saperion.constants.SaSQLConstants
DB2 max date value.
DB2_MIN_DATE - Static variable in class com.saperion.constants.SaSQLConstants
DB2 min date value.
DB2_RESOLVE_REVISION_FUNCTION - Static variable in class com.saperion.constants.SaConstants
db2 resolveRevision template.
DB_CP_REAPER_TIME - Static variable in class com.saperion.constants.SaConstants
Value for reaper scheduling time.
DB_DRIVER - Static variable in class com.saperion.constants.SaConstants
Properties entry for database driver.
DB_EVENT_FIELD - Static variable in class com.saperion.constants.SaConstants
DB_EVENT_FIELD.
DB_EVENT_TABLE - Static variable in class com.saperion.constants.SaConstants
DB_EVENT_TABLE.
DB_FIELD_JCRXMIXINTYPES - Static variable in class com.saperion.constants.SaConstants
database field JCRXMIXINTYPES.
DB_FIELD_JCRXNAME - Static variable in class com.saperion.constants.SaConstants
database field JCRXNAME.
DB_ISOLATION_LEVEL - Static variable in class com.saperion.constants.SaConstants
Properties entry for database isolation level.
DB_NAME - Static variable in class com.saperion.constants.SaConstants
Properties entry for datasource name.
DB_NODE_TABLE - Static variable in class com.saperion.constants.SaConstants
Properties entry for node table name.
DB_OFFLINE - Static variable in class com.saperion.constants.SaConstants
Properties entry for datasource offline state.
DB_POOL_PASS - Static variable in class com.saperion.constants.SaConstants
Properties entry for database pool password.
DB_POOL_SIZE - Static variable in class com.saperion.constants.SaConstants
Properties entry for database pool size.
DB_POOL_TIMEOUT - Static variable in class com.saperion.constants.SaConstants
Properties entry for database pool timeout.
DB_POOL_URL - Static variable in class com.saperion.constants.SaConstants
Properties entry for database pool URL.
DB_POOL_USER - Static variable in class com.saperion.constants.SaConstants
Properties entry for database pool user.
DB_SCHEMA - Static variable in class com.saperion.constants.SaConstants
Properties entry for database schema.
DB_SESSION_INIT - Static variable in class com.saperion.constants.SaConstants
Properties entry for session.
DB_TIMEOUT - Static variable in class com.saperion.constants.SaConstants
Properties entry for datasource query timeout.
DB_TYPE - Static variable in class com.saperion.constants.SaConstants
Properties entry for database type.
DB_WS_TABLE - Static variable in class com.saperion.constants.SaConstants
Properties entry for workspace table name.
dbFieldName - Variable in class com.saperion.ngc.iform.xml.ColumnType
 
dbFieldName - Variable in class com.saperion.ngc.iform.xml.EditFieldType
 
DDC - Interface in com.saperion.intf
Represents a DDC in the SAPERION system.
ddc - Variable in class com.saperion.structures.Description
 
DDC.DDCKind - Enum in com.saperion.intf
DDC-kinds.
DDC.TenantMode - Enum in com.saperion.intf
DDC tenant modes.
DDC_DYNAMIC - Static variable in class com.saperion.constants.SaConstants
Marker for dynamic properties.
DDC_NAME_CLAUSE - Static variable in class com.saperion.constants.SaPatterns
precompiled Clause to extract the Definition Name.
DDC_NAME_PATTERN - Static variable in class com.saperion.rmi.SaQueryInfo
Pattern to match ddc-names.
DDC_VIRTUAL - Static variable in class com.saperion.constants.SaConstants
Marker for virtual properties.
DDC_WORKFLOW - Static variable in class com.saperion.constants.SaConstants
Workflow ddc name.
DDCImpl - Class in com.saperion.rmi
Implementation of DDC.
DDCImpl(String, String, SQLType, String, boolean, DDC.DDCKind, DDC.TenantMode, SaFieldDescription[]) - Constructor for class com.saperion.rmi.DDCImpl
Creates a new DDCImpl.
DDCImpl(String, String, SQLType, String, boolean, DDC.DDCKind, DDC.TenantMode, SaFieldDescription[], String) - Constructor for class com.saperion.rmi.DDCImpl
Creates a new DDCImpl.
DDCInfo - Class in com.saperion.rmi
Internal bean for DDC infos.
DDCInfo(SaFieldDescription[], SaJNIDdcInfo, MandantInfo) - Constructor for class com.saperion.rmi.DDCInfo
Constructor.
decode(HdocUtil.SAPDocId) - Static method in class com.saperion.util.HdocUtil
This methode decodes a SAPDocId and returns the decoded XHDOC (Version-specific Document ID).
decode(HdocUtil.DocId) - Static method in class com.saperion.util.HdocUtil
This method tries to decode an encoded Document ID, which is used by the HTML-Gateway.
decrypt(String) - Static method in class com.saperion.util.DesEncrypter
Deprecated.
Deprecated, because it is neither throwing an Exception nor returning NULL if it couldn't be decrypted. Please use tryDecrypt.
DEFAULT_BROKER_PORT - Static variable in class com.saperion.constants.SaConstants
default broker port if no valid port is specified by configuration.
DEFAULT_CHARSET - Static variable in class com.saperion.constants.SaConstants
 
DEFAULT_ENCODING - Static variable in class com.saperion.constants.SaConstants
default charset with always supported UTF-8 encoding.
DEFAULT_IN_MEMORY_BYTES - Static variable in class com.saperion.constants.SaConstants
Default value for maximum in memory content
DEFAULT_MAX_DDC - Static variable in class com.saperion.constants.SaConstants
Default max ddc if the same is not configured
DEFAULT_MAX_RESULTS - Static variable in class com.saperion.constants.SaConstants
Default value for maximum result number in a query.
DEFAULT_MIMETYPE - Static variable in class com.saperion.util.MimeUtil
The default MIME type to be used if no MIME type matches.
DEFAULT_MQ_PORT - Static variable in class com.saperion.constants.SaConstants
Default active mq port.
DEFAULT_START_MODE - Static variable in class com.saperion.constants.SaConstants
Default start mode (application).
DEFAULT_TENANT - Static variable in class com.saperion.constants.SaConstants
The name of the default tenant with ID 0.
DEFAULT_WS_NAME - Static variable in class com.saperion.constants.SaConstants
Default workspace name.
defaultButton - Variable in class com.saperion.ngc.iform.xml.ResultType
 
defaultButtonBarExistent - Variable in class com.saperion.ngc.iform.xml.FrameType
 
DefaultConversionManager - Class in com.saperion.util.conversion
Abstract implementation of ConversionManager.
DefaultConversionManager() - Constructor for class com.saperion.util.conversion.DefaultConversionManager
 
DefaultTypeConversionManager - Class in com.saperion.util.conversion
Implementation of ConversionManager that returns converters that convert most default java types (primitives, their wrapper types, String, Date - as well as their subclasses - Calendar and arrays and implementations of List thereof ) to the fixed set int, double, String and Calendar and arrays thereof.
DefaultTypeConversionManager() - Constructor for class com.saperion.util.conversion.DefaultTypeConversionManager
 
definition - Variable in class com.saperion.connector.structures.identifiers.DocumentId
 
definition() - Method in class com.saperion.connector.structures.identifiers.DocumentId
 
definitionName - Variable in exception com.saperion.exception.ConstraintViolationException
 
defName - Variable in class com.saperion.ngc.iform.xml.HeaderType
 
defName - Variable in class com.saperion.ngc.iform.xml.LevelType
 
DeleteAllMediaOperation - Class in com.saperion.operations.storage
Deletes a named medium and all its follow-up media
DeleteAllMediaOperation(int) - Constructor for class com.saperion.operations.storage.DeleteAllMediaOperation
 
deleteDocument(int, String) - Method in class com.saperion.connector.rmi.AbstractDocRMIClientCommand
Delete a document.
deleteDocument(int, String) - Method in interface com.saperion.connector.rmi.SaRMIClientCommand
Delete a document.
deleteDocument(String, int) - Method in interface com.saperion.connector.SaClassicConnector
Deletes a document from the backend system with the given delete type strategy.
deleteDocument(String, int) - Method in class com.saperion.connector.SaClassicConnectorImpl
 
DeleteDocument - Class in com.saperion.operations.document
DeleteDocument(String, int) - Constructor for class com.saperion.operations.document.DeleteDocument
 
deleteDocument(int, int, String) - Method in interface com.saperion.rmi.common.SaRMIServerCommand
Delete a document.
DeleteDocumentProperty - Class in com.saperion.database
A singleton that indicates that a property should be deleted in an update operation.
deleteFolder(String, String) - Method in class com.saperion.connector.rmi.AbstractFolderRMIClientCommand
Deletes a given node.
deleteFolder(String, String) - Method in interface com.saperion.connector.rmi.SaRMIClientCommand
Deletes a given node.
deleteFolder(String, String) - Method in interface com.saperion.connector.SaClassicConnector
Deletes an existing folder.
deleteFolder(String, String) - Method in class com.saperion.connector.SaClassicConnectorImpl
 
deleteFolder(int, String, String) - Method in interface com.saperion.rmi.common.SaRMIServerCommand
Deletes a given node.
DeleteLookupEntry - Class in com.saperion.operations.lookup
An Operation that deletes a lookup entry.
DeleteLookupEntry(String, String) - Constructor for class com.saperion.operations.lookup.DeleteLookupEntry
This constructor creates a new operation that deletes the lookup entry with the given sysrowid in the given ddc.
DeleteLookupEntry(LookupEntryReferenceType) - Constructor for class com.saperion.operations.lookup.DeleteLookupEntry
This constructor creates a new operation that deletes the lookup entry given by the reference.
DELETEMODE - Static variable in class com.saperion.constants.SaConstants
Deletemode entry in archief.ini.
DeleteNamedMediaOperation - Class in com.saperion.operations.storage
 
DeleteNamedMediaOperation(int, String) - Constructor for class com.saperion.operations.storage.DeleteNamedMediaOperation
 
deleteSetting(String, String, boolean) - Method in interface com.saperion.connector.rmi.SaRMIClientCommand
Deletes a setting in the database.
deleteSetting(String, String, boolean) - Method in class com.saperion.connector.rmi.SaRMIClientCommandImpl
Deletes a setting in the database.
deleteSetting(String, String, boolean) - Method in interface com.saperion.connector.SaClassicConnector
This method deletes a setting in the database.
deleteSetting(String, String, boolean) - Method in class com.saperion.connector.SaClassicConnectorImpl
 
deleteSetting(int, String, String, boolean) - Method in interface com.saperion.rmi.common.SaRMIServerCommand
Deletes a setting in the database.
DESCENDS - Static variable in class com.saperion.constants.SaConstants
The Constant DESCENDS.
Description - Class in com.saperion.structures
Description of a database definition (DDC) related item.
An item could be a document DocumentInfo or LinkInfo and contains the descriptions for the DDC name, the meta data, a revision comment and the ACL names.
Description(String, Map<String, Object>, String) - Constructor for class com.saperion.structures.Description
Creates a new document description.
DesEncrypter - Class in com.saperion.util
 
destroy() - Method in class com.saperion.web.filter.LoggingFilter
 
destroy() - Method in class com.saperion.web.filter.MethodLoggingFilter
 
destroy() - Method in class com.saperion.web.filter.ProcessingTimeFilter
 
destroyObject(Credentials, PooledObject<Session>) - Method in class com.saperion.connector.pool.GenericKeyedSessionPoolFactory
If too many connections are open or the poolUtil is going to shutdown, the objects of type SaClassicConnector will be destroyed.
dibToBufferedImage(byte[], SaImageConverter.ImageFormat) - Static method in class com.saperion.util.SaImageConverter
Converts a device independent bitmat (DIB) to a BufferedImage.
DIGITS - Static variable in class com.saperion.util.HdocUtil
The Constant DIGITS.
DirectWriteContentHandler - Class in com.saperion.rmi
A SerializableStreamContentHandler that writes to the archive directly.
DirectWriteContentHandler() - Constructor for class com.saperion.rmi.DirectWriteContentHandler
 
discardCheckout(String) - Method in interface com.saperion.connector.SaClassicConnector
Discards a checkout of a document which was performed via the method SaClassicConnector.checkoutDocument(String).
discardCheckout(String) - Method in class com.saperion.connector.SaClassicConnectorImpl
 
discardCheckout(int, String) - Method in interface com.saperion.rmi.common.SaRMIServerCommand
Discard a checked out document.
discardDocument() - Method in class com.saperion.connector.rmi.AbstractDocRMIClientCommand
 
discardDocument() - Method in interface com.saperion.connector.rmi.SaRMIClientCommand
Discards the document identified by the tokens handle.
discardDocument(int) - Method in interface com.saperion.rmi.common.SaRMIServerCommand
Discards the document identified by the tokens handle.
displayName - Variable in class com.saperion.ngc.iform.xml.ColumnType
 
docElement - Variable in class com.saperion.rmi.SaRMIInputStream
 
docHdoc - Variable in class com.saperion.rmi.SaRMIInputStream
 
doCheckin - Variable in class com.saperion.bean.UpdateDocumentInfo
 
doCheckLength() - Method in class com.saperion.bean.ContentStream
Indicates if an expected content length was set and if actual content length should be checked against it.
doCheckLengthLimit() - Method in class com.saperion.bean.ContentStream
Returns true if the length limit should be check.
DocId(String) - Constructor for class com.saperion.util.HdocUtil.DocId
Instantiates a new doc id.
DocumentDefinitionService - Interface in com.saperion.operations.inject
DocumentId - Class in com.saperion.connector.structures.identifiers
Represents an entry in an archive with the name of the archive, unique id overall revisions, the revision id, if it is a link and it should be resolved, if it is the latest or it should be checked if there is a newer one.
DocumentId() - Constructor for class com.saperion.connector.structures.identifiers.DocumentId
 
documentId(String) - Static method in class com.saperion.connector.structures.identifiers.DocumentId
 
DocumentId.BuilderChain - Class in com.saperion.connector.structures.identifiers
 
DocumentId.DocumentIdBuilder - Interface in com.saperion.connector.structures.identifiers
 
DocumentId.UIDBuilder - Interface in com.saperion.connector.structures.identifiers
 
DocumentInfo - Class in com.saperion.structures
A document representation.
This object is used to set the data for a new document to be created via the SaClassicConnector.

See com.saperion.connector.SaClassicConnector#createDocument(com.saperion.structures.DocumentInfo)
DocumentInfo(String, Map<String, Object>, ContentStream[], String) - Constructor for class com.saperion.structures.DocumentInfo
Creates a new UpdateDocumentInfo.
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class com.saperion.web.filter.LoggingFilter
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class com.saperion.web.filter.MethodLoggingFilter
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class com.saperion.web.filter.ProcessingTimeFilter
 
doHashing() - Method in class com.saperion.bean.ContentStream
Get the flag if the hash should be calculated while archiving.
doResolveLinks - Variable in class com.saperion.bean.UpdateDocumentInfo
 
dsicardCheckout(String) - Method in class com.saperion.connector.rmi.AbstractDocRMIClientCommand
Discards the checkout of the given document.
dsicardCheckout(String) - Method in interface com.saperion.connector.rmi.SaRMIClientCommand
Discards the checkout of the given document.

E

EcmExceptionWrapper(EcmException) - Constructor for exception com.saperion.operations.LegacyOperationAdapter.EcmExceptionWrapper
 
editField - Variable in class com.saperion.ngc.iform.xml.Form
 
editField - Variable in class com.saperion.ngc.iform.xml.FrameType
 
editField - Variable in class com.saperion.ngc.iform.xml.GroupboxType
 
editField - Variable in class com.saperion.ngc.iform.xml.HiddenType
 
editField - Variable in class com.saperion.ngc.iform.xml.TabType
 
EditFieldType - Class in com.saperion.ngc.iform.xml
Java class for EditFieldType complex type.
EditFieldType() - Constructor for class com.saperion.ngc.iform.xml.EditFieldType
 
editMask - Variable in class com.saperion.ngc.iform.xml.LevelType
 
Element - Class in com.saperion.connector.structures
Bean class that represents an element of the archived document.
Element() - Constructor for class com.saperion.connector.structures.Element
 
ElementId - Class in com.saperion.connector.structures.identifiers
 
ElementId() - Constructor for class com.saperion.connector.structures.identifiers.ElementId
 
elementId(String) - Static method in class com.saperion.connector.structures.identifiers.ElementId
 
ElementId.BuilderChain - Class in com.saperion.connector.structures.identifiers
 
ElementId.ElementIdBuilder - Interface in com.saperion.connector.structures.identifiers
 
EmbeddedType - Enum in com.saperion.ngc.iform.xml
Java class for embeddedType.
EMPTY - Static variable in class com.saperion.rmi.SerializableStream
An empty byte-array.
EMPTY_STRING - Static variable in class com.saperion.util.SaStringHelper
 
ENABLE_CORE_EVENTS - Static variable in class com.saperion.constants.SaConstants
enable saperion core events.
enableMaximize - Variable in class com.saperion.ngc.iform.xml.EditFieldType
 
encode(String) - Static method in class com.saperion.util.HdocUtil
This method tooks a XHDOC (Version-specific Document ID) and encodes it, so this one can be used by the HTML-Gateway.
encoded - Variable in class com.saperion.util.HdocUtil.DocId
The _encoded.
encrypt(String) - Static method in class com.saperion.util.DesEncrypter
Encrypt a key.
ENTITY_NAME - Static variable in class com.saperion.constants.SaConstants
Hibernate entity name.
EnumConstant - Class in com.saperion.util
Utility class that can be used to safely retrieve enum constants by their position in the value-array.
equals(Object) - Method in class com.saperion.annotation.AbstractAnnotation
equals(Object) - Method in class com.saperion.connector.rmi.SaRMIServerInfo
equals(Object) - Method in class com.saperion.connector.wf.TaskUserSelection
 
equals(Object) - Method in class com.saperion.operations.document.GetDocumentInfo
 
equals(Object) - Method in class com.saperion.operations.workflow.ReadSelectableUsersForTransition
 
equals(Object) - Method in class com.saperion.rmi.SaContentStream
equals(Object) - Method in class com.saperion.rmi.SaUserInfoImpl
 
equals(Object) - Method in class com.saperion.settings.Setting
equals(Object) - Method in class com.saperion.users.UserFlags
 
equals(Object) - Method in class com.saperion.users.UserName
 
equals(Object) - Method in class com.saperion.users.UserNameIdPair
 
equals(Object) - Method in class com.saperion.wf.CommandInfoImpl
equals(Object) - Method in class com.saperion.wf.ProcessDefinitionDescriptor
 
equalsContent(SaValue) - Method in interface com.saperion.intf.SaValue
Compares the contents of compareValue with this object's contents.
errorMessage() - Method in exception com.saperion.rmi.serverexception.SaRMIFolderException
 
EscalationHoldInfo - Interface in com.saperion.intf.wf
Escalation and hold info interface.
EscalationHoldInfoImpl - Class in com.saperion.wf
Escalation and hold info class.
EscalationHoldInfoImpl(Map<String, Object>) - Constructor for class com.saperion.wf.EscalationHoldInfoImpl
Constructor from property map.
EVENT_CALLBACK_PROPERTIES_CHANGED - Static variable in class com.saperion.constants.SaConstants
Callback kind specifying changed properties on API revise (triggered by saveDocument/updateDocument).
EVENT_CALLBACK_TRANSACTION_FINISHED - Static variable in class com.saperion.constants.SaConstants
Callback kind specifying finished backend transactions.
EVENT_COUNT - Static variable in class com.saperion.constants.SaConstants
Event count.
EVENT_FILTER_FLAG_NOCASE - Static variable in class com.saperion.constants.SaConstants
Event filter flag indicating case-insensitive comparison should be applied (used in setEventFilter).
EVENT_FILTER_FLAG_NOT - Static variable in class com.saperion.constants.SaConstants
Event filter flag indicating index value must NOT match corresponding filter value (used in setEventFilter).
EVENT_FILTER_FLAG_OR - Static variable in class com.saperion.constants.SaConstants
Event filter flag indicating filter condition/value should be ORed with other conditions (used in setEventFilter).
EVENT_FILTER_FLAG_TRIM - Static variable in class com.saperion.constants.SaConstants
Event filter flag indicating index value should be trimmed before comparing to corresponding filter value (used in setEventFilter).
EVENT_FILTER_FLAG_WRONG - Static variable in class com.saperion.constants.SaConstants
Event filter flag value indicating invalid values.
EVENT_TYPE_CREATE - Static variable in class com.saperion.constants.SaConstants
Event type for document creation (used in setEventFilter).
EVENT_TYPE_DELETE - Static variable in class com.saperion.constants.SaConstants
Event type for document deletion (used in setEventFilter).
EVENT_TYPE_UPDATE - Static variable in class com.saperion.constants.SaConstants
Event type for document updates (used in setEventFilter).
EVENT_USERTRANS - Static variable in class com.saperion.constants.SaConstants
The Constant EVENT_USERTRANS.
EventManager - Class in com.saperion.connector.events
Manages events on a given SaClassicConnector.
EVENTS_MAPPING_MSSQL - Static variable in class com.saperion.constants.SaConstants
hibernate mapping file for events (ms sql).
EVENTS_SESSION_CONFIG - Static variable in class com.saperion.constants.SaConstants
events hibernate session configuration file.
EXCLAMATION_MARK - Static variable in class com.saperion.util.HdocUtil
The Constant EXCLAMATION_MARK.
executeActivate() - Method in interface com.saperion.connector.wf.SaWFTask
Set inactive process to active.
executeActivate() - Method in class com.saperion.connector.wf.SaWFTaskImpl
Set inactive process to active.
executeApprove(ActorInfo) - Method in interface com.saperion.connector.wf.SaWFTask
Approve step.
executeApprove(ActorInfo) - Method in class com.saperion.connector.wf.SaWFTaskImpl
Approve step.
executeAssignToMe() - Method in interface com.saperion.connector.wf.SaWFTask
Get task from absent user, the current user acts as substitute for.
executeAssignToMe() - Method in class com.saperion.connector.wf.SaWFTaskImpl
Get task from absent user, the current user acts as substitute for.
executeChangeOwner(ActorInfo) - Method in interface com.saperion.connector.wf.SaWFTask
Change process owner.
executeChangeOwner(ActorInfo) - Method in class com.saperion.connector.wf.SaWFTaskImpl
Change process owner.
executeCommand(ContextInfo) - Method in class com.saperion.connector.rmi.AbstractWfRMIClientCommand
Performs the given command.
executeCommand(ContextInfo) - Method in interface com.saperion.connector.rmi.SaRMIClientCommand
Performs the given command.
executeCommand(ContextInfo) - Method in class com.saperion.connector.SaClassicConnectorImpl
Performs the given command.
executeCommand(CommandInfo, String, ActorInfo, String, Date, int) - Method in interface com.saperion.connector.wf.SaWFTask
Performs the given command.
executeCommand(CommandInfo, String, ActorInfo, String, Date, int) - Method in class com.saperion.connector.wf.SaWFTaskImpl
Performs the given command.
executeCommand(int, ContextInfo) - Method in interface com.saperion.rmi.common.SaRMIServerCommand
Performs the given command.
executeDelegate(ActorInfo) - Method in interface com.saperion.connector.wf.SaWFTask
Delegate to user.
executeDelegate(ActorInfo) - Method in class com.saperion.connector.wf.SaWFTaskImpl
Delegate to user.
executeEscalation(Date) - Method in interface com.saperion.connector.wf.SaWFTask
Escalate step.
executeEscalation(Date) - Method in class com.saperion.connector.wf.SaWFTaskImpl
Escalate step.
executeForward(int, ActorInfo) - Method in interface com.saperion.connector.wf.SaWFTask
Forward step.
executeForward(int, ActorInfo, String) - Method in interface com.saperion.connector.wf.SaWFTask
Forward step.
executeForward(int, ActorInfo) - Method in class com.saperion.connector.wf.SaWFTaskImpl
Forward step.
executeForward(int, ActorInfo, String) - Method in class com.saperion.connector.wf.SaWFTaskImpl
Forward step.
executeHold(Date) - Method in interface com.saperion.connector.wf.SaWFTask
Set step to hold.
executeHold(Date) - Method in class com.saperion.connector.wf.SaWFTaskImpl
Set step to hold.
executeInactivate() - Method in interface com.saperion.connector.wf.SaWFTask
Set step to inactive.
executeInactivate() - Method in class com.saperion.connector.wf.SaWFTaskImpl
Set step to inactive.
executeNotResponsible(String) - Method in interface com.saperion.connector.wf.SaWFTask
Not responsible for this step.
executeNotResponsible(String) - Method in class com.saperion.connector.wf.SaWFTaskImpl
Not responsible for this step.
executePutBack() - Method in interface com.saperion.connector.wf.SaWFTask
Put step back to inbox.
executePutBack() - Method in class com.saperion.connector.wf.SaWFTaskImpl
Put step back to inbox.
executeReassign() - Method in interface com.saperion.connector.wf.SaWFTask
Reassign task to original user after it has been taken as a substitute.
executeReassign() - Method in class com.saperion.connector.wf.SaWFTaskImpl
Reassign task to original user after it has been taken as a substitute.
executeReject(ActorInfo) - Method in interface com.saperion.connector.wf.SaWFTask
Reject step.
executeReject(ActorInfo) - Method in class com.saperion.connector.wf.SaWFTaskImpl
Reject step.
executeRemove(String) - Method in interface com.saperion.connector.wf.SaWFTask
Remove step.
executeRemove(String) - Method in class com.saperion.connector.wf.SaWFTaskImpl
Remove step.
executeRemoveNotice() - Method in interface com.saperion.connector.wf.SaWFTask
Remove notice.
executeRemoveNotice() - Method in class com.saperion.connector.wf.SaWFTaskImpl
Remove notice.
executeResetHold() - Method in interface com.saperion.connector.wf.SaWFTask
Resets hold.
executeResetHold() - Method in class com.saperion.connector.wf.SaWFTaskImpl
Resets hold.
executeRework(ActorInfo) - Method in interface com.saperion.connector.wf.SaWFTask
Rework step.
executeRework(ActorInfo) - Method in class com.saperion.connector.wf.SaWFTaskImpl
Rework step.
executeSetActivity(int) - Method in interface com.saperion.connector.wf.SaWFTask
Set next activity.
executeSetActivity(int) - Method in class com.saperion.connector.wf.SaWFTaskImpl
Set next activity.
executeStartProcess(String, ActorInfo, String, String) - Method in interface com.saperion.connector.wf.SaWFConnector
Start new process.
executeStartProcess(String, ActorInfo, String, String) - Method in class com.saperion.connector.wf.SaWFConnectorImpl
Start new process.
ExecuteStoredProcedure - Class in com.saperion.operations
Executes a stored procedure on the database.
ExecuteStoredProcedure(String, String, List<Serializable>) - Constructor for class com.saperion.operations.ExecuteStoredProcedure
Creates a new instance of ExecuteStoredProcedure that executes the given stored procedure on the database given by the data-source with the given parameters.
ExecuteStoredProcedure(String, String, Serializable...) - Constructor for class com.saperion.operations.ExecuteStoredProcedure
Creates a new instance of ExecuteStoredProcedure that executes the given stored procedure on the database given by the data-source with the given parameters.
executeTake() - Method in interface com.saperion.connector.wf.SaWFTask
Take step from task list.
executeTake() - Method in class com.saperion.connector.wf.SaWFTaskImpl
Take step from task list.
executeTerminate() - Method in interface com.saperion.connector.wf.SaWFTask
Terminate process.
executeTerminate() - Method in class com.saperion.connector.wf.SaWFTaskImpl
Terminate process.
ExecutionResult - Class in com.saperion.wf
 
ExecutionResult(String, int, int, String, boolean, int, List<WorkflowMember>) - Constructor for class com.saperion.wf.ExecutionResult
Constructor with error information.
expectedHash - Variable in class com.saperion.bean.ContentStream
 
expectedLength - Variable in class com.saperion.bean.ContentStream
 
expectedLength(long) - Method in class com.saperion.bean.ContentStream
Sets the expected length (number of bytes) of the content.
expectHash(String) - Method in class com.saperion.bean.ContentStream
Set the hash which is expected to be calculated while archiving the content.
exponent() - Method in enum com.saperion.util.FileSizeCalcer.FileSize
Returns the CalcFactor exponent of this file size.
exportEnabled - Variable in class com.saperion.ngc.iform.xml.ResultType
 
exstyle - Variable in class com.saperion.ngc.iform.xml.ButtonType
 
ExtendedLookupEntryService - Interface in com.saperion.lookup
This service collects extended functionality that the jcs provides in a lookup entry service that will not be implemented in the ecm server.
Extensions - Enum in com.saperion.constants.mime
Enum that represents the type format to MIME mapping.
EXTERNAL_APPLICATION_PATH - Static variable in class com.saperion.connector.renditions.isys.ISYSRenderEngine
Property used to define the absolute path of the external rendering-application.

F

factor() - Method in enum com.saperion.util.FileSizeCalcer.CalcFactor
Returns the devision factor.
FactoryException - Exception in com.saperion.connector.pool.exceptions
This Exception will be thrown, if the pool factory has problems to create a SaClassicConnector instance or if internal Exceptions should be thrown.
FactoryException() - Constructor for exception com.saperion.connector.pool.exceptions.FactoryException
Default constructor.
FactoryException(String) - Constructor for exception com.saperion.connector.pool.exceptions.FactoryException
Constructor.
FactoryException(Throwable) - Constructor for exception com.saperion.connector.pool.exceptions.FactoryException
Constructor.
FactoryException(String, Throwable) - Constructor for exception com.saperion.connector.pool.exceptions.FactoryException
Constructor.
FC_EVENT_ID - Static variable in interface com.saperion.intf.SaStatusEventListener
Key for folder class event id.
field - Variable in class com.saperion.ngc.iform.xml.LevelType
 
FIELD_DYN_PROP - Static variable in class com.saperion.constants.SaConstants
Dynamic properties field.
FIELD_DYN_TYPE - Static variable in class com.saperion.constants.SaConstants
Dynamic properties field type.
FIELD_EMBEDDED - Static variable in class com.saperion.constants.SaFolderConstants
Embedded field in xnClasses.
FIELD_HDOC - Static variable in class com.saperion.constants.SaConstants
Field name HDOC.
FIELD_ISCHECKEDOUT - Static variable in class com.saperion.constants.SaConstants
Node: Name of jcr-property in isCheckedOut.
FIELD_JCR_EFF_SECURITY - Static variable in class com.saperion.constants.SaConstants
Node: Name of user-property for effective security.
FIELD_JCR_MIXINTYPES - Static variable in class com.saperion.constants.SaConstants
Node: Name of user-property in jcr:mixintypes.
FIELD_JCR_NAME - Static variable in class com.saperion.constants.SaConstants
Node: Name of user-property in jcr:primarytype.
FIELD_JCR_PATH - Static variable in class com.saperion.constants.SaConstants
Node: Name of user-property in jcr:path.
FIELD_JCR_PRIMARYTYPE - Static variable in class com.saperion.constants.SaConstants
Node: Name of user-property in jcr:primarytype.
FIELD_JCR_WF_ATTACHMENTS - Static variable in class com.saperion.constants.SaWFConstants
Attachments field for jcr-workflow (obsolete).
FIELD_JCRXPRIMARYTYPE - Static variable in class com.saperion.constants.SaConstants
JCRXPRIMARYTYPE field name.
FIELD_LINKID - Static variable in class com.saperion.constants.SaConstants
Field name linkid.
FIELD_LOCKISDEEP - Static variable in class com.saperion.constants.SaConstants
LockNode: Name of jcr property in NodeInfoSets.
FIELD_LOCKUSER - Static variable in class com.saperion.constants.SaConstants
LockNode: Name of jcr property in NodeInfoSets.
FIELD_MV - Static variable in class com.saperion.constants.SaConstants
Deprecated.
FIELD_MV_HDOC - Static variable in class com.saperion.constants.SaConstants
Field name HDOC multivalue.
FIELD_PARENTID - Static variable in class com.saperion.constants.SaConstants
Field name parent.
FIELD_SVINDEXFORM - Static variable in class com.saperion.constants.SaFolderConstants
Application index form.
FIELD_SVPARTID - Static variable in class com.saperion.constants.SaConstants
SVPARTID.
FIELD_SVQUERYFORM - Static variable in class com.saperion.constants.SaFolderConstants
Application query form.
FIELD_SYSACLLIST - Static variable in class com.saperion.constants.SaConstants
 
FIELD_SYSACLUSERLIST - Static variable in class com.saperion.constants.SaConstants
Field name SYSACLUSERLIST.
FIELD_SYSBACKREF - Static variable in class com.saperion.constants.SaConstants
Field name backlink.
FIELD_SYSBINPROPNAME - Static variable in class com.saperion.constants.SaConstants
Field name dynamic binary properties.
FIELD_SYSCLIENT - Static variable in class com.saperion.constants.SaConstants
Field for client-ID in DDCs of type 1 (all tenants in one table).
FIELD_SYSCONTENT - Static variable in class com.saperion.constants.SaConstants
Content field on SQL Server.
FIELD_SYSCONTENTHASH - Static variable in class com.saperion.constants.SaConstants
Field for content hash.
FIELD_SYSCREATEDATE - Static variable in class com.saperion.constants.SaConstants
field name for the creation date
FIELD_SYSCREATEUSER - Static variable in class com.saperion.constants.SaConstants
field name for creation user
FIELD_SYSCUSTOMICON - Static variable in class com.saperion.constants.SaConstants
Field for custom icons.
FIELD_SYSCUSTOMICONNAME - Static variable in class com.saperion.constants.SaConstants
Field for custom icon names.
FIELD_SYSDOCFLOWDATA - Static variable in class com.saperion.constants.SaConstants
Field for Workflow infos.
FIELD_SYSDOCPROPERTIES - Static variable in class com.saperion.constants.SaConstants
Dynamic properties XML field on SQL Server.
FIELD_SYSDOCSTATE - Static variable in class com.saperion.constants.SaConstants
SYSDOCSTATE.
FIELD_SYSDOCTYPES - Static variable in class com.saperion.constants.SaConstants
Field for document types (contains extensions).
FIELD_SYSDOCUMENTDESCRIPTION - Static variable in class com.saperion.constants.SaConstants
Document description field on SQL Server.
FIELD_SYSDOCUMENTTABLES - Static variable in class com.saperion.constants.SaFolderConstants
Field for folder document tables.
FIELD_SYSELMID - Static variable in class com.saperion.constants.SaConstants
Field for email lifecyle management.
FIELD_SYSFILEDDOCCOUNT - Static variable in class com.saperion.constants.SaFolderConstants
Field for folder document count.
FIELD_SYSFILEICON - Static variable in class com.saperion.constants.SaConstants
Field for file-icon.
FIELD_SYSFILENAMES - Static variable in class com.saperion.constants.SaConstants
Field for filenames.
FIELD_SYSFOLDERCLASS - Static variable in class com.saperion.constants.SaFolderConstants
Field for folder class name.
FIELD_SYSFOLDERID - Static variable in class com.saperion.constants.SaFolderConstants
Document ddc field for filing.
FIELD_SYSFOLDERNAME - Static variable in class com.saperion.constants.SaFolderConstants
Folder properties name field.
FIELD_SYSFOLDERPATH - Static variable in class com.saperion.constants.SaFolderConstants
Folder properties XML field on SQL Server.
FIELD_SYSFOLDERTABLES - Static variable in class com.saperion.constants.SaFolderConstants
Field that contains names of folder tables a document is filed in.
FIELD_SYSINDEXCONTENT - Static variable in class com.saperion.constants.SaConstants
Content field on SQL Server.
FIELD_SYSINDEXSTATE - Static variable in class com.saperion.constants.SaConstants
Field name SysIndexState.
FIELD_SYSJCRVERSIONS - Static variable in class com.saperion.constants.SaConstants
Field name SYSJCRVERSIONS.
FIELD_SYSLCMSTAGE - Static variable in class com.saperion.constants.SaConstants
LCM-Stage field.
FIELD_SYSLINKFOLDER - Static variable in class com.saperion.constants.SaFolderConstants
Field for link folders.
FIELD_SYSLINKTABLE - Static variable in class com.saperion.constants.SaFolderConstants
Field for link tables.
FIELD_SYSLITIGATIONHOLD - Static variable in class com.saperion.constants.SaConstants
Litigation hold field.
FIELD_SYSMASKDDCNAME - Static variable in class com.saperion.constants.SaFolderConstants
Application DDC name.
FIELD_SYSMODIFYUSER - Static variable in class com.saperion.constants.SaConstants
field name for the last modification user
FIELD_SYSNODETYPE - Static variable in class com.saperion.constants.SaFolderConstants
Field for folder node type.
FIELD_SYSORDERKEY - Static variable in class com.saperion.constants.SaConstants
Field name order key.
FIELD_SYSOUTLINERDATA - Static variable in class com.saperion.constants.SaConstants
Outliner field name.
FIELD_SYSPAGES - Static variable in class com.saperion.constants.SaConstants
Field name syspages.
FIELD_SYSPARENTID - Static variable in class com.saperion.constants.SaFolderConstants
Folder parent id.
FIELD_SYSPRIVATEFOLDERUSER - Static variable in class com.saperion.constants.SaFolderConstants
User of private folder.
FIELD_SYSPROPERTIES - Static variable in class com.saperion.constants.SaConstants
the ignored properties field.
FIELD_SYSPROPERTIES - Static variable in class com.saperion.constants.SaFolderConstants
folder properties XML field on SQL Server.
FIELD_SYSRETENTIONTIME - Static variable in class com.saperion.constants.SaConstants
Retention time field.
FIELD_SYSREVCOMMENT - Static variable in class com.saperion.constants.SaConstants
SYSREVCOMMENT.
FIELD_SYSREVDATETIME - Static variable in class com.saperion.constants.SaConstants
SYSREVDATETIME.
FIELD_SYSREVREASON - Static variable in class com.saperion.constants.SaConstants
SYSREVREASON.
FIELD_SYSREVVERSION - Static variable in class com.saperion.constants.SaConstants
SYSREVVERSION.
FIELD_SYSROWID - Static variable in class com.saperion.constants.SaConstants
Field name document id.
FIELD_SYSTIMESTAMP - Static variable in class com.saperion.constants.SaConstants
Field name SysTimeStamp.
FIELD_SYSTREEACLS - Static variable in class com.saperion.constants.SaFolderConstants
Folder acls'.
FIELD_WF_CASEESCALATIONDATE - Static variable in class com.saperion.constants.SaWFConstants
Workflow field.
FIELD_WF_CLASSNAME - Static variable in class com.saperion.constants.SaWFConstants
Workflow field.
FIELD_WF_COMMENT - Static variable in class com.saperion.constants.SaWFConstants
Workflow field.
FIELD_WF_CREATEDATE - Static variable in class com.saperion.constants.SaWFConstants
Workflow field.
FIELD_WF_DEFINITION - Static variable in class com.saperion.constants.SaWFConstants
Workflow field.
FIELD_WF_DESCRIPTION - Static variable in class com.saperion.constants.SaWFConstants
Workflow field.
FIELD_WF_DFERROR - Static variable in class com.saperion.constants.SaWFConstants
Workflow field.
FIELD_WF_DFFLAG - Static variable in class com.saperion.constants.SaWFConstants
Workflow field.
FIELD_WF_DFPARENTUID - Static variable in class com.saperion.constants.SaWFConstants
Workflow field.
FIELD_WF_DFSERVER - Static variable in class com.saperion.constants.SaWFConstants
Workflow field.
FIELD_WF_DFUID - Static variable in class com.saperion.constants.SaWFConstants
Workflow field.
FIELD_WF_DOCROWID - Static variable in class com.saperion.constants.SaWFConstants
Workflow field.
FIELD_WF_DOCUID - Static variable in class com.saperion.constants.SaWFConstants
Workflow field.
FIELD_WF_DTFOLDER1 - Static variable in class com.saperion.constants.SaWFConstants
Workflow field.
FIELD_WF_DTFOLDER2 - Static variable in class com.saperion.constants.SaWFConstants
Workflow field.
FIELD_WF_DTFOLDER3 - Static variable in class com.saperion.constants.SaWFConstants
Workflow field.
FIELD_WF_DTFOLDER4 - Static variable in class com.saperion.constants.SaWFConstants
Workflow field.
FIELD_WF_DTFOLDERSYS - Static variable in class com.saperion.constants.SaWFConstants
Workflow field.
FIELD_WF_DURATIONAC - Static variable in class com.saperion.constants.SaWFConstants
Workflow field.
FIELD_WF_DURATIONBC - Static variable in class com.saperion.constants.SaWFConstants
Workflow field.
FIELD_WF_ERRMSG - Static variable in class com.saperion.constants.SaWFConstants
Workflow field.
FIELD_WF_ESCALATIONDATE - Static variable in class com.saperion.constants.SaWFConstants
Workflow field.
FIELD_WF_ESCALATIONID - Static variable in class com.saperion.constants.SaWFConstants
Workflow field.
FIELD_WF_ESTWORKINGTIMEAC - Static variable in class com.saperion.constants.SaWFConstants
Workflow field.
FIELD_WF_ESTWORKINGTIMEBC - Static variable in class com.saperion.constants.SaWFConstants
Workflow field.
FIELD_WF_HOLDDATE - Static variable in class com.saperion.constants.SaWFConstants
Workflow field.
FIELD_WF_LASTNODEID - Static variable in class com.saperion.constants.SaWFConstants
Workflow field.
FIELD_WF_LASTNODENAME - Static variable in class com.saperion.constants.SaWFConstants
Workflow field.
FIELD_WF_LASTUSER - Static variable in class com.saperion.constants.SaWFConstants
Workflow field.
FIELD_WF_LASTUSERFULLNAME - Static variable in class com.saperion.constants.SaWFConstants
Workflow field.
FIELD_WF_LASTUSERID - Static variable in class com.saperion.constants.SaWFConstants
Workflow field.
FIELD_WF_LASTUSERORGUNIT - Static variable in class com.saperion.constants.SaWFConstants
Workflow field.
FIELD_WF_LASTUSERORGUNITNAME - Static variable in class com.saperion.constants.SaWFConstants
Workflow field.
FIELD_WF_LASTUSERSHORT - Static variable in class com.saperion.constants.SaWFConstants
Workflow field.
FIELD_WF_LINKID - Static variable in class com.saperion.constants.SaWFConstants
Workflow field.
FIELD_WF_NODEID - Static variable in class com.saperion.constants.SaWFConstants
Workflow field.
FIELD_WF_NODEIDX - Static variable in class com.saperion.constants.SaWFConstants
Workflow field.
FIELD_WF_NODENAME - Static variable in class com.saperion.constants.SaWFConstants
Workflow field.
FIELD_WF_ORGUNIT - Static variable in class com.saperion.constants.SaWFConstants
Workflow field.
FIELD_WF_ORGUNITNAME - Static variable in class com.saperion.constants.SaWFConstants
Workflow field.
FIELD_WF_OWNER - Static variable in class com.saperion.constants.SaWFConstants
Workflow field.
FIELD_WF_OWNERFULLNAME - Static variable in class com.saperion.constants.SaWFConstants
Workflow field.
FIELD_WF_OWNERID - Static variable in class com.saperion.constants.SaWFConstants
Workflow field.
FIELD_WF_OWNERORGUNIT - Static variable in class com.saperion.constants.SaWFConstants
Workflow field.
FIELD_WF_OWNERORGUNITNAME - Static variable in class com.saperion.constants.SaWFConstants
Workflow field.
FIELD_WF_OWNERSHORT - Static variable in class com.saperion.constants.SaWFConstants
Workflow field.
FIELD_WF_POOLESCALATIONDATE - Static variable in class com.saperion.constants.SaWFConstants
Workflow field.
FIELD_WF_PRIORITY - Static variable in class com.saperion.constants.SaWFConstants
Workflow field.
FIELD_WF_PROCESSNAME - Static variable in class com.saperion.constants.SaWFConstants
Workflow field.
FIELD_WF_PROCESSVER - Static variable in class com.saperion.constants.SaWFConstants
Workflow field.
FIELD_WF_RECEIVEDATE - Static variable in class com.saperion.constants.SaWFConstants
Workflow field.
FIELD_WF_REPOSITORY - Static variable in class com.saperion.constants.SaWFConstants
Workflow field.
FIELD_WF_REQUESTID - Static variable in class com.saperion.constants.SaWFConstants
Workflow field.
FIELD_WF_STATUS - Static variable in class com.saperion.constants.SaWFConstants
Workflow field.
FIELD_WF_STATUSTEXT - Static variable in class com.saperion.constants.SaWFConstants
Workflow field.
FIELD_WF_SUBJECT - Static variable in class com.saperion.constants.SaWFConstants
Workflow field.
FIELD_WF_SYSACLLIST - Static variable in class com.saperion.constants.SaWFConstants
Workflow field.
FIELD_WF_SYSDOCSTATE - Static variable in class com.saperion.constants.SaWFConstants
Workflow field.
FIELD_WF_SYSINDEXSTATE - Static variable in class com.saperion.constants.SaWFConstants
Workflow field.
FIELD_WF_SYSOUTLINERDATA - Static variable in class com.saperion.constants.SaWFConstants
Workflow field.
FIELD_WF_SYSROWID - Static variable in class com.saperion.constants.SaWFConstants
Workflow field.
FIELD_WF_SYSTIMESTAMP - Static variable in class com.saperion.constants.SaWFConstants
Workflow field.
FIELD_WF_USERDEFINED - Static variable in class com.saperion.constants.SaWFConstants
Workflow field.
FIELD_WF_USERDEFINED1 - Static variable in class com.saperion.constants.SaWFConstants
Workflow field.
FIELD_WF_USERDEFINED2 - Static variable in class com.saperion.constants.SaWFConstants
Workflow field.
FIELD_WF_USERDEFINED3 - Static variable in class com.saperion.constants.SaWFConstants
Workflow field.
FIELD_WF_USERDEFINED4 - Static variable in class com.saperion.constants.SaWFConstants
Workflow field.
FIELD_WF_USERDEFINED5 - Static variable in class com.saperion.constants.SaWFConstants
Workflow field.
FIELD_WF_USERFULLNAME - Static variable in class com.saperion.constants.SaWFConstants
Workflow field.
FIELD_WF_USERID - Static variable in class com.saperion.constants.SaWFConstants
Workflow field.
FIELD_WF_USERNAME - Static variable in class com.saperion.constants.SaWFConstants
Workflow field.
FIELD_WF_USERSHORT - Static variable in class com.saperion.constants.SaWFConstants
Workflow field.
FIELD_WF_WORKINGTIMEAC - Static variable in class com.saperion.constants.SaWFConstants
Workflow field.
FIELD_WF_WORKINGTIMEBC - Static variable in class com.saperion.constants.SaWFConstants
Workflow field.
FIELD_WF_XHDOC - Static variable in class com.saperion.constants.SaWFConstants
Workflow field.
FIELD_WF_XXFLAGS - Static variable in class com.saperion.constants.SaWFConstants
Workflow field.
FIELD_WF_XXLEVEL - Static variable in class com.saperion.constants.SaWFConstants
Workflow field.
FIELD_WF_XXUSER - Static variable in class com.saperion.constants.SaWFConstants
Workflow field.
FIELD_WORKFLOW_ATTACHMENTS - Static variable in class com.saperion.constants.SaConstants
Fieldname for workflow attachments.
FIELD_XHDOC - Static variable in class com.saperion.constants.SaConstants
Field name HDOC.
FIELD_XXFLAGS - Static variable in class com.saperion.constants.SaConstants
XXFLAGS.
FIELD_XXSYSDOCPROPERTIES - Static variable in class com.saperion.constants.SaConstants
Dynamic properties CLOB field on ORACLE.
FIELD_XXSYSPROPERTIES - Static variable in class com.saperion.constants.SaFolderConstants
Folder properties CLOB field on ORACLE.
FieldArrayMapper - Interface in com.saperion.operations.inject
Maps HFIELDDATAArray to List and Map and back.
fieldDDC - Variable in class com.saperion.ngc.iform.xml.EditFieldType
 
fieldDefault - Variable in class com.saperion.ngc.iform.xml.EditFieldType
 
fieldDescription - Variable in class com.saperion.ngc.iform.xml.EditFieldType
 
fieldLength - Variable in class com.saperion.ngc.iform.xml.EditFieldType
 
fieldName - Variable in class com.saperion.ngc.iform.xml.ColumnType
 
fields - Variable in class com.saperion.ngc.iform.xml.GroupType
 
fieldType - Variable in class com.saperion.ngc.iform.xml.ColumnType
 
fieldValues - Variable in exception com.saperion.exception.ConstraintViolationException
 
FILE_EXTENSION - Static variable in class com.saperion.constants.SaPatterns
Precompiled pattern to match a file-extension at the end of the input consisting of 2-4 word characters.
FileOps - Class in com.saperion.connector.renditions.isys.util
 
FileOps() - Constructor for class com.saperion.connector.renditions.isys.util.FileOps
 
FileSizeCalcer - Class in com.saperion.util
This class can be statically used to calculate file sizes by given bytes.
FileSizeCalcer.CalcFactor - Enum in com.saperion.util
This enumeration defines the devision factors used by the FileSizeCalcer.
FileSizeCalcer.FileSize - Enum in com.saperion.util
This enumeration defines the file size exponents of the CalcFactor to calculate file sizes.
filterEnabled - Variable in class com.saperion.ngc.iform.xml.ResultType
 
filterSystemFields(DDC, List<Map<String, PropertyType>>) - Method in interface com.saperion.operations.inject.DocumentDefinitionService
This method the system fields from a given list of result map.
filterSystemFields(DDC, Map<String, PropertyType>) - Method in interface com.saperion.operations.inject.DocumentDefinitionService
This method filters the system fields from a given result map.
findConverterInMap(Class<TargetType>, Map<Class<?>, Converter<?, ?>>) - Method in class com.saperion.util.conversion.DefaultConversionManager
 
finished() - Method in class com.saperion.util.StartupTimer
Notifies this StartupTimer that the startup process was finished.
finishSQLTransaction(boolean, String) - Method in class com.saperion.connector.rmi.AbstractQueryRMIClientCommand
Finish SQL transaction.
finishSQLTransaction(boolean, String) - Method in interface com.saperion.connector.rmi.SaRMIClientCommand
Finish SQL transaction.
finishSQLTransaction(int, boolean, String) - Method in interface com.saperion.rmi.common.SaRMIServerCommand
Finish SQL transaction.
finishTransaction(boolean) - Method in class com.saperion.connector.rmi.AbstractDocRMIClientCommand
Finish the transaction in the backend system.
finishTransaction(boolean) - Method in interface com.saperion.connector.rmi.SaRMIClientCommand
Finish the transaction in the backend system.
finishTransaction(int, boolean) - Method in interface com.saperion.rmi.common.SaRMIServerCommand
Finish the transaction in the backend system.
fire() - Method in interface com.saperion.connector.events.CustomEventBuilder
Fires the custom event defined by this builder.
FireCustomEvent - Class in com.saperion.operations.events
An Operation that fires a custom event.
FireCustomEvent(String, Map<String, String>) - Constructor for class com.saperion.operations.events.FireCustomEvent
 
fireEvent(SaEvent) - Method in interface com.saperion.intf.SaEventListener
Method to call, if a event will be fired.
fireEvent(Object, Properties) - Method in interface com.saperion.intf.SaStatusEventListener
Method to call, if a event will be fired.
fireEvent(SaWfEvent) - Method in interface com.saperion.intf.wf.SaWfEventListener
Method to call, if a event will be fired.
FLAG - Static variable in class com.saperion.util.HdocUtil.SAPDocId
The SAP Doc ID Flag.
FLAG_PUTBACK - Static variable in class com.saperion.constants.SaWFConstants
Flag for put back.
flags - Variable in class com.saperion.ngc.iform.xml.HotkeyType
 
FLGANNOTATE - Static variable in interface com.saperion.rmi.SaACLRights
internal - do not use
FLGBLACKMARKER - Static variable in interface com.saperion.rmi.SaACLRights
internal - do not use
FLGCOMPLETE - Static variable in interface com.saperion.rmi.SaACLRights
internal - do not use
FLGDELETE - Static variable in interface com.saperion.rmi.SaACLRights
internal - do not use
FLGEXPANDINDEX - Static variable in interface com.saperion.rmi.SaACLRights
internal - do not use
FLGEXPORT - Static variable in interface com.saperion.rmi.SaACLRights
internal - do not use
FLGINDEX - Static variable in interface com.saperion.rmi.SaACLRights
internal - do not use
FLGMODIFYDOC - Static variable in interface com.saperion.rmi.SaACLRights
internal - do not use
FLGPERMISSIONS - Static variable in interface com.saperion.rmi.SaACLRights
internal - do not use
FLGREAD - Static variable in interface com.saperion.rmi.SaACLRights
internal - do not use
FLGRECORDSMANAGEMENT - Static variable in interface com.saperion.rmi.SaACLRights
internal - do not use
FLGRELEASE - Static variable in interface com.saperion.rmi.SaACLRights
internal - do not use
FLGRESTOREREVISION - Static variable in interface com.saperion.rmi.SaACLRights
internal - do not use
FLGREVISIONHISTORIE - Static variable in interface com.saperion.rmi.SaACLRights
internal - do not use
FLGRIGHTEXTENSION - Static variable in interface com.saperion.rmi.SaACLRights
internal - do not use
FLGSAVEBLACKMARKERS - Static variable in interface com.saperion.rmi.SaACLRights
internal - do not use
FLGVISIBLE - Static variable in interface com.saperion.rmi.SaACLRights
internal - do not use
FLGWRITE - Static variable in interface com.saperion.rmi.SaACLRights
internal - do not use
fName - Variable in class com.saperion.ngc.iform.xml.EditFieldType
 
fnClose - Variable in class com.saperion.ngc.iform.xml.LevelType
 
fnOpen - Variable in class com.saperion.ngc.iform.xml.LevelType
 
FO_HOSTS - Static variable in class com.saperion.constants.SaConstants
Section name prefix for backup/failover broker server instances.
FOLDER_CLASS_DDC - Static variable in class com.saperion.constants.SaFolderConstants
Name of the folder class DDC.
FOLDER_COUNT_CACHE_NAME - Static variable in class com.saperion.constants.SaConstants
Cache name for Folder Count Caching.
FOLDER_DDC - Static variable in class com.saperion.constants.SaFolderConstants
Name of the folder DDC.
FOLDER_NAME_ILLEGAL_CHARS - Static variable in class com.saperion.constants.SaFolderConstants
Set of chars that are not allowed to exist in a folder-name (',",/,\,| and everything below ANSI code 32).
FOLDER_NAME_MAX_LENGTH - Static variable in class com.saperion.constants.SaFolderConstants
Maximum length of folder name.
FOLDER_PATH_MAX_LENGTH - Static variable in class com.saperion.constants.SaFolderConstants
Maximum length of folder path.
FOLDER_QUERY_PREFIX - Static variable in class com.saperion.rmi.SaQueryInfo
folder query prefix.
FolderUpdateInfo - Class in com.saperion.folder
Container for informational objects that describe the folders (workflow or simple) that shall be refreshed on ngclient side.
FolderUpdateInfo(String, String, long, boolean) - Constructor for class com.saperion.folder.FolderUpdateInfo
 
FolderUpdateInfo(SaDocumentInfo, boolean, long) - Constructor for class com.saperion.folder.FolderUpdateInfo
Constructor for simple Folders.
FolderUpdateInfo(BoxDefinition, boolean, long) - Constructor for class com.saperion.folder.FolderUpdateInfo
Constructor for Workflow Folders.
font - Variable in class com.saperion.ngc.iform.xml.ButtonType
 
font - Variable in class com.saperion.ngc.iform.xml.EditFieldType
 
font - Variable in class com.saperion.ngc.iform.xml.FrameType
 
font - Variable in class com.saperion.ngc.iform.xml.GroupboxType
 
font - Variable in class com.saperion.ngc.iform.xml.LabelType
 
font - Variable in class com.saperion.ngc.iform.xml.OutlinerType
 
font - Variable in class com.saperion.ngc.iform.xml.ResultType
 
font - Variable in class com.saperion.ngc.iform.xml.TabListType
 
FontType - Class in com.saperion.ngc.iform.xml
Java class for fontType complex type.
FontType() - Constructor for class com.saperion.ngc.iform.xml.FontType
 
forceDocumentIndexMask - Variable in class com.saperion.ngc.iform.xml.ResultType
 
Form - Class in com.saperion.ngc.iform.xml
Java class for Form complex type.
Form() - Constructor for class com.saperion.ngc.iform.xml.Form
 
format(Calendar) - Static method in class com.saperion.util.ISO8601
Formats a Calendar value into an ISO8601-compliant date/time string.
FORMAT - Static variable in class com.saperion.web.filter.ProcessingTimeFilter
Decimal number format.
formatString - Variable in class com.saperion.ngc.iform.xml.EditFieldType
 
FormWrapper - Class in com.saperion.settings
Form wrapper class holding the jaxb generated Form.
FormWrapper(Form) - Constructor for class com.saperion.settings.FormWrapper
Constructor.
found() - Method in class com.saperion.settings.SettingSearchResult
 
fractionDigits - Variable in class com.saperion.ngc.iform.xml.EditFieldType
 
frame - Variable in class com.saperion.ngc.iform.xml.Form
 
frame - Variable in class com.saperion.ngc.iform.xml.GroupboxType
 
frame - Variable in class com.saperion.ngc.iform.xml.HiddenType
 
frameColor - Variable in class com.saperion.ngc.iform.xml.ViewerType
 
frameId - Variable in class com.saperion.ngc.iform.xml.PosType
 
FrameKindType - Enum in com.saperion.ngc.iform.xml
Java class for frameKindType.
frameposition - Variable in class com.saperion.ngc.iform.xml.HeaderType
 
framePosition - Variable in class com.saperion.ngc.iform.xml.PosType
 
frameScale - Variable in class com.saperion.ngc.iform.xml.ViewerType
 
FrameType - Class in com.saperion.ngc.iform.xml
Java class for FrameType complex type.
FrameType() - Constructor for class com.saperion.ngc.iform.xml.FrameType
 
FROM - Static variable in class com.saperion.constants.SaPatterns
from pattern.
from - Variable in class com.saperion.ngc.iform.xml.ConnectionType
 
FROM_CLAUSE - Static variable in class com.saperion.constants.SaPatterns
precompiled Pattern for from.
fromConfiguration(SaJMXConfiguration) - Static method in class com.saperion.config.ServerSideClientConfiguration
 
fromDescriptor(InputStreamDescriptor) - Static method in class com.saperion.bean.ContentStream
 
fromInt(int) - Static method in enum com.saperion.constants.SaWFConstants.CommandId
Converts from int.
fromInt(int) - Static method in enum com.saperion.intf.wf.HistoryInfo.HistoryKind
 
fromNative(NodeInfoRecord) - Static method in class com.saperion.connector.wf.TaskUserSelection
Creates a TaskUserSelection that matches the given instance of the native type NodeInfoRecord
fromNative(DfNodeDescr) - Static method in class com.saperion.connector.wf.TaskUserSelection
Creates a TaskUserSelection that matches the given instance of the native type DfNodeDescription
fromNative(ContainerTriggerParms) - Static method in class com.saperion.rmi.storage.ContainerTrigger
 
fromNative(MediumInfoType) - Static method in class com.saperion.rmi.storage.Medium
Constructs an instance of Medium from a given wrapper of the corresponding native type.
fromNative(MediumInfoType) - Static method in class com.saperion.rmi.storage.MediumAccessData
Constructs an instance of MediumAccessData from a given wrapper of the corresponding native type.
fromNative(MediumInfoType) - Static method in class com.saperion.rmi.storage.MediumFillState
Constructs an instance of MediumFillState from a given wrapper of the corresponding native type.
fromNative(MediaUIDType) - Static method in class com.saperion.rmi.storage.MediumId
 
fromNative(MediumKinds) - Static method in enum com.saperion.rmi.storage.MediumType
 
fromNative(MirrorKind) - Static method in enum com.saperion.rmi.storage.MirrorType
 
fromReturnCode(Returncodes, String) - Static method in class com.saperion.exception.NativeReturnCodeMapper
Matches ReturnCodes to exceptions.
fromString(Class<T>, String) - Method in interface com.saperion.jna.typemapping.database.DataBaseFieldMapper
 
fromValue(String) - Static method in enum com.saperion.ngc.iform.xml.AlignType
 
fromValue(String) - Static method in enum com.saperion.ngc.iform.xml.BmTypeType
 
fromValue(String) - Static method in enum com.saperion.ngc.iform.xml.ButtonKindType
 
fromValue(String) - Static method in enum com.saperion.ngc.iform.xml.EmbeddedType
 
fromValue(String) - Static method in enum com.saperion.ngc.iform.xml.FrameKindType
 
fromValue(String) - Static method in enum com.saperion.ngc.iform.xml.HeaderKindType
 
fromValue(String) - Static method in enum com.saperion.ngc.iform.xml.LimitType
 
fromValue(String) - Static method in enum com.saperion.ngc.iform.xml.OverrideKindType
 
fromValue(String) - Static method in enum com.saperion.ngc.iform.xml.SaveActionType
 
fromValue(String) - Static method in enum com.saperion.ngc.iform.xml.SortKindType
 
fromValue(String) - Static method in enum com.saperion.ngc.iform.xml.StyleType
 
fromValue(String) - Static method in enum com.saperion.ngc.iform.xml.TabPositionType
 
fromValue(String) - Static method in enum com.saperion.ngc.iform.xml.TargetClientsType
 
fromValue(String) - Static method in enum com.saperion.ngc.iform.xml.VisibilityType
 
fromValue(String) - Static method in enum com.saperion.ngc.iform.xml.WorkflowActionType
 
FT_BINARY - Static variable in class com.saperion.constants.SaConstants
Value for binary fields.
FT_BOOLEAN - Static variable in class com.saperion.constants.SaConstants
Value for boolean fields.
FT_COUNTER - Static variable in class com.saperion.constants.SaConstants
Value for counter fields.
FT_CURRENCY - Static variable in class com.saperion.constants.SaConstants
Value for currency fields.
FT_DATE - Static variable in class com.saperion.constants.SaConstants
Value for date fields.
FT_DATETIME - Static variable in class com.saperion.constants.SaConstants
Value for datetime fields.
FT_DOCREPR - Static variable in class com.saperion.constants.SaConstants
Value for document representation fields.
FT_DOUBLE - Static variable in class com.saperion.constants.SaConstants
Value for double fields.
FT_HIJRIDATE - Static variable in class com.saperion.constants.SaConstants
Value for hijri date fields.
FT_INTEGER - Static variable in class com.saperion.constants.SaConstants
Value for integer fields.
FT_JCR_BACK_LINK - Static variable in class com.saperion.constants.SaConstants
Value containing a node's back links.
FT_JCR_NAME - Static variable in class com.saperion.constants.SaConstants
Value for JCR name.
FT_JCR_PATH - Static variable in class com.saperion.constants.SaConstants
Value for JCR path.
FT_JCR_REF - Static variable in class com.saperion.constants.SaConstants
Value for JCR reference.
FT_JCR_URI - Static variable in class com.saperion.constants.SaConstants
Value for JCR URI.
FT_JCR_WEAK_REF - Static variable in class com.saperion.constants.SaConstants
Value for JCR weak reference.
FT_JCR_XML_RETR - Static variable in class com.saperion.constants.SaConstants
Value for XML retrieval (FID7474, dynamic properties).
FT_KEY - Static variable in class com.saperion.constants.SaConstants
Value for key fields.
FT_NO_DB_FIELDS - Static variable in class com.saperion.constants.SaConstants
Fields without database representation.
FT_STRING - Static variable in class com.saperion.constants.SaConstants
Value for string fields.
FT_TEXT_RETR - Static variable in class com.saperion.constants.SaConstants
Value for Text-Retrieval fields.
FT_THUMBNAIL - Static variable in class com.saperion.constants.SaConstants
Value for thumbnail fields.
FT_TIME - Static variable in class com.saperion.constants.SaConstants
Value for time fields.
FT_UNI_RET - Static variable in class com.saperion.constants.SaConstants
Value for unicode retrieval.
FT_UNI_TEXT - Static variable in class com.saperion.constants.SaConstants
Value for unicode text.
FT_WRONG_TYPE - Static variable in class com.saperion.constants.SaConstants
Value for wrong fields.
FULL_TEXT_COLUMN_PREFIX - Static variable in class com.saperion.constants.SaConstants
Will be prefixed with full text column
fullTextContainsClauseConverter(String) - Method in class com.saperion.query.fulltext.ContainsClauseConverterMSSQL
Converts the fulltext clause.
FulltextQueryModifier - Class in com.saperion.query.fulltext
Util class for the query string modification.
FulltextQueryModifier(DDC, Map<String, String>, SQLType) - Constructor for class com.saperion.query.fulltext.FulltextQueryModifier
Creates an instance of the QueryModifier class.

G

geArchiveReference() - Method in class com.saperion.operations.lookup.SearchLookupEntriesOperation
 
geArchiveReference() - Method in class com.saperion.operations.lookup.SearchUniqueLookupEntryOperation
 
GenericArrayConverter<SourceType,TargetType> - Class in com.saperion.util.conversion.array
Converter that converts an array of arbitrary objects to a typed array for a given type and a given ConversionManager.
GenericArrayConverter(ArrayFactory<TargetType>, ConversionManager, Class<TargetType>) - Constructor for class com.saperion.util.conversion.array.GenericArrayConverter
 
GenericKeyedSessionPoolFactory - Class in com.saperion.connector.pool
The factory used be the pool to create new sessions.
GenericKeyedSessionPoolFactory() - Constructor for class com.saperion.connector.pool.GenericKeyedSessionPoolFactory
 
genericMapping(List<PropertyType>) - Method in interface com.saperion.operations.inject.FieldArrayMapper
Creates a native odbc field array (HFIELDDATAArray) with values that match to the given java objects.
genericMapping(HFIELDDATAArray) - Method in interface com.saperion.operations.inject.FieldArrayMapper
Creates a list of Objects that matches the given native odbc fields
get() - Method in interface com.saperion.connector.structures.identifiers.ID
 
get() - Method in class com.saperion.connector.structures.identifiers.RevisionUID
 
get() - Method in class com.saperion.connector.structures.identifiers.UID
 
get(int) - Static method in enum com.saperion.intf.SaUserInfo.GroupKind
 
get(Class<T>) - Static method in class com.saperion.rmi.InstanceHolder
Gets the.
get(String, Object) - Method in class com.saperion.util.configuration.ConfigHolder
Returns the value for the given key as an Object if existing.
get() - Method in enum com.saperion.util.CryptoUtil.HashAlogrithmn
 
get(Class<T>, int, T) - Static method in class com.saperion.util.EnumConstant
Retrieves the enum-constant at the specified position in the value-array of the Enum defined by the specified class.
getAbsoluteConfigPath(String) - Method in class com.saperion.config.SaJMXConfiguration
returns an absolute path for the specified file name.
getAbsolutePath(ConfigFileDescriptor) - Static method in class com.saperion.util.configuration.ConfigurationUtil
Returns the absolute path of the given configuration file.
getAbsolutePath(ConfigurationFileHolder) - Static method in class com.saperion.util.configuration.ConfigurationUtil
Returns the absolute path of the given configuration file holder.
getAccessControlLists(LookupEntryReferenceType) - Method in class com.saperion.connector.service.RmiClientExtendedLookupEntryService
 
getAccessControlLists(LookupEntryReferenceType) - Method in interface com.saperion.lookup.ExtendedLookupEntryService
This method returns the list of access control lists set on a given lookup entry.
getAccessData() - Method in class com.saperion.rmi.storage.Medium
 
getAccessFlags() - Method in class com.saperion.bean.SaDocAccessDataImpl
Returns complete Saperion access flags for the document.
getAccessFlags() - Method in interface com.saperion.intf.SaDocAccessData
Deprecated.
Returns complete Saperion access flags for the document.
getAccessibleWorkspaces() - Method in class com.saperion.rmi.SaWorkspaceInfo
 
getAccessKey() - Method in interface com.saperion.intf.SaSetting
Returns the access key the setting is associated to.
getAccessKey() - Method in class com.saperion.settings.SaSystemSettingImpl
Returns the access key the setting is associated to.
getAccessKey() - Method in class com.saperion.settings.SaUserSettingImpl
Returns the access key the setting is associated to.
getAccessOnEntry(LookupEntryReferenceType) - Method in class com.saperion.connector.service.RmiClientExtendedLookupEntryService
 
getAccessOnEntry(LookupEntryReferenceType) - Method in interface com.saperion.lookup.ExtendedLookupEntryService
This method returns the current users rights on the given lookup entry.
GetAccessOnLookupEntry - Class in com.saperion.operations.lookup
This Operation returns the access rights the current user has on the lookup entry referenced by the given id.
GetAccessOnLookupEntry(LookupEntryReferenceType) - Constructor for class com.saperion.operations.lookup.GetAccessOnLookupEntry
 
getAclList() - Method in class com.saperion.ngc.iform.xml.HeaderType
Gets the value of the aclList property.
getACLNames(String) - Method in class com.saperion.connector.rmi.AbstractDocRMIClientCommand
Reads the ACL's for the given document.
getACLNames(String) - Method in interface com.saperion.connector.rmi.SaRMIClientCommand
Reads the ACL's for the given document.
getACLNames(String) - Method in interface com.saperion.connector.SaClassicConnector
This method returns the names of the Access Control Lists that are assigned to this document.
getACLNames(String) - Method in class com.saperion.connector.SaClassicConnectorImpl
 
getACLNames(int, String) - Method in interface com.saperion.rmi.common.SaRMIServerCommand
Reads the ACL's for the given document.
getAclReferences() - Method in class com.saperion.operations.lookup.CreateLookupEntryOperation
 
getAclReferences() - Method in class com.saperion.operations.lookup.UpdateLookupEntry
 
getACLRights(String[]) - Method in class com.saperion.connector.rmi.AbstractDocRMIClientCommand
Reads the rights for the given acl's.
getACLRights(String[]) - Method in interface com.saperion.connector.rmi.SaRMIClientCommand
Reads the rights for the given acl's.
getACLRights(String[]) - Method in interface com.saperion.connector.SaClassicConnector
This method returns the access rights the current user has when in the context of the Access Controll Lists given by name.
getACLRights(String[]) - Method in class com.saperion.connector.SaClassicConnectorImpl
 
getACLRights(int, String[]) - Method in interface com.saperion.rmi.common.SaRMIServerCommand
Reads the rights for the given ACL's.
getAcls() - Method in class com.saperion.connector.rmi.AbstractDocRMIClientCommand
Reads all existing ACLs.
getAcls() - Method in interface com.saperion.connector.rmi.SaRMIClientCommand
Reads all existing ACLs.
getAcls() - Method in interface com.saperion.connector.SaClassicConnector
This method returns all Access Control Lists in the current tenant.
getAcls() - Method in class com.saperion.connector.SaClassicConnectorImpl
 
getAcls() - Method in class com.saperion.conversion.CreateDocumentInputTypeFromDocumentInfoAdapter
 
getAcls() - Method in class com.saperion.conversion.UpdateDocumentInputTypeFromUpdateInfoAdapter
 
getAcls(int) - Method in interface com.saperion.rmi.common.SaRMIServerCommand
Reads all existing Acls.
getAcls() - Method in class com.saperion.structures.Description
 
getActivity() - Method in interface com.saperion.intf.wf.ContextInfo
 
getActivity() - Method in interface com.saperion.intf.wf.HistoryInfo
 
getActivity() - Method in class com.saperion.rmi.ContextInfoImpl
getActivity() - Method in class com.saperion.wf.HistoryInfoImpl
getActivityId() - Method in interface com.saperion.intf.wf.LastTaskInfo
 
getActivityId() - Method in interface com.saperion.intf.wf.TaskInfo
 
getActivityId() - Method in class com.saperion.wf.LastTaskInfoImpl
getActivityId() - Method in class com.saperion.wf.TaskInfoImpl
getActivityName() - Method in interface com.saperion.intf.wf.LastTaskInfo
 
getActivityName() - Method in interface com.saperion.intf.wf.ProcessInfo
 
getActivityName() - Method in class com.saperion.wf.LastTaskInfoImpl
getActivityName() - Method in class com.saperion.wf.ProcessInfoImpl
getActor() - Method in interface com.saperion.intf.wf.ContextInfo
 
getActor() - Method in interface com.saperion.intf.wf.HistoryInfo
 
getActor() - Method in interface com.saperion.intf.wf.LastTaskInfo
 
getActor() - Method in interface com.saperion.intf.wf.TaskInfo
 
getActor() - Method in class com.saperion.rmi.ContextInfoImpl
getActor() - Method in class com.saperion.wf.HistoryInfoImpl
getActor() - Method in class com.saperion.wf.LastTaskInfoImpl
getActor() - Method in class com.saperion.wf.TaskInfoImpl
getActorFullName() - Method in interface com.saperion.intf.wf.ActorInfo
 
getActorFullName() - Method in class com.saperion.wf.ActorInfoImpl
getActorId() - Method in interface com.saperion.intf.wf.ActorInfo
 
getActorId() - Method in class com.saperion.wf.ActorInfoImpl
getActorOrgUnit() - Method in interface com.saperion.intf.wf.ActorInfo
 
getActorOrgUnit() - Method in class com.saperion.wf.ActorInfoImpl
getActorOrgUnitName() - Method in interface com.saperion.intf.wf.ActorInfo
 
getActorOrgUnitName() - Method in class com.saperion.wf.ActorInfoImpl
getActorShort() - Method in interface com.saperion.intf.wf.ActorInfo
 
getActorShort() - Method in class com.saperion.wf.ActorInfoImpl
getActualCount() - Method in class com.saperion.rmi.SerializableStream
Gets the actual count.
getActualDefinitionKind() - Method in exception com.saperion.exception.WrongDefinitionKindException
This method returns the kind of definition that was encountered.
getActualServer() - Method in class com.saperion.connector.rmi.SaRMIServerInfo
Reads the actual server from the list of fail over servers.
getAlias() - Method in interface com.saperion.intf.wf.ContextInfo
 
getAlias() - Method in class com.saperion.rmi.ContextInfoImpl
getAlign() - Method in class com.saperion.ngc.iform.xml.ColumnType
Gets the value of the align property.
getAlign() - Method in class com.saperion.ngc.iform.xml.EditFieldType
Gets the value of the align property.
getAlign() - Method in class com.saperion.ngc.iform.xml.LabelType
Gets the value of the align property.
getAll() - Method in class com.saperion.settings.SettingSearchResult
 
getAll() - Method in class com.saperion.util.configuration.ConfigHolder
Returns all properties of this holder as a Properties object.
getAllACLs() - Method in class com.saperion.connector.rmi.AbstractDocRMIClientCommand
Deprecated.
getAllACLs() - Method in interface com.saperion.connector.rmi.SaRMIClientCommand
Deprecated.
getAllACLs(String) - Method in class com.saperion.connector.rmi.SaRMISystemConnector
Reads all existing ACL names.
getAllACLs() - Method in interface com.saperion.connector.SaClassicConnector
Deprecated.
use SaClassicConnector.getAcls() instead. Will be removed with version 8.1
getAllACLs() - Method in class com.saperion.connector.SaClassicConnectorImpl
Deprecated.
getAllACLs(int) - Method in interface com.saperion.rmi.common.SaRMIServerCommand
Deprecated.
getAllACLs(String) - Method in interface com.saperion.rmi.common.SaRMISystemCommand
Reads all existing ACL names.
GetAllBoxCounts - Class in com.saperion.operations.workflow
Returns the counts of all active entries in the specified workflow inboxes.
GetAllBoxCounts(Set<Integer>) - Constructor for class com.saperion.operations.workflow.GetAllBoxCounts
 
getAllConfigFiles() - Method in interface com.saperion.util.configuration.ConfigurationFileHolder
Returns all configuration files of this ConfigurationFileHolder.
getAllFailoverIP() - Method in interface com.saperion.intf.SaFailoverInfo
 
getAllFailoverIP() - Method in class com.saperion.rmi.SaFailoverInfoImpl
getAllowedMaxResults() - Method in exception com.saperion.exception.SaTooManyResultsException
 
getAllowedMaxResults() - Method in exception com.saperion.rmi.serverexception.SaRMITooManyResultsException
 
getAnnotations(String, int, boolean) - Method in class com.saperion.connector.rmi.AbstractDocRMIClientCommand
Reads the annotations from the given document.
getAnnotations(String, int, boolean) - Method in interface com.saperion.connector.rmi.SaRMIClientCommand
Reads the annotations from the given document.
getAnnotations(String, int) - Method in interface com.saperion.connector.SaClassicConnector
Deprecated.
use SaClassicConnector.getAnnotations(String, int, boolean) instead. Will be removed with version 8.1
getAnnotations(String, int, boolean) - Method in interface com.saperion.connector.SaClassicConnector
Reads the annotations of the document with the specified ID.
getAnnotations(String, int) - Method in class com.saperion.connector.SaClassicConnectorImpl
Deprecated.
getAnnotations(String, int, boolean) - Method in class com.saperion.connector.SaClassicConnectorImpl
 
getAnnotations(int, int, String, boolean) - Method in interface com.saperion.rmi.common.SaRMIServerCommand
Reads the annotations from the given document.
getApplicationFormName(SaApplicationInfo.ApplicationType) - Method in interface com.saperion.folder.SaFolderClass
Reads the application form name for the given type.
getApplicationFormName(SaApplicationInfo.ApplicationType) - Method in class com.saperion.folder.SaFolderClassImpl
Reads the application form name for the given type.
getApplicationInfos() - Method in interface com.saperion.folder.SaFolderClass
Reads all application informations.
getApplicationInfos() - Method in class com.saperion.folder.SaFolderClassImpl
Reads all application informations.
getArchivedSize(String) - Method in interface com.saperion.connector.rmi.SaRMIClientCommand
Returns the total document size in archive.
getArchivedSize(String) - Method in class com.saperion.connector.rmi.SaRMIClientCommandImpl
Returns the total document size in archive.
getArchivedSize(String) - Method in interface com.saperion.connector.SaClassicConnector
Returns the total document size in the archive in bytes.
getArchivedSize(String) - Method in class com.saperion.connector.SaClassicConnectorImpl
 
getArchivedSize(int, String) - Method in interface com.saperion.rmi.common.SaRMIServerCommand
Returns the total document size in archive.
getArchiveReference() - Method in class com.saperion.conversion.CreateDocumentInputTypeFromDocumentInfoAdapter
 
getArchiveReference() - Method in exception com.saperion.exception.SystemFieldWriteException
This method returns a reference to the definition where it was attempted to write system fields.
getArchiveReference() - Method in exception com.saperion.exception.WrongDefinitionKindException
This method returns a reference to the definition that was used incorrectly.
getAsBoolean(String, boolean) - Method in class com.saperion.util.configuration.ConfigHolder
Returns the value for the given key as a Boolean if existing.
getAsInteger(String, int) - Method in class com.saperion.util.configuration.ConfigHolder
Returns the value for the given key as an Integer if existing.
getAsString(String, String) - Method in class com.saperion.util.configuration.ConfigHolder
Returns the value for the given key as a String if existing.
getAttachmentContent(int) - Method in interface com.saperion.connector.wf.SaWFTask
Reads the content of the attachment.
getAttachmentContent(int) - Method in class com.saperion.connector.wf.SaWFTaskImpl
Reads the content of the attachment.
getAttachmentInfo() - Method in interface com.saperion.intf.wf.ProcessInfo
 
getAttachmentInfo() - Method in class com.saperion.wf.ProcessInfoImpl
getAttachmentUID() - Method in interface com.saperion.intf.wf.ContextInfo
 
getAttachmentUID() - Method in class com.saperion.rmi.ContextInfoImpl
getAttribute(String) - Method in class com.saperion.config.SaAbstractJMXProperties
getAttribute(String) - Method in class com.saperion.config.SaJMXConfiguration
getAttribute(String) - Method in class com.saperion.util.StartupTimerMBean
 
getAttributes(String[]) - Method in class com.saperion.config.SaAbstractJMXProperties
getAttributes(String[]) - Method in class com.saperion.config.SaJMXConfiguration
getAttributes(String[]) - Method in class com.saperion.util.StartupTimerMBean
 
getAuditTable() - Method in interface com.saperion.intf.DDC
 
getAuditTable() - Method in class com.saperion.rmi.DDCImpl
 
getAuditTableName() - Method in class com.saperion.rmi.DDCInfo
Gets the audit table name associated with the DDC.
getAuthorizedUsers(String, String, MatchKind) - Method in interface com.saperion.connector.rmi.SaRMIClientCommand
Returns the users, that have specific rights on a document.
getAuthorizedUsers(String, String, MatchKind) - Method in class com.saperion.connector.rmi.SaRMIClientCommandImpl
Returns the users, that have specific rights on a document.
getAuthorizedUsers(String, String, MatchKind) - Method in interface com.saperion.connector.SaClassicConnector
This method returns the users that have specific rights on a document.
getAuthorizedUsers(String, String, MatchKind) - Method in class com.saperion.connector.SaClassicConnectorImpl
 
getAuthorizedUsers(int, String, String, MatchKind) - Method in interface com.saperion.rmi.common.SaRMIServerCommand
Returns the users, that have specific rights on a document.
getBackendInfo() - Method in class com.saperion.rmi.DDCInfo
Gets the backend info.
getBean() - Method in interface com.saperion.folder.SaFolderClass
Reads the folder class bean.
getBean() - Method in class com.saperion.folder.SaFolderClassImpl
Reads the folder class bean.
getBeforeChild() - Method in interface com.saperion.intf.SaFolderSaveInfo
 
getBeforeChild() - Method in class com.saperion.rmi.SaFolderSaveInfoImpl
getBinaryValue() - Method in interface com.saperion.intf.SaValue
Returns the binary value as byte array, if set.
getBindUseFields() - Method in class com.saperion.ngc.iform.xml.DatabindingType
Gets the value of the bindUseFields property.
getBitmap() - Method in class com.saperion.ngc.iform.xml.ButtonType
Gets the value of the bitmap property.
getBitmap() - Method in class com.saperion.ngc.iform.xml.Form
Gets the value of the bitmap property.
getBitmap() - Method in class com.saperion.ngc.iform.xml.FrameType
Gets the value of the bitmap property.
getBitmap() - Method in class com.saperion.ngc.iform.xml.GroupboxType
Gets the value of the bitmap property.
getBitmap() - Method in class com.saperion.ngc.iform.xml.HiddenType
Gets the value of the bitmap property.
getBitmap() - Method in class com.saperion.ngc.iform.xml.TabType
Gets the value of the bitmap property.
getBlockCount() - Method in class com.saperion.rmi.storage.MediumFillState
 
getBlockSize() - Method in class com.saperion.rmi.storage.MediumFillState
 
getBmName() - Method in class com.saperion.ngc.iform.xml.BitmapType
Gets the value of the bmName property.
getBmType() - Method in class com.saperion.ngc.iform.xml.BitmapType
Gets the value of the bmType property.
getBooleanProperty(String, boolean) - Method in enum com.saperion.config.SaAgentConfig
Get the value of a property as a boolean
getBooleanProperty(String, boolean) - Method in class com.saperion.config.SaJMXConfiguration
Reads boolean property in dotted name format with default value.
getBooleanProperty(SaJMXConstants.ConfigKey, String, boolean) - Method in class com.saperion.config.SaJMXConfiguration
Reads boolean property with default value.
getBoolValue() - Method in interface com.saperion.intf.SaValue
Returns the boolean value, if set.
getBottom() - Method in class com.saperion.ngc.iform.xml.PosType
Gets the value of the bottom property.
getBoxCount(int, BoxCountType, Map<String, Object>) - Method in class com.saperion.connector.rmi.AbstractWfRMIClientCommand
Returns the number of all elements and of all unread elements of the inbox identified by the given id.
getBoxCount(int, BoxCountType, Map<String, Object>) - Method in interface com.saperion.connector.rmi.SaRMIClientCommand
Returns the number of all elements and of all unread elements of the inbox identified by the given id.
getBoxCount(int) - Method in class com.saperion.connector.SaClassicConnectorImpl
Reads the count (number of workflow item) of the inbox identified by the given id.
getBoxCount(int) - Method in interface com.saperion.connector.wf.SaWFConnector
Reads the count (number of workflow item) of the inbox identified by the given id.
getBoxCount(int) - Method in class com.saperion.connector.wf.SaWFConnectorImpl
Reads the count (number of workflow item) of the inbox identified by the given id.
GetBoxCount - Class in com.saperion.operations.workflow
Counts the active tasks contained in a workflow-inbox.
GetBoxCount(int) - Constructor for class com.saperion.operations.workflow.GetBoxCount
 
getBoxCount(int, int, BoxCountType, Map<String, Object>) - Method in interface com.saperion.rmi.common.SaRMIServerCommand
Returns the number of all elements and of all unread elements of the inbox identified by the given id.
GetBoxCountCompleted - Class in com.saperion.operations.workflow
Counts the completed tasks contained in a workflow-inbox.
GetBoxCountCompleted(int) - Constructor for class com.saperion.operations.workflow.GetBoxCountCompleted
 
GetBoxCountCreated - Class in com.saperion.operations.workflow
Counts the created tasks for a user.
GetBoxCountCreated(int) - Constructor for class com.saperion.operations.workflow.GetBoxCountCreated
 
GetBoxCountDue - Class in com.saperion.operations.workflow
Counts the due tasks contained in a workflow-inbox.
GetBoxCountDue(int) - Constructor for class com.saperion.operations.workflow.GetBoxCountDue
 
GetBoxCountReminders - Class in com.saperion.operations.workflow
Counts the tasks in reminder-state contained in a workflow-inbox.
GetBoxCountReminders(int) - Constructor for class com.saperion.operations.workflow.GetBoxCountReminders
 
getBoxCounts(int, Set<Integer>, BoxCountType, Map<String, Object>) - Method in interface com.saperion.rmi.common.SaRMIServerCommand
Returns the number of all elements and of all unread elements of the inboxes identified by the given ids.
getBoxDefinitions() - Method in class com.saperion.connector.rmi.AbstractWfRMIClientCommand
Reads the box definitions.
getBoxDefinitions() - Method in interface com.saperion.connector.rmi.SaRMIClientCommand
Reads the box definitions.
getBoxDefinitions() - Method in class com.saperion.connector.SaClassicConnectorImpl
Reads the box definitions.
getBoxDefinitions() - Method in interface com.saperion.connector.wf.SaWFConnector
Reads the box definitions.
getBoxDefinitions() - Method in class com.saperion.connector.wf.SaWFConnectorImpl
Reads the box definitions.
getBoxDefinitions(int) - Method in interface com.saperion.rmi.common.SaRMIServerCommand
Reads the box definitions.
getBoxID() - Method in interface com.saperion.intf.wf.BoxDefinition
 
getBoxID() - Method in class com.saperion.wf.BoxDefinitionImpl
getBoxName() - Method in interface com.saperion.intf.wf.BoxDefinition
 
getBoxName() - Method in class com.saperion.wf.BoxDefinitionImpl
getBoxType() - Method in interface com.saperion.intf.wf.BoxDefinition
 
getBoxType() - Method in class com.saperion.wf.BoxDefinitionImpl
getBrokerName() - Method in class com.saperion.connector.rmi.SaRMISystemConnector
 
getBrokerPort() - Method in class com.saperion.connector.rmi.SaRMISystemConnector
 
getBuffer() - Method in class com.saperion.rmi.SaJNIPrpcResult
 
getButton() - Method in class com.saperion.ngc.iform.xml.Form
Gets the value of the button property.
getButton() - Method in class com.saperion.ngc.iform.xml.FrameType
Gets the value of the button property.
getButton() - Method in class com.saperion.ngc.iform.xml.GroupboxType
Gets the value of the button property.
getButton() - Method in class com.saperion.ngc.iform.xml.HiddenType
Gets the value of the button property.
getButton() - Method in class com.saperion.ngc.iform.xml.TabType
Gets the value of the button property.
getBytes(double, FileSizeCalcer.CalcFactor, FileSizeCalcer.FileSize) - Static method in class com.saperion.util.FileSizeCalcer
Gets the size in bytes.
getBytesFromKB(double) - Static method in class com.saperion.util.FileSizeCalcer
Converts KB to bytes with a factor of 1024.
getBytesFromMB(double) - Static method in class com.saperion.util.FileSizeCalcer
Converts MB to bytes with a factor of 1024.
getCacheMode() - Method in class com.saperion.rmi.SaQueryInfo
 
getCalendar(Date) - Static method in class com.saperion.util.SaDateHelper
Get calendar from date.
getCalendarValue() - Method in interface com.saperion.intf.SaValue
Returns the date value, if set.
getCause() - Method in exception com.saperion.connector.exceptions.WrappedSystemException
 
getCause() - Method in exception com.saperion.exception.WrappedBasicException
 
getCause() - Method in exception com.saperion.operations.LegacyOperationAdapter.EcmExceptionWrapper
 
getCenter() - Method in class com.saperion.ngc.iform.PaneDescription.Layout
 
getCFill() - Method in class com.saperion.ngc.iform.xml.FrameType
Gets the value of the cFill property.
getCFill() - Method in class com.saperion.ngc.iform.xml.GroupboxType
Gets the value of the cFill property.
getCFillFrom() - Method in class com.saperion.ngc.iform.xml.HeaderType
Gets the value of the cFillFrom property.
getCFillTo() - Method in class com.saperion.ngc.iform.xml.HeaderType
Gets the value of the cFillTo property.
getCFrame() - Method in class com.saperion.ngc.iform.xml.FrameType
Gets the value of the cFrame property.
getCFrame() - Method in class com.saperion.ngc.iform.xml.GroupboxType
Gets the value of the cFrame property.
getCheckin() - Method in class com.saperion.bean.UpdateDocumentInfo
 
getCheckoutInfos() - Method in interface com.saperion.intf.SaDocumentInfo
 
getCheckoutInfos() - Method in class com.saperion.rmi.SaDocumentInfoImpl
getChildren() - Method in interface com.saperion.intf.SaNavigation
 
getChildren() - Method in interface com.saperion.intf.wf.WorkflowMember
 
getChildren() - Method in class com.saperion.rmi.SaNavigationImpl
getChildren() - Method in class com.saperion.wf.WorkflowMemberImpl
getClassicConnector() - Method in interface com.saperion.connector.wf.SaWFConnector
Gets the classic connector behind this connector.
getClassicConnector() - Method in class com.saperion.connector.wf.SaWFConnectorImpl
Gets the classic connector behind this connector.
getClassType() - Method in interface com.saperion.folder.SaFolderClass
Reads the folder class type.
getClassType() - Method in class com.saperion.folder.SaFolderClassImpl
Reads the folder class type.
getClient() - Method in class com.saperion.ngc.iform.PaneDescription
 
getClient() - Method in class com.saperion.ngc.iform.xml.ScriptType
Gets the value of the client property.
getClientConnector() - Method in class com.saperion.connector.SaClassicConnectorImpl
 
getClientToken() - Method in class com.saperion.operations.LegacyOperation
 
getCNormal() - Method in class com.saperion.ngc.iform.xml.HeaderType
Gets the value of the cNormal property.
getCnt() - Method in class com.saperion.ngc.iform.xml.HeaderType
Gets the value of the cnt property.
getCntDispFields() - Method in class com.saperion.ngc.iform.xml.LevelType
Gets the value of the cntDispFields property.
getCntFields() - Method in class com.saperion.ngc.iform.xml.GroupType
Gets the value of the cntFields property.
getCntGroups() - Method in class com.saperion.ngc.iform.xml.HeaderType
Gets the value of the cntGroups property.
getCntImages() - Method in class com.saperion.ngc.iform.xml.LevelType
Gets the value of the cntImages property.
getCntLevels() - Method in class com.saperion.ngc.iform.xml.OutlinerType
Gets the value of the cntLevels property.
getColorError() - Method in class com.saperion.ngc.iform.xml.EditFieldType
Gets the value of the colorError property.
getColorError() - Method in class com.saperion.ngc.iform.xml.ResultType
Gets the value of the colorError property.
getColorLine() - Method in class com.saperion.ngc.iform.xml.ResultType
Gets the value of the colorLine property.
getColorOk() - Method in class com.saperion.ngc.iform.xml.EditFieldType
Gets the value of the colorOk property.
getColorOk() - Method in class com.saperion.ngc.iform.xml.ResultType
Gets the value of the colorOk property.
getColumns() - Method in class com.saperion.ngc.iform.xml.EditFieldType
Gets the value of the columns property.
getColumns() - Method in class com.saperion.ngc.iform.xml.ResultType
Gets the value of the columns property.
getCommand() - Method in interface com.saperion.intf.wf.CommandInfo
 
getCommand() - Method in interface com.saperion.intf.wf.ContextInfo
 
getCommand() - Method in interface com.saperion.intf.wf.HistoryInfo
 
getCommand() - Method in class com.saperion.rmi.ContextInfoImpl
getCommand() - Method in class com.saperion.wf.CommandInfoImpl
getCommand() - Method in class com.saperion.wf.HistoryInfoImpl
getCommandInfos(String) - Method in class com.saperion.connector.rmi.AbstractWfRMIClientCommand
Reads all possible transitions for this task.
getCommandInfos(String, boolean) - Method in class com.saperion.connector.rmi.AbstractWfRMIClientCommand
Reads all possible transitions and optional other possible commands for this task.
getCommandInfos(String) - Method in interface com.saperion.connector.rmi.SaRMIClientCommand
Reads all possible transitions for this task.
getCommandInfos(String, boolean) - Method in interface com.saperion.connector.rmi.SaRMIClientCommand
Reads all possible transitions and optional other possible commands for this task.
getCommandInfos(String) - Method in class com.saperion.connector.SaClassicConnectorImpl
Reads all possible transitions for this task.
getCommandInfos(String, boolean) - Method in class com.saperion.connector.SaClassicConnectorImpl
Reads all possible transitions and optional other possible commands for this task.
getCommandInfos() - Method in interface com.saperion.connector.wf.SaWFTask
Reads all possible transitions for this task.
getCommandInfos(boolean) - Method in interface com.saperion.connector.wf.SaWFTask
Reads all possible transitions and optional other possible commands for this task.
getCommandInfos() - Method in class com.saperion.connector.wf.SaWFTaskImpl
Reads all possible transitions for this task.
getCommandInfos(boolean) - Method in class com.saperion.connector.wf.SaWFTaskImpl
Reads all possible transitions and optional other possible commands for this task.
getCommandInfos(int, String) - Method in interface com.saperion.rmi.common.SaRMIServerCommand
Reads all possible transitions for this task.
getCommandInfos(int, String, boolean) - Method in interface com.saperion.rmi.common.SaRMIServerCommand
Reads all possible transitions for this task.
getComment() - Method in class com.saperion.conversion.CreateDocumentInputTypeFromDocumentInfoAdapter
 
getComment() - Method in class com.saperion.conversion.UpdateDocumentInputTypeFromUpdateInfoAdapter
 
getComment() - Method in interface com.saperion.intf.wf.ContextInfo
 
getComment() - Method in class com.saperion.rmi.ContextInfoImpl
getCommentInfos(String) - Method in class com.saperion.connector.rmi.AbstractWfRMIClientCommand
Reads the comments for the given task.
getCommentInfos(String) - Method in interface com.saperion.connector.rmi.SaRMIClientCommand
Reads the comments for the given task.
getCommentInfos(String) - Method in class com.saperion.connector.SaClassicConnectorImpl
Reads the comments for the given task.
getCommentInfos(int, String) - Method in interface com.saperion.rmi.common.SaRMIServerCommand
Reads the comments for the given task.
getCommentKind() - Method in interface com.saperion.intf.wf.CommentInfo
 
getCommentKind() - Method in class com.saperion.wf.CommentInfoImpl
getCommentLevel() - Method in interface com.saperion.intf.wf.CommentInfo
 
getCommentLevel() - Method in class com.saperion.wf.CommentInfoImpl
getComments() - Method in interface com.saperion.connector.wf.SaWFTask
Reads the comments.
getComments() - Method in class com.saperion.connector.wf.SaWFTaskImpl
Reads the comments.
getComments() - Method in interface com.saperion.intf.wf.HistoryInfo
 
getComments() - Method in class com.saperion.wf.HistoryInfoImpl
getCommentString() - Method in interface com.saperion.intf.wf.CommentInfo
 
getCommentString() - Method in class com.saperion.wf.CommentInfoImpl
getCommitMode() - Method in interface com.saperion.connector.rmi.SaRMIClientCommand
 
getCommitMode() - Method in class com.saperion.connector.rmi.SaRMIClientCommandImpl
getCompleteHistoryInfos(String) - Method in class com.saperion.connector.rmi.AbstractWfRMIClientCommand
Reads the history for the given task.
getCompleteHistoryInfos(String) - Method in interface com.saperion.connector.rmi.SaRMIClientCommand
Reads the history for the given task.
getCompleteHistoryInfos(String) - Method in class com.saperion.connector.SaClassicConnectorImpl
Reads the history and comments for the given document.
getCompleteHistoryInfos(int, String) - Method in interface com.saperion.rmi.common.SaRMIServerCommand
Reads the histories and comments for the given document.
getConditionField() - Method in class com.saperion.ngc.iform.xml.EditFieldType
Gets the value of the conditionField property.
getConfigDir() - Method in class com.saperion.config.SaJMXConfiguration
 
getConfigFile() - Method in interface com.saperion.util.configuration.ConfigurationFileHolder
Returns the configuration file of this instance of ConfigurationFileHolder.
getConfigStream(String) - Method in class com.saperion.config.SaAbstractJMXProperties
Tries to read the source from different destinations.
getConfigStream(String) - Static method in class com.saperion.util.ConfigReader
Tries to read the source from different destinations.
getConfigType() - Method in class com.saperion.config.SaJMXConfiguration
Reads the configuration type.
getConfiguration(String) - Method in interface com.saperion.connector.SaClassicConnector
This method reads the application configuration properties from the backend system.
getConfiguration(String) - Method in class com.saperion.connector.SaClassicConnectorImpl
 
getConnection() - Method in class com.saperion.ngc.iform.xml.Form
Gets the value of the connection property.
getConnection() - Method in class com.saperion.ngc.iform.xml.HiddenType
Gets the value of the connection property.
getConnector() - Method in class com.saperion.connector.rmi.SaRMIServerInfo
 
getContainer() - Method in class com.saperion.ngc.iform.xml.PosType
Gets the value of the container property.
getContainerTrigger() - Method in class com.saperion.rmi.storage.Medium
 
getContent() - Method in interface com.saperion.intf.SaFolderSaveInfo
 
getContent() - Method in class com.saperion.ngc.iform.xml.PaneLayoutType
Gets the value of the content property.
getContent() - Method in class com.saperion.rmi.SaFolderSaveInfoImpl
getContent() - Method in class com.saperion.structures.DocumentInfo
Returns the contents of this document representation.
getContent() - Method in class com.saperion.structures.Structure
 
getConverter(Class<SourceType>, Class<TargetType>) - Method in interface com.saperion.util.conversion.ConversionManager
 
getConverter(Class<SourceType>, Class<TargetType>) - Method in class com.saperion.util.conversion.DefaultConversionManager
 
getCopyState() - Method in class com.saperion.rmi.storage.MediumId
 
getCount() - Method in class com.saperion.settings.SettingSearchResult
 
getCreateDate() - Method in interface com.saperion.intf.wf.ProcessInfo
 
getCreateDate() - Method in class com.saperion.wf.ProcessInfoImpl
getCreateUser() - Method in interface com.saperion.intf.SaDocInfo
 
getCreateUser() - Method in class com.saperion.rmi.SaDocInfoImpl
getCreationDate() - Method in class com.saperion.rmi.storage.MediumAccessData
 
getCSet() - Method in class com.saperion.ngc.iform.xml.HeaderType
Gets the value of the cSet property.
getCText() - Method in class com.saperion.ngc.iform.xml.HeaderType
Gets the value of the cText property.
getCTextSet() - Method in class com.saperion.ngc.iform.xml.HeaderType
Gets the value of the cTextSet property.
getCurrency() - Method in interface com.saperion.intf.SaFieldDescription
Returns the currency symbol for currency type fields.
getCurrencySymbol() - Method in class com.saperion.ngc.iform.xml.EditFieldType
Gets the value of the currencySymbol property.
getCurrentUserInfo() - Method in interface com.saperion.connector.SaClassicConnector
This method returns detailed info about the current user.
getCurrentUserInfo() - Method in class com.saperion.connector.SaClassicConnectorImpl
 
GetCurrentUserInfo - Class in com.saperion.operations.user
When invoked on the server it will return information about the current user.
GetCurrentUserInfo() - Constructor for class com.saperion.operations.user.GetCurrentUserInfo
 
getCurrentUserName() - Method in interface com.saperion.connector.SaClassicConnector
This method returns the name of teh user currently logged in.
getCurrentUserName() - Method in class com.saperion.connector.SaClassicConnectorImpl
 
getCustomACL() - Method in class com.saperion.ngc.iform.xml.LevelType
Gets the value of the customACL property.
getData() - Method in class com.saperion.ngc.iform.xml.BitmapType
Gets the value of the data property.
getDatabinding() - Method in class com.saperion.ngc.iform.xml.ButtonType
Gets the value of the databinding property.
getDatabinding() - Method in class com.saperion.ngc.iform.xml.ResultType
Gets the value of the databinding property.
getDataSource() - Method in class com.saperion.rmi.DDCInfo
Gets the data source.
getDataSourceName() - Method in exception com.saperion.exception.DataSourceException
 
getDataSourceName() - Method in interface com.saperion.intf.DDC
Returns the name of the datasource this DDC is located in.
getDataSourceName() - Method in class com.saperion.rmi.DDCImpl
 
getDataSourceType() - Method in interface com.saperion.intf.DDC
Returns the type of the datasource this DDC is located in.
getDataSourceType() - Method in class com.saperion.rmi.DDCImpl
 
getDate() - Method in interface com.saperion.intf.wf.CommentInfo
 
getDate() - Method in interface com.saperion.intf.wf.ContextInfo
 
getDate() - Method in class com.saperion.rmi.ContextInfoImpl
getDate() - Method in class com.saperion.rmi.SaCheckoutInfo
 
getDate() - Method in class com.saperion.wf.CommentInfoImpl
getDateString(Date) - Static method in class com.saperion.util.SaDateHelper
Creates a ISO date string.
getDateString(Calendar) - Static method in class com.saperion.util.SaDateHelper
Creates a ISO string from calendar.
getDateValue() - Method in interface com.saperion.intf.SaValue
Returns the date value as array, if set.
getDateValue(String) - Method in class com.saperion.wf.WorkflowDataHolder
Reads the date value from the map.
getDBDefinition(String) - Method in interface com.saperion.connector.SaClassicConnector
Deprecated.
use SaClassicConnector.getDDC(String) instead. Will be removed in version 8.1
getDBDefinition(String) - Method in class com.saperion.connector.SaClassicConnectorImpl
 
getDbFieldName() - Method in class com.saperion.ngc.iform.xml.ColumnType
Gets the value of the dbFieldName property.
getDbFieldName() - Method in class com.saperion.ngc.iform.xml.EditFieldType
Gets the value of the dbFieldName property.
getDbName() - Method in interface com.saperion.intf.SaEventFilter
Reads the table name of this filter.
getDbName() - Method in interface com.saperion.intf.SaFieldDescription
Reads the real database name of this field.
getDbName() - Method in interface com.saperion.intf.SaSaveInfo
Gets the tablename (DDC name) of the saved document.
getDbName() - Method in class com.saperion.rmi.SaRMIEventFilter
Reads the table name of this filter.
getDbName() - Method in class com.saperion.rmi.SaSaveInfoImpl
Gets the tablename (DDC name) of the saved document.
getDDC(String) - Method in interface com.saperion.connector.rmi.SaRMIClientCommand
Returns information about the specified DDC.
getDDC(String) - Method in class com.saperion.connector.rmi.SaRMIClientCommandImpl
 
getDDC(String) - Method in interface com.saperion.connector.SaClassicConnector
This method returns a document definition given by its name.
getDDC(String) - Method in class com.saperion.connector.SaClassicConnectorImpl
 
getDDC() - Method in class com.saperion.operations.lookup.CreateLookupEntry
Deprecated.
 
getDDC(int, String) - Method in interface com.saperion.rmi.common.SaRMIServerCommand
Returns information about the specified DDC.
getDDCKind() - Method in interface com.saperion.intf.DDC
Returns the kind of the DDC.
getDDCKind() - Method in class com.saperion.rmi.DDCImpl
 
getDdcName() - Method in class com.saperion.bean.PropertyDDCName
 
getDDCName() - Method in class com.saperion.event.SaEventImpl
 
getDDCName() - Method in class com.saperion.events.bean.SaXEventBean
 
getDDCName() - Method in interface com.saperion.intf.SaEvent
Reads the ddc name.
getDDCName() - Method in interface com.saperion.intf.SaPropertyValue
Returns the DDC name for this property.
getDdcName() - Method in class com.saperion.rmi.DDCInfo
getter method.
getDDCName() - Method in class com.saperion.rmi.SaFolderClassSearchInfo
 
getDDCName() - Method in class com.saperion.rmi.SaPropertyValueImpl
Returns the DDC name for this property.
getDdcName() - Method in class com.saperion.rmi.SaQueryInfo
Extracts the ddc name from the query string.
getDdcName() - Method in class com.saperion.structures.Description
 
getDefaultButton() - Method in class com.saperion.ngc.iform.xml.ResultType
Gets the value of the defaultButton property.
getDefaultConverterFrom(Class<SourceType>) - Method in interface com.saperion.util.conversion.ConversionManager
 
getDefaultConverterFrom(Class<SourceType>) - Method in class com.saperion.util.conversion.DefaultConversionManager
 
getDefinition() - Method in interface com.saperion.intf.wf.AttachmentInfo
 
getDefinition(String) - Method in interface com.saperion.operations.inject.DocumentDefinitionService
This method returns the document definition object identified by the given name
getDefinition() - Method in class com.saperion.wf.AttachmentInfoImpl
getDefinitionName() - Method in exception com.saperion.exception.ConstraintViolationException
 
getDefinitionName() - Method in exception com.saperion.exception.UnknownDefinitionException
 
getDefinitions() - Method in interface com.saperion.connector.SaClassicConnector
This method returns the names of all DDCs registered in the Saperion system.
getDefinitions() - Method in class com.saperion.connector.SaClassicConnectorImpl
 
getDefName() - Method in class com.saperion.ngc.iform.xml.HeaderType
Gets the value of the defName property.
getDefName() - Method in class com.saperion.ngc.iform.xml.LevelType
Gets the value of the defName property.
getDelegate() - Method in class com.saperion.connector.pool.PooledSession
 
getDeleteMode() - Method in interface com.saperion.connector.rmi.SaRMIClientCommand
 
getDeleteMode() - Method in class com.saperion.connector.rmi.SaRMIClientCommandImpl
getDescription() - Method in interface com.saperion.intf.SaAcl
This method gets the description of the acl.
getDescription() - Method in interface com.saperion.intf.wf.TaskInfo
 
getDescription() - Method in interface com.saperion.intf.wf.WorkflowMember
 
getDescription() - Method in class com.saperion.rmi.SaAclImpl
This method gets the description of the acl.
getDescription() - Method in class com.saperion.wf.ProcessDefinitionDescriptor
 
getDescription() - Method in class com.saperion.wf.TaskInfoImpl
getDescription() - Method in class com.saperion.wf.WorkflowMemberImpl
 
getDescriptions() - Method in class com.saperion.rmi.DDCInfo
 
getDestNodeName() - Method in class com.saperion.rmi.SaCloneInfo
 
getDestParentSysRowId() - Method in class com.saperion.rmi.SaCloneInfo
 
getDestWorkspaceName() - Method in class com.saperion.rmi.SaCloneInfo
 
getDisplayName() - Method in interface com.saperion.intf.SaUserInfo
Deprecated.
use getUserName() instead
getDisplayName() - Method in class com.saperion.ngc.iform.xml.ColumnType
Gets the value of the displayName property.
getDisplayName() - Method in class com.saperion.rmi.SaUserInfoImpl
Deprecated.
getDocElement() - Method in class com.saperion.rmi.SaRMIInputStream
Retrieves the document index.
getDocHdoc() - Method in class com.saperion.rmi.SaRMIInputStream
Retrieves the hdoc.
getDocHistories(String) - Method in interface com.saperion.connector.wf.SaWFConnector
Gets the document's process histories.
getDocHistories(String) - Method in class com.saperion.connector.wf.SaWFConnectorImpl
Gets the document's process histories.
getDocHistoriesXML(String) - Method in interface com.saperion.connector.wf.SaWFConnector
Gets the document's process histories as XML.
getDocHistoriesXML(String, String) - Method in interface com.saperion.connector.wf.SaWFConnector
Gets the document's process histories as XML.
getDocHistoriesXML(String) - Method in class com.saperion.connector.wf.SaWFConnectorImpl
Gets the document's process histories as XML.
getDocHistoriesXML(String, String) - Method in class com.saperion.connector.wf.SaWFConnectorImpl
Gets the document's process histories as XML.
getDocHistoriesXML2(String, String) - Method in interface com.saperion.connector.wf.SaWFConnector
Gets the the second variant of document's process histories as XML.
getDocHistoriesXML2(String, String, boolean) - Method in interface com.saperion.connector.wf.SaWFConnector
Gets the the second variant of document's process histories as XML with ascending/descending switch.
getDocHistoriesXML2(String, String) - Method in class com.saperion.connector.wf.SaWFConnectorImpl
Gets the the second variant of document's process histories as XML.
getDocHistoriesXML2(String, String, boolean) - Method in class com.saperion.connector.wf.SaWFConnectorImpl
Gets the the second variant of document's process histories as XML with ascending/descending switch.
getDocUid() - Method in interface com.saperion.intf.SaDocInfo.ElementInfo
 
getDocUID() - Method in interface com.saperion.intf.wf.AttachmentInfo
 
getDocUID() - Method in class com.saperion.wf.AttachmentInfoImpl
getDocumentAccessData(String) - Method in interface com.saperion.connector.SaClassicConnector
This method reads the access rights the current user has on a given document.
getDocumentAccessData(String) - Method in class com.saperion.connector.SaClassicConnectorImpl
 
getDocumentDDC() - Method in class com.saperion.bean.SapDocInfo
Reads the DDC name.
getDocumentDDC() - Method in class com.saperion.folder.SaFolderClassBean
 
getDocumentDDCName() - Method in interface com.saperion.folder.SaFolderClass
Returns the name of the document DDC.
getDocumentDDCName() - Method in class com.saperion.folder.SaFolderClassImpl
Returns the name of the document DDC.
getDocumentElement() - Method in class com.saperion.conversion.UpdateDocumentInputTypeFromUpdateInfoAdapter
 
getDocumentFolderCount(String, String, String) - Method in class com.saperion.connector.rmi.AbstractFolderRMIClientCommand
Returns the total count over all folders from all users in which the specified document is countained in.
getDocumentFolderCount(String, String, String) - Method in interface com.saperion.connector.rmi.SaRMIClientCommand
Returns the total count over all folders from all users in which the specified document is countained in.
getDocumentFolderCount(String, String, String) - Method in interface com.saperion.connector.SaClassicConnector
Returns the total count over all folders from all users in which the specified document is contained in.
getDocumentFolderCount(String, String, String) - Method in class com.saperion.connector.SaClassicConnectorImpl
 
getDocumentFolderCount(int, String, String, String) - Method in interface com.saperion.rmi.common.SaRMIServerCommand
Returns the total count over all folders from all users in which the specified document is contained in.
getDocumentFolders(String, String, String) - Method in class com.saperion.connector.rmi.AbstractFolderRMIClientCommand
Returns a list of folder properties which contains all nodes the document is contained in.
getDocumentFolders(String, String, String) - Method in interface com.saperion.connector.rmi.SaRMIClientCommand
Returns a list of folder properties which contains all nodes the document is contained in.
getDocumentFolders(String, String, String) - Method in interface com.saperion.connector.SaClassicConnector
Returns a list of folder properties which contains all folders the document is contained in.
getDocumentFolders(String, String, String) - Method in class com.saperion.connector.SaClassicConnectorImpl
 
getDocumentFolders(int, String, String, String) - Method in interface com.saperion.rmi.common.SaRMIServerCommand
Returns a list of folder properties which contains all nodes the document is contained in.
getDocumentHDoc() - Method in class com.saperion.bean.SapDocInfo
Reads the HDOC.
getDocumentHDoc() - Method in class com.saperion.bean.UpdateDocumentInfo
 
getDocumentId() - Method in class com.saperion.connector.structures.Element
 
getDocumentInfo(String, boolean, boolean) - Method in interface com.saperion.connector.SaClassicConnector
Reads information like the document-structure and variables for the given document.
getDocumentInfo(String, boolean, boolean, boolean) - Method in interface com.saperion.connector.SaClassicConnector
Reads information like the document-structure and variables for the given document.
getDocumentInfo(String, boolean, boolean) - Method in class com.saperion.connector.SaClassicConnectorImpl
 
getDocumentInfo(String, boolean, boolean, boolean) - Method in class com.saperion.connector.SaClassicConnectorImpl
 
GetDocumentInfo - Class in com.saperion.operations.document
Gets information about the document.
GetDocumentInfo(String, boolean, boolean, boolean) - Constructor for class com.saperion.operations.document.GetDocumentInfo
Creates a new GetDocumentInfo operation.
getDocumentReference() - Method in exception com.saperion.exception.OutdatedRevisionWriteException
 
getDoubleProperty(String, double) - Method in class com.saperion.config.SaJMXConfiguration
Reads double property in dotted name format with default value.
getDoubleProperty(SaJMXConstants.ConfigKey, String, double) - Method in class com.saperion.config.SaJMXConfiguration
Reads double property with default value.
getDuration() - Method in interface com.saperion.intf.wf.TimeInfo
 
getDuration() - Method in class com.saperion.wf.TimeInfoImpl
getEast() - Method in class com.saperion.ngc.iform.PaneDescription.Layout
 
getEcmOperation() - Method in class com.saperion.operations.LegacyOperationAdapter
 
getEditField() - Method in class com.saperion.ngc.iform.xml.Form
Gets the value of the editField property.
getEditField() - Method in class com.saperion.ngc.iform.xml.FrameType
Gets the value of the editField property.
getEditField() - Method in class com.saperion.ngc.iform.xml.GroupboxType
Gets the value of the editField property.
getEditField() - Method in class com.saperion.ngc.iform.xml.HiddenType
Gets the value of the editField property.
getEditField() - Method in class com.saperion.ngc.iform.xml.TabType
Gets the value of the editField property.
getEditMask() - Method in class com.saperion.ngc.iform.xml.LevelType
Gets the value of the editMask property.
getEffectiveClass() - Method in class com.saperion.folder.SaFolderClassImpl
 
getEfileEditMask() - Method in class com.saperion.folder.SaFolderClassBean
 
getEfileQueryMask() - Method in class com.saperion.folder.SaFolderClassBean
 
getElementCount() - Method in interface com.saperion.intf.SaDocInfo
 
getElementCount() - Method in class com.saperion.rmi.SaDocInfoImpl
getElementId() - Method in class com.saperion.connector.structures.Element
 
getElementInfo() - Method in interface com.saperion.intf.SaDocInfo
Returns a list of the structure-elements of this document.
getElementInfo(int) - Method in interface com.saperion.intf.SaDocInfo
Returns the element info of the element with the specified number, if existing.
getElementInfo() - Method in class com.saperion.rmi.SaDocInfoImpl
Returns a list of the structure-elements of this document.
getElementInfo(int) - Method in class com.saperion.rmi.SaDocInfoImpl
Returns the element info of the element with the specified number, if existing.
getElementInfoMap() - Method in interface com.saperion.intf.SaDocInfo
Returns the structure-elements as a map with the corresponding element number as key.
getElementInfoMap() - Method in class com.saperion.rmi.SaDocInfoImpl
Returns the structure-elements as a map with the corresponding element number as key.
getEnableMaximize() - Method in class com.saperion.ngc.iform.xml.EditFieldType
Gets the value of the enableMaximize property.
getEncodedValue() - Method in class com.saperion.connector.ldap.ConnectionControl
getEntityName() - Method in class com.saperion.rmi.DDCInfo
Gets the entity name.
getEntry(Class<T>) - Method in interface com.saperion.intf.SaSystemSetting
Returns the specific system setting.
getEntry(Class<T>) - Method in interface com.saperion.intf.SaUserSetting
Returns the specific user setting.
getEntry(Class<T>) - Method in class com.saperion.settings.SaSystemSettingImpl
Returns the specific system setting.
getEntry(Class<T>) - Method in class com.saperion.settings.SaUserSettingImpl
Returns the specific user setting.
getErrMsg() - Method in interface com.saperion.intf.wf.TaskInfo
 
getErrMsg() - Method in class com.saperion.wf.TaskInfoImpl
getError() - Method in exception com.saperion.exception.SaSapUrlException
 
getError() - Method in interface com.saperion.intf.wf.HistoryInfo
 
getError() - Method in exception com.saperion.rmi.serverexception.SaRMISapException
 
getError() - Method in class com.saperion.wf.HistoryInfoImpl
getErrorClass() - Method in class com.saperion.wf.ExecutionResult
 
getErrorCode() - Method in class com.saperion.rmi.SaJNIPrpcResult
 
getErrorCode() - Method in exception com.saperion.rmi.serverexception.SaRMIFolderException
 
getErrorCode() - Method in class com.saperion.wf.ExecutionResult
 
getErrorMessage() - Method in class com.saperion.rmi.SaJNIPrpcResult
 
getErrorMessage() - Method in class com.saperion.wf.ExecutionResult
 
getErrorMsg() - Method in interface com.saperion.intf.wf.HistoryInfo
 
getErrorMsg() - Method in class com.saperion.wf.HistoryInfoImpl
getErrorParameter() - Method in exception com.saperion.rmi.serverexception.SaRMIFolderException
 
getEscalationDate() - Method in interface com.saperion.intf.wf.EscalationHoldInfo
 
getEscalationDate() - Method in class com.saperion.wf.EscalationHoldInfoImpl
getEscalationHoldInfo() - Method in interface com.saperion.intf.wf.TaskInfo
 
getEscalationHoldInfo() - Method in class com.saperion.wf.TaskInfoImpl
getEscalationId() - Method in interface com.saperion.intf.wf.EscalationHoldInfo
 
getEscalationId() - Method in class com.saperion.wf.EscalationHoldInfoImpl
getEstWorkingTime() - Method in interface com.saperion.intf.wf.TimeInfo
 
getEstWorkingTime() - Method in class com.saperion.wf.TimeInfoImpl
getEventFilter() - Method in interface com.saperion.intf.SaEventListener
Returns the event filter for this listener.
getEventId() - Method in class com.saperion.event.SaWfEventImpl
Reads the event ID.
getEventId() - Method in interface com.saperion.intf.wf.SaWfEvent
Reads the event ID.
getEventName() - Method in class com.saperion.operations.events.FireCustomEvent
 
getEventNumber() - Method in class com.saperion.event.SaEventImpl
Reads the event number.
getEventNumber() - Method in interface com.saperion.intf.SaEvent
Reads the event number.
getEventsEnabled() - Method in interface com.saperion.connector.rmi.SaRMIClientCommand
Returns whether events (e.g.
getEventsEnabled() - Method in class com.saperion.connector.rmi.SaRMIClientCommandImpl
 
getEventsEnabled() - Method in interface com.saperion.connector.SaClassicConnector
This method returns whether events (e.g.
getEventsEnabled() - Method in class com.saperion.connector.SaClassicConnectorImpl
 
getEventsEnabled(int) - Method in interface com.saperion.rmi.common.SaRMIServerCommand
Returns whether events (e.g.
getExecutionResult() - Method in interface com.saperion.connector.wf.WorkflowResult
 
getExecutionResult() - Method in class com.saperion.connector.wf.WorkflowResultImpl
getExecutionResult() - Method in exception com.saperion.rmi.serverexception.wf.SaRMIWorkflowException
 
getExecutor() - Method in interface com.saperion.intf.wf.HistoryInfo
 
getExecutor() - Method in class com.saperion.wf.HistoryInfoImpl
getExpectedDefinitionKind() - Method in exception com.saperion.exception.WrongDefinitionKindException
This method returns the kind of definition that was expected.
getExpectedHash() - Method in class com.saperion.bean.ContentStream
Get the hash which was set by client which tries to archive the content.
getExpectedLength() - Method in class com.saperion.bean.ContentStream
Returns the expected length (number of bytes) of this stream.
getExstyle() - Method in class com.saperion.ngc.iform.xml.ButtonType
Gets the value of the exstyle property.
getExtension() - Method in enum com.saperion.constants.mime.Extensions
 
getFailoverInfo() - Method in interface com.saperion.intf.SaSystemInfo
Reads the failover informations.
getFailoverInfo() - Method in class com.saperion.rmi.SaSystemInfoImpl
Reads the failover informations.
getFailoverIP() - Method in interface com.saperion.intf.SaFailoverInfo
 
getFailoverIP() - Method in class com.saperion.rmi.SaFailoverInfoImpl
getFailOvers() - Method in class com.saperion.connector.rmi.SaRMIServerInfo
 
getFeatures() - Method in interface com.saperion.connector.rmi.SaRMIClientCommand
Read the features.
getFeatures() - Method in class com.saperion.connector.rmi.SaRMIClientCommandImpl
Read the features.
getFeatures() - Method in class com.saperion.connector.rmi.SaRMISystemConnector
 
getFeatures() - Method in interface com.saperion.connector.SaClassicConnector
This method returns the features enabled in the Saperion system.
getFeatures() - Method in class com.saperion.connector.SaClassicConnectorImpl
 
getFeatures() - Method in interface com.saperion.rmi.common.SaRMISystemCommand
Reads the features from backend.
getFetchSize() - Method in class com.saperion.rmi.SaQueryInfo
 
getField() - Method in class com.saperion.ngc.iform.xml.LevelType
Gets the value of the field property.
getFieldDDC() - Method in class com.saperion.ngc.iform.xml.EditFieldType
Gets the value of the fieldDDC property.
getFieldDefault() - Method in class com.saperion.ngc.iform.xml.EditFieldType
Gets the value of the fieldDefault property.
getFieldDescription() - Method in class com.saperion.ngc.iform.xml.EditFieldType
Gets the value of the fieldDescription property.
getFieldDescriptions(String) - Method in interface com.saperion.connector.rmi.SaRMIClientCommand
Reads the field descriptions for a given DDC.
getFieldDescriptions(String, String) - Method in interface com.saperion.connector.rmi.SaRMIClientCommand
Reads the field descriptions for a given DDC.
getFieldDescriptions(String) - Method in class com.saperion.connector.rmi.SaRMIClientCommandImpl
Reads the field descriptions for a given DDC.
getFieldDescriptions(String, String) - Method in class com.saperion.connector.rmi.SaRMIClientCommandImpl
Reads the field descriptions for a given DDC.
getFieldDescriptions(String, String) - Method in class com.saperion.connector.rmi.SaRMISystemConnector
 
getFieldDescriptions(int, String) - Method in interface com.saperion.rmi.common.SaRMIServerCommand
Reads the field descriptions for a given DDC.
getFieldDescriptions(String, String) - Method in interface com.saperion.rmi.common.SaRMISystemCommand
Reads the field descriptions for a given DDC.
getFieldLength() - Method in class com.saperion.ngc.iform.xml.EditFieldType
Gets the value of the fieldLength property.
getFieldList() - Method in interface com.saperion.intf.DDC
 
getFieldList() - Method in class com.saperion.rmi.DDCImpl
 
getFieldName() - Method in interface com.saperion.intf.SaFilterValue
 
getFieldName() - Method in class com.saperion.ngc.iform.xml.ColumnType
Gets the value of the fieldName property.
getFieldNames() - Method in class com.saperion.event.SaEventImpl
Reads the fieldnames of this event.
getFieldNames() - Method in interface com.saperion.intf.SaEvent
Reads the fieldnames of this event.
getFields() - Method in interface com.saperion.intf.DDC
Returns a map containing information about the fields of this DDC.
getFields() - Method in class com.saperion.ngc.iform.xml.GroupType
Gets the value of the fields property.
getFields() - Method in class com.saperion.rmi.DDCImpl
 
getFieldsDescriptionList() - Method in class com.saperion.connector.rmi.SaRMISystemConnector
ddc fields descriptions.
getFieldType() - Method in interface com.saperion.intf.SaFieldDescription
Reads the fieldtype.
getFieldType() - Method in interface com.saperion.intf.SaPropertyValue
Reads the field type.
getFieldType() - Method in class com.saperion.ngc.iform.xml.ColumnType
Gets the value of the fieldType property.
getFieldType() - Method in class com.saperion.rmi.SaPropertyValueImpl
Reads the field type.
getFieldValues() - Method in exception com.saperion.exception.ConstraintViolationException
 
getFileName() - Method in class com.saperion.bean.ContentStream
 
getFileName() - Method in enum com.saperion.config.SaJMXConstants.ConfigKey
Configuration filename.
getFilename() - Method in class com.saperion.connector.structures.Element
 
getFileName() - Method in interface com.saperion.intf.SaDocInfo.ElementInfo
getFileName() - Method in class com.saperion.rmi.SaCheckoutInfo
 
getFileName() - Method in class com.saperion.rmi.SaContentStream
 
getFileName() - Method in class com.saperion.rmi.SaRMIInputStream
 
getFileName() - Method in class com.saperion.util.configuration.ConfigFile
 
getFileName() - Method in interface com.saperion.util.configuration.ConfigFileDescriptor
Returns the name of the configuration file.
getFilename(String) - Static method in class com.saperion.util.MimeUtil
Deprecated.
Will be removed in 8.1. Use MultipageDocUtil.getFilename(String) instead.
getFilename(String) - Static method in class com.saperion.util.MultipageDocUtil
Extracts and returns the filename of the given path.
getFileNames(SaJMXConstants.ConfigVariant) - Static method in class com.saperion.config.SaJMXConstants
Reads the default filenames for different configurations.
getFileProperty(SaJMXConstants.ConfigKey, String) - Method in class com.saperion.config.SaJMXConfiguration
Reads file property.
getFilledInMB() - Method in class com.saperion.rmi.storage.MediumFillState
 
getFillState() - Method in class com.saperion.rmi.storage.Medium
 
getFilter() - Method in class com.saperion.operations.lookup.SearchLookupEntriesOperation
 
getFilter() - Method in class com.saperion.operations.lookup.SearchUniqueLookupEntryOperation
 
getFilterIds() - Method in class com.saperion.events.bean.SaXEventBean
 
getFilters() - Method in interface com.saperion.intf.SaEventFilter
Returns the array of filter values.
getFilters() - Method in class com.saperion.rmi.SaRMIEventFilter
Returns the array of filter values.
getFilterValue() - Method in interface com.saperion.intf.SaFilterValue
 
getFirstResult() - Method in class com.saperion.rmi.SaQueryInfo
 
getFirstToken(String, String) - Method in class com.saperion.config.SaJMXConfiguration
Returns the first token of the given value, separated by the given delimiter.
getFlags() - Method in interface com.saperion.intf.SaFilterValue
 
getFlags() - Method in interface com.saperion.intf.wf.TaskInfo
 
getFlags() - Method in class com.saperion.ngc.iform.xml.HotkeyType
Gets the value of the flags property.
getFlags() - Method in class com.saperion.wf.TaskInfoFlags
 
getFlags() - Method in class com.saperion.wf.TaskInfoImpl
getFloatValue() - Method in interface com.saperion.intf.SaValue
Returns the float value, if set.
getFName() - Method in class com.saperion.ngc.iform.xml.EditFieldType
Gets the value of the fName property.
getFnClose() - Method in class com.saperion.ngc.iform.xml.LevelType
Gets the value of the fnClose property.
getFnOpen() - Method in class com.saperion.ngc.iform.xml.LevelType
Gets the value of the fnOpen property.
getFolderByPath(String, String, String) - Method in interface com.saperion.connector.SaClassicConnector
Returns the folder which matches to the given path.
getFolderByPath(String, String, String) - Method in class com.saperion.connector.SaClassicConnectorImpl
 
getFolderChildren(String, String, int, SaQueryInfo, int) - Method in class com.saperion.connector.rmi.AbstractFolderRMIClientCommand
Returns a cursor with the children of the given node.
getFolderChildren(String, String, int, SaQueryInfo, int) - Method in interface com.saperion.connector.rmi.SaRMIClientCommand
Returns a cursor with the children of the given node.
getFolderChildren(String, String, int, SaQueryInfo, int) - Method in interface com.saperion.connector.SaClassicConnector
Returns a list with the children of the given node.
getFolderChildren(String, String, int, SaQueryInfo, int) - Method in class com.saperion.connector.SaClassicConnectorImpl
 
getFolderChildren(int, String, String, int, SaQueryInfo, int) - Method in interface com.saperion.rmi.common.SaRMIServerCommand
Returns a cursor with the children of the given node.
getFolderClass(String) - Method in class com.saperion.connector.rmi.AbstractFolderRMIClientCommand
Reads the folder class with the given name.
getFolderClass(String) - Method in interface com.saperion.connector.rmi.SaRMIClientCommand
Reads the folder class with the given name.
getFolderClass(String) - Method in interface com.saperion.connector.SaClassicConnector
Reads the folder class with the given name.
getFolderClass(String) - Method in class com.saperion.connector.SaClassicConnectorImpl
 
getFolderClass(int, String) - Method in interface com.saperion.rmi.common.SaRMIServerCommand
Reads the folder class with the given name.
getFolderDDC() - Method in class com.saperion.folder.FolderUpdateInfo
Returns the DDX of the folder.
getFolderDDC() - Method in class com.saperion.folder.SaFolderClassBean
 
getFolderDDCName() - Method in interface com.saperion.folder.SaFolderClass
Reads the folder name for this class.
getFolderDDCName() - Method in class com.saperion.folder.SaFolderClassImpl
Reads the folder name for this class.
getFolderDefinitions() - Method in interface com.saperion.connector.SaClassicConnector
Reads the registered folder DDC names from the repository.
getFolderDefinitions() - Method in class com.saperion.connector.SaClassicConnectorImpl
 
getFolderEditMask() - Method in class com.saperion.folder.SaFolderClassBean
 
getFolderFromPath(String, String, String, boolean) - Method in class com.saperion.connector.rmi.AbstractFolderRMIClientCommand
Returns the node(s) which match to the given path.
getFolderFromPath(String, String, String, boolean) - Method in interface com.saperion.connector.rmi.SaRMIClientCommand
Returns the node(s) which match to the given path.
getFolderFromPath(String, String, String) - Method in interface com.saperion.connector.SaClassicConnector
Returns the folders which match to the given path.
getFolderFromPath(String, String, String) - Method in class com.saperion.connector.SaClassicConnectorImpl
 
getFolderFromPath(int, String, String, String, boolean) - Method in interface com.saperion.rmi.common.SaRMIServerCommand
Returns the node(s) which match to the given path.
getFolderInfo(String, String, boolean) - Method in class com.saperion.connector.rmi.AbstractFolderRMIClientCommand
Reads the folder info object for the given folder.
getFolderInfo(String, String, boolean) - Method in interface com.saperion.connector.rmi.SaRMIClientCommand
Reads the folder info object for the given folder.
getFolderInfo(String, String) - Method in interface com.saperion.connector.SaClassicConnector
Deprecated.
use SaClassicConnector.getFolderInfo(String, String, boolean) instead. Will be removed in version 8.1.
getFolderInfo(String, String, boolean) - Method in interface com.saperion.connector.SaClassicConnector
Returns the folder information object for the given folder.
getFolderInfo(String, String) - Method in class com.saperion.connector.SaClassicConnectorImpl
Deprecated.
getFolderInfo(String, String, boolean) - Method in class com.saperion.connector.SaClassicConnectorImpl
 
getFolderInfo(int, String, String, boolean) - Method in interface com.saperion.rmi.common.SaRMIServerCommand
Reads the folder info object for the given folder.
getFolderName() - Method in interface com.saperion.intf.SaFolderSaveInfo
 
getFolderName() - Method in class com.saperion.rmi.SaFolderSaveInfoImpl
getFolderParent(String, String) - Method in class com.saperion.connector.rmi.AbstractFolderRMIClientCommand
Returns the parent of the given node.
getFolderParent(String, String) - Method in interface com.saperion.connector.rmi.SaRMIClientCommand
Returns the parent of the given node.
getFolderParent(String, String) - Method in interface com.saperion.connector.SaClassicConnector
Returns the parent of the given folder.
getFolderParent(String, String) - Method in class com.saperion.connector.SaClassicConnectorImpl
 
getFolderParent(int, String, String) - Method in interface com.saperion.rmi.common.SaRMIServerCommand
Returns the parent of the given node.
getFolderRights(String, String) - Method in class com.saperion.connector.rmi.AbstractFolderRMIClientCommand
Returns the rights mask for the given folder and user.
getFolderRights(String, String) - Method in interface com.saperion.connector.rmi.SaRMIClientCommand
Returns the rights mask for the given folder and user.
getFolderRights(String, String) - Method in interface com.saperion.connector.SaClassicConnector
Returns the rights mask for the given folder and user.
getFolderRights(String, String) - Method in class com.saperion.connector.SaClassicConnectorImpl
 
getFolderRights(int, String, String) - Method in interface com.saperion.rmi.common.SaRMIServerCommand
Returns the rights mask for the given folder and user.
getFolderSysrowId() - Method in class com.saperion.folder.FolderUpdateInfo
Returns the sysrowid of the folder.
getFolderTableDDC() - Method in interface com.saperion.intf.SaFolderSaveInfo
 
getFolderTableDDC() - Method in class com.saperion.rmi.SaFolderSaveInfoImpl
getFolderType() - Method in class com.saperion.folder.FolderUpdateInfo
The Type of the Folder to refresh.
getFolderUpdateInfo(Map<String, Long>) - Method in class com.saperion.connector.rmi.AbstractFolderRMIClientCommand
Get the Set of folders that shall be refreshed.
getFolderUpdateInfo(Map<String, Long>) - Method in interface com.saperion.connector.rmi.SaRMIClientCommand
Get the Set of folders that shall be refreshed.
getFolderUpdateInfo(Map<String, Long>) - Method in interface com.saperion.connector.SaClassicConnector
Deprecated.
No longer supported. Will be removed in 8.1.
getFolderUpdateInfo(Map<String, Long>) - Method in class com.saperion.connector.SaClassicConnectorImpl
Deprecated.
getFolderUpdateInfo(int, Map<String, Long>) - Method in interface com.saperion.rmi.common.SaRMIServerCommand
Calculates a cut set of folders that shall be refreshed on client side.
getFolderXhdoc() - Method in class com.saperion.folder.FolderUpdateInfo
Returns the xhdoc of the folder.
getFont() - Method in class com.saperion.ngc.iform.xml.ButtonType
Gets the value of the font property.
getFont() - Method in class com.saperion.ngc.iform.xml.EditFieldType
Gets the value of the font property.
getFont() - Method in class com.saperion.ngc.iform.xml.FrameType
Gets the value of the font property.
getFont() - Method in class com.saperion.ngc.iform.xml.GroupboxType
Gets the value of the font property.
getFont() - Method in class com.saperion.ngc.iform.xml.LabelType
Gets the value of the font property.
getFont() - Method in class com.saperion.ngc.iform.xml.OutlinerType
Gets the value of the font property.
getFont() - Method in class com.saperion.ngc.iform.xml.ResultType
Gets the value of the font property.
getFont() - Method in class com.saperion.ngc.iform.xml.TabListType
Gets the value of the font property.
getForm() - Method in class com.saperion.settings.FormWrapper
Gets the Form.
getFormatString() - Method in class com.saperion.ngc.iform.xml.EditFieldType
Gets the value of the formatString property.
getFractionDigits() - Method in class com.saperion.ngc.iform.xml.EditFieldType
Gets the value of the fractionDigits property.
getFrame() - Method in class com.saperion.ngc.iform.xml.Form
Gets the value of the frame property.
getFrame() - Method in class com.saperion.ngc.iform.xml.GroupboxType
Gets the value of the frame property.
getFrame() - Method in class com.saperion.ngc.iform.xml.HiddenType
Gets the value of the frame property.
getFrameColor() - Method in class com.saperion.ngc.iform.xml.ViewerType
Gets the value of the frameColor property.
getFrameCount() - Method in interface com.saperion.intf.SaDocInfo.ElementInfo
 
getFrameId() - Method in class com.saperion.ngc.iform.xml.PosType
Gets the value of the frameId property.
getFrameposition() - Method in class com.saperion.ngc.iform.xml.HeaderType
Gets the value of the frameposition property.
getFramePosition() - Method in class com.saperion.ngc.iform.xml.PosType
Gets the value of the framePosition property.
getFrameScale() - Method in class com.saperion.ngc.iform.xml.ViewerType
Gets the value of the frameScale property.
getFrom() - Method in class com.saperion.ngc.iform.xml.ConnectionType
Gets the value of the from property.
getFromInt(int) - Static method in enum com.saperion.constants.SaConstants.SaFieldType
Gets the from int.
getFullName() - Method in interface com.saperion.intf.SaDocInfo.ElementInfo
Returns the full name of the element as it was stored in the archive (with page-numbers for multi-page-tiffs but without path).
getFullname() - Method in class com.saperion.users.UserName
 
getFullName() - Method in class com.saperion.users.UserNameIdPair
 
getFulltext(String, String, String, String, long) - Method in class com.saperion.connector.rmi.AbstractQueryRMIClientCommand
Reads the fulltext information for the given document with the given SYSROWID in the given DDC.
getFulltext(String, String, String, String, long) - Method in interface com.saperion.connector.rmi.SaRMIClientCommand
Reads the fulltext information for the given document with the given SYSROWID in the given DDC.
getFulltext(String, String) - Method in interface com.saperion.connector.SaClassicConnector
Deprecated.
getFulltext(String, String, String, long) - Method in interface com.saperion.connector.SaClassicConnector
Reads the fulltext information for the given document with the given HDOC in the given DDC from the specified field.
getFulltext(String, String) - Method in class com.saperion.connector.SaClassicConnectorImpl
Deprecated.
getFulltext(String, String, String, long) - Method in class com.saperion.connector.SaClassicConnectorImpl
 
getFulltext(int, String, String, String, String, long) - Method in interface com.saperion.rmi.common.SaRMIServerCommand
Reads the fulltext information for the given document with the given SYSROWID in the given DDC.
getFullTextFields(String, List<String>, String) - Method in interface com.saperion.connector.rmi.SaRMIClientCommand
Fetches values of Full text columns
getFullTextFields(String, List<String>, String) - Method in class com.saperion.connector.rmi.SaRMIClientCommandImpl
getFullTextFields(String, List<String>, String) - Method in interface com.saperion.connector.SaClassicConnector
Fetches values of Full text columns
getFullTextFields(String, List<String>, String) - Method in class com.saperion.connector.SaClassicConnectorImpl
getFullTextFields(int, String, List<String>, String) - Method in interface com.saperion.rmi.common.SaRMIServerCommand
Fetches values of Full text columns
getGB(long) - Static method in class com.saperion.util.FileSizeCalcer
Calculates the file size in GigaByte of the given bytes.
getGivenRevisionReference() - Method in exception com.saperion.exception.OutdatedRevisionWriteException
 
getGroupbox(int[], String) - Method in interface com.saperion.connector.wf.SaWFConnector
Read the content of the group box.
getGroupbox(int[], String) - Method in class com.saperion.connector.wf.SaWFConnectorImpl
Read the content of the group box.
getGroupbox() - Method in class com.saperion.ngc.iform.xml.Form
Gets the value of the groupbox property.
getGroupbox() - Method in class com.saperion.ngc.iform.xml.HiddenType
Gets the value of the groupbox property.
getGroupbox() - Method in class com.saperion.ngc.iform.xml.TabType
Gets the value of the groupbox property.
getGroupKind() - Method in interface com.saperion.intf.SaUserInfo
This method returns the kind of user management entity.
getGroupKind() - Method in class com.saperion.rmi.SaUserInfoImpl
This method returns the kind of user management entity.
getGroupName() - Method in class com.saperion.ngc.iform.xml.TabType
Gets the value of the groupName property.
getGroups() - Method in class com.saperion.ngc.iform.xml.Form
Gets the value of the groups property.
getHashAlgorithm() - Method in class com.saperion.bean.ContentStream
Get the MessageDigest which will be used for calculating the hash
getHDoc() - Method in class com.saperion.event.SaEventImpl
Reads the HDOC for this event.
getHDoc() - Method in class com.saperion.event.SaWfEventImpl
Reads the HDOC for this event.
getHdoc() - Method in interface com.saperion.intf.SaDocInfo
 
getHDoc() - Method in interface com.saperion.intf.SaEvent
Reads the HDOC for this event.
getHdoc() - Method in interface com.saperion.intf.SaSaveInfo
Gets the HDOC of the document.
getHDoc() - Method in interface com.saperion.intf.wf.SaWfEvent
Reads the HDOC for this event.
getHDoc() - Method in class com.saperion.operations.document.GetDocumentInfo
 
getHdoc() - Method in class com.saperion.rmi.SaDocInfoImpl
getHdoc() - Method in class com.saperion.rmi.SaSaveInfoImpl
Gets the HDOC of the document.
getHDocForSysRowId(String, String) - Method in class com.saperion.connector.rmi.AbstractQueryRMIClientCommand
Searchs the HDOC for the given SysRowId.
getHDocForSysRowId(String, String) - Method in interface com.saperion.connector.rmi.SaRMIClientCommand
Searchs the HDOC for the given SysRowId.
getHDocForSysRowId(int, String, String) - Method in interface com.saperion.rmi.common.SaRMIServerCommand
Searchs the HDOC for the given SysRowId.
getHeader() - Method in class com.saperion.ngc.iform.xml.Form
Gets the value of the header property.
getHeight() - Method in class com.saperion.ngc.iform.PaneDescription.Layout
 
getHexId() - Method in class com.saperion.rmi.MandantInfo
 
getHibernateEntitymap() - Method in class com.saperion.connector.rmi.SaRMISystemConnector
The XML Hibernate configuration.
getHibernateEntitymap() - Method in interface com.saperion.rmi.common.SaRMISystemCommand
Returns the hibernate entity map.
getHidden() - Method in class com.saperion.ngc.iform.xml.Form
Gets the value of the hidden property.
getHistId() - Method in interface com.saperion.intf.wf.CommentInfo
 
getHistId() - Method in class com.saperion.wf.CommentInfoImpl
getHistory() - Method in interface com.saperion.connector.wf.SaWFTask
Reads the process history.
getHistory() - Method in class com.saperion.connector.wf.SaWFTaskImpl
Reads the process history.
getHistoryInfos(String) - Method in class com.saperion.connector.rmi.AbstractWfRMIClientCommand
Reads the history for the given task.
getHistoryInfos(String) - Method in interface com.saperion.connector.rmi.SaRMIClientCommand
Reads the history for the given task.
getHistoryInfos(String) - Method in class com.saperion.connector.SaClassicConnectorImpl
Reads the history for the given task.
getHistoryInfos(int, String) - Method in interface com.saperion.rmi.common.SaRMIServerCommand
Reads the history for the given task.
getHistoryXML() - Method in interface com.saperion.connector.wf.SaWFTask
Reads the process history as XML.
getHistoryXML(String) - Method in interface com.saperion.connector.wf.SaWFTask
Reads the process history as XML.
getHistoryXML() - Method in class com.saperion.connector.wf.SaWFTaskImpl
Reads the process history as XML.
getHistoryXML(String) - Method in class com.saperion.connector.wf.SaWFTaskImpl
Reads the process history as XML.
getHistoryXML2(String) - Method in interface com.saperion.connector.wf.SaWFTask
Reads the second variant of process history as XML.
getHistoryXML2(String, boolean) - Method in interface com.saperion.connector.wf.SaWFTask
Reads the second variant of process history as XML with ascending / descending switch.
getHistoryXML2(String) - Method in class com.saperion.connector.wf.SaWFTaskImpl
Reads the second variant of process history as XML.
getHistoryXML2(String, boolean) - Method in class com.saperion.connector.wf.SaWFTaskImpl
Reads the second variant of process history as XML with ascending / descending switch.
getHoldDate() - Method in interface com.saperion.intf.wf.EscalationHoldInfo
 
getHoldDate() - Method in class com.saperion.wf.EscalationHoldInfoImpl
getHomeField() - Method in class com.saperion.ngc.iform.xml.LevelType
Gets the value of the homeField property.
getHotkey() - Method in class com.saperion.ngc.iform.xml.ButtonType
Gets the value of the hotkey property.
getHotkey() - Method in class com.saperion.ngc.iform.xml.TabType
Gets the value of the hotkey property.
getID() - Method in class com.saperion.connector.ldap.ConnectionControl
getId() - Method in enum com.saperion.constants.SaWFConstants.CommandId
 
getId() - Method in class com.saperion.ngc.iform.PaneDescription.Layout
 
getId() - Method in class com.saperion.ngc.iform.xml.ColumnType
Gets the value of the id property.
getId() - Method in class com.saperion.operations.document.LoadDocumentById
 
getId() - Method in class com.saperion.operations.document.LoadDocumentRevisionById
 
getId() - Method in class com.saperion.rmi.MandantInfo
 
getId() - Method in class com.saperion.rmi.storage.Medium
 
getId() - Method in enum com.saperion.settings.SystemFileKind
 
getId() - Method in class com.saperion.users.UserNameIdPair
 
getId() - Method in class com.saperion.util.HdocUtil.DocId
Gets the id.
getId() - Method in class com.saperion.util.HdocUtil.SAPDocId
 
getIdsFromQuery(String) - Method in class com.saperion.connector.rmi.AbstractQueryRMIClientCommand
Executes a HQL query and returns the results as a string list.
getIdsFromQuery(String) - Method in interface com.saperion.connector.rmi.SaRMIClientCommand
Executes a HQL query and returns the results as a string list.
getIdsFromQuery(int, String, boolean) - Method in interface com.saperion.rmi.common.SaRMIServerCommand
Executes a HQL query and returns the results as a string list.
getInbox(String) - Method in interface com.saperion.connector.wf.SaWFConnector
Read the content of the inbox.
getInbox(String) - Method in class com.saperion.connector.wf.SaWFConnectorImpl
Read the content of the inbox.
getInclude() - Method in class com.saperion.ngc.iform.xml.Form
Gets the value of the include property.
getInclude() - Method in class com.saperion.ngc.iform.xml.FrameType
Gets the value of the include property.
getInclude() - Method in class com.saperion.ngc.iform.xml.GroupboxType
Gets the value of the include property.
getInclude() - Method in class com.saperion.ngc.iform.xml.TabType
Gets the value of the include property.
getIncludeForm() - Method in class com.saperion.ngc.iform.xml.IncludeType
Gets the value of the includeForm property.
getIndex() - Method in class com.saperion.connector.structures.Element
 
getIndex() - Method in class com.saperion.conversion.CreateDocumentInputTypeFromDocumentInfoAdapter
 
getIndex() - Method in interface com.saperion.intf.wf.CommentInfo
 
getIndex() - Method in interface com.saperion.intf.wf.HistoryInfo
 
getIndex() - Method in class com.saperion.ngc.iform.xml.TabType
Gets the value of the index property.
getIndex() - Method in class com.saperion.wf.CommentInfoImpl
getIndex() - Method in class com.saperion.wf.HistoryInfoImpl
getIndexData() - Method in class com.saperion.conversion.UpdateDocumentInputTypeFromUpdateInfoAdapter
 
getIndexData() - Method in class com.saperion.operations.lookup.CreateLookupEntryOperation
 
getIndexDataChanges() - Method in class com.saperion.operations.lookup.UpdateLookupEntry
 
getIndexFieldKind() - Method in interface com.saperion.intf.SaFieldDescription
 
getIndexForm() - Method in interface com.saperion.intf.SaNavigation
 
getIndexForm() - Method in class com.saperion.rmi.SaNavigationImpl
getIndexMask() - Method in class com.saperion.ngc.iform.xml.ResultType
Gets the value of the indexMask property.
getIndexStates() - Method in class com.saperion.rmi.SaQueryInfo
 
getInfoFlags() - Method in interface com.saperion.intf.wf.TaskInfo
 
getInfoFlags() - Method in class com.saperion.wf.TaskInfoImpl
getInheritACL() - Method in class com.saperion.ngc.iform.xml.LevelType
Gets the value of the inheritACL property.
getInheritQuery() - Method in class com.saperion.ngc.iform.xml.LevelType
Gets the value of the inheritQuery property.
getInitializer(String) - Method in class com.saperion.web.WebAppInitUtil
Returns the WebAppInitializer by the given name if existing, null otherwise.
getInjector(int) - Method in interface com.saperion.rmi.common.SaRMIServerCommand
This method returns the injector for the given session.
getInputMask() - Method in class com.saperion.ngc.iform.xml.EditFieldType
Gets the value of the inputMask property.
getInputStream() - Method in class com.saperion.bean.ContentStream
getInputStream() - Method in class com.saperion.rmi.DirectWriteContentHandler
 
getInputStream() - Method in interface com.saperion.rmi.SerializableStreamContentHandler
 
getInputStream() - Method in class com.saperion.rmi.TempBufferContentHandler
 
getInstance() - Static method in class com.saperion.config.SaJMXConfiguration
Get instance.
getInstance() - Static method in class com.saperion.config.SaJmxGuard
The factory method to get the singleton instance of SaJmxGuard
getInstance() - Static method in class com.saperion.config.TrustedApplicationsUtility
Get instance of TrustedApplicationsUtility to authorize Clients of JCS
getInstance(Properties) - Static method in class com.saperion.connector.ldap.SaLDAPAuthenticator
Get the instance of this class.
getInstance() - Static method in class com.saperion.connector.rmi.SaRMIConnectionHandler
 
getInstance(Class<T>) - Method in interface com.saperion.operations.inject.Injector
 
getInstance(int) - Static method in enum com.saperion.settings.SystemFileKind
Gets the instance matching to the id.
getInstance() - Static method in class com.saperion.util.configuration.ConfigHolder
Returns an instance of this class.
getInstance() - Static method in class com.saperion.util.StartupTimer
 
getInstance() - Static method in class com.saperion.web.WebAppInitUtil
Returns the instance of this WebAppInitUtil.
getIntegerProperty(String, int) - Method in enum com.saperion.config.SaAgentConfig
Get the value of a property as an integer
getIntProperty(String, int) - Method in class com.saperion.config.SaJMXConfiguration
Reads integer property in dotted name format with default value.
getIntProperty(SaJMXConstants.ConfigKey, String, int) - Method in class com.saperion.config.SaJMXConfiguration
Reads integer property with default value.
getIntValue() - Method in interface com.saperion.intf.SaValue
Returns the integer value, if set.
getIntValue(String) - Method in class com.saperion.wf.WorkflowDataHolder
Reads the int value from the result map.
getInvolvedUsers(String) - Method in class com.saperion.connector.rmi.AbstractDocRMIClientCommand
Reads all users involved in the set of ACL's.
getInvolvedUsers(String) - Method in interface com.saperion.connector.rmi.SaRMIClientCommand
Reads all users involved in the set of ACL's.
getInvolvedUsers(String) - Method in interface com.saperion.connector.SaClassicConnector
Deprecated.
use SaClassicConnector.getAuthorizedUsers(String, String, MatchKind) instead. Will be removed in version 8.1.
getInvolvedUsers(String) - Method in class com.saperion.connector.SaClassicConnectorImpl
 
getInvolvedUsers(int, String) - Method in interface com.saperion.rmi.common.SaRMIServerCommand
Reads all users involved in the set of ACL's.
GetIxosDDCNames - Class in com.saperion.operations
This operation returns the names of all DDCs that are used to store documents loaded by the IXOS connector.
GetIxosDDCNames() - Constructor for class com.saperion.operations.GetIxosDDCNames
 
getJMXPort() - Method in interface com.saperion.intf.SaSystemInfo
 
getJMXPort() - Method in class com.saperion.rmi.SaSystemInfoImpl
getJnaToken() - Method in class com.saperion.operations.inject.SessionTokens
 
getJNIContext() - Method in interface com.saperion.intf.wf.ContextInfo
Converts to JNI context.
getJNIContext() - Method in class com.saperion.rmi.ContextInfoImpl
Converts to JNI context.
getJniToken() - Method in class com.saperion.operations.inject.SessionTokens
 
getJNIValue(String, Object, SaFieldDescription[]) - Static method in class com.saperion.util.SaperionDataType
Returns the SaJNIValue for the given value and saJNIFieldDescriptions.
getJoinField() - Method in class com.saperion.ngc.iform.xml.LevelType
Gets the value of the joinField property.
getJoinInfos() - Method in class com.saperion.rmi.SaQueryInfo
 
getKB(long) - Static method in class com.saperion.util.FileSizeCalcer
Calculates the file size in KiloByte of the given bytes.
getKey() - Method in class com.saperion.ngc.iform.xml.HotkeyType
Gets the value of the key property.
getKeys() - Method in class com.saperion.util.Utf8ResourceBundle
getKind() - Method in interface com.saperion.intf.wf.HistoryInfo
 
getKind() - Method in class com.saperion.ngc.iform.xml.ButtonType
Gets the value of the kind property.
getKind() - Method in class com.saperion.ngc.iform.xml.HeaderType
Gets the value of the kind property.
getKind() - Method in class com.saperion.ngc.iform.xml.PosType
Gets the value of the kind property.
getKind() - Method in class com.saperion.ngc.iform.xml.ViewerType
Gets the value of the kind property.
getKind() - Method in class com.saperion.wf.HistoryInfoImpl
getLabel() - Method in class com.saperion.ngc.iform.xml.Form
Gets the value of the label property.
getLabel() - Method in class com.saperion.ngc.iform.xml.FrameType
Gets the value of the label property.
getLabel() - Method in class com.saperion.ngc.iform.xml.GroupboxType
Gets the value of the label property.
getLabel() - Method in class com.saperion.ngc.iform.xml.HiddenType
Gets the value of the label property.
getLabel() - Method in class com.saperion.ngc.iform.xml.TabType
Gets the value of the label property.
getLastModified() - Method in class com.saperion.settings.Setting
 
getLastOverload() - Method in class com.saperion.connector.rmi.SaRMIServerInfo
 
getLastTaskInfo() - Method in interface com.saperion.intf.wf.TaskInfo
 
getLastTaskInfo() - Method in class com.saperion.wf.TaskInfoImpl
getLastWriteAccess() - Method in class com.saperion.rmi.storage.MediumAccessData
 
GetLatestRevisionId - Class in com.saperion.operations.document
This Operation returns the id of the latest revision of the document given by its id.
GetLatestRevisionId(DocumentReferenceType) - Constructor for class com.saperion.operations.document.GetLatestRevisionId
 
getLatestRevisionReference() - Method in exception com.saperion.exception.OutdatedRevisionWriteException
 
getLayout() - Method in class com.saperion.ngc.iform.PaneDescription
 
getLayoutVersion() - Method in class com.saperion.ngc.iform.xml.HeaderType
Gets the value of the layoutVersion property.
getLeft() - Method in class com.saperion.ngc.iform.xml.PosType
Gets the value of the left property.
getLength() - Method in interface com.saperion.intf.SaFieldDescription
Reads the length if this field.
getLengthLimit() - Method in class com.saperion.bean.ContentStream
Returns the max allowed stream length limit.
getLevel() - Method in class com.saperion.ngc.iform.xml.OutlinerType
Gets the value of the level property.
getLicenseCount(int) - Method in interface com.saperion.connector.rmi.SaRMIClientCommand
Read the licence count for the given user.
getLicenseCount(int) - Method in class com.saperion.connector.rmi.SaRMIClientCommandImpl
Read the licence count for the given user.
getLicenseCount(int) - Method in class com.saperion.connector.rmi.SaRMISystemConnector
Read the licence count for the given user.
getLicenseCount(int) - Method in interface com.saperion.connector.SaClassicConnector
This method returns the overall count of Licenses of the given type in the system.
getLicenseCount(int) - Method in class com.saperion.connector.SaClassicConnectorImpl
 
getLicenseCount(int) - Method in interface com.saperion.rmi.common.SaRMISystemCommand
Read the licence count for the given user.
getLicenseType() - Method in exception com.saperion.exception.SaLicenseNotAllowedException
 
getLicenseType() - Method in exception com.saperion.rmi.serverexception.SaRMILicenseNotAllowedException
 
getLimit() - Method in class com.saperion.ngc.iform.xml.EditFieldType
Gets the value of the limit property.
getLinkDDCName() - Method in class com.saperion.event.SaEventImpl
 
getLinkDDCName() - Method in interface com.saperion.intf.SaEvent
 
getLinkId() - Method in class com.saperion.event.SaEventImpl
 
getLinkId() - Method in class com.saperion.structures.LinkInfo
Gets the id (Hdoc) of linked document.
getLinkProperty(SaJMXConstants.ConfigKey) - Method in class com.saperion.config.SaJMXConfiguration
Reads linked file property.
getLinkUid() - Method in interface com.saperion.intf.SaDocInfo.ElementInfo
 
getListVersion() - Method in class com.saperion.ngc.iform.xml.EditFieldType
Gets the value of the listVersion property.
getListVersion() - Method in class com.saperion.ngc.iform.xml.ResultType
Gets the value of the listVersion property.
getLoad() - Method in class com.saperion.connector.rmi.SaRMIServerInfo
 
getLoadKind() - Method in class com.saperion.operations.document.LoadDocumentById
 
getLoadKind() - Method in class com.saperion.operations.document.LoadDocumentRevisionById
 
getLockInfo(String) - Method in class com.saperion.connector.rmi.AbstractDocRMIClientCommand
Gets the lock info for a given node.
getLockInfo(String) - Method in interface com.saperion.connector.rmi.SaRMIClientCommand
Gets the lock info for a given node.
getLockInfo(String) - Method in interface com.saperion.connector.SaClassicConnector
This method returns the locking information for a given document.
getLockInfo(String) - Method in class com.saperion.connector.SaClassicConnectorImpl
 
getLockInfo(int, String) - Method in interface com.saperion.rmi.common.SaRMIServerCommand
Gets the lock info for a given node.
getLocks(String) - Method in class com.saperion.connector.rmi.AbstractDocRMIClientCommand
Reads all locks from the given DDC.
getLocks(String, String) - Method in class com.saperion.connector.rmi.AbstractDocRMIClientCommand
Reads all locks from the given DDC.
getLocks(String) - Method in interface com.saperion.connector.rmi.SaRMIClientCommand
Reads all locks from the given DDC.
getLocks(String, String) - Method in interface com.saperion.connector.rmi.SaRMIClientCommand
Reads all locks from the given DDC.
getLocks(String) - Method in interface com.saperion.rmi.common.SaRMISystemCommand
Reads all locks from the given DDC.
getLocks(String, String) - Method in interface com.saperion.rmi.common.SaRMISystemCommand
Reads all locks from the given DDC.
getLockToken() - Method in interface com.saperion.intf.SaDocumentInfo
Returns the lock-token if the document is locked.
getLockToken() - Method in interface com.saperion.intf.SaLockInfo
Returns the lock token; only relevant for JCR.
getLockToken() - Method in class com.saperion.rmi.SaDocumentInfoImpl
Returns the lock-token if the document is locked.
getLockType() - Method in interface com.saperion.intf.SaDocumentInfo
Returns the lock-type if the document is locked.
getLockType() - Method in interface com.saperion.intf.SaLockInfo
Reads the lock type.
getLockType() - Method in class com.saperion.rmi.SaDocumentInfoImpl
Returns the lock-type if the document is locked.
getLockUser() - Method in interface com.saperion.intf.SaDocumentInfo
Returns the user that has locked this document if the document is locked.
getLockUser() - Method in interface com.saperion.intf.SaLockInfo
Returns the lock owner.
getLockUser() - Method in class com.saperion.rmi.SaDocumentInfoImpl
Returns the user that has locked this document if the document is locked.
getLookupCondition() - Method in class com.saperion.ngc.iform.xml.EditFieldType
Gets the value of the lookupCondition property.
getLookupConditionField() - Method in class com.saperion.ngc.iform.xml.EditFieldType
Gets the value of the lookupConditionField property.
getLookupConditionFieldDbName() - Method in class com.saperion.ngc.iform.xml.EditFieldType
Gets the value of the lookupConditionFieldDbName property.
getLookupConditionFieldType() - Method in class com.saperion.ngc.iform.xml.EditFieldType
Gets the value of the lookupConditionFieldType property.
getLookupDDC() - Method in class com.saperion.ngc.iform.xml.EditFieldType
Gets the value of the lookupDDC property.
GetLookupEntryAccessControlListsOperation - Class in com.saperion.operations.lookup
This Operation returns references to all access control lists set on a given lookup entry.
GetLookupEntryAccessControlListsOperation(LookupEntryReferenceType) - Constructor for class com.saperion.operations.lookup.GetLookupEntryAccessControlListsOperation
 
GetLookupEntryOperation - Class in com.saperion.operations.lookup
This Operation returns a lookup entry given by its reference.
GetLookupEntryOperation(LookupEntryReferenceType) - Constructor for class com.saperion.operations.lookup.GetLookupEntryOperation
 
getLookupEntryReference() - Method in class com.saperion.operations.lookup.GetLookupEntryOperation
 
getLookupField() - Method in class com.saperion.ngc.iform.xml.EditFieldType
Gets the value of the lookupField property.
getLookupFieldDbName() - Method in class com.saperion.ngc.iform.xml.EditFieldType
Gets the value of the lookupFieldDbName property.
getLookupFieldType() - Method in class com.saperion.ngc.iform.xml.EditFieldType
Gets the value of the lookupFieldType property.
getLookupTableDef() - Method in interface com.saperion.intf.SaFieldDescription
Reads the definition of lookup table.
getLookupTableField() - Method in interface com.saperion.intf.SaFieldDescription
Reads the field in the lookup table.
getMachine() - Method in class com.saperion.rmi.SaCheckoutInfo
 
getMandant() - Method in interface com.saperion.connector.rmi.SaRMIClientCommand
 
getMandant() - Method in class com.saperion.connector.rmi.SaRMIClientCommandImpl
getMandant() - Method in interface com.saperion.intf.SaEventFilter
Returns the mandant.
getMandant() - Method in class com.saperion.rmi.SaRMIEventFilter
Returns the mandant.
getMandantIdForDDC(String, String) - Method in class com.saperion.connector.rmi.SaRMISystemConnector
Reads the mandant ID.
getMandantIdForDDC(String, String) - Method in interface com.saperion.rmi.common.SaRMISystemCommand
Reads the mandant ID for the given DDC.
getMandantInfo() - Method in class com.saperion.rmi.DDCInfo
Gets the mandant info.
getMandantUid() - Method in interface com.saperion.intf.SaUserInfo
 
getMandantUid() - Method in class com.saperion.rmi.SaUserInfoImpl
getMandatory() - Method in class com.saperion.ngc.iform.xml.EditFieldType
Gets the value of the mandatory property.
getMashup() - Method in class com.saperion.ngc.iform.xml.Form
Gets the value of the mashup property.
getMashup() - Method in class com.saperion.ngc.iform.xml.FrameType
Gets the value of the mashup property.
getMashup() - Method in class com.saperion.ngc.iform.xml.GroupboxType
Gets the value of the mashup property.
getMashup() - Method in class com.saperion.ngc.iform.xml.HiddenType
Gets the value of the mashup property.
getMashup() - Method in class com.saperion.ngc.iform.xml.TabType
Gets the value of the mashup property.
getMashUpHTML() - Method in class com.saperion.ngc.iform.xml.MashupType
Gets the value of the mashUpHTML property.
getMashUpURL() - Method in class com.saperion.ngc.iform.xml.MashupType
Gets the value of the mashUpURL property.
getMaskName() - Method in class com.saperion.folder.SaApplicationInfo
 
getMaxDateForDB(String) - Static method in class com.saperion.constants.SaSQLConstants
Returns the minimum date value for the specified database or null, if database is unknown.
getMaximumAgeInSeconds() - Method in class com.saperion.rmi.storage.ContainerTrigger
 
getMaximumCount() - Method in class com.saperion.rmi.storage.ContainerTrigger
 
getMaximumSizeInMB() - Method in class com.saperion.rmi.storage.ContainerTrigger
 
getMaxRecords() - Method in class com.saperion.ngc.iform.xml.ResultType
Gets the value of the maxRecords property.
getMaxResult() - Method in class com.saperion.rmi.SaQueryInfo
 
getMaxThreads() - Method in interface com.saperion.intf.SaSystemInfo
 
getMaxThreads() - Method in class com.saperion.rmi.SaSystemInfoImpl
getMB(long) - Static method in class com.saperion.util.FileSizeCalcer
Calculates the file size in MegaByte of the given bytes.
getMBeanInfo() - Method in class com.saperion.config.SaAbstractJMXProperties
getMBeanInfo() - Method in class com.saperion.config.SaJMXConfiguration
getMBeanInfo() - Method in class com.saperion.util.StartupTimerMBean
 
getMediaName() - Method in class com.saperion.operations.storage.DeleteNamedMediaOperation
 
getMediaName() - Method in class com.saperion.operations.storage.ListStorageOperation
 
getMember(WorkflowMember, int, String) - Method in interface com.saperion.connector.rmi.SaRMIClientCommand
Reads the member.
getMember(WorkflowMember, int, String) - Method in class com.saperion.connector.rmi.SaRMIClientCommandImpl
Reads the member.
getMember(WorkflowMember, int, String) - Method in class com.saperion.connector.SaClassicConnectorImpl
Returns the workflow members by the given parameters.
This method is considered as a search-method.
getMember(WorkflowMember, int, String) - Method in interface com.saperion.connector.wf.SaWFConnector
Reads direct workflow member tree.
getMember(WorkflowMember, int, String) - Method in class com.saperion.connector.wf.SaWFConnectorImpl
Reads direct workflow member tree.
getMember(int, WorkflowMember, int, String) - Method in interface com.saperion.rmi.common.SaRMIServerCommand
Reads direct workflow member.
getMembers() - Method in interface com.saperion.connector.rmi.SaRMIClientCommand
Reads the member.
getMembers() - Method in class com.saperion.connector.rmi.SaRMIClientCommandImpl
Reads the member.
getMembers() - Method in class com.saperion.connector.SaClassicConnectorImpl
Reads the workflow members in a full structured tree.
getMembers() - Method in interface com.saperion.connector.wf.SaWFConnector
Reads the workflow member tree.
getMembers() - Method in class com.saperion.connector.wf.SaWFConnectorImpl
Reads the workflow member tree.
getMembers(int) - Method in interface com.saperion.rmi.common.SaRMIServerCommand
Reads the member.
getMessage() - Method in interface com.saperion.connector.wf.WorkflowResult
 
getMessage() - Method in class com.saperion.connector.wf.WorkflowResultImpl
getMessage() - Method in exception com.saperion.exception.SaOperationRmiException
Deprecated.
 
getMessage() - Method in exception com.saperion.exception.SaOperationRuntimeException
Deprecated.
 
getMetadatas() - Method in class com.saperion.structures.Description
 
getMime() - Method in enum com.saperion.constants.mime.MIME
 
getMimeType(String) - Static method in class com.saperion.util.MimeUtil
Returns the MIME type matching the given filename.
getMimeTypeByPath(String) - Static method in class com.saperion.util.MimeUtil
Returns the MIME type matching the given path (path/[/path...]/filename).
getMinDateForDB(String) - Static method in class com.saperion.constants.SaSQLConstants
Returns the minimum date value for the specified database or null, if database is unknown.
getMirror() - Method in class com.saperion.rmi.storage.Medium
 
getMissingFields() - Method in exception com.saperion.exception.MandatoryConstraintViolationException
This method returns the names of the fields that need to be set to omit this exception.
getMsgId() - Method in enum com.saperion.constants.SaWFConstants.CommandId
 
getMultiUserSelect() - Method in class com.saperion.wf.ExecutionResult
 
getMultiValueSeparator() - Method in class com.saperion.ngc.iform.xml.EditFieldType
Gets the value of the multiValueSeparator property.
getMultiValueSeparators() - Method in interface com.saperion.intf.SaFieldDescription
Reads the multivalue separators.
getMultivalueTableName() - Method in interface com.saperion.intf.SaFieldDescription
 
getName() - Method in enum com.saperion.config.SaJMXConstants.ConfigKey
Configuration name.
getName() - Method in class com.saperion.connector.rmi.SaRMIServerInfo
 
getName() - Method in interface com.saperion.folder.SaFolderClass
 
getName() - Method in class com.saperion.folder.SaFolderClassBean
 
getName() - Method in class com.saperion.folder.SaFolderClassImpl
getName() - Method in interface com.saperion.intf.DDC
Returns the name of this DDC.
getName() - Method in interface com.saperion.intf.SaAcl
This method gets the name of the acl.
getName() - Method in interface com.saperion.intf.SaDocInfo.ElementInfo
Returns only the name of the element.
getName() - Method in interface com.saperion.intf.SaFieldDescription
Reads the name of this field.
getName() - Method in interface com.saperion.intf.SaPropertyValue
Returns the name of this property.
getName() - Method in interface com.saperion.intf.SaUserInfo
Deprecated.
getName() - Method in class com.saperion.ngc.iform.xml.FontType
Gets the value of the name property.
getName() - Method in class com.saperion.ngc.iform.xml.Form
Gets the value of the name property.
getName() - Method in class com.saperion.ngc.iform.xml.GroupType
Gets the value of the name property.
getName() - Method in class com.saperion.rmi.DDCImpl
 
getName() - Method in class com.saperion.rmi.MandantInfo
 
getName() - Method in class com.saperion.rmi.SaAclImpl
This method gets the name of the acl.
getName() - Method in enum com.saperion.rmi.SaFeature.FeatureKind
 
getName() - Method in class com.saperion.rmi.SaPropertyValueImpl
Returns the name of this property.
getName() - Method in class com.saperion.rmi.SaUserInfoImpl
Deprecated.
getName() - Method in class com.saperion.rmi.SaWorkspaceInfo
 
getName() - Method in class com.saperion.rmi.storage.Medium
 
getName() - Method in class com.saperion.settings.Setting
 
getName() - Method in class com.saperion.settings.SettingSearchInfo
 
getName() - Method in class com.saperion.wf.ProcessDefinitionDescriptor
 
getNamedList() - Method in interface com.saperion.rmi.SaFeature
 
getNamedList() - Method in class com.saperion.rmi.SaFeatureImpl
getNameMatchkind() - Method in class com.saperion.settings.SettingSearchInfo
 
getNaviDisplayFields() - Method in interface com.saperion.folder.SaFolderClass
Reads the navigation display fields.
getNaviDisplayFields() - Method in class com.saperion.folder.SaFolderClassBean
 
getNaviDisplayFields() - Method in class com.saperion.folder.SaFolderClassImpl
Reads the navigation display fields.
getNaviDisplayFieldsXML() - Method in interface com.saperion.folder.SaFolderClass
Reads the navigation display fields.
getNaviDisplayFieldsXML() - Method in class com.saperion.folder.SaFolderClassImpl
Reads the navigation display fields.
getNewDocumentMask() - Method in class com.saperion.folder.SaFolderClassBean
 
getNewEfileMask() - Method in class com.saperion.folder.SaFolderClassBean
 
getNewFolderMask() - Method in class com.saperion.folder.SaFolderClassBean
 
getNewPassword() - Method in class com.saperion.operations.user.ChangePassword
 
getNewPassword() - Method in class com.saperion.operations.user.ChangePasswordOperation
 
getNiceSize(long, FileSizeCalcer.CalcFactor) - Static method in class com.saperion.util.FileSizeCalcer
Computes the size using the specified factor and automatically adds the proper unit (B, KB or KiB, MB or MiB, GB or GiB, PB or PiB).
getNodeAccessData(String) - Method in class com.saperion.connector.rmi.AbstractDocRMIClientCommand
Opens the document identified by hdoc and returns an object containing all access right data information for the session user.
getNodeAccessData(String) - Method in interface com.saperion.connector.rmi.SaRMIClientCommand
Opens the document identified by hdoc and returns an object containing all access right data information for the session user.
getNodeAccessData(int, String) - Method in interface com.saperion.rmi.common.SaRMIServerCommand
Opens the document identified by hdoc and returns an object containing all access right data information for the session user.
getNodeId() - Method in class com.saperion.event.SaWfEventImpl
Reads the node ID.
getNodeId() - Method in interface com.saperion.intf.wf.SaWfEvent
Reads the node ID.
getNodeIndex() - Method in interface com.saperion.intf.wf.ProcessInfo
 
getNodeIndex() - Method in class com.saperion.wf.ProcessInfoImpl
getNodeName() - Method in interface com.saperion.intf.wf.TaskAuditInfo
 
getNodeName() - Method in class com.saperion.wf.TaskAuditInfoImpl
 
getNodetableName() - Method in class com.saperion.rmi.SaWorkspaceInfo
 
getNodeType() - Method in interface com.saperion.intf.SaFolderSaveInfo
 
getNodeType() - Method in class com.saperion.rmi.SaFolderSaveInfoImpl
getNorth() - Method in class com.saperion.ngc.iform.PaneDescription.Layout
 
getNumber() - Method in interface com.saperion.intf.SaDocInfo.ElementInfo
 
getNumber() - Method in interface com.saperion.intf.SaEventFilter
Reads the filter number.
getNumber() - Method in enum com.saperion.rmi.SaFeature.FeatureKind
 
getNumber() - Method in class com.saperion.rmi.SaRMIEventFilter
Reads the filter number.
getNumberOfTokens(SaJMXConstants.ConfigKey, String, String) - Method in class com.saperion.config.SaJMXConfiguration
Reads a multivalue property and returns the number of tokens separated by the given delimiter.
getObjectCount() - Method in class com.saperion.rmi.storage.MediumFillState
 
getObjectPool() - Method in class com.saperion.connector.pool.ConnectionPoolUtil
Gets the object pool.
getOldPassword() - Method in class com.saperion.operations.user.ChangePassword
 
getOldPassword() - Method in class com.saperion.operations.user.ChangePasswordOperation
 
getOlStyle() - Method in class com.saperion.ngc.iform.xml.LevelType
Gets the value of the olStyle property.
getOrgUnitbox(int[], String) - Method in interface com.saperion.connector.wf.SaWFConnector
Read the content of the organisation unit box.
getOrgUnitbox(int[], String) - Method in class com.saperion.connector.wf.SaWFConnectorImpl
Read the content of the organisation unit box.
getOrgUnitUid() - Method in interface com.saperion.intf.SaUserInfo
 
getOrgUnitUid() - Method in class com.saperion.rmi.SaUserInfoImpl
getOs() - Static method in class com.saperion.connector.renditions.isys.util.OsInfo
 
getOStyle() - Method in class com.saperion.ngc.iform.xml.OutlinerType
Gets the value of the oStyle property.
getOutOfOffice() - Method in class com.saperion.connector.rmi.AbstractWfRMIClientCommand
Get the out of office status for the logged on user.
getOutOfOffice() - Method in interface com.saperion.connector.rmi.SaRMIClientCommand
Get the out of office status for the logged on user.
getOutOfOffice() - Method in class com.saperion.connector.SaClassicConnectorImpl
Get the substitute for the logged on user.
getOutOfOffice() - Method in interface com.saperion.connector.wf.SaWFConnector
Get the out of office status for the logged on user.
getOutOfOffice() - Method in class com.saperion.connector.wf.SaWFConnectorImpl
Get the out of office status for the logged on user.
getOutOfOffice(int) - Method in interface com.saperion.rmi.common.SaRMIServerCommand
Get the out of office status for the logged on user.
getOwner() - Method in interface com.saperion.intf.wf.ProcessInfo
 
getOwner() - Method in class com.saperion.wf.ProcessInfoImpl
getPage() - Method in class com.saperion.annotation.AbstractAnnotation
Gets the page.
getPageCount() - Method in interface com.saperion.intf.SaDocInfo.ElementInfo
 
getPageSize() - Method in class com.saperion.ngc.iform.xml.ResultType
Gets the value of the pageSize property.
getPaneCount() - Method in class com.saperion.ngc.iform.PaneDescription
 
getPaneLayout() - Method in class com.saperion.ngc.iform.xml.Form
Gets the value of the paneLayout property.
getParameters() - Method in class com.saperion.rmi.SaQueryInfo
returns all parameters as a map
getParent() - Method in interface com.saperion.intf.wf.WorkflowMember
 
getParent() - Method in class com.saperion.wf.WorkflowMemberImpl
getParentId() - Method in class com.saperion.event.SaEventImpl
 
getParentId() - Method in interface com.saperion.intf.SaEvent
 
getParentId() - Method in interface com.saperion.intf.SaFolderSaveInfo
 
getParentId() - Method in class com.saperion.rmi.SaFolderSaveInfoImpl
getParentTask(String) - Method in class com.saperion.connector.rmi.AbstractWfRMIClientCommand
Reads the parent task info for the given ID.
getParentTask(String) - Method in interface com.saperion.connector.rmi.SaRMIClientCommand
Reads the parent task info for the given ID.
getParentTask(String) - Method in class com.saperion.connector.SaClassicConnectorImpl
Reads the parent task info for the given ID.
getParentTask(String) - Method in interface com.saperion.connector.wf.SaWFConnector
Get parent task direct by ID.
getParentTask(String) - Method in class com.saperion.connector.wf.SaWFConnectorImpl
Get parent task direct by ID.
getParentTask(int, String) - Method in interface com.saperion.rmi.common.SaRMIServerCommand
Reads the parent task info for the given ID.
getPath(ConfigFileDescriptor) - Static method in class com.saperion.util.configuration.ConfigurationUtil
Returns the path of the given config file.
getPath(ConfigurationFileHolder) - Static method in class com.saperion.util.configuration.ConfigurationUtil
Returns the path of the given config file holder.
getPathToExecutable(Options) - Static method in class com.saperion.connector.renditions.isys.ISYSRenderEngine
 
getPB(long) - Static method in class com.saperion.util.FileSizeCalcer
Calculates the file size in PetaByte of the given bytes.
getPictClosed() - Method in class com.saperion.ngc.iform.xml.LevelType
Gets the value of the pictClosed property.
getPictOpen() - Method in class com.saperion.ngc.iform.xml.LevelType
Gets the value of the pictOpen property.
getPlugins() - Method in class com.saperion.rmi.storage.Medium
 
getPoolEscalationDate() - Method in interface com.saperion.intf.wf.EscalationHoldInfo
 
getPoolEscalationDate() - Method in class com.saperion.wf.EscalationHoldInfoImpl
getPort() - Method in class com.saperion.connector.rmi.SaRMIServerInfo
 
getPos() - Method in class com.saperion.ngc.iform.xml.BitmapType
Gets the value of the pos property.
getPos() - Method in class com.saperion.ngc.iform.xml.ButtonType
Gets the value of the pos property.
getPos() - Method in class com.saperion.ngc.iform.xml.ConnectionType
Gets the value of the pos property.
getPos() - Method in class com.saperion.ngc.iform.xml.EditFieldType
Gets the value of the pos property.
getPos() - Method in class com.saperion.ngc.iform.xml.FrameType
Gets the value of the pos property.
getPos() - Method in class com.saperion.ngc.iform.xml.GroupboxType
Gets the value of the pos property.
getPos() - Method in class com.saperion.ngc.iform.xml.IncludeType
Gets the value of the pos property.
getPos() - Method in class com.saperion.ngc.iform.xml.LabelType
Gets the value of the pos property.
getPos() - Method in class com.saperion.ngc.iform.xml.MashupType
Gets the value of the pos property.
getPos() - Method in class com.saperion.ngc.iform.xml.OutlinerType
Gets the value of the pos property.
getPos() - Method in class com.saperion.ngc.iform.xml.ResultType
Gets the value of the pos property.
getPos() - Method in class com.saperion.ngc.iform.xml.TabListType
Gets the value of the pos property.
getPos() - Method in class com.saperion.ngc.iform.xml.ThumbnailType
Gets the value of the pos property.
getPos() - Method in class com.saperion.ngc.iform.xml.ViewerType
Gets the value of the pos property.
getPosition() - Method in class com.saperion.bean.ContentStream
 
getPosition() - Method in class com.saperion.rmi.SerializableStream
 
getPostDigits() - Method in interface com.saperion.intf.SaFieldDescription
Returns the number of fraction digits for currency type fields.
getPriority() - Method in interface com.saperion.intf.wf.TaskInfo
 
getPriority() - Method in class com.saperion.wf.TaskInfoImpl
getProcess() - Method in interface com.saperion.intf.wf.ContextInfo
 
getProcess() - Method in class com.saperion.rmi.ContextInfoImpl
getProcessConsoleOutput() - Method in exception com.saperion.connector.renditions.isys.ISYSRenderExecutableFailedException
 
getProcessDDC() - Method in interface com.saperion.intf.wf.ProcessInfo
 
getProcessDDC() - Method in class com.saperion.wf.ProcessInfoImpl
getProcessDefinitions() - Method in interface com.saperion.connector.wf.SaWFConnector
Reads all available process definitions.
getProcessDefinitions(String) - Method in interface com.saperion.connector.wf.SaWFConnector
Returns the process definitions that are allowed to be used for documents contained in the specified DDC.
getProcessDefinitions() - Method in class com.saperion.connector.wf.SaWFConnectorImpl
Reads all available process definitions.
getProcessDefinitions(String) - Method in class com.saperion.connector.wf.SaWFConnectorImpl
Returns the process definitions that are allowed to be used for documents contained in the specified DDC.
GetProcessDefinitions - Class in com.saperion.operations.workflow
Retrieves the process definitions that are allowed to be used for a specified DDC.
GetProcessDefinitions(String) - Constructor for class com.saperion.operations.workflow.GetProcessDefinitions
 
getProcessId() - Method in class com.saperion.event.SaWfEventImpl
Reads the process ID.
getProcessId() - Method in interface com.saperion.intf.wf.SaWfEvent
Reads the process ID.
getProcessInfo() - Method in interface com.saperion.intf.wf.TaskInfo
 
getProcessInfo() - Method in class com.saperion.wf.TaskInfoImpl
getProcessName() - Method in interface com.saperion.intf.wf.HistoryInfo
 
getProcessName() - Method in interface com.saperion.intf.wf.ProcessInfo
 
getProcessName() - Method in interface com.saperion.intf.wf.TaskAuditInfo
 
getProcessName() - Method in class com.saperion.wf.HistoryInfoImpl
getProcessName() - Method in class com.saperion.wf.ProcessInfoImpl
getProcessName() - Method in class com.saperion.wf.TaskAuditInfoImpl
 
getProcessTimeInfo() - Method in interface com.saperion.intf.wf.ProcessInfo
 
getProcessTimeInfo() - Method in class com.saperion.wf.ProcessInfoImpl
getProperties() - Method in class com.saperion.annotation.AbstractAnnotation
Gets the properties.
getProperties(String) - Method in class com.saperion.config.SaJMXConfiguration
Reads a property set.
getProperties(SaJMXConstants.ConfigKey) - Method in class com.saperion.config.SaJMXConfiguration
Reads a property set.
getProperties() - Method in interface com.saperion.intf.SaVersionData
Reads the properties.
getProperties() - Method in class com.saperion.operations.events.FireCustomEvent
 
getProperties() - Method in class com.saperion.operations.lookup.CreateLookupEntry
Deprecated.
 
getProperties() - Method in class com.saperion.rmi.SaVersionDataImpl
Reads the properties.
getProperties() - Method in class com.saperion.settings.PropertyWrapper
Read value.
getProperties(ConfigFileDescriptor) - Static method in class com.saperion.util.configuration.ConfigurationUtil
Returns Properties object by the given config file.
getProperties(ConfigurationFileHolder) - Static method in class com.saperion.util.configuration.ConfigurationUtil
Returns Properties object by the given config file holder.
getProperties(String) - Static method in class com.saperion.util.configuration.ConfigurationUtil
Returns Properties object by the given path.
getProperty(AbstractAnnotation.AnnotationProperty) - Method in class com.saperion.annotation.AbstractAnnotation
Gets the property.
getProperty() - Method in class com.saperion.bean.PropertyDDCName
 
getProperty(String) - Method in enum com.saperion.config.SaAgentConfig
Get the property by key and returns the corresponding value as String
getProperty(String, String) - Method in enum com.saperion.config.SaAgentConfig
Get the property by key and return the corresponding value as String.
getProperty(SaJMXConstants.ConfigKey, String) - Method in class com.saperion.config.SaJMXConfiguration
Returns the value for a given key from the given configuration.
getProperty(SaJMXConstants.ConfigKey, String, String) - Method in class com.saperion.config.SaJMXConfiguration
Returns the value for a given key from the given configuration with default value.
getProperty(String) - Method in class com.saperion.config.SaJMXConfiguration
Reads property in dotted name format.
getProperty(String, String) - Method in class com.saperion.config.SaJMXConfiguration
Reads property in dotted name format with default value.
getProperty(String) - Method in class com.saperion.util.CaseInsensitiveProperties
 
getProperty(String, String) - Method in class com.saperion.util.CaseInsensitiveProperties
 
getProperty(String) - Method in class com.saperion.util.configuration.CaseInsensitiveProperties
getProperty(String, String) - Method in class com.saperion.util.configuration.CaseInsensitiveProperties
getPropertyValue() - Method in class com.saperion.database.DeleteDocumentProperty
 
getProtoField() - Method in interface com.saperion.intf.SaFieldDescription
 
getQueryForm() - Method in interface com.saperion.intf.SaNavigation
 
getQueryForm() - Method in class com.saperion.rmi.SaNavigationImpl
getQueryFormForLookup() - Method in class com.saperion.ngc.iform.xml.EditFieldType
Gets the value of the queryFormForLookup property.
getQueryMask() - Method in class com.saperion.ngc.iform.xml.ResultType
Gets the value of the queryMask property.
getQueryString() - Method in class com.saperion.rmi.SaQueryInfo
Returns the query string.
getRealDBName(String, String, String) - Method in interface com.saperion.connector.rmi.SaRMIClientCommand
returns the real database table name for a given DDC.
getRealDBName(String, String, String) - Method in class com.saperion.connector.rmi.SaRMIClientCommandImpl
returns the real database table name for a given DDC.
getRealDBName(String, String, String) - Method in class com.saperion.connector.rmi.SaRMISystemConnector
 
getRealDBName(String, String, String) - Method in interface com.saperion.rmi.common.SaRMISystemCommand
real table name for a given DDC.
getReceiveDate() - Method in interface com.saperion.intf.wf.HistoryInfo
 
getReceiveDate() - Method in interface com.saperion.intf.wf.TaskAuditInfo
 
getReceiveDate() - Method in interface com.saperion.intf.wf.TaskInfo
 
getReceiveDate() - Method in class com.saperion.wf.HistoryInfoImpl
getReceiveDate() - Method in class com.saperion.wf.TaskAuditInfoImpl
 
getReceiveDate() - Method in class com.saperion.wf.TaskInfoImpl
getReference() - Method in exception com.saperion.exception.UnknownReferenceException
 
getReference() - Method in class com.saperion.operations.lookup.DeleteLookupEntry
 
getReference() - Method in class com.saperion.operations.lookup.GetAccessOnLookupEntry
 
getReference() - Method in class com.saperion.operations.lookup.GetLookupEntryAccessControlListsOperation
 
getReference() - Method in class com.saperion.operations.lookup.UpdateLookupEntry
 
getRegistry() - Method in class com.saperion.connector.rmi.SaRMISystemConnector
 
getReleaseAclName() - Method in class com.saperion.connector.SaClassicConnectorImpl
Gets the release ACL name, configured in the program.ini in section [Release].
getReleasedHdoc(String) - Method in interface com.saperion.connector.SaClassicConnector
Gets the released hdoc for given hdoc if release feature is on and release tag is set, otherwise returns the given hDoc.
getReleasedHdoc(String) - Method in class com.saperion.connector.SaClassicConnectorImpl
 
getRemoteCommand() - Method in class com.saperion.connector.rmi.AbstractRMIClientCommand
 
getRemoveExistingNodes() - Method in class com.saperion.rmi.SaCloneInfo
 
getRendition(Element, Options) - Method in interface com.saperion.connector.SaClassicConnector
Returns the rendition object from a rendered document.
getRendition(Element, Options) - Method in class com.saperion.connector.SaClassicConnectorImpl
 
getRequiredRights() - Method in class com.saperion.ngc.iform.xml.GroupType
Gets the value of the requiredRights property.
getRequiredRights() - Method in class com.saperion.ngc.iform.xml.PosType
Gets the value of the requiredRights property.
getRequiredRights() - Method in class com.saperion.ngc.iform.xml.TabListType
Gets the value of the requiredRights property.
getResFieldCnt() - Method in class com.saperion.ngc.iform.xml.EditFieldType
Gets the value of the resFieldCnt property.
getResFieldCnt() - Method in class com.saperion.ngc.iform.xml.ResultType
Gets the value of the resFieldCnt property.
getResolveLinks() - Method in class com.saperion.bean.UpdateDocumentInfo
 
getResStyle() - Method in class com.saperion.ngc.iform.xml.EditFieldType
Gets the value of the resStyle property.
getResStyle() - Method in class com.saperion.ngc.iform.xml.LevelType
Gets the value of the resStyle property.
getResStyle() - Method in class com.saperion.ngc.iform.xml.ResultType
Gets the value of the resStyle property.
getResult() - Method in class com.saperion.ngc.iform.xml.Form
Gets the value of the result property.
getResult() - Method in class com.saperion.ngc.iform.xml.FrameType
Gets the value of the result property.
getResult() - Method in class com.saperion.ngc.iform.xml.GroupboxType
Gets the value of the result property.
getResult() - Method in class com.saperion.ngc.iform.xml.HiddenType
Gets the value of the result property.
getResult() - Method in class com.saperion.ngc.iform.xml.TabType
Gets the value of the result property.
getResult() - Method in class com.saperion.operations.InTransaction
 
getResult() - Method in class com.saperion.operations.VoidOperation
 
getResultDDC() - Method in class com.saperion.ngc.iform.xml.ResultType
Gets the value of the resultDDC property.
getResultProperties() - Method in interface com.saperion.intf.wf.TaskAuditInfo
 
getResultProperties() - Method in class com.saperion.wf.TaskAuditInfoImpl
 
getResultType() - Method in class com.saperion.settings.ResultTypeWrapper
Gets the ResultType.
getReturnCode() - Method in exception com.saperion.connector.renditions.isys.ISYSRenderExecutableFailedException
 
getReturnCode() - Method in exception com.saperion.rmi.serverexception.NativeException
 
getRevisionComment() - Method in interface com.saperion.intf.SaRevision
Reads the revision comment.
getRevisionComment() - Method in class com.saperion.rmi.SaRevisionImpl
Reads the revision comment.
getRevisionDate() - Method in interface com.saperion.intf.SaRevision
Reads the revision date.
getRevisionDate() - Method in class com.saperion.rmi.SaRevisionImpl
Reads the revision date.
getRevisionNumber() - Method in interface com.saperion.intf.SaRevision
Reads the revision number.
getRevisionNumber() - Method in class com.saperion.rmi.SaRevisionImpl
Reads the revision number.
getRevisionUid() - Method in interface com.saperion.intf.SaRevision
Reads the revision ID.
getRevisionUid() - Method in class com.saperion.rmi.SaRevisionImpl
Reads the revision ID.
getRevisionUser() - Method in interface com.saperion.intf.SaRevision
Reads the revision user.
getRevisionUser() - Method in class com.saperion.rmi.SaRevisionImpl
Reads the revision user.
getRight() - Method in class com.saperion.ngc.iform.xml.PosType
Gets the value of the right property.
getRights() - Method in interface com.saperion.intf.UsersRights
This method returns the rights the given user has.
getRights() - Method in class com.saperion.rmi.UserRightsImpl
 
getRmiToken() - Method in class com.saperion.operations.inject.SessionTokens
 
getRMIVersion() - Method in interface com.saperion.connector.rmi.SaRMIClientCommand
Get the RMI interface version from java core server.
getRMIVersion() - Method in class com.saperion.connector.rmi.SaRMIClientCommandImpl
Get the RMI interface version from java core server.
getRMIVersion() - Method in interface com.saperion.rmi.common.SaRMIServerCommand
Determine the RMI interface version.
getRoot() - Method in class com.saperion.rmi.SaCheckoutInfo
 
getRootName() - Method in class com.saperion.ngc.iform.xml.OutlinerType
Gets the value of the rootName property.
getRootPict() - Method in class com.saperion.ngc.iform.xml.OutlinerType
Gets the value of the rootPict property.
getRootUUID() - Method in class com.saperion.rmi.SaWorkspaceInfo
 
getRunningFeatures() - Method in interface com.saperion.intf.SaSystemInfo
 
getRunningFeatures() - Method in class com.saperion.rmi.SaSystemInfoImpl
getSaFieldType() - Method in interface com.saperion.intf.SaFieldDescription
Reads the SAPERION fieldtype.
getSAPDocId() - Method in class com.saperion.util.HdocUtil.SAPDocId
Gets the sAP doc id.
getSAPropertyValues(String, SaFieldDescription[], Properties) - Method in class com.saperion.util.ClassicConnectorUtil
Returns the SaPropertyValue Array for the given ddcname and properties.
getSaSystemCommand() - Method in class com.saperion.connector.rmi.SaRMISystemConnector
Returns the system application instance.
getSaveAction() - Method in class com.saperion.ngc.iform.xml.ButtonType
Gets the value of the saveAction property.
getScript() - Method in class com.saperion.ngc.iform.xml.ButtonType
Gets the value of the script property.
getScript() - Method in class com.saperion.ngc.iform.xml.EditFieldType
Gets the value of the script property.
getScript() - Method in class com.saperion.ngc.iform.xml.HeaderType
Gets the value of the script property.
getScript() - Method in class com.saperion.ngc.iform.xml.ResultType
Gets the value of the script property.
getSecondIntToken(String, String, int) - Method in class com.saperion.config.SaJMXConfiguration
Returns the second token of the given value and converts it to int.
getSection() - Method in class com.saperion.settings.Setting
 
getSection() - Method in class com.saperion.settings.SettingSearchInfo
 
getSectionMatchkind() - Method in class com.saperion.settings.SettingSearchInfo
 
getSelectedImage() - Method in class com.saperion.structures.DocumentInfo
 
getSelectedImage() - Method in class com.saperion.structures.Structure
 
getSelectField() - Method in class com.saperion.ngc.iform.xml.LevelType
Gets the value of the selectField property.
getSelectionType() - Method in class com.saperion.connector.wf.TaskUserSelection
 
getSemaphoreCount() - Method in interface com.saperion.intf.SaSystemInfo
 
getSemaphoreCount() - Method in class com.saperion.rmi.SaSystemInfoImpl
getSendDate() - Method in interface com.saperion.intf.wf.HistoryInfo
 
getSendDate() - Method in class com.saperion.wf.HistoryInfoImpl
getServer() - Method in class com.saperion.ngc.iform.xml.ScriptType
Gets the value of the server property.
getServerCommand() - Method in class com.saperion.connector.rmi.SaRMIConnectionHandler
 
getServerId() - Method in class com.saperion.rmi.storage.MediumId
 
getServerInfo() - Method in class com.saperion.connector.rmi.SaRMISystemConnector
 
getServerInfos() - Method in interface com.saperion.connector.rmi.SaRMIClientCommand
Returns a list of objects describing the servers this connector is connected to.
getServerInfos() - Method in class com.saperion.connector.rmi.SaRMIClientCommandImpl
Returns a list of objects describing the servers this connector is connected to.
getServerInfos() - Method in class com.saperion.connector.rmi.SaRMIConnectionHandler
 
getServerInfos() - Method in class com.saperion.connector.SaClassicConnectorImpl
 
getServerSideClientConfiguration() - Method in interface com.saperion.connector.SaClassicConnector
This method returns the configuration concerning the classic connector that is set on the server side.
getServerSideClientConfiguration() - Method in class com.saperion.connector.SaClassicConnectorImpl
 
GetServerSideClientConfiguration - Class in com.saperion.operations
This operation gets the server side configuration that concerns the client side.
GetServerSideClientConfiguration() - Constructor for class com.saperion.operations.GetServerSideClientConfiguration
 
getSession() - Method in interface com.saperion.connector.rmi.SaRMIClientCommand
 
getSession() - Method in class com.saperion.connector.rmi.SaRMIClientCommandImpl
getSession() - Method in class com.saperion.connector.SaClassicConnectorImpl
Returns the session of the logged in user.
getSetting(String, String, boolean) - Method in interface com.saperion.connector.rmi.SaRMIClientCommand
Retrieves a setting from the database.
getSetting(String, String, boolean) - Method in class com.saperion.connector.rmi.SaRMIClientCommandImpl
Retrieves a setting from the database.
getSetting(String, String, boolean) - Method in interface com.saperion.connector.SaClassicConnector
This method retrieves a Setting identified by it's key and section from the database.
getSetting(String, String, boolean) - Method in class com.saperion.connector.SaClassicConnectorImpl
 
getSetting(int, String, String, boolean) - Method in interface com.saperion.rmi.common.SaRMIServerCommand
Reads the setting with the specified name and section.
getSetting(String, String) - Method in interface com.saperion.rmi.common.SaRMISystemCommand
Reads the system settings for the given key.
getShortName() - Method in interface com.saperion.folder.SaFolderClass
 
getShortName() - Method in class com.saperion.folder.SaFolderClassBean
 
getShortName() - Method in class com.saperion.folder.SaFolderClassImpl
getShortname() - Method in class com.saperion.users.UserName
 
getSingleAcl() - Method in class com.saperion.ngc.iform.xml.HeaderType
Gets the value of the singleAcl property.
getSiPrefix() - Method in enum com.saperion.util.FileSizeCalcer.FileSize
Returns the SI prefix corresponding to the size (base 10).
getSize() - Method in interface com.saperion.intf.SaDocInfo.ElementInfo
 
getSize(long, FileSizeCalcer.CalcFactor, FileSizeCalcer.FileSize) - Static method in class com.saperion.util.FileSizeCalcer
Returns the size according to the given parameters.
getSizeInMB() - Method in class com.saperion.rmi.storage.MediumFillState
 
getSizePoints() - Method in class com.saperion.ngc.iform.xml.FontType
Gets the value of the sizePoints property.
getSocketFactory() - Method in class com.saperion.connector.rmi.SaRMISystemConnector
 
getSort() - Method in class com.saperion.ngc.iform.xml.ColumnType
Gets the value of the sort property.
getSourceSysRowId() - Method in class com.saperion.rmi.SaCloneInfo
 
getSourceWorkspaceName() - Method in class com.saperion.rmi.SaCloneInfo
 
getSouth() - Method in class com.saperion.ngc.iform.PaneDescription.Layout
 
getStackTraceString(Throwable) - Static method in exception com.saperion.rmi.serverexception.SaRMIBaseException
Converts the stack trace of the given exception to String.
getState() - Method in class com.saperion.connector.rmi.SaRMIServerInfo
 
getStatus() - Method in class com.saperion.event.SaEventImpl
Reads the status of this event.
getStatus() - Method in interface com.saperion.intf.SaEvent
Reads the status of this event.
getStatus() - Method in class com.saperion.web.filter.StatusServletResponseWrapper
Returns the status code of the response.
getStatusText() - Method in interface com.saperion.intf.wf.LastTaskInfo
 
getStatusText() - Method in interface com.saperion.intf.wf.TaskAuditInfo
 
getStatusText() - Method in class com.saperion.wf.LastTaskInfoImpl
getStatusText() - Method in class com.saperion.wf.TaskAuditInfoImpl
 
getStreaming() - Method in class com.saperion.bean.ContentStream
Gets the streaming option.
GetStreamingConfiguration - Class in com.saperion.operations.document
This Operation gets the current streaming configuration.
GetStreamingConfiguration() - Constructor for class com.saperion.operations.document.GetStreamingConfiguration
 
getStreamingConfiguration() - Method in interface com.saperion.rmi.common.SaRMIServerCommand
This method returns the current streaming configuration.
getStreamValue() - Method in interface com.saperion.intf.SaValue
Returns the binary value as stream, if set.
getStringQueryResult(SaQueryInfo) - Method in class com.saperion.connector.rmi.AbstractQueryRMIClientCommand
Executes a given HQL string and returns the results as list.
getStringQueryResult(SaQueryInfo) - Method in interface com.saperion.connector.rmi.SaRMIClientCommand
Executes a given HQL string and returns the results as list.
getStringQueryResult(int, SaQueryInfo) - Method in interface com.saperion.rmi.common.SaRMIServerCommand
Executes a given HQL string and returns the results as list.
getStringValue() - Method in interface com.saperion.intf.SaPropertyValue
Returns the string value of this property.
getStringValue() - Method in interface com.saperion.intf.SaValue
Returns the string value, if set.
getStringValue() - Method in class com.saperion.rmi.SaPropertyValueImpl
Returns the string value of this property.
getStringValue(String) - Method in class com.saperion.wf.WorkflowDataHolder
Reads the string value from the map.
getStringValues() - Method in interface com.saperion.intf.SaPropertyValue
Returns the values as String array.
getStringValues() - Method in class com.saperion.rmi.SaPropertyValueImpl
Returns the values as String array.
getStructure() - Method in class com.saperion.conversion.CreateDocumentInputTypeFromDocumentInfoAdapter
 
getStructure() - Method in class com.saperion.structures.DocumentInfo
Returns this document representations structure.
getStructureLevel() - Method in interface com.saperion.intf.SaDocInfo.ElementInfo
 
getStyle() - Method in class com.saperion.ngc.iform.xml.ButtonType
Gets the value of the style property.
getSubject() - Method in interface com.saperion.intf.wf.TaskAuditInfo
 
getSubject() - Method in interface com.saperion.intf.wf.TaskInfo
 
getSubject() - Method in class com.saperion.wf.TaskAuditInfoImpl
 
getSubject() - Method in class com.saperion.wf.TaskInfoImpl
getSubstitute() - Method in class com.saperion.connector.rmi.AbstractWfRMIClientCommand
Get the substitute for the logged on user.
getSubstitute() - Method in interface com.saperion.connector.rmi.SaRMIClientCommand
Get the substitute for the logged on user.
getSubstitute() - Method in class com.saperion.connector.SaClassicConnectorImpl
Get the substitute for the logged on user.
getSubstitute() - Method in interface com.saperion.connector.wf.SaWFConnector
Get the substitute for the logged on user.
getSubstitute() - Method in class com.saperion.connector.wf.SaWFConnectorImpl
Get the substitute for the logged on user.
getSubstitute(int) - Method in interface com.saperion.rmi.common.SaRMIServerCommand
Get the substitute for the logged on user.
getSubstitutebox(int[], String) - Method in interface com.saperion.connector.wf.SaWFConnector
Read the content of the substitute box.
getSubstitutebox(int[], String) - Method in class com.saperion.connector.wf.SaWFConnectorImpl
Read the content of the substitute box.
getSupportedRenderSourceFormats() - Method in interface com.saperion.connector.SaClassicConnector
Gets the supported source formats from the render engine.
getSupportedRenderSourceFormats() - Method in class com.saperion.connector.SaClassicConnectorImpl
 
getSupportedRenderTargetFormats() - Method in interface com.saperion.connector.SaClassicConnector
Gets the supported target formats from the render engine.
getSupportedRenderTargetFormats() - Method in class com.saperion.connector.SaClassicConnectorImpl
 
getSupportedSourceFormats() - Method in class com.saperion.connector.renditions.isys.ISYSRenderEngine
 
getSupportedTargetFormats() - Method in class com.saperion.connector.renditions.isys.ISYSRenderEngine
 
getSync() - Method in interface com.saperion.connector.wf.SaWFTask
Reads the sync status.
getSync() - Method in class com.saperion.connector.wf.SaWFTaskImpl
Reads the sync status.
getSysFields() - Method in interface com.saperion.intf.wf.TaskInfo
 
getSysFields() - Method in class com.saperion.wf.TaskInfoImpl
getSysRowId() - Method in class com.saperion.event.SaEventImpl
Reads the SysRowId of this event.
getSysRowId() - Method in class com.saperion.event.SaWfEventImpl
Reads the SysRowId.
getSysRowId() - Method in interface com.saperion.folder.SaFolderClass
 
getSysRowId() - Method in class com.saperion.folder.SaFolderClassImpl
getSysRowId() - Method in interface com.saperion.intf.SaEvent
Reads the SysRowId of this event.
getSysRowId() - Method in interface com.saperion.intf.SaSaveInfo
Gets the system-wide unique key SYSROWID of the saved document.
getSysRowId() - Method in interface com.saperion.intf.wf.AttachmentInfo
 
getSysRowId() - Method in interface com.saperion.intf.wf.SaWfEvent
Reads the SysRowId.
getSysRowId() - Method in class com.saperion.rmi.SaSaveInfoImpl
Gets the system-wide unique key SYSROWID of the saved document.
getSysRowId() - Method in class com.saperion.wf.AttachmentInfoImpl
getSystemApplication() - Method in class com.saperion.connector.rmi.SaRMIServerInfo
 
getSystemConnector() - Method in interface com.saperion.connector.rmi.SaRMIClientCommand
 
getSystemConnector() - Method in class com.saperion.connector.rmi.SaRMIClientCommandImpl
getSystemFieldNames() - Method in exception com.saperion.exception.SystemFieldWriteException
This method returns the names of the system fields that were tried to being written to.
getSystemFiles(SystemFileKind, String) - Method in interface com.saperion.connector.rmi.SaRMIClientCommand
Gets the system files of a specific kind.
getSystemFiles(SystemFileKind, String) - Method in class com.saperion.connector.rmi.SaRMIClientCommandImpl
Gets the system files of a specific kind.
getSystemFiles(SystemFileKind, String) - Method in interface com.saperion.connector.SaClassicConnector
This method returns the names of all system files of a specific kind.
getSystemFiles(SystemFileKind, String) - Method in class com.saperion.connector.SaClassicConnectorImpl
 
getSystemFiles(int, SystemFileKind, String) - Method in interface com.saperion.rmi.common.SaRMIServerCommand
Gets the system files of a specific kind.
getSystemId() - Method in class com.saperion.rmi.storage.MediumId
 
getSystemInfo() - Method in interface com.saperion.connector.rmi.SaRMIClientCommand
Reads system info.
getSystemInfo() - Method in class com.saperion.connector.rmi.SaRMIClientCommandImpl
Reads system info.
getSystemInfo() - Method in class com.saperion.connector.rmi.SaRMIServerInfo
 
getSystemInfo() - Method in interface com.saperion.connector.SaClassicConnector
This method returns general information about the connected system.
getSystemInfo() - Method in class com.saperion.connector.SaClassicConnectorImpl
 
getSystemInfo() - Method in interface com.saperion.rmi.common.SaRMISystemCommand
 
getSystemSetting(String) - Method in interface com.saperion.connector.rmi.SaRMIClientCommand
Retrieves a system setting object.
getSystemSetting(String) - Method in class com.saperion.connector.rmi.SaRMIClientCommandImpl
Retrieves a system setting object.
getSystemSetting(String, String) - Method in class com.saperion.connector.rmi.SaRMISystemConnector
Retrieves system settings based on a given key.
getSystemSetting(String) - Method in interface com.saperion.connector.SaClassicConnector
Retrieves a system setting object.
getSystemSetting(String) - Method in class com.saperion.connector.SaClassicConnectorImpl
 
getSysTimeStamp() - Method in class com.saperion.event.SaWfEventImpl
Reads the SysTimeStamp.
getSystimestamp() - Method in class com.saperion.events.bean.SaXEventBean
 
getSysTimeStamp() - Method in class com.saperion.events.bean.SaXWFEventBean
 
getSysTimeStamp() - Method in interface com.saperion.intf.wf.SaWfEvent
Reads the SysTimeStamp.
getSysTimeStamp() - Method in class com.saperion.rmi.SaCheckoutInfo
 
getTabCnt() - Method in class com.saperion.ngc.iform.xml.TabListType
Gets the value of the tabCnt property.
getTabIndex() - Method in class com.saperion.ngc.iform.xml.PosType
Gets the value of the tabIndex property.
getTableName() - Method in interface com.saperion.intf.DDC
Returns the name of the hibernate entity corresponding to this DDC.
getTableName() - Method in class com.saperion.rmi.DDCImpl
 
getTableName() - Method in class com.saperion.rmi.DDCInfo
Gets the table name as it was passed from the backend.
getTableNameWithSchema() - Method in class com.saperion.rmi.DDCInfo
Gets the table name as it was passed from the backend.
getTabList() - Method in class com.saperion.ngc.iform.PaneDescription.Layout
 
getTabList() - Method in class com.saperion.ngc.iform.xml.Form
Gets the value of the tabList property.
getTabList() - Method in class com.saperion.ngc.iform.xml.FrameType
Gets the value of the tabList property.
getTabList() - Method in class com.saperion.ngc.iform.xml.GroupboxType
Gets the value of the tabList property.
getTabList() - Method in class com.saperion.ngc.iform.xml.HiddenType
Gets the value of the tabList property.
getTabList() - Method in class com.saperion.ngc.iform.xml.TabType
Gets the value of the tabList property.
getTabPosition() - Method in class com.saperion.ngc.iform.xml.TabListType
Gets the value of the tabPosition property.
getTabs() - Method in class com.saperion.ngc.iform.xml.TabListType
Gets the value of the tabs property.
getTargetClients() - Method in class com.saperion.ngc.iform.xml.HeaderType
Gets the value of the targetClients property.
getTargetField() - Method in class com.saperion.ngc.iform.xml.LevelType
Gets the value of the targetField property.
getTask(String) - Method in class com.saperion.connector.rmi.AbstractWfRMIClientCommand
Reads the task info for the given ID.
getTask(String) - Method in interface com.saperion.connector.rmi.SaRMIClientCommand
Reads the task info for the given ID.
getTask(String) - Method in class com.saperion.connector.SaClassicConnectorImpl
Reads the task info for the given ID.
getTask(TaskInfo) - Method in interface com.saperion.connector.wf.SaWFConnector
Creates a task object from the given task information.
getTask(String) - Method in interface com.saperion.connector.wf.SaWFConnector
Get task direct by ID.
getTask(TaskInfo) - Method in class com.saperion.connector.wf.SaWFConnectorImpl
Creates a task object from the given task information.
getTask(String) - Method in class com.saperion.connector.wf.SaWFConnectorImpl
Get task direct by ID.
getTask() - Method in interface com.saperion.connector.wf.WorkflowResult
 
getTask() - Method in class com.saperion.connector.wf.WorkflowResultImpl
getTask(int, String) - Method in interface com.saperion.rmi.common.SaRMIServerCommand
Reads the task info for the given ID.
getTaskAuditList(int[], String, Map<String, Object>) - Method in class com.saperion.connector.rmi.AbstractWfRMIClientCommand
Reads the task audit for this user.
getTaskAuditList(int[], String, Map<String, Object>) - Method in interface com.saperion.connector.rmi.SaRMIClientCommand
Reads the task audit for this user.
getTaskAuditList(int[], String, Map<String, Object>) - Method in class com.saperion.connector.SaClassicConnectorImpl
Reads the task audits for this user.
getTaskAuditList(int[], String) - Method in interface com.saperion.connector.wf.SaWFConnector
Reads the task audit for this user.
getTaskAuditList(int[], String, Map<String, Object>) - Method in interface com.saperion.connector.wf.SaWFConnector
Reads the task audit for this user.
getTaskAuditList(int[], String) - Method in class com.saperion.connector.wf.SaWFConnectorImpl
Reads the task audit for this user.
getTaskAuditList(int[], String, Map<String, Object>) - Method in class com.saperion.connector.wf.SaWFConnectorImpl
Reads the task audit for this user.
getTaskAuditList(int, int[], String, Map<String, Object>) - Method in interface com.saperion.rmi.common.SaRMIServerCommand
Reads the task for this user.
getTaskDescr() - Method in interface com.saperion.intf.wf.HistoryInfo
 
getTaskDescr() - Method in class com.saperion.wf.HistoryInfoImpl
getTaskID() - Method in interface com.saperion.intf.wf.ProcessInfo
 
getTaskId() - Method in class com.saperion.wf.ExecutionResult
 
getTaskID() - Method in class com.saperion.wf.ProcessInfoImpl
getTaskInfo() - Method in interface com.saperion.connector.wf.SaWFTask
Reads the task info object of this task.
getTaskInfo() - Method in class com.saperion.connector.wf.SaWFTaskImpl
Reads the task info object of this task.
getTaskList(int[], String, Map<String, Object>) - Method in class com.saperion.connector.rmi.AbstractWfRMIClientCommand
Reads the task for this user.
getTaskList(int[], String, Map<String, Object>) - Method in interface com.saperion.connector.rmi.SaRMIClientCommand
Reads the task for this user.
getTaskList(int[], String, Map<String, Object>) - Method in class com.saperion.connector.SaClassicConnectorImpl
Reads the tasks for this user.
getTaskList(int[], String) - Method in interface com.saperion.connector.wf.SaWFConnector
Reads the task for this user.
getTaskList(int[], String, Map<String, Object>) - Method in interface com.saperion.connector.wf.SaWFConnector
Reads the task for this user.
getTaskList(int[], String) - Method in class com.saperion.connector.wf.SaWFConnectorImpl
Reads the task for this user.
getTaskList(int[], String, Map<String, Object>) - Method in class com.saperion.connector.wf.SaWFConnectorImpl
Reads the task for this user.
getTaskList(int, int[], String, Map<String, Object>) - Method in interface com.saperion.rmi.common.SaRMIServerCommand
Reads the task for this user.
getTaskTimeInfo() - Method in interface com.saperion.intf.wf.TaskInfo
 
getTaskTimeInfo() - Method in class com.saperion.wf.TaskInfoImpl
getTaskUID() - Method in interface com.saperion.intf.wf.ProcessInfo
 
getTaskUID() - Method in class com.saperion.wf.ProcessInfoImpl
getTB(long) - Static method in class com.saperion.util.FileSizeCalcer
Calculates the file size in TeraByte of the given bytes.
getTenant() - Method in class com.saperion.bean.SapDocInfo
Read the mandant id.
getTenantId() - Method in class com.saperion.operations.inject.SessionTokens
 
getTenantId() - Method in class com.saperion.operations.storage.DeleteAllMediaOperation
 
getTenantId() - Method in class com.saperion.operations.storage.DeleteNamedMediaOperation
 
getTenantId() - Method in class com.saperion.operations.storage.ListStorageOperation
 
getTenantMode() - Method in interface com.saperion.intf.DDC
Returns the tenant-mode of the table.
getTenantMode() - Method in class com.saperion.rmi.DDCImpl
 
getTenantName() - Method in class com.saperion.bean.SapDocInfo
 
getTenantName() - Method in class com.saperion.operations.user.ChangePassword
 
getTenantName() - Method in class com.saperion.operations.user.ChangePasswordOperation
 
getText() - Method in class com.saperion.ngc.iform.xml.ButtonType
Gets the value of the text property.
getText() - Method in class com.saperion.ngc.iform.xml.FrameType
Gets the value of the text property.
getText() - Method in class com.saperion.ngc.iform.xml.GroupboxType
Gets the value of the text property.
getText() - Method in class com.saperion.ngc.iform.xml.TabType
Gets the value of the text property.
getText() - Method in class com.saperion.ngc.iform.xml.ToolbarType
Gets the value of the text property.
getTextstring() - Method in class com.saperion.ngc.iform.xml.LabelType
Gets the value of the textstring property.
getThumbnail(String, int, int, boolean) - Method in class com.saperion.connector.rmi.AbstractDocRMIClientCommand
Reads the thumbnail of the given document.
getThumbnail(String, int, int, boolean) - Method in interface com.saperion.connector.rmi.SaRMIClientCommand
Reads the thumbnail of the given document.
getThumbnail(String, int, int, boolean) - Method in interface com.saperion.connector.SaClassicConnector
Reads the thumbnail of the given document.
getThumbnail(String, int, int, boolean) - Method in class com.saperion.connector.SaClassicConnectorImpl
 
getThumbnail() - Method in class com.saperion.ngc.iform.xml.Form
Gets the value of the thumbnail property.
getThumbnail() - Method in class com.saperion.ngc.iform.xml.FrameType
Gets the value of the thumbnail property.
getThumbnail() - Method in class com.saperion.ngc.iform.xml.HiddenType
Gets the value of the thumbnail property.
getThumbnail() - Method in class com.saperion.ngc.iform.xml.TabType
Gets the value of the thumbnail property.
getThumbnail(int, String, int, int, boolean) - Method in interface com.saperion.rmi.common.SaRMIServerCommand
Reads the thumbnail of the given document.
getThumbnailPos() - Method in class com.saperion.ngc.iform.xml.ViewerType
Gets the value of the thumbnailPos property.
getTime() - Method in class com.saperion.rmi.SaCheckoutInfo
 
getTimeout() - Method in class com.saperion.rmi.SaQueryInfo
 
getTimestamp() - Method in class com.saperion.event.SaEventImpl
Reads the timestamp of this event.
getTimeStamp() - Method in class com.saperion.folder.FolderUpdateInfo
The time stamp the object has been put into cache.
getTimestamp() - Method in interface com.saperion.intf.SaEvent
Reads the timestamp of this event.
getTitle() - Method in interface com.saperion.intf.SaNavigation
 
getTitle() - Method in class com.saperion.ngc.iform.PaneDescription.Layout
 
getTitle() - Method in class com.saperion.ngc.iform.xml.HeaderType
Gets the value of the title property.
getTitle() - Method in class com.saperion.ngc.iform.xml.ResultType
Gets the value of the title property.
getTitle() - Method in class com.saperion.ngc.iform.xml.TabListType
Gets the value of the title property.
getTitle() - Method in class com.saperion.ngc.iform.xml.ViewerType
Gets the value of the title property.
getTitle() - Method in class com.saperion.rmi.SaNavigationImpl
getTo() - Method in class com.saperion.ngc.iform.xml.ConnectionType
Gets the value of the to property.
getToken() - Method in interface com.saperion.connector.rmi.SaRMIClientCommand
 
getToken() - Method in class com.saperion.connector.rmi.SaRMIClientCommandImpl
getToken() - Method in class com.saperion.connector.SaClassicConnectorImpl
 
getTokens(SaJMXConstants.ConfigKey, String, String) - Method in class com.saperion.config.SaJMXConfiguration
Reads a multivalue property separated by the given delimiter and returns the values as String[].
getToolbar() - Method in class com.saperion.ngc.iform.xml.Form
Gets the value of the toolbar property.
getToolbar() - Method in class com.saperion.ngc.iform.xml.ViewerType
Gets the value of the toolbar property.
getTooltip() - Method in class com.saperion.ngc.iform.xml.EditFieldType
Gets the value of the tooltip property.
getTop() - Method in class com.saperion.ngc.iform.xml.PosType
Gets the value of the top property.
getTotalCount() - Method in class com.saperion.folder.FolderUpdateInfo
Returns the number of total workflows.
getTotalCount() - Method in interface com.saperion.intf.wf.BoxDefinition
Returns the number of total items enclosed by this folder.
getTotalCount() - Method in class com.saperion.wf.BoxCount
 
getTotalCount() - Method in class com.saperion.wf.BoxDefinitionImpl
Returns the number of total items enclosed by this folder.
getTransactionId() - Method in class com.saperion.event.SaEventImpl
Reads the transaction ID of this event.
getTransactionId() - Method in interface com.saperion.intf.SaEvent
Reads the transaction ID of this event.
getTransactionId() - Method in interface com.saperion.intf.SaSaveInfo
Gets the transaction ID.
getTransactionId() - Method in class com.saperion.rmi.SaSaveInfoImpl
Gets the transaction ID.
getTransition() - Method in interface com.saperion.intf.wf.CommandInfo
 
getTransition() - Method in interface com.saperion.intf.wf.ContextInfo
 
getTransition() - Method in interface com.saperion.intf.wf.HistoryInfo
 
getTransition() - Method in class com.saperion.rmi.ContextInfoImpl
getTransition() - Method in class com.saperion.wf.CommandInfoImpl
getTransition() - Method in class com.saperion.wf.HistoryInfoImpl
getTransitionDescr() - Method in interface com.saperion.intf.wf.HistoryInfo
 
getTransitionDescr() - Method in class com.saperion.wf.HistoryInfoImpl
getTransitionDescription() - Method in interface com.saperion.intf.wf.CommandInfo
 
getTransitionDescription() - Method in class com.saperion.wf.CommandInfoImpl
getTransitionId() - Method in interface com.saperion.intf.wf.ProcessInfo
 
getTransitionId() - Method in class com.saperion.wf.ProcessInfoImpl
getTrusted() - Method in interface com.saperion.connector.wf.SaWFTask
Reads the trusted status.
getTrusted() - Method in class com.saperion.connector.wf.SaWFTaskImpl
Reads the trusted status.
getType() - Method in class com.saperion.annotation.AbstractAnnotation
Gets the type.
getType() - Method in enum com.saperion.config.SaJMXConstants.ConfigKey
Configuration type.
getType() - Method in enum com.saperion.constants.SaConstants.SaFieldType
Gets the type.
getType() - Method in class com.saperion.database.DeleteDocumentProperty
 
getType() - Method in class com.saperion.folder.SaApplicationInfo
 
getType() - Method in class com.saperion.folder.SaFolderClassBean
 
getType() - Method in interface com.saperion.intf.SaDocInfo.ElementInfo
 
getType() - Method in interface com.saperion.intf.SaEventFilter
Reads the filter type.
getType() - Method in interface com.saperion.intf.SaUserInfo
Deprecated.
getType() - Method in class com.saperion.rmi.SaFolderClassSearchInfo
 
getType() - Method in class com.saperion.rmi.SaRMIEventFilter
Reads the filter type.
getType() - Method in class com.saperion.rmi.SaUserInfoImpl
This method returns the numerical value of the kind of user management entity.
getType() - Method in class com.saperion.rmi.storage.Medium
 
getTypeFromString(String) - Static method in enum com.saperion.constants.SaFolderConstants.FOLDER_TYPE
Returns the folder type identified by the specified string.
getUid() - Method in interface com.saperion.intf.SaUserInfo
This method returns the id of the user.
getUid() - Method in class com.saperion.rmi.SaCheckoutInfo
 
getUid() - Method in class com.saperion.rmi.SaUserInfoImpl
This method returns the id of the user.
getUnique() - Method in class com.saperion.settings.SettingSearchResult
 
getUnreadCount() - Method in class com.saperion.folder.FolderUpdateInfo
Returns the number of unread of workflows.
getUnreadCount() - Method in interface com.saperion.intf.wf.BoxDefinition
Returns the number of unread items enclosed by this folder.
getUnreadCount() - Method in class com.saperion.wf.BoxCount
 
getUnreadCount() - Method in class com.saperion.wf.BoxDefinitionImpl
Returns the number of unread items enclosed by this folder.
getUser() - Method in interface com.saperion.intf.UsersRights
This method returns the user that has the specific rights.
getUser() - Method in interface com.saperion.intf.wf.CommentInfo
 
getUser() - Method in class com.saperion.rmi.UserRightsImpl
 
getUser() - Method in class com.saperion.wf.CommentInfoImpl
getUserContext() - Method in class com.saperion.bean.LogonInfo
Retrieves the context.
getUserDefined() - Method in interface com.saperion.intf.wf.TaskInfo
 
getUserDefined(String) - Method in interface com.saperion.intf.wf.TaskInfo
 
getUserDefined() - Method in class com.saperion.wf.TaskInfoImpl
getUserDefined(String) - Method in class com.saperion.wf.TaskInfoImpl
getUserFlags() - Method in interface com.saperion.intf.MutableUserInformation
 
getUserFlags() - Method in class com.saperion.rmi.MutableUserInformationImpl
 
getUserFullName() - Method in interface com.saperion.intf.SaLockInfo
Returns the lock user full name.
getUserId() - Method in interface com.saperion.connector.wf.SaWFConnector
User ID for the actual user.
getUserId() - Method in class com.saperion.connector.wf.SaWFConnectorImpl
User ID for the actual user.
getUserId() - Method in class com.saperion.operations.inject.SessionTokens
 
getUserId() - Method in class com.saperion.rmi.SaCheckoutInfo
 
getUserIdsForQuery() - Method in interface com.saperion.connector.rmi.SaRMIClientCommand
Read the userids.
getUserIdsForQuery() - Method in class com.saperion.connector.rmi.SaRMIClientCommandImpl
Read the userids.
getUserIdsForQuery(int) - Method in interface com.saperion.rmi.common.SaRMIServerCommand
Read the userids.
getUserInfo() - Method in class com.saperion.rmi.SaCheckoutInfo
 
getUserName() - Method in class com.saperion.bean.SapDocInfo
 
getUserName() - Method in interface com.saperion.intf.SaUserInfo
This method returns the name of the entity.
getUserName() - Method in class com.saperion.operations.inject.SessionTokens
 
getUserName() - Method in class com.saperion.operations.user.ChangePassword
 
getUserName() - Method in class com.saperion.operations.user.ChangePasswordOperation
 
getUserName() - Method in class com.saperion.rmi.SaUserInfoImpl
 
getUserRestriction() - Method in class com.saperion.connector.wf.TaskUserSelection
 
getUsers(String) - Method in class com.saperion.connector.rmi.AbstractWfRMIClientCommand
Reads a list of filtered users.
getUsers(String) - Method in interface com.saperion.connector.rmi.SaRMIClientCommand
Reads a list of filtered users.
getUsers(String) - Method in class com.saperion.connector.SaClassicConnectorImpl
Reads a list of filtered users.
getUsers(int, String) - Method in interface com.saperion.rmi.common.SaRMIServerCommand
Reads a list of filtered users.
getUserSelectFilter() - Method in class com.saperion.wf.ExecutionResult
 
getUserSelectFilterFlags() - Method in class com.saperion.wf.ExecutionResult
 
getUserSelectionFlags() - Method in class com.saperion.wf.ExecutionResult
Gets the user selection flags.
getUserSetting(String) - Method in interface com.saperion.connector.rmi.SaRMIClientCommand
Retrieves a user setting object.
getUserSetting(String) - Method in class com.saperion.connector.rmi.SaRMIClientCommandImpl
Retrieves a user setting object.
getUserSetting(String) - Method in interface com.saperion.connector.SaClassicConnector
Retrieves a user-specific setting object.
getUserSetting(String) - Method in class com.saperion.connector.SaClassicConnectorImpl
 
getUserSetting(int, String) - Method in interface com.saperion.rmi.common.SaRMIServerCommand
Reads the user-specific settings for the given key.
getUserToken() - Method in class com.saperion.bean.LogonInfo
Retrieves the usertoken.
getUTCDateTime() - Static method in class com.saperion.util.SaDateHelper
 
getValue(String) - Method in interface com.saperion.intf.SaDocumentInfo
Reads the value with the given name.
getValue(String) - Method in class com.saperion.rmi.SaDocumentInfoImpl
Reads the value with the given name.
getValue() - Method in class com.saperion.settings.Setting
 
getValues() - Method in interface com.saperion.intf.SaDocumentInfo
 
getValues() - Method in interface com.saperion.intf.SaFolderSaveInfo
 
getValues() - Method in interface com.saperion.intf.SaPropertyValue
Returns the value array of this property.
getValues() - Method in class com.saperion.rmi.SaDocumentInfoImpl
getValues() - Method in class com.saperion.rmi.SaFolderSaveInfoImpl
getValues() - Method in class com.saperion.rmi.SaPropertyValueImpl
Returns the value array of this property.
getValueType() - Method in interface com.saperion.intf.SaValue
Returns the value type.
getVarDataType() - Method in class com.saperion.ngc.iform.xml.EditFieldType
Gets the value of the varDataType property.
getVariableData() - Method in interface com.saperion.intf.SaDocInfo.ElementInfo
 
getVariableData() - Method in interface com.saperion.intf.SaDocInfo
Returns variables of the document.
getVariableData() - Method in class com.saperion.rmi.SaDocInfoImpl
Returns variables of the document.
getVariables() - Method in class com.saperion.bean.ContentStream
 
getVariables() - Method in class com.saperion.rmi.SerializableStream
Returns the variables belonging to the content element written by this stream.
getVariables() - Method in class com.saperion.structures.DocumentInfo
Returns the variables of this document representation.
getVariables() - Method in class com.saperion.structures.Structure
Returns this structures variables.
getVersion() - Method in interface com.saperion.intf.DDC
 
getVersion() - Method in class com.saperion.rmi.DDCImpl
 
getVersion() - Method in class com.saperion.rmi.DDCInfo
 
getVersionComment() - Method in class com.saperion.structures.Description
 
getVersionData() - Method in interface com.saperion.intf.SaVersionData
Reads the version metadata.
getVersionData() - Method in class com.saperion.rmi.SaVersionDataImpl
Reads the version metadata.
getVersionIDs(String, String) - Method in interface com.saperion.connector.SaClassicConnector
Reads the version IDs of the given document.
getVersionIDs(String, String) - Method in class com.saperion.connector.SaClassicConnectorImpl
 
getVersionList(String, String) - Method in class com.saperion.connector.rmi.AbstractQueryRMIClientCommand
Reads the versionlist for the given document.
getVersionList(String, String) - Method in interface com.saperion.connector.rmi.SaRMIClientCommand
Reads the versionlist for the given document.
getVersionList(int, String, String) - Method in interface com.saperion.rmi.common.SaRMIServerCommand
Reads the versionlist for the given document.
getViewEfileMask() - Method in class com.saperion.folder.SaFolderClassBean
 
getViewer() - Method in class com.saperion.ngc.iform.xml.Form
Gets the value of the viewer property.
getViewer() - Method in class com.saperion.ngc.iform.xml.FrameType
Gets the value of the viewer property.
getViewer() - Method in class com.saperion.ngc.iform.xml.GroupboxType
Gets the value of the viewer property.
getViewer() - Method in class com.saperion.ngc.iform.xml.HiddenType
Gets the value of the viewer property.
getViewer() - Method in class com.saperion.ngc.iform.xml.TabType
Gets the value of the viewer property.
getViewerClass() - Method in class com.saperion.ngc.iform.xml.ViewerType
Gets the value of the viewerClass property.
getViolatedFields() - Method in exception com.saperion.exception.UniqueConstraintViolationException
This method returns the list of database entries that hold at least one property that made this exception occur.
getVisibility() - Method in class com.saperion.ngc.iform.xml.PosType
Gets the value of the visibility property.
getVolumeId() - Method in class com.saperion.rmi.storage.MediumId
 
getWest() - Method in class com.saperion.ngc.iform.PaneDescription.Layout
 
getWfBoxId() - Method in class com.saperion.folder.FolderUpdateInfo
The Id of the Workflow Box.
getWfBoxName() - Method in class com.saperion.folder.FolderUpdateInfo
The name of the Workflow Box.
getWfBoxType() - Method in class com.saperion.folder.FolderUpdateInfo
The Type of the Workflow Box.
getWfError() - Method in interface com.saperion.intf.wf.ProcessInfo
 
getWfError() - Method in class com.saperion.wf.ProcessInfoImpl
getWfFlag() - Method in interface com.saperion.intf.wf.ProcessInfo
 
getWfFlag() - Method in class com.saperion.wf.ProcessInfoImpl
getWfServer() - Method in interface com.saperion.intf.wf.ProcessInfo
 
getWfServer() - Method in class com.saperion.wf.ProcessInfoImpl
getWfUID() - Method in interface com.saperion.intf.wf.ProcessInfo
 
getWfUID() - Method in class com.saperion.wf.ProcessInfoImpl
getWidth() - Method in class com.saperion.ngc.iform.PaneDescription.Layout
 
getWithDefault() - Method in enum com.saperion.settings.SystemFileKind
 
getWorkflowAction() - Method in class com.saperion.ngc.iform.xml.ButtonType
Gets the value of the workflowAction property.
getWorkflowConnector() - Method in interface com.saperion.connector.SaClassicConnector
Returns a workflow connector based on this classic connector.
getWorkflowConnector() - Method in class com.saperion.connector.SaClassicConnectorImpl
 
getWorkflowDdcName() - Method in class com.saperion.connector.SaClassicConnectorImpl
Gets the workflow ddc name.
getWorkflowDdcName() - Method in interface com.saperion.connector.wf.SaWFConnector
Gets the workflow ddc name
getWorkflowDdcName() - Method in class com.saperion.connector.wf.SaWFConnectorImpl
Gets the workflow ddc name
getWorkflowDefinitions() - Method in class com.saperion.connector.rmi.AbstractWfRMIClientCommand
Reads all available workflow definitions.
getWorkflowDefinitions() - Method in interface com.saperion.connector.rmi.SaRMIClientCommand
Reads all available workflow definitions.
getWorkflowDefinitions() - Method in class com.saperion.connector.SaClassicConnectorImpl
Reads all available workflow definitions.
getWorkflowDefinitions(String) - Method in class com.saperion.connector.SaClassicConnectorImpl
Returns the workflow definitions that are allowed to be used for documents contained in the specified DDC.
getWorkflowDefinitions(int) - Method in interface com.saperion.rmi.common.SaRMIServerCommand
Reads all available workflow definitions.
getWorkflowDefinitions(String, int) - Method in interface com.saperion.rmi.common.SaRMIServerCommand
Returns the workflow definitions that are allowed to be used for documents contained in the specified DDC.
getWorkflowName() - Method in interface com.saperion.folder.SaFolderClass
Returns the name of the workflow to be started when a new eFile is created.
getWorkflowName() - Method in class com.saperion.folder.SaFolderClassBean
 
getWorkflowName() - Method in class com.saperion.folder.SaFolderClassImpl
Returns the name of the workflow to be started when a new eFile is created.
getWorkingTime() - Method in interface com.saperion.connector.wf.SaWFTask
 
getWorkingTime() - Method in class com.saperion.connector.wf.SaWFTaskImpl
getWorkingTime() - Method in interface com.saperion.intf.wf.ContextInfo
 
getWorkingTime() - Method in interface com.saperion.intf.wf.TimeInfo
 
getWorkingTime() - Method in class com.saperion.rmi.ContextInfoImpl
getWorkingTime() - Method in class com.saperion.wf.TimeInfoImpl
getWrappedException() - Method in exception com.saperion.exception.SaOperationRmiException
Deprecated.
Returns the wrapped SaRMIBaseException.
getWrapperCount() - Method in interface com.saperion.intf.SaSystemInfo
 
getWrapperCount() - Method in class com.saperion.rmi.SaSystemInfoImpl
getWx() - Method in class com.saperion.ngc.iform.xml.ColumnType
Gets the value of the wx property.
getWx() - Method in class com.saperion.ngc.iform.xml.HeaderType
Gets the value of the wx property.
getWxCombo() - Method in class com.saperion.ngc.iform.xml.EditFieldType
Gets the value of the wxCombo property.
getWy() - Method in class com.saperion.ngc.iform.xml.HeaderType
Gets the value of the wy property.
getWyCombo() - Method in class com.saperion.ngc.iform.xml.EditFieldType
Gets the value of the wyCombo property.
getXCombo() - Method in class com.saperion.ngc.iform.xml.EditFieldType
Gets the value of the xCombo property.
getXevent() - Method in class com.saperion.events.bean.SaXEventBean
 
getXEventId() - Method in class com.saperion.events.bean.SaXWFEventBean
 
getXhdoc() - Method in class com.saperion.events.bean.SaXEventBean
 
getXHDoc() - Method in class com.saperion.events.bean.SaXWFEventBean
 
getXMLTaskList(List<TaskInfo>) - Method in interface com.saperion.connector.wf.SaWFConnector
Converts a task list to xml.
getXMLTaskList(List<TaskInfo>) - Method in class com.saperion.connector.wf.SaWFConnectorImpl
Converts a task list to xml.
getXNodeId() - Method in class com.saperion.events.bean.SaXWFEventBean
 
getXparentid() - Method in class com.saperion.events.bean.SaXEventBean
 
getXProcess() - Method in class com.saperion.events.bean.SaXWFEventBean
 
getXstatus() - Method in class com.saperion.events.bean.SaXEventBean
 
getXsysrowid() - Method in class com.saperion.events.bean.SaXEventBean
 
getXSysRowId() - Method in class com.saperion.events.bean.SaXWFEventBean
 
getXtransaction() - Method in class com.saperion.events.bean.SaXEventBean
 
groupbox - Variable in class com.saperion.ngc.iform.xml.Form
 
groupbox - Variable in class com.saperion.ngc.iform.xml.HiddenType
 
groupbox - Variable in class com.saperion.ngc.iform.xml.TabType
 
GroupboxType - Class in com.saperion.ngc.iform.xml
Java class for GroupboxType complex type.
GroupboxType() - Constructor for class com.saperion.ngc.iform.xml.GroupboxType
 
GROUPBY_CLAUSE - Static variable in class com.saperion.constants.SaPatterns
precompiled Group By pattern.
groupName - Variable in class com.saperion.ngc.iform.xml.TabType
 
groups - Variable in class com.saperion.ngc.iform.xml.Form
 
GroupType - Class in com.saperion.ngc.iform.xml
Java class for GroupType complex type.
GroupType() - Constructor for class com.saperion.ngc.iform.xml.GroupType
 

H

handle(Callback[]) - Method in class com.saperion.connector.ldap.kerberosauthentication.SaCallbackHandler
handle - Variable in class com.saperion.rmi.SaRMIInputStream
 
handleGetObject(String) - Method in class com.saperion.util.Utf8ResourceBundle
handleInvoke(String, Object[], String[]) - Method in class com.saperion.config.SaAbstractJMXProperties
Invoke handling.
handleInvoke(String, Object[], String[]) - Method in class com.saperion.config.SaJMXBackendProperties
Invoke handling.
handleInvoke(String, Object[], String[]) - Method in class com.saperion.config.SaJMXFileProperties
Invoke handling.
handleInvoke(String, Object[], String[]) - Method in class com.saperion.config.SaJMXLinkProperties
Invoke handling.
handleInvoke(String, Object[], String[]) - Method in class com.saperion.config.SaJMXProperties
Invoke handling.
handleInvoke(String, Object[], String[]) - Method in class com.saperion.config.SaJMXStreamProperties
Invoke handling.
handleInvoke(String, Object[], String[]) - Method in class com.saperion.config.SaJMXSystemProperties
Invoke handling.
hasActiveWorkflows() - Method in interface com.saperion.intf.SaDocumentInfo
Returns true, if the document has an active workflow.
hasActiveWorkflows() - Method in class com.saperion.rmi.SaDocumentInfoImpl
Returns true, if the document has an active workflow.
hasAnnotations() - Method in interface com.saperion.intf.SaDocInfo
 
hasAnnotations() - Method in class com.saperion.rmi.SaDocInfoImpl
hasChilds() - Method in interface com.saperion.intf.wf.TaskInfo
 
hasChilds() - Method in class com.saperion.wf.TaskInfoFlags
 
hasChilds() - Method in class com.saperion.wf.TaskInfoImpl
hasComment() - Method in interface com.saperion.intf.wf.TaskInfo
 
hasComment() - Method in class com.saperion.wf.TaskInfoFlags
 
hasComment() - Method in class com.saperion.wf.TaskInfoImpl
hasDDCName() - Method in class com.saperion.rmi.SaFolderClassSearchInfo
 
hasEntry(Class<T>) - Method in interface com.saperion.intf.SaSystemSetting
Checks, if the system setting for the given key exists.
hasEntry(Class<T>) - Method in interface com.saperion.intf.SaUserSetting
Checks, if the system setting for the given key exists.
hasEntry(Class<T>) - Method in class com.saperion.settings.SaSystemSettingImpl
Checks, if the system setting for the given key exists.
hasEntry(Class<T>) - Method in class com.saperion.settings.SaUserSettingImpl
Checks, if the system setting for the given key exists.
hasFeature(SaFeature.FeatureKind) - Method in interface com.saperion.rmi.SaFeature
Check an existing feature.
hasFeature(SaFeature.FeatureKind) - Method in class com.saperion.rmi.SaFeatureImpl
Check an existing feature.
hasFetchSize() - Method in class com.saperion.rmi.SaQueryInfo
 
hasFirstResult() - Method in class com.saperion.rmi.SaQueryInfo
 
hash(String) - Static method in class com.saperion.util.WeblinkUtil
Generates Hash.
hashAlgorithm - Variable in class com.saperion.bean.ContentStream
 
hashCode() - Method in class com.saperion.annotation.AbstractAnnotation
hashCode() - Method in class com.saperion.connector.rmi.SaRMIServerInfo
hashCode() - Method in class com.saperion.connector.SaClassicConnectorImpl
 
hashCode() - Method in class com.saperion.connector.wf.TaskUserSelection
 
hashCode() - Method in class com.saperion.operations.document.GetDocumentInfo
 
hashCode() - Method in class com.saperion.operations.workflow.ReadSelectableUsersForTransition
 
hashCode() - Method in class com.saperion.rmi.SaContentStream
hashCode() - Method in class com.saperion.rmi.SaUserInfoImpl
 
hashCode() - Method in class com.saperion.settings.Setting
hashCode() - Method in class com.saperion.users.UserFlags
 
hashCode() - Method in class com.saperion.users.UserName
 
hashCode() - Method in class com.saperion.users.UserNameIdPair
 
hashCode() - Method in class com.saperion.wf.CommandInfoImpl
hashCode() - Method in class com.saperion.wf.ProcessDefinitionDescriptor
 
hashesContent() - Method in class com.saperion.rmi.storage.Medium
Whether the medium is a "hashing" medium.
hashWith(String) - Method in class com.saperion.bean.ContentStream
Set the algorithm which should be used for calculating the hash while archiving this content stream.
hasLINKID() - Method in class com.saperion.rmi.DDCInfo
 
hasMaxResult() - Method in class com.saperion.rmi.SaQueryInfo
 
hasMenu - Variable in class com.saperion.ngc.iform.xml.ViewerType
 
hasNewComment() - Method in interface com.saperion.intf.wf.TaskInfo
 
hasNewComment() - Method in class com.saperion.wf.TaskInfoFlags
 
hasNewComment() - Method in class com.saperion.wf.TaskInfoImpl
hasNewHistoryCommentSet() - Method in interface com.saperion.intf.wf.TaskInfo
 
hasNewHistoryCommentSet() - Method in class com.saperion.wf.TaskInfoFlags
 
hasNewHistoryCommentSet() - Method in class com.saperion.wf.TaskInfoImpl
hasNext() - Method in class com.saperion.util.ParallelIterator
hasObjects() - Method in interface com.saperion.intf.SaDocumentInfo
 
hasObjects() - Method in class com.saperion.rmi.SaDocumentInfoImpl
hasObjects() - Method in class com.saperion.rmi.SaStatusInfo
 
hasPARENTID() - Method in class com.saperion.rmi.DDCInfo
 
hasProperty(SaJMXConstants.ConfigKey, String) - Method in class com.saperion.config.SaJMXConfiguration
Returns true if the property with the given name exists within the given configuration.
hasRealACL() - Method in interface com.saperion.intf.SaDocumentInfo
 
hasRealACL() - Method in class com.saperion.rmi.SaDocumentInfoImpl
hasRealACL() - Method in class com.saperion.rmi.SaStatusInfo
 
hasRenderEngine() - Method in interface com.saperion.connector.SaClassicConnector
Checks wether this classic connector has a render engine.
hasRenderEngine() - Method in class com.saperion.connector.SaClassicConnectorImpl
 
hasSection(String) - Method in class com.saperion.config.SaJMXConfiguration
Checks, if the given section exists.
hasSection(SaJMXConstants.ConfigKey) - Method in class com.saperion.config.SaJMXConfiguration
Checks, if the given section exists.
hasStatus() - Method in interface com.saperion.intf.SaDocumentInfo
 
hasStatus() - Method in class com.saperion.rmi.SaDocumentInfoImpl
hasSysACLUserList() - Method in class com.saperion.rmi.DDCInfo
 
hasSysClient() - Method in class com.saperion.rmi.DDCInfo
 
hasSysDocState() - Method in class com.saperion.rmi.DDCInfo
 
hasSYSFOLDERPATH() - Method in class com.saperion.rmi.DDCInfo
 
hasSYSINDEXCONTENT() - Method in class com.saperion.rmi.DDCInfo
 
hasSysIndexState() - Method in class com.saperion.rmi.DDCInfo
 
hasSYSORDERKEY() - Method in class com.saperion.rmi.DDCInfo
 
hasSYSPROPERTIES() - Method in class com.saperion.rmi.DDCInfo
 
hasSYSREVCOMMENT() - Method in class com.saperion.rmi.DDCInfo
 
hasSYSREVDATETIME() - Method in class com.saperion.rmi.DDCInfo
 
hasSYSREVREASON() - Method in class com.saperion.rmi.DDCInfo
 
hasSYSREVVERSION() - Method in class com.saperion.rmi.DDCInfo
 
hasSYSROWID() - Method in class com.saperion.rmi.DDCInfo
 
hasTimeout() - Method in class com.saperion.rmi.SaQueryInfo
 
hasToolbar - Variable in class com.saperion.ngc.iform.xml.HeaderType
 
hasToolbar - Variable in class com.saperion.ngc.iform.xml.ViewerType
 
hasType() - Method in class com.saperion.rmi.SaFolderClassSearchInfo
 
hasValue(String) - Method in interface com.saperion.intf.SaDocumentInfo
Check, if a value exists for the given name.
hasValue(String) - Method in class com.saperion.rmi.SaDocumentInfoImpl
Check, if a value exists for the given name.
hasWorkflows() - Method in interface com.saperion.intf.SaDocumentInfo
Returns true if the document has started or finished workflows.
hasWorkflows() - Method in class com.saperion.rmi.SaDocumentInfoImpl
Returns true if the document has started or finished workflows.
hasWorkflows() - Method in class com.saperion.rmi.SaStatusInfo
Returns true if the document has started or finished workflows.
hasXHDOC() - Method in class com.saperion.rmi.DDCInfo
 
hDoc - Variable in class com.saperion.bean.UpdateDocumentInfo
 
HdocUtil - Class in com.saperion.util
This Util should help, while working with SAPERION Document IDs.
HdocUtil.DocId - Class in com.saperion.util
This class represents a DocId.
HdocUtil.SAPDocId - Class in com.saperion.util
This class represents a SAP DocId.
header - Variable in class com.saperion.ngc.iform.xml.Form
 
HeaderKindType - Enum in com.saperion.ngc.iform.xml
Java class for headerKindType.
HeaderType - Class in com.saperion.ngc.iform.xml
Java class for HeaderType complex type.
HeaderType() - Constructor for class com.saperion.ngc.iform.xml.HeaderType
 
hexToBytes(String) - Static method in class com.saperion.util.HdocUtil
Converts the given Hex String to a byte array.
HIBERNATE_CONFIG - Static variable in class com.saperion.constants.SaConstants
Hibernate configuration.
HIBERNATE_DTD - Static variable in class com.saperion.constants.SaConstants
Hibernate dtd.
HIBERNATE_SQL - Static variable in class com.saperion.constants.SaConstants
SQL Template.
HIBERNATE_TEMPLATE_ADDITIONAL - Static variable in class com.saperion.constants.SaConstants
Template for hibernate mapping for additional data-source.
HIBERNATE_TEMPLATE_DEFAULT - Static variable in class com.saperion.constants.SaConstants
Template for hibernate mapping for default data-source.
hidden - Variable in class com.saperion.ngc.iform.xml.ColumnType
 
hidden - Variable in class com.saperion.ngc.iform.xml.Form
 
HiddenType - Class in com.saperion.ngc.iform.xml
Java class for HiddenType complex type.
HiddenType() - Constructor for class com.saperion.ngc.iform.xml.HiddenType
 
hideButtons - Variable in class com.saperion.ngc.iform.xml.EditFieldType
 
hideEmpty - Variable in class com.saperion.ngc.iform.xml.OutlinerType
 
hideHeader - Variable in class com.saperion.ngc.iform.xml.OutlinerType
 
Highlight - Class in com.saperion.annotation
A rectangular highlight (textmarker).
Highlight(Map<AbstractAnnotation.AnnotationProperty, String>) - Constructor for class com.saperion.annotation.Highlight
Instantiates a new highlight.
HIJRI_FORMAT - Static variable in class com.saperion.constants.SaConstants
hijri date format.
HIST_GROUP_ACTION - Static variable in class com.saperion.constants.SaWFConstants
HIST_GROU_ACTION.
HIST_GROUP_ENTER - Static variable in class com.saperion.constants.SaWFConstants
HIST_GROUP_ENTER.
HIST_GROUP_ERROR - Static variable in class com.saperion.constants.SaWFConstants
HIST_GROUP_ERROR.
HIST_GROUP_EXIT - Static variable in class com.saperion.constants.SaWFConstants
HIST_GROUP_EXIT.
HIST_NODE_ACTION - Static variable in class com.saperion.constants.SaWFConstants
HIST_NODE_ACTION.
HIST_NODE_ENTER - Static variable in class com.saperion.constants.SaWFConstants
HIST_NODE_ENTER.
HIST_NODE_ERROR - Static variable in class com.saperion.constants.SaWFConstants
HIST_NODE_ERROR.
HIST_NODE_EXIT - Static variable in class com.saperion.constants.SaWFConstants
HIST_NODE_EXIT.
HIST_USER_DEFINED - Static variable in class com.saperion.constants.SaWFConstants
HIST_USER_DEFINED.
HistoryInfo - Interface in com.saperion.intf.wf
History info interface.
HistoryInfo.HistoryKind - Enum in com.saperion.intf.wf
History kind.
HistoryInfoImpl - Class in com.saperion.wf
History info implementation.
HistoryInfoImpl(ActorInfo, ActorInfo, Date, Date, String, String) - Constructor for class com.saperion.wf.HistoryInfoImpl
Constructor.
HistoryInfoImpl(SaJNIWfHistory) - Constructor for class com.saperion.wf.HistoryInfoImpl
Constructor from JNI History.
HistorySorter - Class in com.saperion.wf
 
HistorySorter() - Constructor for class com.saperion.wf.HistorySorter
 
HistoryToXML - Class in com.saperion.util
Helper class for XML translation.
HistoryToXML(SaClassicConnectorImpl) - Constructor for class com.saperion.util.HistoryToXML
Constructor.
historyToXML(HistoryInfo[], String) - Method in class com.saperion.util.HistoryToXML
 
historyToXML2(HistoryInfo[], CommentInfo[], String, boolean) - Method in class com.saperion.util.HistoryToXML
 
homeField - Variable in class com.saperion.ngc.iform.xml.LevelType
 
HOST_DELIMITER - Static variable in class com.saperion.constants.SaConstants
Host delimiter - separates host name from port number.
hotkey - Variable in class com.saperion.ngc.iform.xml.ButtonType
 
hotkey - Variable in class com.saperion.ngc.iform.xml.TabType
 
HotkeyType - Class in com.saperion.ngc.iform.xml
Java class for hotkeyType complex type.
HotkeyType() - Constructor for class com.saperion.ngc.iform.xml.HotkeyType
 

I

id() - Method in class com.saperion.connector.pool.PooledSession
 
ID<Type> - Interface in com.saperion.connector.structures.identifiers
Represents an ID of the SAPERION System for documents / folder.
id - Variable in class com.saperion.ngc.iform.xml.ColumnType
 
IDs - Class in com.saperion.connector.structures.identifiers
 
ILLEGAL_FILENAME_CHARACTERS - Static variable in class com.saperion.constants.SaConstants
Pattern that can be used to check a filename for illegal characters.
include - Variable in class com.saperion.ngc.iform.xml.Form
 
include - Variable in class com.saperion.ngc.iform.xml.FrameType
 
include - Variable in class com.saperion.ngc.iform.xml.GroupboxType
 
include - Variable in class com.saperion.ngc.iform.xml.TabType
 
includeForm - Variable in class com.saperion.ngc.iform.xml.IncludeType
 
IncludeType - Class in com.saperion.ngc.iform.xml
Java class for IncludeType complex type.
IncludeType() - Constructor for class com.saperion.ngc.iform.xml.IncludeType
 
index - Variable in class com.saperion.ngc.iform.xml.TabType
 
indexMask - Variable in class com.saperion.ngc.iform.xml.ResultType
 
info() - Method in class com.saperion.connector.pool.PooledSession
 
inheritACL - Variable in class com.saperion.ngc.iform.xml.LevelType
 
inheritQuery - Variable in class com.saperion.ngc.iform.xml.LevelType
 
INI_SECTION_PATHS - Static variable in class com.saperion.constants.SaConstants
archief ini section for paths
init(String) - Method in class com.saperion.connector.pool.GenericKeyedSessionPoolFactory
Initialization method.
init(Properties) - Method in class com.saperion.connector.pool.GenericKeyedSessionPoolFactory
Initialization method using the given properties.
init() - Method in class com.saperion.connector.rmi.AbstractRMIClientCommand
 
init(FilterConfig) - Method in class com.saperion.web.filter.LoggingFilter
 
init(FilterConfig) - Method in class com.saperion.web.filter.MethodLoggingFilter
 
init(FilterConfig) - Method in class com.saperion.web.filter.ProcessingTimeFilter
 
initialize(Properties, String) - Method in class com.saperion.connector.pool.ConnectionPoolUtil
Initializes the pool with the given configurations and properties.
initialize(GenericKeyedObjectPoolConfig, String) - Method in class com.saperion.connector.pool.ConnectionPoolUtil
Initializes the pool with the given configurations and properties.
initialize(Properties, Properties) - Method in class com.saperion.connector.pool.ConnectionPoolUtil
Initializes the pool with the given configurations and properties.
initialize(GenericKeyedObjectPoolConfig, Properties) - Method in class com.saperion.connector.pool.ConnectionPoolUtil
Initializes the pool with the given configurations and properties.
initialize(Properties) - Method in class com.saperion.connector.pool.ConnectionPoolUtil
C'tor taking the pool- and saperion classic connector configuration as combined Properties object.
initialize() - Static method in class com.saperion.util.MimeUtil
Initializes the MimetypesFileTypeMap used by this util.
initializedSuccessfully() - Method in interface com.saperion.web.WebAppInitializer
Indicates if the initialization process of this WebAppInitializer was successful.
injectMembers(Object) - Method in interface com.saperion.operations.inject.Injector
 
Injector - Interface in com.saperion.operations.inject
Interface for injections of an dependency injector.
inputMask - Variable in class com.saperion.ngc.iform.xml.EditFieldType
 
inputStreamToString(InputStream) - Static method in class com.saperion.util.SaStringHelper
Reads the content of a Stream into a String.
INSTANCE - Static variable in class com.saperion.database.DeleteDocumentProperty
 
InstanceHolder - Class in com.saperion.rmi
The Class InstanceHolder.
InstanceHolder() - Constructor for class com.saperion.rmi.InstanceHolder
 
InTransaction<T extends Serializable> - Class in com.saperion.operations
Invokes the given Operation in a transaction.
InTransaction(Operation<T, SaBasicException, LegacyConnection>) - Constructor for class com.saperion.operations.InTransaction
Creates a new instance of InTransaction that invokes the given Operation inside a new database transaction.
INVALID_FIELD_TYPES - Static variable in class com.saperion.SaTypeConverter
 
invoke(String, Object[], String[]) - Method in class com.saperion.config.SaAbstractJMXProperties
invoke(String, Object[], String[]) - Method in class com.saperion.config.SaJMXConfiguration
invoke(LegacyOperation<T>) - Method in interface com.saperion.connector.LegacyConnection
Invokes the given Operation on the server side.
invoke(Operation<T, SaBasicException, LegacyConnection>) - Method in interface com.saperion.connector.rmi.SaRMIClientCommand
This method invokes a Operation on the backend.
invoke(Operation<T, SaBasicException, LegacyConnection>) - Method in class com.saperion.connector.rmi.SaRMIClientCommandImpl
This method invokes a Operation on the backend.
invoke(LegacyOperation<T>) - Method in class com.saperion.connector.SaClassicConnectorImpl
 
invoke() - Method in class com.saperion.operations.ApplyBatch
 
invoke() - Method in class com.saperion.operations.document.CloneDocument
 
invoke() - Method in class com.saperion.operations.document.CreateDocument
 
invoke() - Method in class com.saperion.operations.document.CreateDocumentOperation
 
invoke() - Method in class com.saperion.operations.document.GetDocumentInfo
 
invoke() - Method in class com.saperion.operations.document.GetLatestRevisionId
 
invoke() - Method in class com.saperion.operations.document.GetStreamingConfiguration
 
invoke() - Method in class com.saperion.operations.document.LoadDocumentById
 
invoke() - Method in class com.saperion.operations.document.LoadDocumentRevisionById
 
invoke() - Method in class com.saperion.operations.document.ReadContentStreamPart
 
invoke() - Method in class com.saperion.operations.document.UpdateDocument
 
invoke() - Method in class com.saperion.operations.folders.CreateFolder
 
invoke() - Method in class com.saperion.operations.GetIxosDDCNames
 
invoke() - Method in class com.saperion.operations.GetServerSideClientConfiguration
 
invoke() - Method in class com.saperion.operations.InTransaction
 
invoke() - Method in class com.saperion.operations.LegacyOperationAdapter
 
invoke() - Method in class com.saperion.operations.lookup.CreateLookupEntry
Deprecated.
 
invoke() - Method in class com.saperion.operations.lookup.CreateLookupEntryOperation
 
invoke() - Method in class com.saperion.operations.lookup.GetAccessOnLookupEntry
 
invoke() - Method in class com.saperion.operations.lookup.GetLookupEntryAccessControlListsOperation
 
invoke() - Method in class com.saperion.operations.lookup.GetLookupEntryOperation
 
invoke() - Method in class com.saperion.operations.lookup.SearchLookupEntriesOperation
 
invoke() - Method in class com.saperion.operations.lookup.SearchUniqueLookupEntryOperation
 
invoke() - Method in class com.saperion.operations.storage.ListStorageOperation
 
invoke() - Method in class com.saperion.operations.user.ChangePasswordOperation
 
invoke() - Method in class com.saperion.operations.user.GetCurrentUserInfo
 
invoke() - Method in class com.saperion.operations.user.SetCurrentUserPresentOperation
 
invoke() - Method in class com.saperion.operations.VoidOperation
 
invoke() - Method in class com.saperion.operations.workflow.CountTasks
 
invoke() - Method in class com.saperion.operations.workflow.GetAllBoxCounts
 
invoke() - Method in class com.saperion.operations.workflow.GetBoxCount
 
invoke() - Method in class com.saperion.operations.workflow.GetBoxCountCompleted
 
invoke() - Method in class com.saperion.operations.workflow.GetBoxCountCreated
 
invoke() - Method in class com.saperion.operations.workflow.GetBoxCountDue
 
invoke() - Method in class com.saperion.operations.workflow.GetBoxCountReminders
 
invoke() - Method in class com.saperion.operations.workflow.GetProcessDefinitions
 
invoke() - Method in class com.saperion.operations.workflow.LoadWorkflowDefinition
 
invoke() - Method in class com.saperion.operations.workflow.ReadSelectableUsersForTransition
 
invoke(int, Operation<T, SaBasicException, LegacyConnection>) - Method in interface com.saperion.rmi.common.SaRMIServerCommand
This method invokes an Operation on the server side.
invoke(String, Object[], String[]) - Method in class com.saperion.util.StartupTimerMBean
 
is - Variable in class com.saperion.common.streams.BlockingInputStream
The stream.
isActive() - Method in class com.saperion.connector.SaClassicConnectorImpl
Checks, if the connector is logged on.
isAdhoc() - Method in interface com.saperion.intf.wf.TaskInfo
 
isAdhoc() - Method in class com.saperion.wf.TaskInfoFlags
 
isAdhoc() - Method in class com.saperion.wf.TaskInfoImpl
isAlive() - Method in interface com.saperion.connector.rmi.SaRMIClientCommand
Test the lifetime of this token.
isAlive() - Method in class com.saperion.connector.rmi.SaRMIClientCommandImpl
Test the lifetime of this token.
isAlive() - Method in interface com.saperion.connector.SaClassicConnector
Tests the lifetime of this connector.
isAlive() - Method in class com.saperion.connector.SaClassicConnectorImpl
 
isAlive(int) - Method in interface com.saperion.rmi.common.SaRMIServerCommand
Checks, if the token has minimum lifetime before timeout.
isAllowInactiveLookup() - Method in class com.saperion.ngc.iform.xml.EditFieldType
Gets the value of the allowInactiveLookup property.
isAttrFett() - Method in class com.saperion.ngc.iform.xml.FontType
Gets the value of the attrFett property.
isAttrItalic() - Method in class com.saperion.ngc.iform.xml.FontType
Gets the value of the attrItalic property.
isAttrUnderline() - Method in class com.saperion.ngc.iform.xml.FontType
Gets the value of the attrUnderline property.
isAutoComplete() - Method in class com.saperion.ngc.iform.xml.EditFieldType
Gets the value of the autoComplete property.
isBEnabled() - Method in class com.saperion.ngc.iform.xml.EditFieldType
Gets the value of the bEnabled property.
isBPersistent() - Method in class com.saperion.ngc.iform.xml.EditFieldType
Gets the value of the bPersistent property.
isCacheable() - Method in class com.saperion.rmi.SaQueryInfo
 
isCheckedIn() - Method in interface com.saperion.intf.SaDocumentInfo
 
isCheckedIn() - Method in class com.saperion.rmi.SaDocumentInfoImpl
isCheckedIn() - Method in class com.saperion.rmi.SaStatusInfo
 
isCheckedout() - Method in interface com.saperion.intf.SaDocumentInfo
 
isCheckedout() - Method in class com.saperion.rmi.SaDocumentInfoImpl
ISCHECKEDOUT_PROPERTYNAME - Static variable in class com.saperion.constants.SaConstants
Node: Name of user-property in isCheckedOut.
isCleanSection() - Method in class com.saperion.settings.PropertyWrapper
 
isClearContent() - Method in class com.saperion.rmi.SerializableStream
 
isClearOnNewSearch() - Method in class com.saperion.ngc.iform.xml.EditFieldType
Gets the value of the clearOnNewSearch property.
isClientaction() - Method in interface com.saperion.intf.wf.TaskInfo
 
isClientaction() - Method in class com.saperion.wf.TaskInfoFlags
 
isClientaction() - Method in class com.saperion.wf.TaskInfoImpl
isCollapsable() - Method in class com.saperion.ngc.iform.xml.GroupboxType
Gets the value of the collapsable property.
isCollapsible() - Method in class com.saperion.ngc.iform.xml.FrameType
Gets the value of the collapsible property.
isCombineFocus() - Method in class com.saperion.ngc.iform.xml.ViewerType
Gets the value of the combineFocus property.
isConflicted() - Method in class com.saperion.rmi.storage.Medium
 
isContainer() - Method in class com.saperion.rmi.storage.Medium
 
isCopied() - Method in class com.saperion.ngc.iform.xml.BitmapType
Gets the value of the copied property.
isCritical() - Method in class com.saperion.connector.ldap.ConnectionControl
isCurrentRevision() - Method in class com.saperion.operations.document.GetDocumentInfo
 
isCurrentRevision() - Method in class com.saperion.rmi.SaRMIInputStream
True, if the current revision should be fetched.
isCustomACL() - Method in class com.saperion.ngc.iform.xml.ResultType
Gets the value of the customACL property.
isDefaultButtonBarExistent() - Method in class com.saperion.ngc.iform.xml.FrameType
Gets the value of the defaultButtonBarExistent property.
isDeleted() - Method in interface com.saperion.intf.SaDocumentInfo
 
isDeleted() - Method in class com.saperion.rmi.SaDocumentInfoImpl
isDeleted() - Method in class com.saperion.rmi.SaStatusInfo
 
isDone() - Method in interface com.saperion.connector.wf.WorkflowResult
 
isDone() - Method in class com.saperion.connector.wf.WorkflowResultImpl
isDummy() - Method in class com.saperion.rmi.SaRMIInputStream
If true, no content will be read from the backend.
isDynamic() - Method in interface com.saperion.intf.SaPropertyValue
Returns true, if this property is dynamic.
isDynamic() - Method in class com.saperion.rmi.SaPropertyValueImpl
Returns true, if this property is dynamic.
isEdit() - Method in class com.saperion.annotation.AbstractAnnotation
Checks if annotation can be edited.
isEmbedded() - Method in interface com.saperion.folder.SaFolderClass
If true, the masks used for DOCUMENT_NEW, EFILE_NEW and EFILE_QUERY have to be displayed as embedded masks in the navigation view.
isEmbedded() - Method in class com.saperion.folder.SaFolderClassBean
 
isEmbedded() - Method in class com.saperion.folder.SaFolderClassImpl
If true, the masks used for DOCUMENT_NEW, EFILE_NEW and EFILE_QUERY have to be displayed as embedded masks in the navigation view.
isEmpty() - Method in interface com.saperion.intf.SaPropertyValue
Test for empty value.
isEmpty() - Method in class com.saperion.rmi.SaPropertyValueImpl
Test for empty value.
isEmpty(String) - Static method in class com.saperion.util.SaStringHelper
Test if the string is empty or not.
isEnabled() - Method in interface com.saperion.intf.wf.CommandInfo
 
isEnabled() - Method in class com.saperion.wf.CommandInfoImpl
isEntryOrExitFailed() - Method in interface com.saperion.intf.wf.TaskInfo
 
isEntryOrExitFailed() - Method in class com.saperion.wf.TaskInfoFlags
 
isEntryOrExitFailed() - Method in class com.saperion.wf.TaskInfoImpl
isError() - Method in interface com.saperion.intf.wf.TaskInfo
 
isError() - Method in class com.saperion.wf.TaskInfoFlags
 
isError() - Method in class com.saperion.wf.TaskInfoImpl
isEscalation() - Method in interface com.saperion.intf.wf.TaskInfo
 
isEscalation() - Method in class com.saperion.wf.TaskInfoFlags
 
isEscalation() - Method in class com.saperion.wf.TaskInfoImpl
isExportEnabled() - Method in class com.saperion.ngc.iform.xml.ResultType
Gets the value of the exportEnabled property.
isFailOverServer() - Method in class com.saperion.connector.rmi.SaRMIServerInfo
 
isFileable() - Method in class com.saperion.rmi.DDCInfo
Checks if is fileable.
isFilterEnabled() - Method in class com.saperion.ngc.iform.xml.ResultType
Gets the value of the filterEnabled property.
isFolderDDC() - Method in class com.saperion.rmi.DDCInfo
 
isFolderQuery() - Method in class com.saperion.rmi.SaQueryInfo
 
isForceDocumentIndexMask() - Method in class com.saperion.ngc.iform.xml.ResultType
Gets the value of the forceDocumentIndexMask property.
isForceSize() - Method in class com.saperion.operations.document.GetDocumentInfo
 
isFullText() - Method in class com.saperion.rmi.DDCInfo
 
isGrid - Variable in class com.saperion.ngc.iform.xml.ResultType
 
isGroup() - Method in class com.saperion.users.UserNameIdPair
 
isHasLookupTable() - Method in interface com.saperion.intf.SaFieldDescription
Test, if this field has a lookup table.
isHasMenu() - Method in class com.saperion.ngc.iform.xml.ViewerType
Gets the value of the hasMenu property.
isHasToolbar() - Method in class com.saperion.ngc.iform.xml.HeaderType
Gets the value of the hasToolbar property.
isHasToolbar() - Method in class com.saperion.ngc.iform.xml.ViewerType
Gets the value of the hasToolbar property.
isHidden() - Method in class com.saperion.ngc.iform.xml.ColumnType
Gets the value of the hidden property.
isHideButtons() - Method in class com.saperion.ngc.iform.xml.EditFieldType
Gets the value of the hideButtons property.
isHideEmpty() - Method in class com.saperion.ngc.iform.xml.OutlinerType
Gets the value of the hideEmpty property.
isHideHeader() - Method in class com.saperion.ngc.iform.xml.OutlinerType
Gets the value of the hideHeader property.
isInactive() - Method in interface com.saperion.intf.wf.TaskInfo
 
isInactive() - Method in class com.saperion.wf.TaskInfoFlags
 
isInactive() - Method in class com.saperion.wf.TaskInfoImpl
isIndex() - Method in interface com.saperion.intf.SaFieldDescription
Tests, if this field is an index field.
isIndexable() - Method in class com.saperion.bean.SaDocAccessDataImpl
This method returns whether one may change index data.
isIndexable() - Method in interface com.saperion.intf.SaDocAccessData
Deprecated.
This method returns whether one may change index data.
isInherited(SaApplicationInfo.ApplicationType) - Method in interface com.saperion.folder.SaFolderClass
Reads, if the application type is inherited.
isInherited(SaApplicationInfo.ApplicationType) - Method in class com.saperion.folder.SaFolderClassImpl
Reads, if the application type is inherited.
isInitialized() - Method in interface com.saperion.rmi.common.SaRMISystemCommand
This method returns whether this java core server is already initialized or still in the process of start up.
isIsGrid() - Method in class com.saperion.ngc.iform.xml.ResultType
Gets the value of the isGrid property.
isIsLookup() - Method in class com.saperion.ngc.iform.xml.EditFieldType
Gets the value of the isLookup property.
isIsVar() - Method in class com.saperion.ngc.iform.xml.EditFieldType
Gets the value of the isVar property.
isJdbcPreferred() - Method in class com.saperion.config.ServerSideClientConfiguration
 
isLegal() - Method in class com.saperion.util.HdocUtil.SAPDocId
Checks if is legal.
isLink() - Method in interface com.saperion.intf.SaDocumentInfo
 
isLink() - Method in class com.saperion.rmi.SaDocumentInfoImpl
isLink() - Method in class com.saperion.rmi.SaStatusInfo
 
isLocation() - Method in class com.saperion.users.UserNameIdPair
 
isLockDoc() - Method in interface com.saperion.intf.wf.TaskInfo
 
isLockDoc() - Method in class com.saperion.wf.TaskInfoFlags
 
isLockDoc() - Method in class com.saperion.wf.TaskInfoImpl
isLocked() - Method in interface com.saperion.intf.SaDocumentInfo
Check, if the document is locked.
isLocked() - Method in class com.saperion.ngc.iform.xml.ColumnType
Gets the value of the locked property.
isLocked() - Method in class com.saperion.rmi.SaDocumentInfoImpl
Check, if the document is locked.
isLocked() - Method in class com.saperion.users.UserFlags
 
isLockedByCurrentUser() - Method in interface com.saperion.intf.SaDocumentInfo
Returns true, if the document represented by this SaDocumentInfo is locked by the current user.
isLockedByCurrentUser() - Method in class com.saperion.rmi.SaDocumentInfoImpl
Returns true, if the document represented by this SaDocumentInfo is locked by the current user.
isLog4jConfigured() - Method in class com.saperion.config.SaJMXConfiguration
 
isLong() - Method in class com.saperion.settings.SettingSearchInfo
 
isLongSetting() - Method in class com.saperion.settings.Setting
 
isLookup - Variable in class com.saperion.ngc.iform.xml.EditFieldType
 
isLookupDDC() - Method in class com.saperion.ngc.iform.xml.ResultType
Gets the value of the lookupDDC property.
isLookupStrict() - Method in class com.saperion.ngc.iform.xml.EditFieldType
Gets the value of the lookupStrict property.
isLookuptable() - Method in class com.saperion.rmi.DDCInfo
 
isLookupTableIsDirect() - Method in interface com.saperion.intf.SaFieldDescription
Reads the value for lookupTableIsDirect.
isMandatory() - Method in enum com.saperion.config.SaJMXConstants.ConfigKey
 
isMandatory() - Method in interface com.saperion.intf.SaFieldDescription
Checks, if this field is mandatory.
isMaskPassword() - Method in class com.saperion.ngc.iform.xml.EditFieldType
Gets the value of the maskPassword property.
isMigrated() - Method in class com.saperion.rmi.storage.Medium
 
isMultiFileable() - Method in class com.saperion.rmi.DDCInfo
 
isMultiLine() - Method in class com.saperion.ngc.iform.xml.ColumnType
Gets the value of the multiLine property.
isMultiMandant() - Method in interface com.saperion.intf.SaSystemInfo
 
isMultiMandant() - Method in class com.saperion.rmi.SaSystemInfoImpl
isMultipageDoc(List<SaDocInfo.ElementInfo>) - Static method in class com.saperion.util.MultipageDocUtil
Returns true if the document contains the pages of a splitted multipage TIFF or scanned pages only.
isMultipageTiff(String) - Static method in class com.saperion.util.MultipageDocUtil
Checks if the given path contains a multi-page filename.
isMultiSelect() - Method in interface com.saperion.intf.SaFieldDescription
 
isMultiSelect() - Method in class com.saperion.ngc.iform.xml.EditFieldType
Gets the value of the multiSelect property.
isMultiValue() - Method in interface com.saperion.intf.SaFieldDescription
Checks, if this field is multivalued.
isMultiValue() - Method in interface com.saperion.intf.SaPropertyValue
 
isMultivalue() - Method in class com.saperion.ngc.iform.xml.ColumnType
Gets the value of the multivalue property.
isMultivalue() - Method in class com.saperion.ngc.iform.xml.EditFieldType
Gets the value of the multivalue property.
isMultiValue() - Method in class com.saperion.rmi.SaPropertyValueImpl
isNewCommentSet() - Method in interface com.saperion.intf.wf.TaskInfo
 
isNewCommentSet() - Method in class com.saperion.wf.TaskInfoFlags
 
isNewCommentSet() - Method in class com.saperion.wf.TaskInfoImpl
isNextReceiverRequired() - Method in interface com.saperion.intf.wf.CommandInfo
 
isNextReceiverRequired() - Method in class com.saperion.wf.CommandInfoImpl
 
isNoLocalization() - Method in class com.saperion.ngc.iform.xml.HeaderType
Gets the value of the noLocalization property.
isNonSystemField() - Method in interface com.saperion.intf.SaFieldDescription
Checks whether this object's name is a non-system DDC field name.
isNotification() - Method in interface com.saperion.intf.wf.TaskInfo
 
isNotification() - Method in class com.saperion.wf.TaskInfoFlags
 
isNotification() - Method in class com.saperion.wf.TaskInfoImpl
isNotPresent() - Method in interface com.saperion.intf.wf.TaskInfo
 
isNotPresent() - Method in class com.saperion.wf.TaskInfoFlags
 
isNotPresent() - Method in class com.saperion.wf.TaskInfoImpl
isNotSync() - Method in class com.saperion.users.UserFlags
 
isNull() - Method in interface com.saperion.intf.SaValue
Check whether the value type is not valid.
ISO8601 - Class in com.saperion.util
The ISO8601 utility class provides helper methods to deal with date/time formatting using a specific ISO8601-compliant format (see ISO 8601).
isOcrLasso() - Method in class com.saperion.ngc.iform.xml.ViewerType
Gets the value of the ocrLasso property.
isOfflineConflict() - Method in interface com.saperion.intf.SaDocumentInfo
 
isOfflineConflict() - Method in class com.saperion.rmi.SaDocumentInfoImpl
isOfflineConflict() - Method in class com.saperion.rmi.SaStatusInfo
 
isOnDefaultDataSource() - Method in interface com.saperion.intf.DDC
 
isOnDefaultDataSource() - Method in class com.saperion.rmi.DDCImpl
 
isOwnLock() - Method in interface com.saperion.intf.SaLockInfo
Returns true, if this is an own lock.
isPane() - Method in class com.saperion.rmi.SaNavigationImpl
 
isPanel() - Method in class com.saperion.ngc.iform.PaneDescription.Layout
 
isPaneLayout() - Method in class com.saperion.ngc.iform.xml.HeaderType
Gets the value of the paneLayout property.
isPaused() - Method in interface com.saperion.intf.wf.TaskInfo
 
isPaused() - Method in class com.saperion.wf.TaskInfoFlags
 
isPaused() - Method in class com.saperion.wf.TaskInfoImpl
isPersistVar() - Method in class com.saperion.ngc.iform.xml.EditFieldType
Gets the value of the persistVar property.
isPresent() - Method in interface com.saperion.intf.MutableUserInformation
 
isPresent() - Method in class com.saperion.rmi.MutableUserInformationImpl
 
isProtected() - Method in class com.saperion.rmi.storage.Medium
 
isProxy() - Method in interface com.saperion.intf.wf.TaskInfo
 
isProxy() - Method in class com.saperion.wf.TaskInfoFlags
 
isProxy() - Method in class com.saperion.wf.TaskInfoImpl
isReadable() - Method in class com.saperion.bean.SaDocAccessDataImpl
This method returns whether one may read data of the document.
isReadable() - Method in interface com.saperion.intf.SaDocAccessData
Deprecated.
This method returns whether one may read data of the document.
isReadonly() - Method in interface com.saperion.intf.SaDocumentInfo
 
isReadonly() - Method in interface com.saperion.intf.SaLockInfo
Returns true, if this document is readonly; only relevant for JCR.
isReadonly() - Method in class com.saperion.rmi.SaDocumentInfoImpl
isReasonRequired() - Method in interface com.saperion.intf.wf.CommandInfo
 
isReasonRequired() - Method in class com.saperion.wf.CommandInfoImpl
 
isRefreshChildren() - Method in class com.saperion.folder.FolderUpdateInfo
We have to differentiate two cases.
isRegularDefinition() - Method in class com.saperion.rmi.DDCInfo
 
isReleaseActive() - Method in interface com.saperion.connector.SaClassicConnector
Checks if is release feature in the program.ini in section [Release] is active.
isReleaseActive() - Method in class com.saperion.connector.SaClassicConnectorImpl
 
isReminder() - Method in interface com.saperion.intf.wf.TaskInfo
 
isReminder() - Method in class com.saperion.wf.TaskInfoFlags
 
isReminder() - Method in class com.saperion.wf.TaskInfoImpl
isReminderReached() - Method in interface com.saperion.intf.wf.TaskInfo
 
isReminderReached() - Method in class com.saperion.wf.TaskInfoFlags
 
isReminderReached() - Method in class com.saperion.wf.TaskInfoImpl
isRemovable() - Method in class com.saperion.bean.SaDocAccessDataImpl
This method returns whether one may delete the document.
isRemovable() - Method in interface com.saperion.intf.SaDocAccessData
Deprecated.
This method returns whether one may delete the document.
isResolveLinks() - Method in class com.saperion.operations.document.GetDocumentInfo
 
isRestrictCursor() - Method in class com.saperion.ngc.iform.xml.EditFieldType
Gets the value of the restrictCursor property.
isRevised() - Method in interface com.saperion.intf.SaDocumentInfo
 
isRevised() - Method in class com.saperion.rmi.SaDocumentInfoImpl
isRevised() - Method in class com.saperion.rmi.SaStatusInfo
 
isRevisionEnabled(int, String) - Method in interface com.saperion.connector.rmi.SaRMIClientCommand
Gets the information whether the provided ddc table contains the fields required for revisions.
isRevisionEnabled(int, String) - Method in class com.saperion.connector.rmi.SaRMIClientCommandImpl
Gets the information whether the provided ddc table contains the fields required for revisions.
isRevisionEnabled(int, String) - Method in interface com.saperion.rmi.common.SaRMIServerCommand
Gets the information whether the provided ddc table contains the fields required for revisions.
isRevisionEnabled() - Method in class com.saperion.rmi.DDCInfo
 
isRole() - Method in class com.saperion.users.UserNameIdPair
 
isRootDisabled() - Method in class com.saperion.ngc.iform.xml.OutlinerType
Gets the value of the rootDisabled property.
isSaveFavoriteEnabled() - Method in class com.saperion.ngc.iform.xml.ResultType
Gets the value of the saveFavoriteEnabled property.
isSaveLayout() - Method in class com.saperion.ngc.iform.xml.EditFieldType
Gets the value of the saveLayout property.
isSaveLayout() - Method in class com.saperion.ngc.iform.xml.ResultType
Gets the value of the saveLayout property.
isSaveScale() - Method in class com.saperion.ngc.iform.xml.ViewerType
Gets the value of the saveScale property.
isScale() - Method in class com.saperion.ngc.iform.xml.BitmapType
Gets the value of the scale property.
isScaleFont() - Method in class com.saperion.ngc.iform.xml.PosType
Gets the value of the scaleFont property.
isSelected() - Method in interface com.saperion.intf.SaDocInfo.ElementInfo
 
isSelectedTab() - Method in class com.saperion.ngc.iform.PaneDescription.Layout
Checks if is selected tab.
isSigned() - Method in interface com.saperion.intf.SaDocumentInfo
 
isSigned() - Method in class com.saperion.rmi.SaDocumentInfoImpl
isSigned() - Method in class com.saperion.rmi.SaStatusInfo
 
isSingleUserSelection() - Method in class com.saperion.connector.wf.TaskUserSelection
 
isSizeableFrame() - Method in class com.saperion.ngc.iform.xml.PosType
Gets the value of the sizeableFrame property.
isSortAuto() - Method in class com.saperion.ngc.iform.xml.ResultType
Gets the value of the sortAuto property.
isStartEnabled() - Method in class com.saperion.ngc.iform.xml.ResultType
Gets the value of the startEnabled property.
isStringFieldType() - Method in interface com.saperion.intf.SaFieldDescription
Checks if this object is a string type.
isStructureView() - Method in class com.saperion.ngc.iform.xml.ViewerType
Gets the value of the structureView property.
isSync() - Method in interface com.saperion.intf.wf.ContextInfo
 
isSync() - Method in class com.saperion.rmi.ContextInfoImpl
isSyncFromNet() - Method in class com.saperion.users.UserFlags
 
isSyncLDAP() - Method in class com.saperion.users.UserFlags
 
isSyncToNet() - Method in class com.saperion.users.UserFlags
 
isTab() - Method in class com.saperion.ngc.iform.PaneDescription.Layout
 
isTechnicalUser() - Method in class com.saperion.users.UserFlags
 
isTenant() - Method in class com.saperion.users.UserNameIdPair
 
isThumbnailView() - Method in class com.saperion.ngc.iform.xml.ViewerType
Gets the value of the thumbnailView property.
isTiffDocument(SaDocInfo.ElementInfo) - Static method in class com.saperion.util.MultipageDocUtil
Tries to guess if the document element has a multiple page tiff document Intended to work tiff documents stored in original format.
isTransparent() - Method in class com.saperion.ngc.iform.xml.BitmapType
Gets the value of the transparent property.
isTrusted() - Method in interface com.saperion.intf.wf.ContextInfo
 
isTrusted() - Method in class com.saperion.rmi.ContextInfoImpl
isTrustedApplicationsConfigured() - Method in class com.saperion.config.TrustedApplicationsUtility
Return whether trusted applications are configured or not
isUnique() - Method in interface com.saperion.intf.SaFieldDescription
Checks, if this field is unique.
isUseCalendar() - Method in class com.saperion.ngc.iform.xml.EditFieldType
Gets the value of the useCalendar property.
isUseFields() - Method in class com.saperion.ngc.iform.xml.ButtonType
Gets the value of the useFields property.
isUseHistory() - Method in class com.saperion.ngc.iform.xml.EditFieldType
Gets the value of the useHistory property.
isUseQueryFormForLookup() - Method in class com.saperion.ngc.iform.xml.EditFieldType
Gets the value of the useQueryFormForLookup property.
isUser() - Method in class com.saperion.users.UserNameIdPair
 
isUserSelectionRestricted() - Method in enum com.saperion.connector.wf.TaskUserSelection.SelectionType
 
isUsersSelectable() - Method in enum com.saperion.connector.wf.TaskUserSelection.SelectionType
 
isUtf8() - Method in class com.saperion.ngc.iform.xml.ButtonType
Gets the value of the utf8 property.
isValid() - Method in class com.saperion.events.bean.SaXEventBean
 
isValid() - Method in class com.saperion.events.bean.SaXWFEventBean
 
isValid() - Method in class com.saperion.settings.SettingSearchInfo
 
isVar - Variable in class com.saperion.ngc.iform.xml.EditFieldType
 
isWfAllowSubstAccess() - Method in class com.saperion.users.UserFlags
 
isWfWorkInPool() - Method in class com.saperion.users.UserFlags
 
isWithAnnotations() - Method in class com.saperion.rmi.SaRMIInputStream
True, if annotations should be saved on the document.
isWithSsl() - Method in class com.saperion.connector.rmi.SaRMIServerInfo
 
isWorkflowAuditQuery() - Method in class com.saperion.rmi.SaQueryInfo
 
isWorkflowQuery() - Method in class com.saperion.rmi.SaQueryInfo
 
isWriteable() - Method in class com.saperion.bean.SaDocAccessDataImpl
This method returns whether one may edit the document.
isWriteable() - Method in class com.saperion.config.SaAbstractJMXProperties
 
isWriteable() - Method in interface com.saperion.intf.SaDocAccessData
Deprecated.
This method returns whether one may edit the document.
ISYSRenderEngine - Class in com.saperion.connector.renditions.isys
The ISYSRenderEngine uses the ISYS executable for rendering.

The following additional options are required: externalApplicationPath: Absolute path to the ISYS executable used for rendering.
ISYSRenderEngine() - Constructor for class com.saperion.connector.renditions.isys.ISYSRenderEngine
 
ISYSRenderExecutableFailedException - Exception in com.saperion.connector.renditions.isys
This exception is thrown when the ISYS executable returned an error-code.
ISYSRenderExecutableFailedException(int, String) - Constructor for exception com.saperion.connector.renditions.isys.ISYSRenderExecutableFailedException
Creates a new ISYSRenderExecutableFailedException.
iterator() - Method in class com.saperion.util.IteratorIterable
IteratorIterable<Type> - Class in com.saperion.util
For a given Iterator an IteratorIterable is a corresponding Iterable - and thus usable in the extended for-syntax.
IteratorIterable(Iterator<Type>) - Constructor for class com.saperion.util.IteratorIterable
Creates a new IteratorIterable for the given Iterator

J

JCR_NEW_VERSION - Static variable in class com.saperion.constants.SaConstants
The Constant JCR_NEW_VERSION.
JCR_PREFIX - Static variable in class com.saperion.constants.SaConstants
"jcr" prefix.
JCR_VERSION - Static variable in class com.saperion.constants.SaConstants
The Constant JCR_VERSION.
JCRPATH - Static variable in class com.saperion.constants.SaConstants
Jcr path.
JCS_INTERFACE_VERSION - Static variable in class com.saperion.constants.SaJCSInterfaceVersion
Define, which Interface version between applsrv32.dll, scr_jni.dll and JCS is used.
JMS_DDC_NAME - Static variable in class com.saperion.constants.SaJMSConstants
JMS message entry.
JMS_EVENT_ID - Static variable in class com.saperion.constants.SaJMSConstants
JMS message entry.
JMS_EVENTNUMBER - Static variable in class com.saperion.constants.SaJMSConstants
JMS message entry.
JMS_FIELDNAMES - Static variable in class com.saperion.constants.SaJMSConstants
JMS message entry.
JMS_FILTERS - Static variable in class com.saperion.constants.SaJMSConstants
JMS message entry.
JMS_HDOC - Static variable in class com.saperion.constants.SaJMSConstants
JMS message entry.
JMS_NODE_ID - Static variable in class com.saperion.constants.SaJMSConstants
JMS message entry.
JMS_NODE_SYSROWID - Static variable in class com.saperion.constants.SaJMSConstants
JMS message entry.
JMS_OPERATION_NAME - Static variable in class com.saperion.constants.SaJMSConstants
JMS message entry.
JMS_OPERATION_TYPE_REMOVEEVENT - Static variable in class com.saperion.constants.SaJMSConstants
JMS message entry.
JMS_PARENTID - Static variable in class com.saperion.constants.SaJMSConstants
JMS message entry.
JMS_PROCESS - Static variable in class com.saperion.constants.SaJMSConstants
JMS message entry.
JMS_STATUS - Static variable in class com.saperion.constants.SaJMSConstants
JMS message entry.
JMS_SYSROWID - Static variable in class com.saperion.constants.SaJMSConstants
JMS message entry.
JMS_SYSTIMESTAMP - Static variable in class com.saperion.constants.SaJMSConstants
JMS message entry.
JMS_TRANSCATION_ID - Static variable in class com.saperion.constants.SaJMSConstants
JMS message entry.
JMS_URL - Static variable in class com.saperion.constants.SaJMSConstants
 
JMX_PORT - Static variable in class com.saperion.constants.SaConstants
 
JNI_DELETECONTENT_MODE_DBCOMPLETE - Static variable in class com.saperion.constants.SaConstants
Remove from DB.
JNI_DELETECONTENT_MODE_DBSIMPLE - Static variable in class com.saperion.constants.SaConstants
Set status to 65002.
JNI_DELETECONTENT_MODE_PURGEDOCUMENT - Static variable in class com.saperion.constants.SaConstants
Final delete.
joinField - Variable in class com.saperion.ngc.iform.xml.LevelType
 

K

key - Variable in class com.saperion.ngc.iform.xml.HotkeyType
 
KEY_APPLICATION_DATA - Static variable in class com.saperion.constants.SaConstants
archied ini key for the application data directory in the section SaConstants.INI_SECTION_PATHS
kind - Variable in class com.saperion.ngc.iform.xml.ButtonType
 
kind - Variable in class com.saperion.ngc.iform.xml.HeaderType
 
kind - Variable in class com.saperion.ngc.iform.xml.PosType
 
kind - Variable in class com.saperion.ngc.iform.xml.ViewerType
 

L

label - Variable in class com.saperion.ngc.iform.xml.Form
 
label - Variable in class com.saperion.ngc.iform.xml.FrameType
 
label - Variable in class com.saperion.ngc.iform.xml.GroupboxType
 
label - Variable in class com.saperion.ngc.iform.xml.HiddenType
 
label - Variable in class com.saperion.ngc.iform.xml.TabType
 
LabelType - Class in com.saperion.ngc.iform.xml
Java class for LabelType complex type.
LabelType() - Constructor for class com.saperion.ngc.iform.xml.LabelType
 
LastTaskInfo - Interface in com.saperion.intf.wf
Last task info interface.
LastTaskInfoImpl - Class in com.saperion.wf
Last task info class.
LastTaskInfoImpl(Map<String, Object>) - Constructor for class com.saperion.wf.LastTaskInfoImpl
Constructor from property map.
latest(boolean) - Method in class com.saperion.connector.structures.identifiers.DocumentId.BuilderChain
 
latest(boolean) - Method in interface com.saperion.connector.structures.identifiers.DocumentId.DocumentIdBuilder
 
latest(boolean) - Method in class com.saperion.connector.structures.identifiers.ElementId.BuilderChain
 
latest(boolean) - Method in interface com.saperion.connector.structures.identifiers.ElementId.ElementIdBuilder
 
latest - Variable in class com.saperion.connector.structures.identifiers.ElementId
 
latest() - Method in class com.saperion.connector.structures.identifiers.ElementId
 
Layout() - Constructor for class com.saperion.ngc.iform.PaneDescription.Layout
 
layoutVersion - Variable in class com.saperion.ngc.iform.xml.HeaderType
 
LDAP_DOMAIN - Static variable in class com.saperion.constants.SaConstants
Fieldname domain.
LDAP_ENABLED - Static variable in class com.saperion.constants.SaConstants
Fieldname use ldap.
LDAP_FACTORY_CLASS - Static variable in class com.saperion.constants.SaConstants
Fieldname factory class.
LDAP_NAME_PREFIX - Static variable in class com.saperion.constants.SaConstants
Fieldname name prefix.
LDAP_PROVIDER_URL - Static variable in class com.saperion.constants.SaConstants
Fieldname provider url.
LDAP_USER_PREFIX - Static variable in class com.saperion.constants.SaConstants
Fieldname userpath.
left - Variable in class com.saperion.ngc.iform.xml.PosType
 
LEGACY_INVALID_FIELD_TYPES - Static variable in class com.saperion.SaTypeConverter
 
LegacyAwareRmiClientService - Class in com.saperion.connector.service
Deprecated.
don't use this class
LegacyAwareRmiClientService(SaClassicConnector) - Constructor for class com.saperion.connector.service.LegacyAwareRmiClientService
Deprecated.
 
LegacyAwareRmiClientService(LegacyConnection, Connection) - Constructor for class com.saperion.connector.service.LegacyAwareRmiClientService
Deprecated.
 
LegacyAwareRmiClientService(LegacyConnection) - Constructor for class com.saperion.connector.service.LegacyAwareRmiClientService
Deprecated.
 
LegacyConnection - Interface in com.saperion.connector
Connection interface for extended DMS functionality
LegacyOperation<T extends Serializable> - Class in com.saperion.operations
This is the base class for all legacy operations.
LegacyOperation() - Constructor for class com.saperion.operations.LegacyOperation
 
LegacyOperationAdapter<ResultType extends Serializable,EcmExceptionType extends com.lexmark.saperion.exceptions.EcmException> - Class in com.saperion.operations
This LegacyOperation enables legacy connections to invoke new operations.
LegacyOperationAdapter(Operation<ResultType, EcmExceptionType, Connection>) - Constructor for class com.saperion.operations.LegacyOperationAdapter
This constructor creates an adapter that adapts the given ecm operation to a legacy operation.
LegacyOperationAdapter.EcmExceptionWrapper - Exception in com.saperion.operations
 
lengthLimit(long) - Method in class com.saperion.bean.ContentStream
Sets the max allowed stream length limit.
level - Variable in class com.saperion.ngc.iform.xml.OutlinerType
 
LevelType - Class in com.saperion.ngc.iform.xml
Java class for levelType complex type.
LevelType() - Constructor for class com.saperion.ngc.iform.xml.LevelType
 
license() - Method in class com.saperion.connector.pool.PooledSession
 
limit - Variable in class com.saperion.ngc.iform.xml.EditFieldType
 
LimitType - Enum in com.saperion.ngc.iform.xml
Java class for limitType.
link(boolean) - Method in class com.saperion.connector.structures.identifiers.DocumentId.BuilderChain
 
link(boolean) - Method in interface com.saperion.connector.structures.identifiers.DocumentId.DocumentIdBuilder
 
link - Variable in class com.saperion.connector.structures.identifiers.DocumentId
 
link() - Method in class com.saperion.connector.structures.identifiers.DocumentId
 
LinkCreationException - Exception in com.saperion.util
 
LinkCreationException() - Constructor for exception com.saperion.util.LinkCreationException
 
LinkCreationException(String, Throwable) - Constructor for exception com.saperion.util.LinkCreationException
 
LinkCreationException(String) - Constructor for exception com.saperion.util.LinkCreationException
 
LinkCreationException(Throwable) - Constructor for exception com.saperion.util.LinkCreationException
 
LinkInfo - Class in com.saperion.structures
Holds the information about a document link.
LinkInfo(String, String, Map<String, Object>, String) - Constructor for class com.saperion.structures.LinkInfo
Creates a new document link.
listActiveSessions() - Method in interface com.saperion.connector.rmi.SaRMIClientCommand
List the active sessions of the logged in user.
listActiveSessions() - Method in class com.saperion.connector.rmi.SaRMIClientCommandImpl
List the active sessions of the logged in user.
listActiveSessions() - Method in interface com.saperion.connector.SaClassicConnector
List active sessions of the logged in user
listActiveSessions() - Method in class com.saperion.connector.SaClassicConnectorImpl
List active sessions of the logged in user
listActiveSessions(int) - Method in interface com.saperion.rmi.common.SaRMIServerCommand
List the active sessions of the user identified by given token.
ListStorageOperation - Class in com.saperion.operations.storage
 
ListStorageOperation(int) - Constructor for class com.saperion.operations.storage.ListStorageOperation
 
ListStorageOperation(int, String) - Constructor for class com.saperion.operations.storage.ListStorageOperation
 
ListTypedArrayConverter<Type> - Class in com.saperion.util.conversion.array
Converter that converts arbitrary lists to a typed array for a given type and a given ConversionManager.
ListTypedArrayConverter(GenericArrayConverter<Object, Type>) - Constructor for class com.saperion.util.conversion.array.ListTypedArrayConverter
 
listVersion - Variable in class com.saperion.ngc.iform.xml.EditFieldType
 
listVersion - Variable in class com.saperion.ngc.iform.xml.ResultType
 
loadDDCNames() - Method in interface com.saperion.connector.rmi.SaRMIClientCommand
Retrieves the available DDC names.
loadDDCNames() - Method in class com.saperion.connector.rmi.SaRMIClientCommandImpl
Retrieves the available DDC names.
loadDDCNames(String) - Method in class com.saperion.connector.rmi.SaRMISystemConnector
 
loadDDCNames(int) - Method in interface com.saperion.rmi.common.SaRMIServerCommand
Retrieves the avaiable DDC names.
loadDDCNames(String) - Method in interface com.saperion.rmi.common.SaRMISystemCommand
Retrieves the avaiable DDC names.
LoadDocumentById - Class in com.saperion.operations.document
The operation LoadDocumentById loads a document from the backend by its id.
LoadDocumentById(DocumentReferenceType) - Constructor for class com.saperion.operations.document.LoadDocumentById
This creates an operation that completely loads the latest revision of the document with the given id.
LoadDocumentById(DocumentReferenceType, LoadKindEnumeration) - Constructor for class com.saperion.operations.document.LoadDocumentById
This creates an operation that loads the latest revision of the document with the given id.
LoadDocumentRevisionById - Class in com.saperion.operations.document
The operation LoadDocumentRevisionById loads a revision of a document by its revision id.
LoadDocumentRevisionById(DocumentRevisionReferenceType) - Constructor for class com.saperion.operations.document.LoadDocumentRevisionById
This creates a new operation that completely loads the document revision with the given id.
LoadDocumentRevisionById(DocumentRevisionReferenceType, LoadKindEnumeration) - Constructor for class com.saperion.operations.document.LoadDocumentRevisionById
This creates a new operation that loads the document revision with the given id.
loadFolderDDCNames() - Method in interface com.saperion.connector.rmi.SaRMIClientCommand
Retrieves the available folder DDC names.
loadFolderDDCNames() - Method in class com.saperion.connector.rmi.SaRMIClientCommandImpl
Retrieves the available folder DDC names.
loadFolderDDCNames(int) - Method in interface com.saperion.rmi.common.SaRMIServerCommand
Retrieves the avaiable folder DDC names.
loadFolderDDCNames(String) - Method in interface com.saperion.rmi.common.SaRMISystemCommand
Retrieves the avaiable folder DDC names.
loadInitilizers(ServletContext) - Method in class com.saperion.web.WebAppInitUtil
Loads the registered initializers as given as initialization parameters in web.xml.
loadLocalize(String) - Method in class com.saperion.connector.SaClassicConnectorImpl
Load localize.
loadProperties(String) - Static method in class com.saperion.util.ConfigReader
Loads the given properties from the file system or from the classpath.
loadSettings(String) - Method in interface com.saperion.connector.rmi.SaRMIClientCommand
Load settings from backend.
loadSettings(String) - Method in class com.saperion.connector.rmi.SaRMIClientCommandImpl
Load settings from backend.
loadSettings() - Method in class com.saperion.connector.rmi.SaRMISystemConnector
 
loadSettings(String) - Method in class com.saperion.connector.rmi.SaRMISystemConnector
 
loadSettings(String) - Method in interface com.saperion.rmi.common.SaRMISystemCommand
Loads the settings from saperion.
loadSystemFile(SystemFileKind, String) - Method in interface com.saperion.connector.rmi.SaRMIClientCommand
Loads a system file of a specific kind.
loadSystemFile(SystemFileKind, String) - Method in class com.saperion.connector.rmi.SaRMIClientCommandImpl
Loads a system file of a specific kind.
loadSystemFile(SystemFileKind, String) - Method in interface com.saperion.connector.SaClassicConnector
This method loads a system file of a specific kind.
loadSystemFile(SystemFileKind, String) - Method in class com.saperion.connector.SaClassicConnectorImpl
 
loadSystemFile(int, SystemFileKind, String) - Method in interface com.saperion.rmi.common.SaRMIServerCommand
Loads a system file of a specific kind.
loadWorkflowDDCName() - Method in interface com.saperion.connector.rmi.SaRMIClientCommand
Retrieves the workflow DDC name.
loadWorkflowDDCName() - Method in class com.saperion.connector.rmi.SaRMIClientCommandImpl
Retrieves the workflow DDC name.
loadWorkflowDDCName() - Method in interface com.saperion.rmi.common.SaRMIServerCommand
Retrieves the workflow DDC name.
LoadWorkflowDefinition - Class in com.saperion.operations.workflow
This Operation returns further information for a workflow process given by its reference.
LoadWorkflowDefinition(WorkflowDefinitionReferenceType) - Constructor for class com.saperion.operations.workflow.LoadWorkflowDefinition
 
LOCK_PROPERTY - Static variable in class com.saperion.constants.SaConstants
Lock property name in hibernate query results.
lockDocument(String, String) - Method in interface com.saperion.connector.SaClassicConnector
Locks a document.
lockDocument(String, String) - Method in class com.saperion.connector.SaClassicConnectorImpl
 
locked - Variable in class com.saperion.ngc.iform.xml.ColumnType
 
LOCKING_LOCKISDEEP - Static variable in class com.saperion.constants.SaConstants
LockNode: Bitmask for isDeep setting (01000).
LOCKING_LOCKTYPE_DEFAULT - Static variable in class com.saperion.constants.SaConstants
LockNode: Constants for LockType parameter.
LOCKING_LOCKTYPE_JSRCHECKOUT - Static variable in class com.saperion.constants.SaConstants
LockNode: Constants for LockType parameter.
LOCKING_LOCKTYPE_JSRLOCK - Static variable in class com.saperion.constants.SaConstants
LockNode: Constants for LockType parameter.
lockNode(String, String, int, boolean) - Method in class com.saperion.connector.rmi.AbstractDocRMIClientCommand
Locks a node.
lockNode(String, String, int, boolean) - Method in interface com.saperion.connector.rmi.SaRMIClientCommand
Locks a node.
lockNode(int, String, String, int, boolean) - Method in interface com.saperion.rmi.common.SaRMIServerCommand
Locks a node.
LOCKTOKEN_PROPERTYNAME - Static variable in class com.saperion.constants.SaConstants
LockNode: Name of token-property in NodeInfoSets.
LOCKTYPE_PROPERTYNAME - Static variable in class com.saperion.constants.SaConstants
LockNode: Name of type-property in NodeInfoSets.
LOCKUSER_PROPERTYNAME - Static variable in class com.saperion.constants.SaConstants
LockNode: Name of user-property in NodeInfoSets.
LOG_ALERT - Static variable in class com.saperion.constants.SaConstants
action must be taken immediately.
LOG_CALLTRACE - Static variable in class com.saperion.constants.SaConstants
debug level messages for foreign APIs - used by Development.
LOG_CRITICAL - Static variable in class com.saperion.constants.SaConstants
critical condition.
LOG_DIAG - Static variable in class com.saperion.constants.SaConstants
informational - used by Support.
LOG_EMERGENCY - Static variable in class com.saperion.constants.SaConstants
system is unusable.
LOG_ERROR - Static variable in class com.saperion.constants.SaConstants
error condition.
LOG_NONE - Static variable in class com.saperion.constants.SaConstants
internal use only.
LOG_NOTICE - Static variable in class com.saperion.constants.SaConstants
informational - used by regular program flow.
LOG_TRACE - Static variable in class com.saperion.constants.SaConstants
debug level messages - used by Development.
LOG_WARNING - Static variable in class com.saperion.constants.SaConstants
warning condition.
logClientEvent(String, SaConstants.ProtoEvents, String) - Method in class com.saperion.connector.rmi.AbstractDocRMIClientCommand
Adds an audit log event.
logClientEvent(String, SaConstants.ProtoEvents, String) - Method in interface com.saperion.connector.rmi.SaRMIClientCommand
Adds an audit log event.
logClientEvent(String, SaConstants.ProtoEvents, String) - Method in interface com.saperion.connector.SaClassicConnector
Adds an audit log event.
logClientEvent(String, SaConstants.ProtoEvents, String) - Method in class com.saperion.connector.SaClassicConnectorImpl
 
logClientEvent(int, String, SaConstants.ProtoEvents, String) - Method in interface com.saperion.rmi.common.SaRMIServerCommand
Adds an audit log event.
LOGDIRECTION - Static variable in class com.saperion.constants.SaConstants
Determines which way log mesages are written/exchanged.
LOGDIRECTION_BACKEND - Static variable in class com.saperion.constants.SaConstants
The Constant LOGDIRECTION_BACKEND.
LOGDIRECTION_BACKEND_STR - Static variable in class com.saperion.constants.SaConstants
Log messages from Java logging are passed to backend.
LOGDIRECTION_JAVA - Static variable in class com.saperion.constants.SaConstants
The Constant LOGDIRECTION_JAVA.
LOGDIRECTION_JAVA_STR - Static variable in class com.saperion.constants.SaConstants
Log messages from the backend are passed to Java logging.
LOGDIRECTION_NONE - Static variable in class com.saperion.constants.SaConstants
The Constant LOGDIRECTION_NONE.
LOGDIRECTION_NONE_STR - Static variable in class com.saperion.constants.SaConstants
Log messages are not exchanged between backend and Java.
LOGGER - Static variable in class com.saperion.connector.rmi.AbstractRMIClientCommand
 
LOGGER - Static variable in class com.saperion.exception.NativeReturnCodeMapper
 
LOGGER - Static variable in class com.saperion.web.filter.LoggingFilter
 
LOGGER - Static variable in class com.saperion.web.filter.MethodLoggingFilter
 
LOGGER - Static variable in class com.saperion.web.filter.ProcessingTimeFilter
This filters logger.
LoggingFilter - Class in com.saperion.web.filter
This filter logs web application requests.
LoggingFilter() - Constructor for class com.saperion.web.filter.LoggingFilter
 
Login() - Constructor for class com.saperion.connector.ldap.kerberosauthentication.Authentication.Login
 
logoff() - Method in interface com.saperion.connector.rmi.SaRMIClientCommand
Log off the user from the server instance.
logoff() - Method in class com.saperion.connector.rmi.SaRMIClientCommandImpl
Log off the user from the server instance.
logoff() - Method in interface com.saperion.connector.SaClassicConnector
This method logs the current user off from the system.
logoff() - Method in class com.saperion.connector.SaClassicConnectorImpl
 
logoff() - Method in interface com.saperion.connector.wf.SaWFConnector
Logoff from the backend system.
logoff() - Method in class com.saperion.connector.wf.SaWFConnectorImpl
Logoff from the backend system.
logoff(int) - Method in interface com.saperion.rmi.common.SaRMIServerCommand
Logoff the user from the server instance.
logon(Credentials) - Method in interface com.saperion.connector.rmi.SaRMIClientCommand
Logon with the passed credentials.
logon(Credentials, SessionInfo) - Method in interface com.saperion.connector.rmi.SaRMIClientCommand
Logon with the passed credentials and associate the given session information.
logon(int) - Method in interface com.saperion.connector.rmi.SaRMIClientCommand
Deprecated.
logon(Credentials) - Method in class com.saperion.connector.rmi.SaRMIClientCommandImpl
Logon with the passed credentials.
logon(Credentials, SessionInfo) - Method in class com.saperion.connector.rmi.SaRMIClientCommandImpl
Logon with the passed credentials and associate the given session information.
logon(String, String, int, String) - Method in interface com.saperion.connector.SaClassicConnector
Deprecated.
use SaClassicConnector.logon(Credentials) with UsernamePasswordKey instead. Will be removed in version 8.1.
logon(NtlmPasswordAuthentication, int, String) - Method in interface com.saperion.connector.SaClassicConnector
Deprecated.
will be removed with version 8.1
logon(byte[], int, String) - Method in interface com.saperion.connector.SaClassicConnector
Deprecated.
will be removed with version 8.1
logon(Credentials) - Method in interface com.saperion.connector.SaClassicConnector
This method authenticates the given Credentials and returns the information about the open session.
logon(Credentials, SessionInfo) - Method in interface com.saperion.connector.SaClassicConnector
This method authenticates the given Credentials, associate the given SessionInfo and returns the information about the open session.
logon(int) - Method in interface com.saperion.connector.SaClassicConnector
Deprecated.
logon(String, String, int, String) - Method in class com.saperion.connector.SaClassicConnectorImpl
 
logon(NtlmPasswordAuthentication, int, String) - Method in class com.saperion.connector.SaClassicConnectorImpl
Deprecated.
logon(byte[], int, String) - Method in class com.saperion.connector.SaClassicConnectorImpl
Deprecated.
logon(Credentials) - Method in class com.saperion.connector.SaClassicConnectorImpl
This method authenticates the given Credentials and returns the information about the open session.
logon(Credentials, SessionInfo) - Method in class com.saperion.connector.SaClassicConnectorImpl
This method authenticates the given Credentials, associate the given SessionInfo and returns the information about the open session.
logon(String, String, int, String) - Method in interface com.saperion.connector.wf.SaWFConnector
performs logon to the backend system.
logon(String, String, int, String) - Method in class com.saperion.connector.wf.SaWFConnectorImpl
performs logon to the backend system.
logon(Credentials) - Method in interface com.saperion.rmi.common.SaRMIServerCommand
Logon with the passed credentials.
logon(Credentials, SessionInfo) - Method in interface com.saperion.rmi.common.SaRMIServerCommand
Logon with the passed credentials and associate the given session information.
LogonInfo - Class in com.saperion.bean
Bean to hold logon information.
LogonInfo(DirContext, int) - Constructor for class com.saperion.bean.LogonInfo
Creates a new LogonInfo.
logStatisticPeriodically(String, long, long, TimeUnit) - Method in class com.saperion.connector.pool.ConnectionPoolUtil
INFO-logs the pool statistics periodically in an extra Thread.
longSetting(boolean) - Method in class com.saperion.settings.SettingSearchInfo
Whether to search for long or for regular settings.
lookupCondition - Variable in class com.saperion.ngc.iform.xml.EditFieldType
 
lookupConditionField - Variable in class com.saperion.ngc.iform.xml.EditFieldType
 
lookupConditionFieldDbName - Variable in class com.saperion.ngc.iform.xml.EditFieldType
 
lookupConditionFieldType - Variable in class com.saperion.ngc.iform.xml.EditFieldType
 
lookupDDC - Variable in class com.saperion.ngc.iform.xml.EditFieldType
 
lookupDDC - Variable in class com.saperion.ngc.iform.xml.ResultType
 
lookupField - Variable in class com.saperion.ngc.iform.xml.EditFieldType
 
lookupFieldDbName - Variable in class com.saperion.ngc.iform.xml.EditFieldType
 
lookupFieldType - Variable in class com.saperion.ngc.iform.xml.EditFieldType
 
lookupStrict - Variable in class com.saperion.ngc.iform.xml.EditFieldType
 

M

main(String[]) - Static method in class com.saperion.util.HdocUtil
Test driver.
main(String[]) - Static method in class com.saperion.util.RegistryNames
 
MAIN_HOST - Static variable in class com.saperion.constants.SaConstants
Section name for main broker instance.
makeCaseInsensitive(Properties) - Static method in class com.saperion.util.CaseInsensitiveProperties
 
makeMapImplementationSerializable(Map<String, PropertyType>) - Static method in exception com.saperion.exception.ConstraintViolationException
 
makeObject(Credentials) - Method in class com.saperion.connector.pool.GenericKeyedSessionPoolFactory
This method will be called, when no idle connection is available.
makeSerializable(Collection<String>) - Static method in exception com.saperion.exception.ConstraintViolationException
 
makeTransparent(BufferedImage, Color) - Static method in class com.saperion.util.SaImageConverter
Makes the given image transparent.
MalformedEntityException - Exception in com.saperion.exception
This exception indicates that an entity was encountered whose data is in some way malformed or inconsistent.
MalformedEntityException(Throwable) - Constructor for exception com.saperion.exception.MalformedEntityException
 
MalformedEntityException(String) - Constructor for exception com.saperion.exception.MalformedEntityException
 
MalformedEntityException(String, Throwable) - Constructor for exception com.saperion.exception.MalformedEntityException
 
MandantInfo - Class in com.saperion.rmi
Bean class about a tenant.
Holds the information name, id and hexId about a mandant/tenant.
MandantInfo(int, String) - Constructor for class com.saperion.rmi.MandantInfo
 
mandatory - Variable in class com.saperion.ngc.iform.xml.EditFieldType
 
MandatoryConstraintViolationException - Exception in com.saperion.exception
This exception indicates that a mandatory constraint for a given list of fields in a given ddc was violated.
MandatoryConstraintViolationException(String, List<String>, Map<String, PropertyType>) - Constructor for exception com.saperion.exception.MandatoryConstraintViolationException
 
MandatoryConstraintViolationException(String, String, List<String>, Map<String, PropertyType>) - Constructor for exception com.saperion.exception.MandatoryConstraintViolationException
 
MandatoryConstraintViolationException(String, Throwable, String, List<String>, Map<String, PropertyType>) - Constructor for exception com.saperion.exception.MandatoryConstraintViolationException
 
mapEcmException(EcmException) - Static method in class com.saperion.operations.LegacyOperation
 
mapException(Exception) - Method in class com.saperion.operations.LegacyOperation
 
mapSystemException(SaSystemException) - Method in class com.saperion.connector.service.LegacyAwareRmiClientService
Deprecated.
 
mark(int) - Method in class com.saperion.common.streams.BlockingInputStream
 
mark(int) - Method in class com.saperion.rmi.SaContentStream
MARK_JCR_BASEVERSION - Static variable in class com.saperion.constants.SaConstants
Node: Name of user-property in jcr:baseversion.
MARK_JCR_PREDECESSORS - Static variable in class com.saperion.constants.SaConstants
Node: Name of user-property in jcr:predecessors.
MARK_JCR_ROOTVERSION - Static variable in class com.saperion.constants.SaConstants
Node: Name of user-property in jcr:rootversion.
MARK_JCR_SUCCESSORS - Static variable in class com.saperion.constants.SaConstants
Node: Name of user-property in jcr:successors.
markSupported() - Method in class com.saperion.common.streams.BlockingInputStream
 
markSupported() - Method in class com.saperion.rmi.SaContentStream
markSupported() - Method in class com.saperion.rmi.SaRMIInputStream
Tests if this input stream supports the mark and reset methods.
mashup - Variable in class com.saperion.ngc.iform.xml.Form
 
mashup - Variable in class com.saperion.ngc.iform.xml.FrameType
 
mashup - Variable in class com.saperion.ngc.iform.xml.GroupboxType
 
mashup - Variable in class com.saperion.ngc.iform.xml.HiddenType
 
mashup - Variable in class com.saperion.ngc.iform.xml.TabType
 
mashUpHTML - Variable in class com.saperion.ngc.iform.xml.MashupType
 
MashupType - Class in com.saperion.ngc.iform.xml
Java class for MashupType complex type.
MashupType() - Constructor for class com.saperion.ngc.iform.xml.MashupType
 
mashUpURL - Variable in class com.saperion.ngc.iform.xml.MashupType
 
maskPassword - Variable in class com.saperion.ngc.iform.xml.EditFieldType
 
MatchKind - Enum in com.saperion.util
Describes matches for getAuthorizedUsers.
MAX_CONTENT_MEMORY_SIZE - Static variable in class com.saperion.constants.SaConstants
archief ini key for maximum in memory content
MAX_IDLETIME - Static variable in class com.saperion.constants.SaConstants
The Constant MAX_IDLETIME.
MAX_THREADS - Static variable in class com.saperion.constants.SaConstants
Default maximum threads.
MAX_THREADS_KEY - Static variable in class com.saperion.constants.SaConstants
Maximum threads key - Secret: only for Saperion services.
maxRecords - Variable in class com.saperion.ngc.iform.xml.ResultType
 
Medium - Class in com.saperion.rmi.storage
Holds information about a medium.
Medium(MediumId, String, MediumType, MirrorType, MediumFillState, MediumAccessData, boolean, boolean, boolean, boolean, ContainerTrigger, List<String>) - Constructor for class com.saperion.rmi.storage.Medium
Literal constructor for container media.
Medium(MediumId, String, MediumType, MirrorType, MediumFillState, MediumAccessData, boolean, boolean, boolean, boolean, List<String>) - Constructor for class com.saperion.rmi.storage.Medium
Literal constructor for non-container media.
Medium(MediumId, String, MediumType, MirrorType, MediumFillState, MediumAccessData, boolean, boolean, boolean, boolean, boolean, ContainerTrigger, List<String>) - Constructor for class com.saperion.rmi.storage.Medium
Literal constructor.
MediumAccessData - Class in com.saperion.rmi.storage
Holds information about the access to a given medium.
MediumAccessData(Date, Date) - Constructor for class com.saperion.rmi.storage.MediumAccessData
Literal constructor.
MediumFillState - Class in com.saperion.rmi.storage
Holds information about the size of the data of a given medium.
MediumFillState(long, long, long, long, long) - Constructor for class com.saperion.rmi.storage.MediumFillState
Literal constructor
MediumId - Class in com.saperion.rmi.storage
Holds the Id of a medium.
MediumId(short, long, long, long) - Constructor for class com.saperion.rmi.storage.MediumId
 
MediumType - Enum in com.saperion.rmi.storage
Enumeration for the different types of media.
mergeFlags(TaskInfoFlags) - Method in class com.saperion.wf.TaskInfoFlags
Merge info flags.
metadatas - Variable in class com.saperion.structures.Description
 
MethodLoggingFilter - Class in com.saperion.web.filter
This filter logs web application requests.
MethodLoggingFilter() - Constructor for class com.saperion.web.filter.MethodLoggingFilter
 
MIME - Enum in com.saperion.constants.mime
Enum MIME.
MimeUtil - Class in com.saperion.util
This MimiUtil can be used to get a MIME type by filenames in a convenient way.
MirrorType - Enum in com.saperion.rmi.storage
An enumeration holding the different types of mirror media.
MODE_APPEND - Static variable in class com.saperion.bean.ContentStream
Value for position: given content is appended to the last existing content element in the document structure.
MODE_CLEAR - Static variable in class com.saperion.bean.ContentStream
Value for position: deletes existing content, leaving an empty document structure.
MODE_CLEAR_AND_CREATE - Static variable in class com.saperion.bean.ContentStream
Value for position: deletes existing content, adding given content as first element.
moveFolder(String, String, String, String) - Method in class com.saperion.connector.rmi.AbstractFolderRMIClientCommand
Moves the given node to a new destination.
moveFolder(String, String, String, String) - Method in interface com.saperion.connector.rmi.SaRMIClientCommand
Moves the given node to a new destination.
moveFolder(String, String, String, String) - Method in interface com.saperion.connector.SaClassicConnector
Moves the given folder to a new destination.
moveFolder(String, String, String, String) - Method in class com.saperion.connector.SaClassicConnectorImpl
 
moveFolder(int, String, String, String, String) - Method in interface com.saperion.rmi.common.SaRMIServerCommand
Moves the given node to a new destination.
moveToFolder(String, String, String, String, String) - Method in class com.saperion.connector.rmi.AbstractFolderRMIClientCommand
Moves the document’s filing to the given node.
moveToFolder(String, String, String, String, String) - Method in interface com.saperion.connector.rmi.SaRMIClientCommand
Moves the document’s filing to the given node.
moveToFolder(String, String, String, String, String) - Method in interface com.saperion.connector.SaClassicConnector
Removes the document from the source folder and adds it to the source folder.
moveToFolder(String, String, String, String, String) - Method in class com.saperion.connector.SaClassicConnectorImpl
 
moveToFolder(int, String, String, String, String, String) - Method in interface com.saperion.rmi.common.SaRMIServerCommand
Moves the document’s filing to the given node.
MSSQL - Static variable in class com.saperion.constants.SaConstants
MS SQL database type name.
MSSQL_GET_REVISIONS_FUNCTION - Static variable in class com.saperion.constants.SaConstants
Template name for UDF get revisions.
MSSQL_MAKE_LIST_FUNCTION - Static variable in class com.saperion.constants.SaConstants
Template name for UDF Split.
MSSQL_MAX_DATE - Static variable in class com.saperion.constants.SaSQLConstants
MSSQL max date value.
MSSQL_MIN_DATE - Static variable in class com.saperion.constants.SaSQLConstants
MSSQL min date value.
MSSQL_POST_FIELD_DELIM - Static variable in class com.saperion.constants.SaSQLConstants
MSSQL post Delimiter .
MSSQL_PRE_FIELD_DELIM - Static variable in class com.saperion.constants.SaSQLConstants
MSSQL Pre Delimiter .
MSSQL_RESOLVE_REVISION_FUNCTION - Static variable in class com.saperion.constants.SaConstants
Template for UDF resolveRevision.
MSSQL_TEMPLATE_DROP_FUNCTION - Static variable in class com.saperion.constants.SaConstants
Template name for MSSQL drop function.
MSSQL_TEMPLATE_GET_FOLDER_PROPERTIES - Static variable in class com.saperion.constants.SaConstants
Template name for MS SQL UDF get_folder_properties_xxx_nodes.
multiLine - Variable in class com.saperion.ngc.iform.xml.ColumnType
 
MultipageDocUtil - Class in com.saperion.util
Utility class for multipage documents.
multiSelect - Variable in class com.saperion.ngc.iform.xml.EditFieldType
 
multivalue - Variable in class com.saperion.ngc.iform.xml.ColumnType
 
multivalue - Variable in class com.saperion.ngc.iform.xml.EditFieldType
 
multiValueSeparator - Variable in class com.saperion.ngc.iform.xml.EditFieldType
 
MutableUserInformation - Interface in com.saperion.intf
 
MutableUserInformationImpl - Class in com.saperion.rmi
 
MutableUserInformationImpl(boolean, UserFlags) - Constructor for class com.saperion.rmi.MutableUserInformationImpl
 
MYSQL - Static variable in class com.saperion.constants.SaConstants
MySQL database type name.
MYSQL_FIELD_DELIM - Static variable in class com.saperion.constants.SaSQLConstants
MySQL Pre and post Delimiter .
MYSQL_GET_REVISIONS_FUNCTION - Static variable in class com.saperion.constants.SaConstants
Template name for UDF get revisions.
MYSQL_MAX_DATE - Static variable in class com.saperion.constants.SaSQLConstants
MySQL max date value.
MYSQL_MIN_DATE - Static variable in class com.saperion.constants.SaSQLConstants
MySQL min date value.

N

naivePropertiesConversion(Properties) - Static method in class com.saperion.operations.lookup.CreateLookupEntryOperation
Used to convert a Properties instance to a Map.
name - Variable in class com.saperion.ngc.iform.xml.FontType
 
name - Variable in class com.saperion.ngc.iform.xml.Form
 
name - Variable in class com.saperion.ngc.iform.xml.GroupType
 
name(String, SettingSearchInfo.MatchKind) - Method in class com.saperion.settings.SettingSearchInfo
Sets the name to search for and the match kind to search with.
NAMED_QUERIES_TEMPLATE - Static variable in class com.saperion.constants.SaConstants
Named Queries Template.
NativeException - Exception in com.saperion.rmi.serverexception
An exception indicating that a native call resulted in a return code other than retOk.
NativeException(SaJNIException) - Constructor for exception com.saperion.rmi.serverexception.NativeException
 
NativeException(String, Returncodes) - Constructor for exception com.saperion.rmi.serverexception.NativeException
 
NativeException(String, Throwable, Returncodes) - Constructor for exception com.saperion.rmi.serverexception.NativeException
 
NativeJavaDefaultTypeMappingUtility - Class in com.saperion.jna.typemapping
Utility class for conversion between java default types and native type wrappers.
NativeReturnCodeMapper - Class in com.saperion.exception
Utility class for mapping return codes to exceptions
NativeReturnCodeMapper() - Constructor for class com.saperion.exception.NativeReturnCodeMapper
 
NETWORK_TTL - Static variable in class com.saperion.constants.SaJMSConstants
Networ TTL.
newBackendProperties(SaRMISystemCommand, Properties) - Method in class com.saperion.config.SaJMXConfiguration
Adds the backend properties to configuration.
newConnection(LegacyConnection) - Method in class com.saperion.operations.LegacyOperationAdapter
 
newCustomEvent(String) - Method in class com.saperion.connector.events.EventManager
Creates a builder for a custom event which may be fired later on.
newEventManager(SaClassicConnector) - Static method in class com.saperion.connector.events.EventManager
Obtain an EventManager for the given SaClassicConnector.
newFeatureProperties(SaRMISystemCommand) - Method in class com.saperion.config.SaJMXConfiguration
Adds the backend features to configuration.
newFieldType(SaConstants.SaFieldType) - Static method in class com.saperion.SaTypeConverter
This factory method creates a new FieldType given an instance of SaConstants.SaFieldType.
newFieldType(IndexFieldKind) - Static method in class com.saperion.SaTypeConverter
This factory method creates a new FieldType given an instance of IndexFieldKind.
newFieldType(SaFieldDescription) - Static method in class com.saperion.SaTypeConverter
This factory method creates a new field type given an SaFieldDescription.
newInstance(String, InputStream, SystemFileKind) - Static method in class com.saperion.operations.StoreSystemFileOperation
 
newInvoke(EcmOperation<ResultType, ExceptionType>) - Method in interface com.saperion.connector.rmi.SaRMIClientCommand
This method invokes a EcmOperation in the backend.
newInvoke(EcmOperation<ResultType, ExceptionType>) - Method in class com.saperion.connector.rmi.SaRMIClientCommandImpl
 
newInvoke(int, Operation<ResultType, ExceptionType, Connection>) - Method in interface com.saperion.rmi.common.SaRMIServerCommand
This method invokes an Operation that throws ecm exceptions on the server side.
newLink(String, String) - Method in class com.saperion.config.SaJMXConfiguration
Add a new property set to the configuration.
newProperties(String, String) - Method in class com.saperion.config.SaJMXConfiguration
Add a new property set to the configuration.
newProperties(String, String, boolean) - Method in class com.saperion.config.SaJMXConfiguration
Add a new property set to the configuration.
newProperties(String, InputStream) - Method in class com.saperion.config.SaJMXConfiguration
Add a new stream property set to the configuration.
newPropertyType(Object, SaFieldDescription) - Static method in class com.saperion.SaTypeConverter
This factory method creates a new property given a value and a field description.
newPropertyType(SaValue) - Static method in class com.saperion.SaTypeConverter
This factory method creates a new property given a SaValue instance.
newPropertyType(SaPropertyValue) - Static method in class com.saperion.SaTypeConverter
This factory method creates a new property given a SaPropertyValue instance.
newXMLProperties(String, InputStream) - Method in class com.saperion.config.SaJMXConfiguration
Add a new XML property set to the configuration.
newXMLProperties(String, String) - Method in class com.saperion.config.SaJMXConfiguration
Add a new XML property set to the configuration.
next() - Method in class com.saperion.util.ParallelIterator
The result will hold the result of the Iterator.next() call of the first iterator first, then the one of the second iterator.
NINE - Static variable in class com.saperion.util.HdocUtil
The Constant NINE.
NO_OP_APPLIER - Static variable in class com.saperion.connector.renditions.isys.util.OsProcessEnvVarApplierFactory
 
NO_REVISION - Static variable in class com.saperion.connector.structures.identifiers.RevisionUID
 
NO_UID - Static variable in class com.saperion.connector.structures.identifiers.UID
 
NODES_SUFFIX - Static variable in class com.saperion.constants.SaConstants
Suffix for nodes tables.
noLocalization - Variable in class com.saperion.ngc.iform.xml.HeaderType
 
NQ_PLACEHOLDER_SCHEMA - Static variable in class com.saperion.constants.SaConstants
Placeholder for schema-names in named queries templates to be used as regular expression in a replaceAll statement.
NQ_PLACEHOLDER_TABLENAME - Static variable in class com.saperion.constants.SaConstants
Placeholder for entity- (table)-names in named queries templates to be used as regular expression in a replaceAll statement.
NUMBER_FO - Static variable in class com.saperion.constants.SaConstants
Default section name.

O

ObjectFactory - Class in com.saperion.ngc.iform.xml
This object contains factory methods for each Java content interface and Java element interface generated in the com.saperion.ngc.iform.xml package.
ObjectFactory() - Constructor for class com.saperion.ngc.iform.xml.ObjectFactory
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: com.saperion.ngc.iform.xml
ocrLasso - Variable in class com.saperion.ngc.iform.xml.ViewerType
 
olStyle - Variable in class com.saperion.ngc.iform.xml.LevelType
 
onRemove() - Method in interface com.saperion.web.WebAppInitializer
Is called when this WebAppInitializer is removed from the list of all WebAppInitializers in WebAppInitUtil.
onWepAppDestroy() - Method in interface com.saperion.web.WebAppInitializer
Is called when the web application is shutdown.
onWepAppInit() - Method in interface com.saperion.web.WebAppInitializer
Is called when the web application is initialized.
OPEN_BRACKET - Static variable in class com.saperion.util.HdocUtil
The Constant OPEN_BRACKET.
operator - Variable in enum com.saperion.settings.SettingSearchInfo.MatchKind
 
ORA_POST_FIELD_DELIM - Static variable in class com.saperion.constants.SaSQLConstants
Oracle post Delimiter .
ORA_PRE_FIELD_DELIM - Static variable in class com.saperion.constants.SaSQLConstants
Oracle Pre Delimiter .
ORACLE - Static variable in class com.saperion.constants.SaConstants
ORACLE database type name.
ORACLE_GET_REVISIONS_FUNCTION - Static variable in class com.saperion.constants.SaConstants
Template name for UDF get revisions.
ORACLE_MAX_DATE - Static variable in class com.saperion.constants.SaSQLConstants
Oracle max date value.
ORACLE_MIN_DATE - Static variable in class com.saperion.constants.SaSQLConstants
Oracle min date value.
ORACLE_RESOLVE_REVISION_FUNCTION - Static variable in class com.saperion.constants.SaConstants
Template for UDF resolveRevision.
ORACLE_TAB_NAME_MAX_LENGTH - Static variable in class com.saperion.constants.SaConstants
the maximal database table name, allowed by ORACLE.
ORACLE_TEMPLATE_CREATE_REVTYPE - Static variable in class com.saperion.constants.SaConstants
Template name for ORACLE create revtype statement.
ORACLE_TEMPLATE_DROP_FUNCTION - Static variable in class com.saperion.constants.SaConstants
Template name for ORACLE drop function.
ORDERBY_CLAUSE - Static variable in class com.saperion.constants.SaPatterns
precompiled Order By pattern.
OsInfo - Class in com.saperion.connector.renditions.isys.util
 
OsInfo() - Constructor for class com.saperion.connector.renditions.isys.util.OsInfo
 
OsInfo.OS - Enum in com.saperion.connector.renditions.isys.util
 
OsProcessEnvVarApplierFactory - Class in com.saperion.connector.renditions.isys.util
This is a factory for building a object, which applies environment variables to a process builder according to the current OS.
OsProcessEnvVarApplierFactory() - Constructor for class com.saperion.connector.renditions.isys.util.OsProcessEnvVarApplierFactory
 
OsProcessEnvVarApplierFactory.ProcessEnvVarApplier - Interface in com.saperion.connector.renditions.isys.util
This is an interface for setting environment variables into a process builder.
oStyle - Variable in class com.saperion.ngc.iform.xml.OutlinerType
 
OutdatedRevisionWriteException - Exception in com.saperion.exception
This exception is thrown when the system detects an attempt to modify an entity that is not a latest revision..
OutdatedRevisionWriteException(String, DocumentRevisionReferenceType, DocumentRevisionReferenceType, DocumentReferenceType) - Constructor for exception com.saperion.exception.OutdatedRevisionWriteException
 
OutlinerType - Class in com.saperion.ngc.iform.xml
Java class for OutlinerType complex type.
OutlinerType() - Constructor for class com.saperion.ngc.iform.xml.OutlinerType
 
OverrideKindType - Enum in com.saperion.ngc.iform.xml
Java class for overrideKindType.

P

pageSize - Variable in class com.saperion.ngc.iform.xml.ResultType
 
PaneDescription - Class in com.saperion.ngc.iform
This class parses the PaneLayoutString property of a QBE form and creates a layout that can be used in the Web Client.
PaneDescription(String) - Constructor for class com.saperion.ngc.iform.PaneDescription
Creates a new PaneDescription by reading the PaneLayoutString property of a mask.
PaneDescription.Layout - Class in com.saperion.ngc.iform
Layout description.
paneLayout - Variable in class com.saperion.ngc.iform.xml.Form
 
paneLayout - Variable in class com.saperion.ngc.iform.xml.HeaderType
 
PaneLayoutType - Class in com.saperion.ngc.iform.xml
Java class for PaneLayoutType complex type.
PaneLayoutType() - Constructor for class com.saperion.ngc.iform.xml.PaneLayoutType
 
parallel(Iterable<Type1>, Iterable<Type2>) - Static method in class com.saperion.util.ParallelIterator
 
ParallelIterator<Type1,Type2> - Class in com.saperion.util
An iterator that iterates over two iterators simultaneously.
ParallelIterator(Iterator<Type1>, Iterator<Type2>) - Constructor for class com.saperion.util.ParallelIterator
Creates a ParallelIterator that iterates over the given iterators simultaneously.
parse(String) - Static method in class com.saperion.util.ISO8601
Parses an ISO8601-compliant date/time string.
parseCalendar(String) - Static method in class com.saperion.util.SaDateHelper
Parse an ISO string.
parseDate(String) - Static method in class com.saperion.util.SaDateHelper
Parse an ISO string.
PASSWORD_REPLACEMENT - Static variable in class com.saperion.config.SaAbstractJMXProperties
Replacement for password shown in jconsole.
PASSWORD_SUFFIX - Static variable in class com.saperion.config.SaAbstractJMXProperties
Suffix of password property names.
performLogonAfterFailure(Exception) - Method in class com.saperion.connector.rmi.SaRMIClientCommandImpl
Performs relogon in the backend.
persist() - Method in class com.saperion.rmi.SerializableStream
Persists this SerializableStream if required.
persisted() - Method in class com.saperion.rmi.DirectWriteContentHandler
 
persisted() - Method in interface com.saperion.rmi.SerializableStreamContentHandler
 
persisted() - Method in class com.saperion.rmi.TempBufferContentHandler
 
PERSISTENCY_ALL_TENANTS_PLACEHOLDER - Static variable in class com.saperion.constants.SaConstants
Placeholder for all-tenant's hex-id in persistency keys.
PERSISTENCY_KEY_DELIMITER - Static variable in class com.saperion.constants.SaConstants
Key delimiter.
PERSISTENCY_MY_TENANT_PLACEHOLDER - Static variable in class com.saperion.constants.SaConstants
Placeholder for current tenant's hex-id in persistency keys.
persistVar - Variable in class com.saperion.ngc.iform.xml.EditFieldType
 
pictClosed - Variable in class com.saperion.ngc.iform.xml.LevelType
 
pictOpen - Variable in class com.saperion.ngc.iform.xml.LevelType
 
PooledSession - Class in com.saperion.connector.pool
A user's session in the pool.
PooledSession(Session, SaClassicConnector) - Constructor for class com.saperion.connector.pool.PooledSession
Creates a new pooled session.
pos - Variable in class com.saperion.bean.ContentStream
Position in document structure.
pos - Variable in class com.saperion.ngc.iform.xml.BitmapType
 
pos - Variable in class com.saperion.ngc.iform.xml.ButtonType
 
pos - Variable in class com.saperion.ngc.iform.xml.ConnectionType
 
pos - Variable in class com.saperion.ngc.iform.xml.EditFieldType
 
pos - Variable in class com.saperion.ngc.iform.xml.FrameType
 
pos - Variable in class com.saperion.ngc.iform.xml.GroupboxType
 
pos - Variable in class com.saperion.ngc.iform.xml.IncludeType
 
pos - Variable in class com.saperion.ngc.iform.xml.LabelType
 
pos - Variable in class com.saperion.ngc.iform.xml.MashupType
 
pos - Variable in class com.saperion.ngc.iform.xml.OutlinerType
 
pos - Variable in class com.saperion.ngc.iform.xml.ResultType
 
pos - Variable in class com.saperion.ngc.iform.xml.TabListType
 
pos - Variable in class com.saperion.ngc.iform.xml.ThumbnailType
 
pos - Variable in class com.saperion.ngc.iform.xml.ViewerType
 
postfix - Variable in enum com.saperion.settings.SettingSearchInfo.MatchKind
 
PosType - Class in com.saperion.ngc.iform.xml
Java class for posType complex type.
PosType() - Constructor for class com.saperion.ngc.iform.xml.PosType
 
prefix - Variable in enum com.saperion.settings.SettingSearchInfo.MatchKind
 
PREFIX_JCR - Static variable in class com.saperion.constants.SaConstants
Node: Prefix jcr:.
PREFIX_SA - Static variable in class com.saperion.constants.SaConstants
Node: Prefix sa:.
prepareDatabaseName(String) - Static method in class com.saperion.util.SaStringHelper
Removes all '[', ']' and '"' from the passed string.
PrerequisiteUnsatisfiedException - Exception in com.saperion.config
 
PrerequisiteUnsatisfiedException(String) - Constructor for exception com.saperion.config.PrerequisiteUnsatisfiedException
 
PrerequisiteUnsatisfiedException(String, Exception) - Constructor for exception com.saperion.config.PrerequisiteUnsatisfiedException
 
printCurrentConfigs() - Method in class com.saperion.util.configuration.ConfigHolder
 
printPoolStatistic() - Method in class com.saperion.connector.pool.ConnectionPoolUtil
Prints the pool statistic.
ProcessDefinitionDescriptor - Class in com.saperion.wf
Describes a process definition.
ProcessDefinitionDescriptor(String, String) - Constructor for class com.saperion.wf.ProcessDefinitionDescriptor
 
ProcessInfo - Interface in com.saperion.intf.wf
Process info interface.
ProcessInfoImpl - Class in com.saperion.wf
Process info class.
ProcessInfoImpl(Map<String, Object>, String) - Constructor for class com.saperion.wf.ProcessInfoImpl
Constructor from property map.
ProcessingTimeFilter - Class in com.saperion.web.filter
This filter logs the duration of each request in nanoseconds and milliseconds.
ProcessingTimeFilter() - Constructor for class com.saperion.web.filter.ProcessingTimeFilter
 
PROP_BROKERHOST - Static variable in class com.saperion.constants.SaConstants
Properties entry for the broker name.
PROP_BROKERPORT - Static variable in class com.saperion.constants.SaConstants
Properties entry for the broker port.
PROP_CONFIG_FILE - Static variable in class com.saperion.constants.SaConstants
Properties file for configuration.
PROP_CONFIG_FILE_CLASSIC - Static variable in class com.saperion.constants.SaConstants
Properties file for classic connector configuration.
PROP_CONFIG_JDBC_CALLBACK - Static variable in class com.saperion.constants.SaConstants
Poperty to decide if the callback for jdbc should be set.
PROP_CONFIG_LOG4J - Static variable in class com.saperion.constants.SaConstants
Properties file for log4j configuration.
PROP_CONNECTION_PORT - Static variable in class com.saperion.constants.SaConstants
 
PROP_DELIMITER_DEFAULT - Static variable in class com.saperion.constants.SaConstants
Properties default delimiter.
PROP_LOADBALANCING_ACTIVATED - Static variable in class com.saperion.constants.SaConstants
Properties entry for load balancing servers.
PROP_LOADBALANCING_SERVERS - Static variable in class com.saperion.constants.SaConstants
Properties entry for load balancing servers.
PROP_LOADBALANCING_THRESHOLD - Static variable in class com.saperion.constants.SaConstants
Properties entry for load balancing servers.
PROP_MANDANT - Static variable in class com.saperion.constants.SaConstants
Properties entry for the mandant.
PROP_MAX_DDC - Static variable in class com.saperion.constants.SaConstants
Properties entry to specify max ddc.
PROP_REPLYPORT - Static variable in class com.saperion.constants.SaConstants
Properties entry for the event reply port.
PROP_RESOURCE - Static variable in class com.saperion.constants.SaConstants
The Constant PROP_RESOURCE.
PROP_RMI_PORT - Static variable in class com.saperion.constants.SaConstants
Properties entry for the remote port of server command.
PROP_SERVER_DLL - Static variable in class com.saperion.constants.SaConstants
Properties entry for the dll name.
PROP_SERVER_PORT - Static variable in class com.saperion.constants.SaConstants
Properties entry for the remote port of server command.
PROP_SERVER_TO - Static variable in class com.saperion.constants.SaConstants
Properties entry for the start timeout.
PROP_SSL_DISABLED - Static variable in class com.saperion.constants.SaConstants
Properties entry for ssl disabled parameter.
PROP_STD_CONNECTOR_RMI_HOST - Static variable in class com.saperion.constants.SaConstants
Properties entry for the host of the standard connector server.
PROP_STD_CONNECTOR_RMI_PORT - Static variable in class com.saperion.constants.SaConstants
Properties entry for the port of the standard connector server.
PROP_SYSTEM_PORT - Static variable in class com.saperion.constants.SaConstants
Properties entry for the remote port of system command.
PROP_USER - Static variable in class com.saperion.constants.SaConstants
Properties entry for the admin user.
PropertiesHelper - Class in com.saperion.util
Contains helper-methods to handle instances of Properties.
propertiesToCaseInsensitiveMap(Properties) - Static method in class com.saperion.util.PropertiesHelper
Converts the specified properties instance to a map.
propertiesToMap(Properties) - Static method in class com.saperion.util.PropertiesHelper
Converts the specified properties instance to a map.
PROPERTY_PREFER_JDBC - Static variable in class com.saperion.constants.SaConstants
Setting this property to true will make the classic connector use the new methods that do not use odbc where possible.
PROPERTY_SCENARIO_IMPORT - Static variable in class com.saperion.constants.SaConstants
 
PROPERTY_USE_JAVA_LDAP - Static variable in class com.saperion.constants.SaConstants
Setting this property to true will register Java Ldap Callback instead of Core ldap functions where possible.
PropertyDDCName - Class in com.saperion.bean
Represents the property name and the the its owned DDC.
PropertyDDCName(String, String) - Constructor for class com.saperion.bean.PropertyDDCName
Constructor.
propertyTypeFromValue(Object) - Static method in class com.saperion.SaTypeConverter
This factory method creates a new PropertyType with the given value and an appropriate type, just like Properties.propertyTypeFromValue(Object).
PropertyWrapper - Class in com.saperion.settings
Wrapper class for java Properties and implementation of the SaUserSettingType interface.
PropertyWrapper(Properties) - Constructor for class com.saperion.settings.PropertyWrapper
Constructor.
props - Variable in class com.saperion.connector.rmi.AbstractRMIClientCommand
 
PrpcReceiver - Interface in com.saperion.rmi.common
PrpcReceiver.
put(T, Class<T>) - Static method in class com.saperion.rmi.InstanceHolder
Put.
put(Object, Object) - Method in class com.saperion.util.configuration.CaseInsensitiveProperties
Adds a new entry to the underlying map.
putAll(Map<? extends Object, ? extends Object>) - Method in class com.saperion.util.configuration.CaseInsensitiveProperties

Q

QOUTE - Static variable in class com.saperion.util.HdocUtil
The Constant QOUTE.
QueryEvaluationException - Exception in com.saperion.exception
This Exception indicates that evaluating a query failed.
QueryEvaluationException() - Constructor for exception com.saperion.exception.QueryEvaluationException
 
QueryEvaluationException(Throwable) - Constructor for exception com.saperion.exception.QueryEvaluationException
 
QueryEvaluationException(String) - Constructor for exception com.saperion.exception.QueryEvaluationException
 
QueryEvaluationException(String, Throwable) - Constructor for exception com.saperion.exception.QueryEvaluationException
 
queryFormForLookup - Variable in class com.saperion.ngc.iform.xml.EditFieldType
 
queryMask - Variable in class com.saperion.ngc.iform.xml.ResultType
 

R

read() - Method in class com.saperion.common.streams.BlockingInputStream
 
read(byte[]) - Method in class com.saperion.common.streams.BlockingInputStream
Blocking Read.
read(byte[], int, int) - Method in class com.saperion.common.streams.BlockingInputStream
 
read() - Method in class com.saperion.rmi.SaContentStream
 
read(byte[], int, int) - Method in class com.saperion.rmi.SaContentStream
read(byte[]) - Method in class com.saperion.rmi.SaContentStream
read() - Method in class com.saperion.rmi.SaRMIInputStream
Reads the next byte of the document from the archive.
READ_BUFFER_SIZE - Static variable in class com.saperion.constants.SaConstants
The Constant READ_BUFFER_SIZE in kb.
READ_BUFFER_SIZE_X64 - Static variable in class com.saperion.constants.SaConstants
The Constant READ_BUFFER_SIZE_X64.
readAttachmentMetadata() - Method in interface com.saperion.connector.wf.SaWFTask
Reads the metadata of the attachment.
readAttachmentMetadata() - Method in class com.saperion.connector.wf.SaWFTaskImpl
Reads the metadata of the attachment.
readBytes(InputStream, int, boolean) - Static method in class com.saperion.util.StreamUtil
Deprecated.
use Streams.convertInputStreamToByteArray(java.io.InputStream) instead
ReadContentStreamPart - Class in com.saperion.operations.document
An Operation that reads the next n bytes from a remote stream attached to a session.
ReadContentStreamPart(SessionDataKey, int) - Constructor for class com.saperion.operations.document.ReadContentStreamPart
This creates a new operation that reads the given number of bytes from the stream the current session has stored with the given key.
readDocument(String, boolean, int) - Method in interface com.saperion.connector.SaClassicConnector
Loads a document's content from the backend system.
readDocument(String, boolean, int, boolean) - Method in interface com.saperion.connector.SaClassicConnector
Loads a document's content from the backend system.
readDocument(String, boolean, int) - Method in class com.saperion.connector.SaClassicConnectorImpl
 
readDocument(String, boolean, int, boolean) - Method in class com.saperion.connector.SaClassicConnectorImpl
 
readDocumentFilename(String, boolean, int) - Method in interface com.saperion.connector.SaClassicConnector
Deprecated.
will be removed with version 8.1
readDocumentFilename(String, boolean, int) - Method in class com.saperion.connector.SaClassicConnectorImpl
 
readDocumentFirst(String, boolean, int) - Method in class com.saperion.connector.rmi.AbstractDocRMIClientCommand
Opens an existing document with the given hdoc and returns a document handle for the specified element (= sub-document) as well as the buffer containing the content data of the element.
readDocumentFirst(String, boolean, int, boolean) - Method in class com.saperion.connector.rmi.AbstractDocRMIClientCommand
Opens an existing document with the given hdoc and returns a document handle for the specified element (= sub-document) as well as the buffer containing the content data of the element.
readDocumentFirst(String, boolean, int) - Method in interface com.saperion.connector.rmi.SaRMIClientCommand
Opens an existing document with the given hdoc and returns a document handle for the specified element (= sub-document) as well as the buffer containing the content data of the element.
readDocumentFirst(String, boolean, int, boolean) - Method in interface com.saperion.connector.rmi.SaRMIClientCommand
Opens an existing document with the given hdoc and returns a document handle for the specified element (= sub-document) as well as the buffer containing the content data of the element.
readDocumentFirst(int, String, boolean, int) - Method in interface com.saperion.rmi.common.SaRMIServerCommand
Opens an existing document with the given hdoc and returns a document handle for the specified element (= sub-document) as well as the buffer containing the content data of the element.
readDocumentFirst(int, String, boolean, int, boolean) - Method in interface com.saperion.rmi.common.SaRMIServerCommand
Opens an existing document with the given hdoc and returns a document handle for the specified element (= sub-document) as well as the buffer containing the content data of the element.
readDocumentFirst(String, boolean, int, boolean) - Method in class com.saperion.rmi.SaRMIInputStream
 
readDocumentMetadata(String, String, String[]) - Method in class com.saperion.connector.rmi.AbstractQueryRMIClientCommand
Reads the meta data of the document with the given ID.
readDocumentMetadata(String, String, String[]) - Method in interface com.saperion.connector.rmi.SaRMIClientCommand
Reads the meta data of the document with the given ID.
readDocumentMetadata(String, String, String[]) - Method in interface com.saperion.connector.SaClassicConnector
Reads the metadata of the document with the given ID.
readDocumentMetadata(String, String, String[]) - Method in class com.saperion.connector.SaClassicConnectorImpl
 
readDocumentMetadata(int, String, String, String[]) - Method in interface com.saperion.rmi.common.SaRMIServerCommand
Reads the metadata of the document with the given ID.
readDocumentNext(SaJNIDocHandle) - Method in class com.saperion.connector.rmi.AbstractDocRMIClientCommand
Reads the next bytes from the open document, described in the handle.
readDocumentNext(SaJNIDocHandle) - Method in interface com.saperion.connector.rmi.SaRMIClientCommand
Reads the next bytes from the open document, described in the handle.
readDocumentNext(int, SaJNIDocHandle) - Method in interface com.saperion.rmi.common.SaRMIServerCommand
Reads the next bytes from the open document, decribed in the handle.
readerToString(Reader) - Static method in class com.saperion.util.SaStringHelper
Reads the entire content of a Reader into a String.
readPropertyValue(SaPropertyValue) - Static method in class com.saperion.SaTypeConverter
This method reads a SaPropertyValue and returns an Object representing the property as expected in PropertyType.
readReleasedDocument(String, boolean, int) - Method in interface com.saperion.connector.SaClassicConnector
Read released document if the release feature is active.
readReleasedDocument(String, boolean, int) - Method in class com.saperion.connector.SaClassicConnectorImpl
 
readResolve() - Method in class com.saperion.database.DeleteDocumentProperty
 
readSelectableUsersForTransition(int) - Method in interface com.saperion.connector.wf.SaWFTask
Obtains the next tasks TaskUserSelection for the given transition.
readSelectableUsersForTransition(int) - Method in class com.saperion.connector.wf.SaWFTaskImpl
Obtains the next tasks TaskUserSelection for the given transition.
ReadSelectableUsersForTransition - Class in com.saperion.operations.workflow
An Operation that reads the selectable users from the backend.
ReadSelectableUsersForTransition(TaskInfo, int) - Constructor for class com.saperion.operations.workflow.ReadSelectableUsersForTransition
 
readSystemInfo(int) - Method in class com.saperion.connector.rmi.SaRMIServerInfo
Reads system info.
readVersionDocument(String, int) - Method in interface com.saperion.connector.SaClassicConnector
Loads a document version from the backend system.
readVersionDocument(String, int) - Method in class com.saperion.connector.SaClassicConnectorImpl
 
readVersionDocumentFilename(String, int) - Method in interface com.saperion.connector.SaClassicConnector
Deprecated.
use getDocumentInfo.getFullName() instead. Will be removed with version 8.1
readVersionDocumentFilename(String, int) - Method in class com.saperion.connector.SaClassicConnectorImpl
 
readVersionMetadata(String) - Method in class com.saperion.connector.rmi.AbstractDocRMIClientCommand
Reads the version meta data of the document with the given ID.
readVersionMetadata(String, boolean) - Method in class com.saperion.connector.rmi.AbstractDocRMIClientCommand
 
readVersionMetadata(String) - Method in interface com.saperion.connector.rmi.SaRMIClientCommand
Reads the version meta data of the document with the given ID.
readVersionMetadata(String, boolean) - Method in interface com.saperion.connector.rmi.SaRMIClientCommand
Reads the version meta data of the document with the given ID.
readVersionMetadata(String) - Method in interface com.saperion.connector.SaClassicConnector
Reads the version metadata of the document with the given ID.
readVersionMetadata(String, boolean) - Method in interface com.saperion.connector.SaClassicConnector
Reads the version metadata of the document with the given ID.
readVersionMetadata(String) - Method in class com.saperion.connector.SaClassicConnectorImpl
 
readVersionMetadata(String, boolean) - Method in class com.saperion.connector.SaClassicConnectorImpl
 
readVersionMetadata(int, String) - Method in interface com.saperion.rmi.common.SaRMIServerCommand
Reads the version metadata of the document with the given ID.
readVersionMetadata(int, String, boolean) - Method in interface com.saperion.rmi.common.SaRMIServerCommand
Reads the version metadata of the document with the given ID.
register(String) - Method in class com.saperion.config.SaAbstractJMXProperties
Register bean.
registerBean(String, Object) - Method in class com.saperion.config.SaJMXConfiguration
Register a new bean.
registerBean(String, Object, int) - Method in class com.saperion.config.SaJMXConfiguration
Register a new bean.
RegistryNames - Class in com.saperion.util
RMI names in the registry.
releaseDocument(String, String) - Method in class com.saperion.connector.rmi.AbstractDocRMIClientCommand
Release the given document.
releaseDocument(String, String) - Method in interface com.saperion.connector.rmi.SaRMIClientCommand
Release the given document.
releaseDocument(String, String, String) - Method in interface com.saperion.connector.SaClassicConnector
Release the given document.
releaseDocument(String, String, String) - Method in class com.saperion.connector.SaClassicConnectorImpl
 
releaseDocument(int, String, String) - Method in interface com.saperion.rmi.common.SaRMIServerCommand
Release the document with the given HDOC.
reLogon() - Method in class com.saperion.connector.rmi.AbstractRMIClientCommand
 
reLogonAfterConnectionFailure(Exception) - Method in class com.saperion.connector.rmi.AbstractRMIClientCommand
If the cause of the exception is a connection failure, this methods performs a relogon.
remove() - Method in class com.saperion.util.ParallelIterator
removeElement(int) - Method in class com.saperion.connector.rmi.AbstractDocRMIClientCommand
Removes a existing content element.
removeElement(Integer[]) - Method in class com.saperion.connector.rmi.AbstractDocRMIClientCommand
Removes a series of existing content elements.
removeElement(int) - Method in interface com.saperion.connector.rmi.SaRMIClientCommand
Removes a existing content element.
removeElement(Integer[]) - Method in interface com.saperion.connector.rmi.SaRMIClientCommand
Removes a series of existing content elements.
removeElement(int, int) - Method in interface com.saperion.rmi.common.SaRMIServerCommand
Removes a existing content element.
removeElement(int, Integer[]) - Method in interface com.saperion.rmi.common.SaRMIServerCommand
Removes a series of existing content elements.
removeEvent(SaEvent) - Method in interface com.saperion.connector.SaClassicConnector
Deprecated.
no longer supported. Will be removed with version 8.1
removeEvent(SaEvent) - Method in class com.saperion.connector.SaClassicConnectorImpl
Deprecated.
removeFromFolder(String, String, String, String) - Method in class com.saperion.connector.rmi.AbstractFolderRMIClientCommand
Remove the document filing from the given node.
removeFromFolder(String, String, String, String) - Method in interface com.saperion.connector.rmi.SaRMIClientCommand
Remove the document filing from the given node.
removeFromFolder(String, String, String, String) - Method in interface com.saperion.connector.SaClassicConnector
Removes the document from the given folder.
removeFromFolder(String, String, String, String) - Method in class com.saperion.connector.SaClassicConnectorImpl
 
removeFromFolder(int, String, String, String, String) - Method in interface com.saperion.rmi.common.SaRMIServerCommand
Remove the document filing from the given node.
removeInitializer(String) - Method in class com.saperion.web.WebAppInitUtil
Removes the WebAppInitializer by the given name if existing.
removeListener(SaEventListener) - Method in interface com.saperion.connector.SaClassicConnector
Deprecated.
will be removed with version 8.1
removeListener(SaStatusEventListener) - Method in interface com.saperion.connector.SaClassicConnector
Deprecated.
will be removed with version 8.1
removeListener(SaEventListener) - Method in class com.saperion.connector.SaClassicConnectorImpl
Deprecated.
removeListener(SaStatusEventListener) - Method in class com.saperion.connector.SaClassicConnectorImpl
Deprecated.
RemoveSessionData - Class in com.saperion.operations
This Operation removes the data the current session associates with the given keys.
RemoveSessionData(List<SessionDataKey>) - Constructor for class com.saperion.operations.RemoveSessionData
This creates a new operation that removes the data the current session associates with the given keys.
replaceAfterEncode(String) - Static method in class com.saperion.util.HdocUtil
Replaces after encoding the given string.
replaceBeforeDecode(String) - Static method in class com.saperion.util.HdocUtil
Replaces before encoding the given string.
REPLACECHARS - Static variable in class com.saperion.constants.SaConstants
Replacement characters.
REQ_PARAM_ARCHIVE - Static variable in class com.saperion.util.WeblinkUtil
The Constant REQ_PARAM_ARCHIVE.
REQ_PARAM_CURRENTREVISION - Static variable in class com.saperion.util.WeblinkUtil
The Constant REQ_PARAM_CURRENTREVISION.
REQ_PARAM_ELEMENT - Static variable in class com.saperion.util.WeblinkUtil
The Constant REQ_PARAM_ELEMENT.
REQ_PARAM_EXTERN - Static variable in class com.saperion.util.WeblinkUtil
The Constant REQ_PARAM_EXTERN.
REQ_PARAM_FIELD - Static variable in class com.saperion.util.WeblinkUtil
The Constant REQ_PARAM_FIELD.
REQ_PARAM_FILENAME - Static variable in class com.saperion.util.WeblinkUtil
The Constant REQ_PARAM_FILENAME.
REQ_PARAM_ID - Static variable in class com.saperion.util.WeblinkUtil
The Constant REQ_PARAM_ID.
REQ_PARAM_LINK - Static variable in class com.saperion.util.WeblinkUtil
 
REQ_PARAM_MANDANT - Static variable in class com.saperion.util.WeblinkUtil
The Constant REQ_PARAM_MANDANT.
REQ_PARAM_RELEASED - Static variable in class com.saperion.util.WeblinkUtil
The Constant REQ_PARAM_RELEASED.
REQ_PARAM_SECURE - Static variable in class com.saperion.util.WeblinkUtil
The Constant REQ_PARAM_SECURE.
REQ_PARAM_TIMEOUT - Static variable in class com.saperion.util.WeblinkUtil
The Constant REQ_PARAM_TIMEOUT.
REQ_PARAM_ZIP_LINK - Static variable in class com.saperion.util.WeblinkUtil
 
requiredRights - Variable in class com.saperion.ngc.iform.xml.GroupType
 
requiredRights - Variable in class com.saperion.ngc.iform.xml.PosType
 
requiredRights - Variable in class com.saperion.ngc.iform.xml.TabListType
 
reset() - Method in class com.saperion.common.streams.BlockingInputStream
 
reset() - Method in class com.saperion.rmi.SaContentStream
 
reset() - Method in class com.saperion.rmi.SaRMIInputStream
 
resFieldCnt - Variable in class com.saperion.ngc.iform.xml.EditFieldType
 
resFieldCnt - Variable in class com.saperion.ngc.iform.xml.ResultType
 
resolveLatestHdoc(String) - Method in interface com.saperion.connector.rmi.SaRMIClientCommand
Resolves the hdoc of the latest version of the document identified by the given hdoc.
resolveLatestHdoc(String) - Method in class com.saperion.connector.rmi.SaRMIClientCommandImpl
Resolves the hdoc of the latest version of the document identified by the given hdoc.
resolveLatestHDoc(String) - Method in interface com.saperion.connector.SaClassicConnector
Resolves and returns the XHDOC of the latest version of the document identified by the given HDOC.
resolveLatestHDoc(String) - Method in class com.saperion.connector.SaClassicConnectorImpl
 
resolveLatestHdoc(int, String) - Method in interface com.saperion.rmi.common.SaRMIServerCommand
Resolves the hdoc of the latest version of the document identified by the given hdoc.
resStyle - Variable in class com.saperion.ngc.iform.xml.EditFieldType
 
resStyle - Variable in class com.saperion.ngc.iform.xml.LevelType
 
resStyle - Variable in class com.saperion.ngc.iform.xml.ResultType
 
restart() - Method in class com.saperion.connector.rmi.SaRMIServerInfo
Restart this server.
restoreVersion(String) - Method in class com.saperion.connector.rmi.AbstractDocRMIClientCommand
Restores the given version to the actual version.
restoreVersion(String) - Method in interface com.saperion.connector.rmi.SaRMIClientCommand
Restores the given version to the actual version.
restoreVersion(String) - Method in interface com.saperion.connector.SaClassicConnector
Restores the version with the given HDOC.
restoreVersion(String) - Method in class com.saperion.connector.SaClassicConnectorImpl
 
restoreVersion(int, String) - Method in interface com.saperion.rmi.common.SaRMIServerCommand
Restores the given version to the actual version.
restrictCursor - Variable in class com.saperion.ngc.iform.xml.EditFieldType
 
result - Variable in class com.saperion.ngc.iform.xml.Form
 
result - Variable in class com.saperion.ngc.iform.xml.FrameType
 
result - Variable in class com.saperion.ngc.iform.xml.GroupboxType
 
result - Variable in class com.saperion.ngc.iform.xml.HiddenType
 
result - Variable in class com.saperion.ngc.iform.xml.TabType
 
resultDDC - Variable in class com.saperion.ngc.iform.xml.ResultType
 
ResultType - Class in com.saperion.ngc.iform.xml
Java class for ResultType complex type.
ResultType() - Constructor for class com.saperion.ngc.iform.xml.ResultType
 
ResultTypeWrapper - Class in com.saperion.settings
ResultType wrapper class holding the jaxb generated ResultType.
ResultTypeWrapper(ResultType) - Constructor for class com.saperion.settings.ResultTypeWrapper
Constructor.
Ret_SelectUserRequired - Static variable in class com.saperion.constants.SaWFConstants
forward or start workflow action needs to specify next user
returnObject(Credentials, Session) - Method in class com.saperion.connector.pool.ConnectionPoolUtil
Returns an object to a keyed pool.
revision(String) - Method in class com.saperion.connector.structures.identifiers.DocumentId.BuilderChain
 
revision(String) - Method in interface com.saperion.connector.structures.identifiers.DocumentId.UIDBuilder
 
revision(String) - Static method in class com.saperion.connector.structures.identifiers.IDs
 
revisionId - Variable in class com.saperion.connector.structures.identifiers.ElementId
 
revisionID() - Method in class com.saperion.connector.structures.identifiers.ElementId
 
RevisionUID - Class in com.saperion.connector.structures.identifiers
Represents the XHDOC / the id, which is unique for exactly one revision for one document / folder.
RevisionUID(String) - Constructor for class com.saperion.connector.structures.identifiers.RevisionUID
 
right - Variable in class com.saperion.ngc.iform.xml.PosType
 
RMI_CONNECTOR_SERVER_NAME - Static variable in class com.saperion.constants.SaConstants
Name of the standard connector RMI server.
RMI_INTERFACE_VERSION - Static variable in class com.saperion.constants.SaRMIInterfaceVersion
Defines, which Interface version between classic connector and JCS is used.
RMI_QUERY_MAXRESULTS - Static variable in class com.saperion.constants.SaConstants
saperion.properties key for the maximum result number in a query.
RMI_REPLY_APPLICATION_NAME - Static variable in class com.saperion.constants.SaConstants
Name of the RMI reply application in the registry.
RMI_SCHEDULER_TIME - Static variable in class com.saperion.constants.SaConstants
Scheduler time.
RMI_SERVER_APPLICATION_NAME - Static variable in class com.saperion.constants.SaConstants
Name of the RMI server application in the registry.
RMI_STD_REPLY - Static variable in class com.saperion.constants.SaConstants
Name of the standard connector reply application.
RMI_STOP_TIME - Static variable in class com.saperion.constants.SaConstants
Timeout for stopping.
RMI_SYSCONNECTOR_NAME - Static variable in class com.saperion.constants.SaConstants
Name of the standard sys connector RMI server.
RMI_SYSTEM_APPLICATION_NAME - Static variable in class com.saperion.constants.SaConstants
Name of the RMI system application in the registry.
RMI_TIMEOUT - Static variable in class com.saperion.constants.SaConstants
Timeout for starting server.
RmiClientExtendedLookupEntryService - Class in com.saperion.connector.service
This is the remote client implementation of the extended lookup entry service.
RmiClientExtendedLookupEntryService(Connection, SaClassicConnector) - Constructor for class com.saperion.connector.service.RmiClientExtendedLookupEntryService
 
ROOT - Static variable in class com.saperion.wf.WorkflowMemberImpl
 
ROOT_ID - Static variable in class com.saperion.constants.SaFolderConstants
ID of the root-folder in every folder DDC.
ROOT_TAG - Static variable in class com.saperion.config.SaJMXConfiguration
Root entry for Saperion.
rootDisabled - Variable in class com.saperion.ngc.iform.xml.OutlinerType
 
rootName - Variable in class com.saperion.ngc.iform.xml.OutlinerType
 
rootPict - Variable in class com.saperion.ngc.iform.xml.OutlinerType
 
run() - Method in class com.saperion.connector.ldap.kerberosauthentication.Authentication.Login

S

SA_GUEST_MAND - Static variable in class com.saperion.constants.SaConstants
Properties entry for default client.
SA_GUEST_PASS - Static variable in class com.saperion.constants.SaConstants
Properties entry for guest password.
SA_GUEST_USER - Static variable in class com.saperion.constants.SaConstants
Properties entry for guest user.
SA_USER_ADMIN - Static variable in class com.saperion.constants.SaConstants
Clienttype Admin.
SA_USER_INDEX - Static variable in class com.saperion.constants.SaConstants
Clienttype Index.
SA_USER_INVALID - Static variable in class com.saperion.constants.SaConstants
Clienttype Invalid.
SA_USER_QUERY - Static variable in class com.saperion.constants.SaConstants
Clienttype Query.
SaAbstractJMXProperties - Class in com.saperion.config
Abstract MBean class for the JMX specification.
SaAbstractJMXProperties(String) - Constructor for class com.saperion.config.SaAbstractJMXProperties
Constructor.
SaAcl - Interface in com.saperion.intf
This interface represents Access Control Lists in a Saperion system.
SaAclImpl - Class in com.saperion.rmi
Implements SaAcl.
SaAclImpl(String, String) - Constructor for class com.saperion.rmi.SaAclImpl
Literal constructor.
SaACLRights - Interface in com.saperion.rmi
This interface collects the permissions a user can have on a Saperion object e.g.
SaACLRightsImpl - Class in com.saperion.rmi
Implementation of the SaACLRights interface.
SaACLRightsImpl(int) - Constructor for class com.saperion.rmi.SaACLRightsImpl
Constructor.
SaAgentConfig - Enum in com.saperion.config
This class is responsible to read the system configurations.
SaApplicationInfo - Class in com.saperion.folder
Stores information about a field of a folder class.
SaApplicationInfo(String, SaApplicationInfo.ApplicationType) - Constructor for class com.saperion.folder.SaApplicationInfo
Constructor.
SaApplicationInfo.ApplicationType - Enum in com.saperion.folder
Application types.
SaAuthenticationException - Exception in com.saperion.exception
Authentication exceptions which may occur in the following situations.
Authentication
"system failure during log on process", "user does not exist", "wrong password", "user account is inactive", "no current user for automatic login found", "client was not supplied", "no licenses available for login", "user account is already in use", "password has expired", "invalid client kind", "user is not logged in".
SaAuthenticationException(String) - Constructor for exception com.saperion.exception.SaAuthenticationException
Constructs SaAuthentificationException with the specified message and nested exception.
SaAuthenticationException(String, Throwable) - Constructor for exception com.saperion.exception.SaAuthenticationException
Constructs SaAuthentificationException with the specified message and nested exception.
SaBarcodeException - Exception in com.saperion.exception
Barcode exception.
SaBarcodeException(Throwable) - Constructor for exception com.saperion.exception.SaBarcodeException
 
SaBarcodeException(String) - Constructor for exception com.saperion.exception.SaBarcodeException
 
SaBarcodeException(String, Throwable) - Constructor for exception com.saperion.exception.SaBarcodeException
 
SaBasicException - Exception in com.saperion.exception
Base exception.
SaBasicException() - Constructor for exception com.saperion.exception.SaBasicException
Constructs a new exception with null as its detail message.
SaBasicException(Throwable) - Constructor for exception com.saperion.exception.SaBasicException
Constructs a new exception with the specified detail message and cause.
SaBasicException(String) - Constructor for exception com.saperion.exception.SaBasicException
Constructs a new exception with the specified detail message.
SaBasicException(String, Throwable) - Constructor for exception com.saperion.exception.SaBasicException
Constructs a new exception with the specified detail message and cause.
SaCallbackHandler - Class in com.saperion.connector.ldap.kerberosauthentication
Callback handler for the Login.
SaCallbackHandler() - Constructor for class com.saperion.connector.ldap.kerberosauthentication.SaCallbackHandler
 
SaCheckoutInfo - Class in com.saperion.rmi
Represents the checkout information about a document.
SaCheckoutInfo(Map<String, Object>) - Constructor for class com.saperion.rmi.SaCheckoutInfo
Constructor.
SaClassicConnector - Interface in com.saperion.connector
Connector interface for classic DMS functionalities.
SaClassicConnectorImpl - Class in com.saperion.connector
The Class SaClassicConnectorImpl.
SaClassicConnectorImpl() - Constructor for class com.saperion.connector.SaClassicConnectorImpl
Constructs the SaClassicConnectorImpl instance which provides DMS functionality.
SaClassicConnectorImpl(String) - Constructor for class com.saperion.connector.SaClassicConnectorImpl
Constructs the SaClassicConnectorImpl instance which provides DMS functionality.
SaClassicConnectorImpl(Properties) - Constructor for class com.saperion.connector.SaClassicConnectorImpl
Constructs the SaClassicConnectorImpl instance which provides DMS functionality.
SaClassicConnectorImpl(Properties, CacheManager) - Constructor for class com.saperion.connector.SaClassicConnectorImpl
Constructs the SaClassicConnectorImpl instance which provides DMS functionality.
SaCloneInfo - Class in com.saperion.rmi
This class contains all relevant information to be used by workspace clone/copy/update methods.
SaCloneInfo(String, String, String, String, String, Boolean) - Constructor for class com.saperion.rmi.SaCloneInfo
Constructor (used by copyNode + cloneNode).
SaCloneInfo(String, String, String) - Constructor for class com.saperion.rmi.SaCloneInfo
Constructor (used by updateNode).
SaConnectException - Exception in com.saperion.exception
Exception is thrown when a (re) connect to RMI server failed.
SaConnectException(Throwable) - Constructor for exception com.saperion.exception.SaConnectException
 
SaConnectException(String) - Constructor for exception com.saperion.exception.SaConnectException
 
SaConnectException(String, Throwable) - Constructor for exception com.saperion.exception.SaConnectException
 
SaConstants - Class in com.saperion.constants
Global constants.
SaConstants.IniKind - Enum in com.saperion.constants
several Ini kinds for usage in setSetting.
SaConstants.LOG_DIRECTION - Enum in com.saperion.constants
Log directions between Saperion backend and Java frontend.
SaConstants.ProtoEvents - Enum in com.saperion.constants
Enumeration for audit event types.
SaConstants.SaFieldType - Enum in com.saperion.constants
Fieldtypes SAPERION.
SaConstants.SaQueryStrategy - Enum in com.saperion.constants
Query strategy for getNodeInfoSet.
SaContentStream - Class in com.saperion.rmi
InputStream extension to stream the document content.
SaContentStream(InputStream, String) - Constructor for class com.saperion.rmi.SaContentStream
Contructor.
SaDateHelper - Class in com.saperion.util
Helper class to convert and parse java date and calendar objects.
SaDBException - Exception in com.saperion.exception
Exception, thrown during the query execution (connector level).
SaDBException(Throwable) - Constructor for exception com.saperion.exception.SaDBException
SaDBException constructor.
SaDBException(String) - Constructor for exception com.saperion.exception.SaDBException
SaDBException constructor.
SaDBException(String, Throwable) - Constructor for exception com.saperion.exception.SaDBException
SaDBException constructor.
SaDDCException - Exception in com.saperion.exception
DDC related exception raised in the following situations:
//GetDefinitions "DDC files could not be retrieved",
//GetFields "database definition could not be opened", "database definition invalid, possibly empty DB mappings or invalid data source".
SaDDCException(String) - Constructor for exception com.saperion.exception.SaDDCException
Constructs SaDDCException with the specified message.
SaDDCException(String, Throwable) - Constructor for exception com.saperion.exception.SaDDCException
Constructs SaDDCException with the specified message and nested exception.
SaDocAccessData - Interface in com.saperion.intf
Deprecated.
use SaACLRights instead
SaDocAccessDataImpl - Class in com.saperion.bean
Implementation for access data for a document.
SaDocAccessDataImpl(SaJNIDocAccessData) - Constructor for class com.saperion.bean.SaDocAccessDataImpl
Constructor.
SaDocInfo - Interface in com.saperion.intf
Holds information about a document like the document's structure and variables read from the archive.
SaDocInfo.ElementInfo - Interface in com.saperion.intf
Represents an element of a document's structure.
SaDocInfo.ElementType - Enum in com.saperion.intf
Structure-element types.
SaDocInfoImpl - Class in com.saperion.rmi
Implementation of the SaDocInfo interface.
SaDocInfoImpl(Map<Integer, SaDocInfo.ElementInfo>, int, String, Properties) - Constructor for class com.saperion.rmi.SaDocInfoImpl
 
SaDocInfoImpl(int) - Constructor for class com.saperion.rmi.SaDocInfoImpl
Constructor.
SaDocInfoImpl(DocumentInfoObject, String) - Constructor for class com.saperion.rmi.SaDocInfoImpl
Constructor for JNA.
SaDocumentInfo - Interface in com.saperion.intf
Document info interface.
SaDocumentInfoImpl - Class in com.saperion.rmi
 
SaDocumentInfoImpl(SaPropertyValue[], SaLockInfo) - Constructor for class com.saperion.rmi.SaDocumentInfoImpl
Constructor.
SaDocumentInfoImpl(SaPropertyValue[], SaJNILockInfo) - Constructor for class com.saperion.rmi.SaDocumentInfoImpl
SaDocumentInfoImpl(SaDocumentInfo, SaPropertyValue[]) - Constructor for class com.saperion.rmi.SaDocumentInfoImpl
Alternative constructor.
SaEvent - Interface in com.saperion.intf
Bean interface for an event.
SaEventFilter - Interface in com.saperion.intf
Defines the event filters.
SaEventImpl - Class in com.saperion.event
Bean class for an event.
SaEventImpl(String, String, int, int, Date, String, String[]) - Constructor for class com.saperion.event.SaEventImpl
 
SaEventImpl(String, String, int, String, Date, String, String[]) - Constructor for class com.saperion.event.SaEventImpl
 
SaEventListener - Interface in com.saperion.intf
An interface to fire events and to get/set event filters.
SaFailoverInfo - Interface in com.saperion.intf
Bean that holds the information about the failover configuration of the running system.
SaFailoverInfoImpl - Class in com.saperion.rmi
Implementation of the SaFailoverInfo interface.
SaFailoverInfoImpl() - Constructor for class com.saperion.rmi.SaFailoverInfoImpl
Constructor.
SaFeature - Interface in com.saperion.rmi
This enumeration holds a property list of possible system features like "SQL fulltext", "Workflow" or "Barcode".
SaFeature.FeatureKind - Enum in com.saperion.rmi
Feature kinds.
SaFeatureImpl - Class in com.saperion.rmi
Bean implementation of interface SaFeature.
SaFeatureImpl(SaJNIFeatures) - Constructor for class com.saperion.rmi.SaFeatureImpl
Constructor from JNI Features.
safeRender(InputStreamDescriptor, SourceFormat, Options) - Method in class com.saperion.connector.renditions.isys.ISYSRenderEngine
 
SaFieldDescription - Interface in com.saperion.intf
Interface for field descriptions.
SaFilterValue - Interface in com.saperion.intf
Interface providing event filter values (name/value pairs).
SaFolderAlreadyExistsException - Exception in com.saperion.exception
Exception thrown when a folder is created and a sibling with the same name already exists.
SaFolderAlreadyExistsException(Throwable) - Constructor for exception com.saperion.exception.SaFolderAlreadyExistsException
 
SaFolderAlreadyExistsException(String) - Constructor for exception com.saperion.exception.SaFolderAlreadyExistsException
 
SaFolderAlreadyExistsException(String, Throwable) - Constructor for exception com.saperion.exception.SaFolderAlreadyExistsException
 
SaFolderClass - Interface in com.saperion.folder
Folder class interface.
SaFolderClassBean - Class in com.saperion.folder
Bean which holds the data of a folder class.
Wrapper for the SaFolderClass.
SaFolderClassBean(SaFolderClass) - Constructor for class com.saperion.folder.SaFolderClassBean
Constructor.
SaFolderClassImpl - Class in com.saperion.folder
Implementation of folder classes.
SaFolderClassImpl(SaFolderClass, SaDocumentInfo, String) - Constructor for class com.saperion.folder.SaFolderClassImpl
Constructor.
SaFolderClassSearchInfo - Class in com.saperion.rmi
Bean that contains information used to search for a folder class.
SaFolderClassSearchInfo(String, SaFolderConstants.CLASS_TYPE) - Constructor for class com.saperion.rmi.SaFolderClassSearchInfo
Creates a new SaFolderClassSearchInfo to search for ddc name and type.
SaFolderClassSearchInfo(String) - Constructor for class com.saperion.rmi.SaFolderClassSearchInfo
Creates a new SaFolderClassSearchInfo to search for ddc name only.
SaFolderClassSearchInfo(SaFolderConstants.CLASS_TYPE) - Constructor for class com.saperion.rmi.SaFolderClassSearchInfo
Creates a new SaFolderClassSearchInfo to search for type only.
SaFolderConstants - Class in com.saperion.constants
Constants for folder API.
SaFolderConstants.CLASS_TYPE - Enum in com.saperion.constants
Folder class types.
SaFolderConstants.FOLDER_TYPE - Enum in com.saperion.constants
Folder types.
SaFolderException - Exception in com.saperion.exception
Exception, thrown during folder related errors (connector level).
SaFolderException(Throwable) - Constructor for exception com.saperion.exception.SaFolderException
SaFolderException constructor.
SaFolderException(String) - Constructor for exception com.saperion.exception.SaFolderException
SaFolderException constructor.
SaFolderException(String, Throwable) - Constructor for exception com.saperion.exception.SaFolderException
SaFolderException constructor.
SaFolderNameException - Exception in com.saperion.exception
Exception thrown in folder-related methods when a folder name contained an invalid character.
SaFolderNameException(String) - Constructor for exception com.saperion.exception.SaFolderNameException
Constructor.
SaFolderOperationNotAllowedException - Exception in com.saperion.exception
Thrown when an operation with folders is not allowed.
SaFolderOperationNotAllowedException(String) - Constructor for exception com.saperion.exception.SaFolderOperationNotAllowedException
Instantiates a new SaFolderOperationNotAllowed exception.
SaFolderSaveInfo - Interface in com.saperion.intf
Folder information to create a folder.
SaFolderSaveInfoImpl - Class in com.saperion.rmi
Implementation of the SaFolderSaveInfo interface.
SaFolderSaveInfoImpl(String, String, String, String, SaFolderConstants.FOLDER_TYPE) - Constructor for class com.saperion.rmi.SaFolderSaveInfoImpl
Constructor.
SaFolderSaveInfoImpl(String, String, String, String, SaFolderConstants.FOLDER_TYPE, List<SaPropertyValue>) - Constructor for class com.saperion.rmi.SaFolderSaveInfoImpl
Constructor.
SaGetNodeException - Exception in com.saperion.exception
* Exceptions in getting node or content; occur in the following situations: "creating document structure in memory failed", "loading document metadata failed", "loading sub-document from structure failed", "loading document content failed", "invalid document handle was provided", "no document content available", "accessing document handle failed", "accessing document content failed", "given byte offset is greater than data size", "document uid is empty", "document member is empty", "unsupported document type encountered", "initializing index data array failed", "archiving new document failed", "committing transaction failed", "rolling back transaction failed", "transaction ID is invalid/empty", "updatind document content on medium failed", "updatind document metadata in database failed", "deleting document failed", "retrieving database cursor failed".
SaGetNodeException(String) - Constructor for exception com.saperion.exception.SaGetNodeException
Constructs SaGetNodeException with the specified message.
SaGetNodeException(String, Throwable) - Constructor for exception com.saperion.exception.SaGetNodeException
Constructs SaGetNodeException with the specified message and nested exception.
SaImageConverter - Class in com.saperion.util
Utility class used to convert between various image formats.
SaImageConverter.ImageFormat - Enum in com.saperion.util
Image formats available for conversion.
SaImageConverterException - Exception in com.saperion.exception
Exception thrown by SaImageConverter if converting an image failed.
SaImageConverterException(String, Throwable) - Constructor for exception com.saperion.exception.SaImageConverterException
Constructor.
SaJCRException - Exception in com.saperion.exception
JCR related Base exception.
SaJCRException(Throwable) - Constructor for exception com.saperion.exception.SaJCRException
Constructs a new exception with the specified detail message and cause.
SaJCRException(String) - Constructor for exception com.saperion.exception.SaJCRException
Constructs a new exception with the specified detail message.
SaJCRException(String, Throwable) - Constructor for exception com.saperion.exception.SaJCRException
Constructs a new exception with the specified detail message and cause.
SaJCSInterfaceVersion - Class in com.saperion.constants
Java core Server interface version constant.
SaJMSConstants - Class in com.saperion.constants
JMS Constants.
SaJMXBackendProperties - Class in com.saperion.config
Represents the Saperion backend properties as DynamicMBean MBean.
SaJMXBackendProperties(SaRMISystemCommand, String, Properties) - Constructor for class com.saperion.config.SaJMXBackendProperties
Constructor.
SaJMXConfiguration - Class in com.saperion.config
A DynamicMBean implementation for the JMX system configuration.
SaJMXConstants - Class in com.saperion.config
This utility class holds the constants for the JXM configuration.
SaJMXConstants.ConfigKey - Enum in com.saperion.config
Configuration keys.
SaJMXConstants.ConfigType - Enum in com.saperion.config
Configuration types.
SaJMXConstants.ConfigVariant - Enum in com.saperion.config
Configuration variants for central JMX configuration.
SaJMXFileProperties - Class in com.saperion.config
Defines the properties of a configuration file as MBean.
SaJMXFileProperties(String, String) - Constructor for class com.saperion.config.SaJMXFileProperties
Constructor.
SaJmxGuard - Class in com.saperion.config
This singleton class is responsible to enforce security constraints on JMX to safe guard against well known security vulnerabilities.
SaJMXLinkProperties - Class in com.saperion.config
Defines the properties of th link configuration as MBean.
SaJMXLinkProperties(String, String) - Constructor for class com.saperion.config.SaJMXLinkProperties
Constructor.
SaJMXProperties - Class in com.saperion.config
Defines properties as MBean.
SaJMXProperties(String, Properties) - Constructor for class com.saperion.config.SaJMXProperties
Constructor.
SaJMXProperties(String) - Constructor for class com.saperion.config.SaJMXProperties
Constructor.
SaJMXStreamProperties - Class in com.saperion.config
Defines the properties of a configuration stream as MBean.
SaJMXStreamProperties(String, InputStream) - Constructor for class com.saperion.config.SaJMXStreamProperties
Constructor.
SaJMXStreamProperties(String) - Constructor for class com.saperion.config.SaJMXStreamProperties
Constructor.
SaJMXSystemProperties - Class in com.saperion.config
Defines the properties of a system property as MBean.
SaJMXSystemProperties(String) - Constructor for class com.saperion.config.SaJMXSystemProperties
Constructor.
SaJMXXMLProperties - Class in com.saperion.config
Defines the properties of a configuration file as MBean.
SaJMXXMLProperties(String, String) - Constructor for class com.saperion.config.SaJMXXMLProperties
Constructor.
SaJMXXMLProperties(String, InputStream) - Constructor for class com.saperion.config.SaJMXXMLProperties
Constructor.
SaJNIPrpcResult - Class in com.saperion.rmi
Result bean for PRPC.
SaJNIPrpcResult(ByteBuffer, String, int) - Constructor for class com.saperion.rmi.SaJNIPrpcResult
Creates a new SaJNIPrpcResutlt.
SaLDAPAuthenticator - Class in com.saperion.connector.ldap
LDAP Authenification.
SaLicenseNotAllowedException - Exception in com.saperion.exception
This exception is thrown when a user logs on with a license that he is not allowed to use because of missing privileges.
SaLicenseNotAllowedException(String, int) - Constructor for exception com.saperion.exception.SaLicenseNotAllowedException
Constructor.
SaLicenseNotAllowedException(String, Throwable, int) - Constructor for exception com.saperion.exception.SaLicenseNotAllowedException
 
SaLockException - Exception in com.saperion.exception
* Lock exceptions which occur in the following situations: "locking or unlocking document failed", "document is currently locked by another user", "retrieving lock data failed, possibly unavailable".
SaLockException(String) - Constructor for exception com.saperion.exception.SaLockException
Constructs SaLockException with the specified message.
SaLockException(String, Throwable) - Constructor for exception com.saperion.exception.SaLockException
Constructs SaLockException with the specified message and nested exception.
SaLockInfo - Interface in com.saperion.intf
Locking information interface.
SaNavigation - Interface in com.saperion.intf
Navigation information for the given user.
SaNavigationImpl - Class in com.saperion.rmi
The JNI implementation of the SaNavigation interface.
SaNavigationImpl(String, String, String) - Constructor for class com.saperion.rmi.SaNavigationImpl
Constructor.
SaNavigationImpl(String) - Constructor for class com.saperion.rmi.SaNavigationImpl
Constructor.
SaOperationRmiException - Exception in com.saperion.exception
Deprecated. 
SaOperationRmiException(SaRMIBaseException) - Constructor for exception com.saperion.exception.SaOperationRmiException
Deprecated.
 
SaOperationRuntimeException - Exception in com.saperion.exception
Deprecated. 
SaOperationRuntimeException(Throwable) - Constructor for exception com.saperion.exception.SaOperationRuntimeException
Deprecated.
 
SaPasswordExpiredException - Exception in com.saperion.exception
Indicates that the users password is expired.
SaPasswordExpiredException(String) - Constructor for exception com.saperion.exception.SaPasswordExpiredException
Constructor.
SaPasswordExpiredException(String, Throwable) - Constructor for exception com.saperion.exception.SaPasswordExpiredException
Constructor.
SaPatterns - Class in com.saperion.constants
Interfaces which hold precompile Patterns.
SAPDocId(String) - Constructor for class com.saperion.util.HdocUtil.SAPDocId
Instantiates a new sAP doc id.
SapDocInfo - Class in com.saperion.bean
Represents the document information like HDoc, DDC and tenant about a SAP document.
SapDocInfo(String, String, int, String) - Constructor for class com.saperion.bean.SapDocInfo
Constructor.
SAPERION_VERSION - Static variable in class com.saperion.constants.SaJCSInterfaceVersion
This constant defines the saperion version
SaperionConfigurationException - Exception in com.saperion.exception
This exception indicates that the saperion system is not configured to handle the method call properly.
SaperionConfigurationException(String) - Constructor for exception com.saperion.exception.SaperionConfigurationException
 
SaperionConfigurationException(String, Throwable) - Constructor for exception com.saperion.exception.SaperionConfigurationException
 
SaperionDataType - Class in com.saperion.util
 
SaperionDataType.DataTypeConversionException - Exception in com.saperion.util
 
SapError - Enum in com.saperion.rmi.serverexception
Possible errors when checking sap url.
SaPropertyException - Exception in com.saperion.exception
Exceptions in JCR Properties; occurs in the following situations: setting document property failed, column/property name does not exist, invalid database definition name specified, improper index element count specified for field type, binary data section (lob) is empty, unsupported property type specified.
SaPropertyException(String) - Constructor for exception com.saperion.exception.SaPropertyException
Constructs SaSetNodeException with the specified message.
SaPropertyException(String, Throwable) - Constructor for exception com.saperion.exception.SaPropertyException
Constructs SaSetNodeException with the specified message and nested exception.
SaPropertyValue - Interface in com.saperion.intf
A SaPropertyValure represents the value of a field contained in a DDC for a specific document.
SaPropertyValueImpl - Class in com.saperion.rmi
Implementation of SaPropertyValue.
SaPropertyValueImpl(String, String) - Constructor for class com.saperion.rmi.SaPropertyValueImpl
Default constructor.
SaPropertyValueImpl(String, String, SaValue) - Constructor for class com.saperion.rmi.SaPropertyValueImpl
Constructor for single value properties.
SaPropertyValueImpl(String, String, SaValue[]) - Constructor for class com.saperion.rmi.SaPropertyValueImpl
Constructor for multivalue properties.
SaPropertyValueImpl(String, String, SaValue[], boolean) - Constructor for class com.saperion.rmi.SaPropertyValueImpl
Constructor for single- and multivalue properties.
SaQueryInfo - Class in com.saperion.rmi
Holds the information about a hibernate sql query.
SaQueryInfo(String) - Constructor for class com.saperion.rmi.SaQueryInfo
Constructor.
SaQueryInfo(String, Map<String, Object>) - Constructor for class com.saperion.rmi.SaQueryInfo
Constructor.
SaQueryInfo(String, Map<String, Object>, Map<String, String>) - Constructor for class com.saperion.rmi.SaQueryInfo
Constructor.
SaQueryInfo.IndexState - Enum in com.saperion.rmi
Index states of documents that can be included in a query-result.
SaQueryInfo.QueryCacheMode - Enum in com.saperion.rmi
Cache modes from hibernate.
SaRevision - Interface in com.saperion.intf
Interface for storing and transferring document revision data.
SaRevisionImpl - Class in com.saperion.rmi
Class for storing and transferring document revision data.
SaRevisionImpl(String, String, String, int, Date) - Constructor for class com.saperion.rmi.SaRevisionImpl
Default constructor.
SaRMIAuthenticationException - Exception in com.saperion.rmi.serverexception
Authentication exceptions which may occur in the following situations.
SaRMIAuthenticationException() - Constructor for exception com.saperion.rmi.serverexception.SaRMIAuthenticationException
constructs SaRMIAuthentificationException.
SaRMIAuthenticationException(String) - Constructor for exception com.saperion.rmi.serverexception.SaRMIAuthenticationException
constructs SaRMIAuthentificationException with the detailed message.
SaRMIAuthenticationException(String, Throwable) - Constructor for exception com.saperion.rmi.serverexception.SaRMIAuthenticationException
constructs SaRMIAuthentificationException with the detailed message and nested exception.
SaRMIBaseException - Exception in com.saperion.rmi.serverexception
Base Exception for RemoteException.
SaRMIBaseException() - Constructor for exception com.saperion.rmi.serverexception.SaRMIBaseException
 
SaRMIBaseException(String) - Constructor for exception com.saperion.rmi.serverexception.SaRMIBaseException
 
SaRMIBaseException(String, Throwable) - Constructor for exception com.saperion.rmi.serverexception.SaRMIBaseException
 
SaRMIClientCommand - Interface in com.saperion.connector.rmi
The interface for the RMI Client.
SaRMIClientCommandImpl - Class in com.saperion.connector.rmi
The implementation of the SaRemoteApplication interface.
SaRMIClientCommandImpl() - Constructor for class com.saperion.connector.rmi.SaRMIClientCommandImpl
Constructor.
SaRMIConnectionHandler - Class in com.saperion.connector.rmi
This class handles the RMI connection to the Java Core Server(s).
SaRMIDBException - Exception in com.saperion.rmi.serverexception
DB related exception raised in the following situations.
SaRMIDBException() - Constructor for exception com.saperion.rmi.serverexception.SaRMIDBException
constructs SaRMIDBException.
SaRMIDBException(String) - Constructor for exception com.saperion.rmi.serverexception.SaRMIDBException
constructs SaRMIDBException with the specified detailed message.
SaRMIDBException(String, Throwable) - Constructor for exception com.saperion.rmi.serverexception.SaRMIDBException
constructs SaRMIDBException with the specified message and nested exception.
SaRMIDDCException - Exception in com.saperion.rmi.serverexception
DDC related exception raised in the following situations:
//GetDefinitions "DDC files could not be retrieved",
//GetFields "database definition could not be opened", "database definition invalid, possibly empty DB mappings or invalid data source".
SaRMIDDCException() - Constructor for exception com.saperion.rmi.serverexception.SaRMIDDCException
constructs SaRMIDDCException.
SaRMIDDCException(String) - Constructor for exception com.saperion.rmi.serverexception.SaRMIDDCException
constructs SaRMIDDCException with the specified detailed message.
SaRMIDDCException(String, Throwable) - Constructor for exception com.saperion.rmi.serverexception.SaRMIDDCException
constructs SaRMIDDCException with the specified message and nested exception.
SaRMIEventFilter - Class in com.saperion.rmi
Defines the event filters.
SaRMIEventFilter(SaFilterValue[], String, int) - Constructor for class com.saperion.rmi.SaRMIEventFilter
Constructor.
SaRMIFolderException - Exception in com.saperion.rmi.serverexception
Exception, thrown during folder related errors.
SaRMIFolderException() - Constructor for exception com.saperion.rmi.serverexception.SaRMIFolderException
SaRMIFolderException constructor.
SaRMIFolderException(String) - Constructor for exception com.saperion.rmi.serverexception.SaRMIFolderException
* SaRMIFolderException constructor.
SaRMIFolderException(String, Throwable) - Constructor for exception com.saperion.rmi.serverexception.SaRMIFolderException
* SaRMIFolderException constructor.
SaRMIFolderException(SaRMIFolderException.ErrorCode, Object...) - Constructor for exception com.saperion.rmi.serverexception.SaRMIFolderException
Constructor.
SaRMIFolderException.ErrorCode - Enum in com.saperion.rmi.serverexception
Error code.
SaRMIGetNodeException - Exception in com.saperion.rmi.serverexception
* Exceptions in getting node or content; occur in the following situations: "creating document structure in memory failed", "loading document metadata failed", "loading sub-document from structure failed", "loading document content failed", "invalid document handle was provided", "no document content available", "accessing document handle failed", "accessing document content failed", "given byte offset is greater than data size", "document uid is empty", "document member is empty", "unsupported document type encountered", "initializing index data array failed", "archiving new document failed", "committing transaction failed", "rolling back transaction failed", "transaction ID is invalid/empty", "updating document content on medium failed", "updating document meta data in database failed", "deleting document failed", "retrieving database cursor failed", "no uid provided, when creating a link to a document".
SaRMIGetNodeException() - Constructor for exception com.saperion.rmi.serverexception.SaRMIGetNodeException
constructs SaRMIGetNodeException.
SaRMIGetNodeException(String) - Constructor for exception com.saperion.rmi.serverexception.SaRMIGetNodeException
constructs SaRMIGetNodeException with the specified message.
SaRMIGetNodeException(String, Throwable) - Constructor for exception com.saperion.rmi.serverexception.SaRMIGetNodeException
constructs SaRMIGetNodeException with the specified message and nested exception.
SaRMIHibernateExeption - Exception in com.saperion.rmi.serverexception
Exception, thrown during the Execution of the query by Hibernate.
SaRMIHibernateExeption() - Constructor for exception com.saperion.rmi.serverexception.SaRMIHibernateExeption
SaRMIHibernateExeption constructor.
SaRMIHibernateExeption(String) - Constructor for exception com.saperion.rmi.serverexception.SaRMIHibernateExeption
SaRMIHibernateExeption constructor.
SaRMIHibernateExeption(String, Throwable) - Constructor for exception com.saperion.rmi.serverexception.SaRMIHibernateExeption
SaRMIHibernateExeption constructor.
SaRMIInputStream - Class in com.saperion.rmi
A InputStream that reads data of a document identified by it's HDOC from the archive.
SaRMIInputStream(String, boolean, int, SaRMIClientCommand, Object) - Constructor for class com.saperion.rmi.SaRMIInputStream
Constructs the SaRMIInputStream instance which represents the input stream of the document (will be returned from the Saperion backend).
SaRMIInputStream(String, boolean, int, boolean, SaRMIClientCommand, Object) - Constructor for class com.saperion.rmi.SaRMIInputStream
Constructs the SaRMIInputStream instance which represents the input stream of the document (will be returned from the Saperion backend).
SaRMIInputStream(String, boolean, int, SaRMIClientCommand, boolean, Object) - Constructor for class com.saperion.rmi.SaRMIInputStream
Constructs the SaRMIInputStream instance which represents the input stream of the document (will be returned from the Saperion backend).
SaRMIInputStreamSeekable - Class in com.saperion.rmi
This class is an extension of SaRMIInputStream that adds the possibility to seek on the stream.
SaRMIInputStreamSeekable(String, boolean, int, SaRMIClientCommand, Object) - Constructor for class com.saperion.rmi.SaRMIInputStreamSeekable
Constructs the SaRMIInputStreamSeekable instance which represents the input stream of the document (will be returned from the Saperion backend).
SaRMIInputStreamSeekable(String, boolean, int, boolean, SaRMIClientCommand, Object) - Constructor for class com.saperion.rmi.SaRMIInputStreamSeekable
Constructs the SaRMIInputStreamSeekable instance which represents the input stream of the document (will be returned from the Saperion backend).
SaRMIInputStreamSeekable(String, boolean, int, SaRMIClientCommand, boolean, Object) - Constructor for class com.saperion.rmi.SaRMIInputStreamSeekable
Constructs the SaRMIInputStreamSeekable instance which represents the input stream of the document (will be returned from the Saperion backend).
SaRMIInterfaceVersion - Class in com.saperion.constants
RMI interface version constant.
SaRMILicenseNotAllowedException - Exception in com.saperion.rmi.serverexception
This exception is thrown when a user logs on with a license that he is not allowed to use because of missing privileges.
SaRMILicenseNotAllowedException(String, int) - Constructor for exception com.saperion.rmi.serverexception.SaRMILicenseNotAllowedException
Constructor.
SaRMILicenseNotAllowedException(String, Throwable, int) - Constructor for exception com.saperion.rmi.serverexception.SaRMILicenseNotAllowedException
 
SaRMILockException - Exception in com.saperion.rmi.serverexception
* Lock exceptions which occur in the following situations: "locking or unlocking document failed", "document is currently locked by another user", "retrieving lock data failed, possibly unavailable".
SaRMILockException() - Constructor for exception com.saperion.rmi.serverexception.SaRMILockException
constructs SaRMILockException.
SaRMILockException(String) - Constructor for exception com.saperion.rmi.serverexception.SaRMILockException
constructs SaRMILockException with the specified detailed message.
SaRMILockException(String, Throwable) - Constructor for exception com.saperion.rmi.serverexception.SaRMILockException
constructs SaRMILockException with the specified detailed message and nested exception.
SaRMIPasswordExpiredException - Exception in com.saperion.rmi.serverexception
Indicates that the users password is expired.
SaRMIPasswordExpiredException() - Constructor for exception com.saperion.rmi.serverexception.SaRMIPasswordExpiredException
Constructor.
SaRMIPasswordExpiredException(String) - Constructor for exception com.saperion.rmi.serverexception.SaRMIPasswordExpiredException
Constructor.
SaRMIPasswordExpiredException(String, Throwable) - Constructor for exception com.saperion.rmi.serverexception.SaRMIPasswordExpiredException
Constructor.
SaRMIPropertyException - Exception in com.saperion.rmi.serverexception
Property exceptions are raised when the following situations occur: setting document property failed, column/property name does not exist, invalid database definition name specified, inappropriate index element count specified for field type, binary data section (lob) is empty, unsupported property type specified.
SaRMIPropertyException() - Constructor for exception com.saperion.rmi.serverexception.SaRMIPropertyException
constructs SaRMIPropertyException.
SaRMIPropertyException(String) - Constructor for exception com.saperion.rmi.serverexception.SaRMIPropertyException
constructs SaRMIPropertyException with the error message.
SaRMIPropertyException(String, Throwable) - Constructor for exception com.saperion.rmi.serverexception.SaRMIPropertyException
constructs SaRMIPropertyException with the error message and nested exception.
SaRMISapException - Exception in com.saperion.rmi.serverexception
Exception thrown by checkSapUrl to indicate an error in the RLINK server.
SaRMISapException(String, SapError) - Constructor for exception com.saperion.rmi.serverexception.SaRMISapException
 
SaRMISapException(String, SapError, Throwable) - Constructor for exception com.saperion.rmi.serverexception.SaRMISapException
 
SaRMISearchFieldException - Exception in com.saperion.rmi.serverexception
 
SaRMISearchFieldException(String) - Constructor for exception com.saperion.rmi.serverexception.SaRMISearchFieldException
 
SaRMISearchFieldException(String, Throwable) - Constructor for exception com.saperion.rmi.serverexception.SaRMISearchFieldException
 
SaRMIServerCommand - Interface in com.saperion.rmi.common
Server-side Command interface representing the functionality of the core server.
SaRMIServerInfo - Class in com.saperion.connector.rmi
Holds the information about the Saperion RMI Server state.
SaRMIServerInfo(String, int, boolean) - Constructor for class com.saperion.connector.rmi.SaRMIServerInfo
Constructor.
SaRMIServerInfo.ServerState - Enum in com.saperion.connector.rmi
Server state.
SaRMISetACLException - Exception in com.saperion.rmi.serverexception
 
SaRMISetACLException() - Constructor for exception com.saperion.rmi.serverexception.SaRMISetACLException
constructs SaRMISetACLException.
SaRMISetACLException(String) - Constructor for exception com.saperion.rmi.serverexception.SaRMISetACLException
constructs SaRMISetACLException with the specified message.
SaRMISetACLException(String, Throwable) - Constructor for exception com.saperion.rmi.serverexception.SaRMISetACLException
constructs SaRMISetACLException with the specified message and nested exception.
SaRMISetContentException - Exception in com.saperion.rmi.serverexception
Exceptions in setting content, occur in the following situations: "creating temporary file failed", "making up temporary file name failed", "handle to temporary content file is invalid", "writing buffer to content file failed", "inserting content into document failed", "closing temporary file failed".
SaRMISetContentException() - Constructor for exception com.saperion.rmi.serverexception.SaRMISetContentException
constructs SaRMISetContentException.
SaRMISetContentException(String) - Constructor for exception com.saperion.rmi.serverexception.SaRMISetContentException
constructs SaRMISetContentException with the specified message.
SaRMISetContentException(String, Throwable) - Constructor for exception com.saperion.rmi.serverexception.SaRMISetContentException
constructs SaRMISetContentException with the specified message and nested exception.
SaRMISetNodeException - Exception in com.saperion.rmi.serverexception
Exceptions in setting or deletion node; occurs in the following situations: "committing transaction failed", "rolling back transaction failed", "transaction ID is invalid/empty", "updatind document content on medium failed", "updatind document metadata in database failed", "deleting document failed", "given byte offset is greater than data size".
SaRMISetNodeException() - Constructor for exception com.saperion.rmi.serverexception.SaRMISetNodeException
constructs SaRMISetNodeException.
SaRMISetNodeException(String) - Constructor for exception com.saperion.rmi.serverexception.SaRMISetNodeException
constructs SaRMISetNodeException with the specified message.
SaRMISetNodeException(String, Throwable) - Constructor for exception com.saperion.rmi.serverexception.SaRMISetNodeException
constructs SaRMISetNodeException with the specified message and nested exception.
SaRMISQLException - Exception in com.saperion.rmi.serverexception
Exception, thrown during the Execution of the native SQL query.
SaRMISQLException() - Constructor for exception com.saperion.rmi.serverexception.SaRMISQLException
SaRMISQLException constructor.
SaRMISQLException(String) - Constructor for exception com.saperion.rmi.serverexception.SaRMISQLException
* SaRMISQLException constructor.
SaRMISQLException(String, Throwable) - Constructor for exception com.saperion.rmi.serverexception.SaRMISQLException
* SaRMISQLException constructor.
SaRMISystemCommand - Interface in com.saperion.rmi.common
RMI remote interface for the Saperion system commands.
The system commands are provided by the RMI server.
SaRMISystemConnector - Class in com.saperion.connector.rmi
System-level connector.
SaRMISystemConnector(SaRMIServerInfo) - Constructor for class com.saperion.connector.rmi.SaRMISystemConnector
Constructor.
SaRMISystemException - Exception in com.saperion.rmi.serverexception
System related exception raised in common system specific error situations.
SaRMISystemException() - Constructor for exception com.saperion.rmi.serverexception.SaRMISystemException
constructs SaRMISystemException.
SaRMISystemException(String) - Constructor for exception com.saperion.rmi.serverexception.SaRMISystemException
constructs SaRMISystemException with the specified detailed message.
SaRMISystemException(String, Throwable) - Constructor for exception com.saperion.rmi.serverexception.SaRMISystemException
constructs SaRMISystemException with the specified message and nested exception.
SaRMITooManyResultsException - Exception in com.saperion.rmi.serverexception
This exception is thrown when a query returned more results as allowed by the value of the parameter rmi.query.maxresults.
SaRMITooManyResultsException(String, int) - Constructor for exception com.saperion.rmi.serverexception.SaRMITooManyResultsException
Constructor.
SaRMIUniqueConstraintViolationException - Exception in com.saperion.rmi.serverexception
Exception thrown when a document is created or updated and the value of a unique field already exists in another document.
SaRMIUniqueConstraintViolationException(String) - Constructor for exception com.saperion.rmi.serverexception.SaRMIUniqueConstraintViolationException
 
SaRMIWorkflowException - Exception in com.saperion.rmi.serverexception.wf
 
SaRMIWorkflowException() - Constructor for exception com.saperion.rmi.serverexception.wf.SaRMIWorkflowException
constructs SaRMIWorkflowException.
SaRMIWorkflowException(String) - Constructor for exception com.saperion.rmi.serverexception.wf.SaRMIWorkflowException
constructs SaRMIWorkflowException with the specified detailed message.
SaRMIWorkflowException(String, Throwable) - Constructor for exception com.saperion.rmi.serverexception.wf.SaRMIWorkflowException
constructs SaRMIWorkflowException with the specified message and nested exception.
SaRMIWorkflowException(String, ExecutionResult) - Constructor for exception com.saperion.rmi.serverexception.wf.SaRMIWorkflowException
constructs SaRMIWorkflowException with the specified detailed message and SaJNIWfResult object.
SaSapUrlException - Exception in com.saperion.exception
Exception thrown when checking a SAP-URL failed.
SaSapUrlException(String, SaRMISapException) - Constructor for exception com.saperion.exception.SaSapUrlException
 
SaSaveInfo - Interface in com.saperion.intf
A SaSaveInfo contains information like HDOC, SYSROWID and DDC-name of a created or updated document.
SaSaveInfoImpl - Class in com.saperion.rmi
RMI server implementation of the SaSaveInfo interface.
SaSaveInfoImpl(String, String, String, String) - Constructor for class com.saperion.rmi.SaSaveInfoImpl
Constructor.
SaSearchFieldException - Exception in com.saperion.exception
SaSearchFieldException will be thrown in case of a data base field cannot be found.
SaSearchFieldException(String) - Constructor for exception com.saperion.exception.SaSearchFieldException
Constructs SaSearchFieldException with the specified message.
SaSearchFieldException(String, Throwable) - Constructor for exception com.saperion.exception.SaSearchFieldException
Constructs SaSearchFieldException with the specified message and nested exception.
SaSearchFldType - Interface in com.saperion.util
 
SaSearchFldType.Type - Enum in com.saperion.util
The DB operator type.
SaSecurityException - Exception in com.saperion.exception
Exception class for RMI security exceptions.
SaSecurityException(String) - Constructor for exception com.saperion.exception.SaSecurityException
Constructs SaSecurityException with the specified message.
SaSecurityException(String, Throwable) - Constructor for exception com.saperion.exception.SaSecurityException
Constructs SaSecurityException with the specified message and nested exception.
SaSetACLException - Exception in com.saperion.exception
SaSetACLException will be thrown in case of a ACL could not be set in the backend.
SaSetACLException(String) - Constructor for exception com.saperion.exception.SaSetACLException
Constructs SaSetACLException with the specified message.
SaSetACLException(String, Throwable) - Constructor for exception com.saperion.exception.SaSetACLException
Constructs SaSetACLException with the specified message and nested exception.
SaSetContentException - Exception in com.saperion.exception
Exceptions in setting content, occur in the following situations: "creating temporary file failed", "making up temporary file name failed", "handle to temporary content file is invalid", "writing buffer to content file failed", "inserting content into document failed", "closing temporary file failed".
SaSetContentException(String) - Constructor for exception com.saperion.exception.SaSetContentException
Constructs SaSetContentException with the specified message.
SaSetContentException(String, Throwable) - Constructor for exception com.saperion.exception.SaSetContentException
Constructs SaSetContentException with the specified message and nested exception.
SaSetNodeException - Exception in com.saperion.exception
Exceptions in setting or deletion node; occurs in the following situations: "committing transaction failed", "rolling back transaction failed", "transaction ID is invalid/empty", "updating document content on medium failed", "updating document metadata in database failed", "deleting document failed", "given byte offset is greater than data size".
SaSetNodeException(String) - Constructor for exception com.saperion.exception.SaSetNodeException
Constructs SaSetNodeException with the specified message.
SaSetNodeException(String, Throwable) - Constructor for exception com.saperion.exception.SaSetNodeException
Constructs SaSetNodeException with the specified message and nested exception.
SaSetting - Interface in com.saperion.intf
Interface holding settings to be transported to other components.
SaSQLConstants - Class in com.saperion.constants
Database specific constants.
SaStatusEventListener - Interface in com.saperion.intf
An interface to fire events and to get/set event filters.
SaStatusEventListener.StatusType - Enum in com.saperion.intf
Status type enumeration.
SaStatusInfo - Class in com.saperion.rmi
 
SaStatusInfo(SaPropertyValue) - Constructor for class com.saperion.rmi.SaStatusInfo
Constructor.
SaStringHelper - Class in com.saperion.util
Utility class for helper methods.
SaSystemException - Exception in com.saperion.exception
Exception class for common system errors and some failed RMI commands.
SaSystemException(String) - Constructor for exception com.saperion.exception.SaSystemException
Constructs SaRMICommandException with the specified message.
SaSystemException(String, Throwable) - Constructor for exception com.saperion.exception.SaSystemException
Constructs SaRMICommandException with the specified message and nested exception.
SaSystemException(Throwable) - Constructor for exception com.saperion.exception.SaSystemException
Constructs SaRMICommandException with the specified message and nested exception.
SaSystemInfo - Interface in com.saperion.intf
This class holds information about the running system.
SaSystemInfo.RMIFeatures - Enum in com.saperion.intf
Features, that can run on RMI server.
SaSystemInfoImpl - Class in com.saperion.rmi
Implementation of the SaSystemInfo interface.
SaSystemInfoImpl(int, int, int, int, List<SaSystemInfo.RMIFeatures>, boolean, SaFailoverInfo) - Constructor for class com.saperion.rmi.SaSystemInfoImpl
Constructor.
SaSystemSetting - Interface in com.saperion.intf
Interface holding the system specific settings to be transported to other components; to get this information no user authentication is required.
SaSystemSettingImpl - Class in com.saperion.settings
System setting implementation.
SaSystemSettingImpl(String) - Constructor for class com.saperion.settings.SaSystemSettingImpl
Constructor.
SaSystemSettingType - Interface in com.saperion.intf
This interface defines the available system setting types and should be implemented for transport via SaSystemSetting instances.
SaSystemSettingType.TYPE - Enum in com.saperion.intf
The available system setting types.
SaTooManyResultsException - Exception in com.saperion.exception
This exception is thrown when a query returned more results than allowed.
SaTooManyResultsException(String, int) - Constructor for exception com.saperion.exception.SaTooManyResultsException
Constructor.
SaTooManyResultsException(String, Throwable, int) - Constructor for exception com.saperion.exception.SaTooManyResultsException
Constructor.
SaTooManyResultsException(Throwable, int) - Constructor for exception com.saperion.exception.SaTooManyResultsException
Constructor.
SaTypeConverter - Class in com.saperion
The reference converter is a utility class that implements methods to create ecm-service references from the corresponding Saperion data objects.
SaTypeConverter() - Constructor for class com.saperion.SaTypeConverter
 
SaUniqueConstraintViolationException - Exception in com.saperion.exception
Exception thrown when a document is created or updated and the value of a unique field already exists in another document.
SaUniqueConstraintViolationException(String) - Constructor for exception com.saperion.exception.SaUniqueConstraintViolationException
 
SaUniqueConstraintViolationException(String, Throwable) - Constructor for exception com.saperion.exception.SaUniqueConstraintViolationException
 
SaUnknownFolderTypeException - Exception in com.saperion.exception
Exception thrown when a folder type is unknown.
SaUnknownFolderTypeException(String) - Constructor for exception com.saperion.exception.SaUnknownFolderTypeException
Constructor.
SaUserInfo - Interface in com.saperion.intf
This class holds detailed information about a Saperion user management entity e.g.
SaUserInfo.GroupKind - Enum in com.saperion.intf
This enumeration holds the different kinds of entities in a saperion user management entity.
SaUserInfoImpl - Class in com.saperion.rmi
 
SaUserInfoImpl(int, int, UserName, int, int, boolean, UserFlags) - Constructor for class com.saperion.rmi.SaUserInfoImpl
Literal Constructor.
SaUserInfoImpl(int, int, UserName, int, int, boolean) - Constructor for class com.saperion.rmi.SaUserInfoImpl
SaUserSetting - Interface in com.saperion.intf
Interface holding the user specific settings to be transported to other components; to get this information user authentication is required.
SaUserSettingImpl - Class in com.saperion.settings
System setting implementation.
SaUserSettingImpl(String) - Constructor for class com.saperion.settings.SaUserSettingImpl
Constructor.
SaUserSettingType - Interface in com.saperion.intf
This interface defines the available system setting types and should be implemented for transport via SaUserSetting instances.
SaUserSettingType.TYPE - Enum in com.saperion.intf
The available user setting types.
SaValue - Interface in com.saperion.intf
A SaValue represents a single value contained in a field of a DDC for a specific document.
saveAction - Variable in class com.saperion.ngc.iform.xml.ButtonType
 
SaveActionType - Enum in com.saperion.ngc.iform.xml
Java class for saveActionType.
saveData(byte[]) - Method in interface com.saperion.rmi.common.PrpcReceiver
Saves the data to the backend.
saveDocument(String, String, List<SaPropertyValue>) - Method in class com.saperion.connector.rmi.AbstractDocRMIClientCommand
Saves the document paramaters to the document.
saveDocument(String, String, List<SaPropertyValue>, boolean) - Method in class com.saperion.connector.rmi.AbstractDocRMIClientCommand
Saves the document paramaters to the document.
saveDocument(String, String, List<SaPropertyValue>) - Method in interface com.saperion.connector.rmi.SaRMIClientCommand
Saves the document paramaters to the document.
saveDocument(String, String, List<SaPropertyValue>, boolean) - Method in interface com.saperion.connector.rmi.SaRMIClientCommand
Saves the document paramaters to the document.
saveDocument(int, String, String, List<SaPropertyValue>) - Method in interface com.saperion.rmi.common.SaRMIServerCommand
Saves the document parameters to the document.
saveDocument(int, String, String, List<SaPropertyValue>, boolean) - Method in interface com.saperion.rmi.common.SaRMIServerCommand
Saves the document parameters to the document.
saveFavoriteEnabled - Variable in class com.saperion.ngc.iform.xml.ResultType
 
saveLayout - Variable in class com.saperion.ngc.iform.xml.EditFieldType
 
saveLayout - Variable in class com.saperion.ngc.iform.xml.ResultType
 
SAVENODE_COMMITMODE_DISK - Static variable in class com.saperion.constants.SaConstants
The system waits until the object has been committed, i.e., until the documents are actually physically on the hard drive.
SAVENODE_COMMITMODE_MEDIUM - Static variable in class com.saperion.constants.SaConstants
system waits until the document is on the medium.
SAVENODE_COMMITMODE_MEDIUMVERIFIED - Static variable in class com.saperion.constants.SaConstants
system waits until the document is verified to be on the medium.
SAVENODE_COMMITMODE_MEMORY - Static variable in class com.saperion.constants.SaConstants
object will not be committed (documents are written to the hard drive).
SaVersionData - Interface in com.saperion.intf
Version metadata of a document.
SaVersionDataImpl - Class in com.saperion.rmi
Class for storing and transfering document revision data including both index metadata and document-specific data such as creator of revision, revision comment, and number.
SaVersionDataImpl() - Constructor for class com.saperion.rmi.SaVersionDataImpl
Default constructor.
SaVersionDataImpl(SaPropertyValue[], SaRevision) - Constructor for class com.saperion.rmi.SaVersionDataImpl
Full constructor.
saveScale - Variable in class com.saperion.ngc.iform.xml.ViewerType
 
SaWFConnector - Interface in com.saperion.connector.wf
Workflow Connector Interface.
SaWFConnectorImpl - Class in com.saperion.connector.wf
Workflow connector implementation.
SaWFConnectorImpl() - Constructor for class com.saperion.connector.wf.SaWFConnectorImpl
Constructs the SaWFConnectorImpl instance which provides workflow functionalities.
SaWFConnectorImpl(String) - Constructor for class com.saperion.connector.wf.SaWFConnectorImpl
Constructs the SaWFConnectorImpl instance which provides workflow functionalities.
SaWFConnectorImpl(SaClassicConnector) - Constructor for class com.saperion.connector.wf.SaWFConnectorImpl
Constructor with given connector.
SaWFConstants - Class in com.saperion.constants
Workflow specific constants.
SaWFConstants.CommandId - Enum in com.saperion.constants
command ids.
SaWfEvent - Interface in com.saperion.intf.wf
Bean interface for an event.
SaWfEventImpl - Class in com.saperion.event
Implementation of the interface @link SaWfEvent.
Holds the information about a specific workflow event like the HDoc, NodeId and SysRowId of the event.
SaWfEventImpl(String, String, int, String, String, long) - Constructor for class com.saperion.event.SaWfEventImpl
Constructor.
SaWfEventListener - Interface in com.saperion.intf.wf
An interface to fire events and to get/set event filters.
SaWFTask - Interface in com.saperion.connector.wf
Class for handling all step related tasks.
SaWFTaskImpl - Class in com.saperion.connector.wf
Implementation of the @link SaWFTask interface.
SaWFTaskImpl(SaClassicConnectorImpl, TaskInfo, String) - Constructor for class com.saperion.connector.wf.SaWFTaskImpl
Constructor.
SaWorkflowException - Exception in com.saperion.exception.wf
Workflow exception which occurs when a operation on the workflow connector fails.
SaWorkflowException(Throwable) - Constructor for exception com.saperion.exception.wf.SaWorkflowException
Constructs a new exception with the specified detail message and cause.
SaWorkflowException(String) - Constructor for exception com.saperion.exception.wf.SaWorkflowException
Constructs a new exception with the specified detail message.
SaWorkflowException(String, Throwable) - Constructor for exception com.saperion.exception.wf.SaWorkflowException
Constructs a new exception with the specified detail message and cause.
SaWorkflowRefreshException - Exception in com.saperion.exception.wf
Indicates that an exception occurred while refreshing a workflow.
SaWorkflowRefreshException(Throwable) - Constructor for exception com.saperion.exception.wf.SaWorkflowRefreshException
Constructs a new SaWorkflowRefreshException.
SaWorkspaceInfo - Class in com.saperion.rmi
 
SaWorkspaceInfo(String, String, String) - Constructor for class com.saperion.rmi.SaWorkspaceInfo
Constructor.
SaXEventBean - Class in com.saperion.events.bean
 
SaXEventBean() - Constructor for class com.saperion.events.bean.SaXEventBean
Constructor from event text.
SaXEventBean(String) - Constructor for class com.saperion.events.bean.SaXEventBean
Constructor from event text.
SaXWFEventBean - Class in com.saperion.events.bean
Work Flow Event Bean.
SaXWFEventBean(String) - Constructor for class com.saperion.events.bean.SaXWFEventBean
Constructor from event text.
scale - Variable in class com.saperion.ngc.iform.xml.BitmapType
 
scaleFont - Variable in class com.saperion.ngc.iform.xml.PosType
 
script - Variable in class com.saperion.ngc.iform.xml.ButtonType
 
script - Variable in class com.saperion.ngc.iform.xml.EditFieldType
 
script - Variable in class com.saperion.ngc.iform.xml.HeaderType
 
script - Variable in class com.saperion.ngc.iform.xml.ResultType
 
ScriptType - Class in com.saperion.ngc.iform.xml
Java class for ScriptType complex type.
ScriptType() - Constructor for class com.saperion.ngc.iform.xml.ScriptType
 
search(String) - Method in interface com.saperion.connector.SaClassicConnector
Deprecated.
Use searchHQL() instead. Will be removed with version 8.1
search(String) - Method in class com.saperion.connector.SaClassicConnectorImpl
Deprecated.
searchFolderClass(SaFolderClassSearchInfo) - Method in class com.saperion.connector.rmi.AbstractFolderRMIClientCommand
Searches for folder classes with the specified properties.
searchFolderClass(SaFolderClassSearchInfo) - Method in interface com.saperion.connector.rmi.SaRMIClientCommand
Searches for folder classes with the specified properties.
searchFolderClass(SaFolderClassSearchInfo) - Method in interface com.saperion.connector.SaClassicConnector
Searches for folder classes that match the specified propertied.
searchFolderClass(SaFolderClassSearchInfo) - Method in class com.saperion.connector.SaClassicConnectorImpl
 
searchFolderClass(int, SaFolderClassSearchInfo) - Method in interface com.saperion.rmi.common.SaRMIServerCommand
Searches for folder classes with the specified properties.
searchFolderDocuments(String, String, SaQueryInfo) - Method in class com.saperion.connector.rmi.AbstractFolderRMIClientCommand
HQL search extended with additional folder informations and depth.
searchFolderDocuments(String, String, SaQueryInfo) - Method in interface com.saperion.connector.rmi.SaRMIClientCommand
HQL search extended with additional folder informations and depth.
searchFolderDocuments(String, String, SaQueryInfo) - Method in interface com.saperion.connector.SaClassicConnector
HQL search extended with additional folder informations and depth.
searchFolderDocuments(String, String, SaQueryInfo) - Method in class com.saperion.connector.SaClassicConnectorImpl
 
searchFolderDocuments(int, String, String, SaQueryInfo) - Method in interface com.saperion.rmi.common.SaRMIServerCommand
HQL search extended with additional folder informations and depth.
searchHQL(SaQueryInfo) - Method in interface com.saperion.connector.SaClassicConnector
Performs a search with the given hql query (hibernate query language).
searchHQL(SaQueryInfo) - Method in class com.saperion.connector.SaClassicConnectorImpl
 
searchLookupEntries(ArchiveReferenceType, QueryExpression<Boolean>) - Method in class com.saperion.connector.service.RmiClientExtendedLookupEntryService
 
searchLookupEntries(ArchiveReferenceType, QueryExpression<Boolean>) - Method in interface com.saperion.lookup.ExtendedLookupEntryService
This method lists the lookup entries that meet a given filtering condition.
SearchLookupEntriesOperation - Class in com.saperion.operations.lookup
This Operation returns every lookup entry in a given ddc that meets a condition.
SearchLookupEntriesOperation(ArchiveReferenceType, QueryExpression<Boolean>) - Constructor for class com.saperion.operations.lookup.SearchLookupEntriesOperation
 
searchSettings(SettingSearchInfo) - Method in interface com.saperion.connector.rmi.SaRMIClientCommand
Searches for settings.
searchSettings(SettingSearchInfo) - Method in class com.saperion.connector.rmi.SaRMIClientCommandImpl
Searches for settings.
searchSettings(SettingSearchInfo) - Method in interface com.saperion.connector.SaClassicConnector
This method searches settings in the database.
searchSettings(SettingSearchInfo) - Method in class com.saperion.connector.SaClassicConnectorImpl
 
searchSettings(int, SettingSearchInfo) - Method in interface com.saperion.rmi.common.SaRMIServerCommand
Searches for settings.
searchUniqueLookupEntry(ArchiveReferenceType, QueryExpression<Boolean>) - Method in class com.saperion.connector.service.RmiClientExtendedLookupEntryService
 
searchUniqueLookupEntry(ArchiveReferenceType, QueryExpression<Boolean>) - Method in interface com.saperion.lookup.ExtendedLookupEntryService
This method returns the single lookup entry from a given ddc that meets the given filtering condition.
SearchUniqueLookupEntryOperation - Class in com.saperion.operations.lookup
This Operation returns the unique lookup entry in a given definition that meets a condition.
SearchUniqueLookupEntryOperation(ArchiveReferenceType, QueryExpression<Boolean>) - Constructor for class com.saperion.operations.lookup.SearchUniqueLookupEntryOperation
 
section(String, SettingSearchInfo.MatchKind) - Method in class com.saperion.settings.SettingSearchInfo
Sets the section to search for and the match kind to search with.
SECTION_APPLICATION_SERVER - Static variable in class com.saperion.constants.SaConstants
ApplicationServer section name.
SECTION_ODBC_SETUP32 - Static variable in class com.saperion.constants.SaConstants
ODBC setup section.
SECTION_RELEASE - Static variable in class com.saperion.constants.SaConstants
Release feature section name.
SECTION_RELEASE_ACL - Static variable in class com.saperion.constants.SaConstants
ACL property in release feature section.
SECTION_RELEASE_USE - Static variable in class com.saperion.constants.SaConstants
Use property in release feature section.
secureBookmark(List<String>, Map<String, String>) - Static method in class com.saperion.util.WeblinkUtil
Generates a secure Bookmark.
secureJmx(String, Object, int, String, String) - Method in class com.saperion.config.SaJmxGuard
Secured the Java Management Extensions(JMX) exposed through JCS RMI if enforced JMX security is configured.
secureURL(List<String>, Map<String, String>) - Static method in class com.saperion.util.WeblinkUtil
Generates a secure URL.
secureWeblink(String, String, String, int, String, boolean) - Static method in class com.saperion.util.WeblinkUtil
Generates Secure weblink.
secureWeblink(String, String, String, int, String, boolean, boolean, String, boolean, Long) - Static method in class com.saperion.util.WeblinkUtil
Generates Secure weblink.
SecurityQueryStrategy - Enum in com.saperion.config
Query modification strategy for security conditions.
seek(long) - Method in class com.saperion.rmi.SaRMIInputStreamSeekable
 
SELECT - Static variable in class com.saperion.constants.SaPatterns
select pattern.
SELECT_CLAUSE - Static variable in class com.saperion.constants.SaPatterns
precompiled Pattern for select.
SELECT_PRESENT - Static variable in class com.saperion.constants.SaPatterns
precompiled Pattern for select.
selectedImage - Variable in class com.saperion.structures.Structure
Selected image of this structure.
selectField - Variable in class com.saperion.ngc.iform.xml.LevelType
 
sendBarcode(String, String, String, String, String, String, int) - Method in interface com.saperion.connector.rmi.SaRMIClientCommand
Send barcode to SAP.
sendBarcode(String, String, String, String, String, String, int) - Method in class com.saperion.connector.rmi.SaRMIClientCommandImpl
Send barcode to SAP.
sendBarcode(String, String, String, String, String, String, int) - Method in interface com.saperion.connector.SaClassicConnector
Sends the Document UID with the barcode to SAP R/3.
sendBarcode(String, String, String, String, String, String, int) - Method in class com.saperion.connector.SaClassicConnectorImpl
 
sendBarcode(int, String, String, String, String, String, String, int) - Method in interface com.saperion.rmi.common.SaRMIServerCommand
Send barcode to SAP.
sendError(int) - Method in class com.saperion.web.filter.StatusServletResponseWrapper
 
sendError(int, String) - Method in class com.saperion.web.filter.StatusServletResponseWrapper
 
SerializableStream - Class in com.saperion.rmi
When this stream is serialized, it's content will be written to the archive or to a temporary buffer on the server side.
SerializableStream(int, InputStream, String, int, int, boolean) - Constructor for class com.saperion.rmi.SerializableStream
Instantiates a new serializable stream.
SerializableStream(int, InputStream, String, int, int, boolean, SerializableStreamContentHandler.ContentHandlers) - Constructor for class com.saperion.rmi.SerializableStream
Instantiates a new serializable stream.
SerializableStream(int, ContentStream, int) - Constructor for class com.saperion.rmi.SerializableStream
ContentStream constructor.
SerializableStream(int, ContentStream, int, SerializableStreamContentHandler.ContentHandlers) - Constructor for class com.saperion.rmi.SerializableStream
ContentStream constructor.
SerializableStreamContentHandler - Interface in com.saperion.rmi
Interface for content handlers used by SerializableStream.
SerializableStreamContentHandler.ContentHandlers - Enum in com.saperion.rmi
Enumeration of available content handlers.
server - Variable in class com.saperion.ngc.iform.xml.ScriptType
 
ServerSideClientConfiguration - Class in com.saperion.config
This class holds configuration that is set on the server-side but concerns the client side (classic connector).
ServerSideClientConfiguration(boolean) - Constructor for class com.saperion.config.ServerSideClientConfiguration
 
session - Variable in class com.saperion.connector.rmi.AbstractRMIClientCommand
Session which is representing the actual logged in user
sessionInfo - Variable in class com.saperion.connector.rmi.AbstractRMIClientCommand
The session information like user agent, remote address etc.
SessionTokens - Class in com.saperion.operations.inject
Holds session tokens for injection.
SessionTokens(int, SaJNIUserToken, UsrToken, String, int, int) - Constructor for class com.saperion.operations.inject.SessionTokens
 
setAccessibleWorkspaces(String[]) - Method in class com.saperion.rmi.SaWorkspaceInfo
 
setAclList(String) - Method in class com.saperion.ngc.iform.xml.HeaderType
Sets the value of the aclList property.
setACLName(String, String, String, int, String) - Method in class com.saperion.connector.rmi.AbstractDocRMIClientCommand
Sets the given ACL to the node.
setACLName(String, String, String, int, String) - Method in interface com.saperion.connector.rmi.SaRMIClientCommand
Sets the given ACL to the node.
setACLName(String, String, String, String) - Method in interface com.saperion.connector.SaClassicConnector
This method specifies the Access Control Lists that secure the document given by its id.
setACLName(String, String, String, String) - Method in class com.saperion.connector.SaClassicConnectorImpl
 
setACLName(int, String, String, String, int, String) - Method in interface com.saperion.rmi.common.SaRMIServerCommand
Sets the given ACL to the node.
setAcls(List<AclReferenceType>) - Method in class com.saperion.conversion.CreateDocumentInputTypeFromDocumentInfoAdapter
 
setAcls(List<AclReferenceType>) - Method in class com.saperion.conversion.UpdateDocumentInputTypeFromUpdateInfoAdapter
 
setAcls(String) - Method in class com.saperion.structures.Description
 
setActivity(int) - Method in interface com.saperion.intf.wf.ContextInfo
 
setActivity(int) - Method in class com.saperion.rmi.ContextInfoImpl
setActivity(int) - Method in class com.saperion.wf.HistoryInfoImpl
 
setActor(String) - Method in interface com.saperion.intf.wf.ContextInfo
 
setActor(String) - Method in class com.saperion.rmi.ContextInfoImpl
setAlias(ActorInfo) - Method in interface com.saperion.connector.wf.SaWFTask
Sets the actor to be used as alias for the next action.
setAlias(ActorInfo) - Method in class com.saperion.connector.wf.SaWFTaskImpl
Sets the actor to be used as alias for the next action.
setAlias(String) - Method in interface com.saperion.intf.wf.ContextInfo
 
setAlias(String) - Method in class com.saperion.rmi.ContextInfoImpl
setAliasActor(ActorInfo) - Method in interface com.saperion.connector.wf.SaWFTask
Deprecated.
this method actually sets the next actor by overwriting the nextActor field. Use SaWFTask.setAlias(ActorInfo) instead. Will be removed in 8.1.
setAliasActor(ActorInfo) - Method in class com.saperion.connector.wf.SaWFTaskImpl
Sets the alias actor.
setAlign(AlignType) - Method in class com.saperion.ngc.iform.xml.ColumnType
Sets the value of the align property.
setAlign(AlignType) - Method in class com.saperion.ngc.iform.xml.EditFieldType
Sets the value of the align property.
setAlign(AlignType) - Method in class com.saperion.ngc.iform.xml.LabelType
Sets the value of the align property.
setAllowInactiveLookup(boolean) - Method in class com.saperion.ngc.iform.xml.EditFieldType
Sets the value of the allowInactiveLookup property.
setAnnotations(String, int, String) - Method in class com.saperion.connector.rmi.AbstractDocRMIClientCommand
Sets the given annotations to the document.
setAnnotations(String, int, String) - Method in interface com.saperion.connector.rmi.SaRMIClientCommand
Sets the given annotations to the document.
setAnnotations(String, int, String) - Method in interface com.saperion.connector.SaClassicConnector
Sets the given annotations to the document.
setAnnotations(String, int, String) - Method in class com.saperion.connector.SaClassicConnectorImpl
 
setAnnotations(int, String, int, String) - Method in interface com.saperion.rmi.common.SaRMIServerCommand
Sets the given annotations to the document.
setArchiveReference(ArchiveReferenceType) - Method in class com.saperion.conversion.CreateDocumentInputTypeFromDocumentInfoAdapter
 
setAttachmentUID(String) - Method in interface com.saperion.intf.wf.ContextInfo
 
setAttachmentUID(String) - Method in class com.saperion.rmi.ContextInfoImpl
setAttrFett(boolean) - Method in class com.saperion.ngc.iform.xml.FontType
Sets the value of the attrFett property.
setAttribute(Attribute) - Method in class com.saperion.config.SaAbstractJMXProperties
setAttribute(Attribute) - Method in class com.saperion.config.SaJMXBackendProperties
setAttribute(Attribute) - Method in class com.saperion.config.SaJMXConfiguration
setAttribute(String, String) - Method in interface com.saperion.connector.events.CustomEventBuilder
Sets an attribute.
setAttribute(Attribute) - Method in class com.saperion.util.StartupTimerMBean
 
setAttributes(AttributeList) - Method in class com.saperion.config.SaAbstractJMXProperties
setAttributes(AttributeList) - Method in class com.saperion.config.SaJMXConfiguration
setAttributes(SerializableMap) - Method in interface com.saperion.connector.events.CustomEventBuilder
Discards the attributes given already and uses the given ones instead.
setAttributes(AttributeList) - Method in class com.saperion.util.StartupTimerMBean
 
setAttrItalic(boolean) - Method in class com.saperion.ngc.iform.xml.FontType
Sets the value of the attrItalic property.
setAttrUnderline(boolean) - Method in class com.saperion.ngc.iform.xml.FontType
Sets the value of the attrUnderline property.
setAutoComplete(boolean) - Method in class com.saperion.ngc.iform.xml.EditFieldType
Sets the value of the autoComplete property.
setBasePath(String) - Static method in class com.saperion.util.configuration.ConfigurationUtil
Sets the base path of all configurations files handled by this util.
setBEnabled(boolean) - Method in class com.saperion.ngc.iform.xml.EditFieldType
Sets the value of the bEnabled property.
setBigDecimal(String, BigDecimal) - Method in class com.saperion.rmi.SaQueryInfo
 
setBigInteger(String, BigInteger) - Method in class com.saperion.rmi.SaQueryInfo
 
setBinary(String, byte[]) - Method in class com.saperion.rmi.SaQueryInfo
 
setBindUseFields(short) - Method in class com.saperion.ngc.iform.xml.DatabindingType
Sets the value of the bindUseFields property.
setBitmap(byte[]) - Method in class com.saperion.ngc.iform.xml.ButtonType
Sets the value of the bitmap property.
setBmName(String) - Method in class com.saperion.ngc.iform.xml.BitmapType
Sets the value of the bmName property.
setBmType(BmTypeType) - Method in class com.saperion.ngc.iform.xml.BitmapType
Sets the value of the bmType property.
setBoolean(String, boolean) - Method in class com.saperion.rmi.SaQueryInfo
 
setBottom(int) - Method in class com.saperion.ngc.iform.xml.PosType
Sets the value of the bottom property.
setBPersistent(boolean) - Method in class com.saperion.ngc.iform.xml.EditFieldType
Sets the value of the bPersistent property.
setByte(String, byte) - Method in class com.saperion.rmi.SaQueryInfo
 
setCacheable(boolean) - Method in class com.saperion.rmi.SaQueryInfo
 
setCacheMode(SaQueryInfo.QueryCacheMode) - Method in class com.saperion.rmi.SaQueryInfo
 
setCalendar(String, Calendar) - Method in class com.saperion.rmi.SaQueryInfo
 
setCalendarDate(String, Calendar) - Method in class com.saperion.rmi.SaQueryInfo
 
setCenter(PaneDescription.Layout) - Method in class com.saperion.ngc.iform.PaneDescription.Layout
 
setCFill(long) - Method in class com.saperion.ngc.iform.xml.FrameType
Sets the value of the cFill property.
setCFill(long) - Method in class com.saperion.ngc.iform.xml.GroupboxType
Sets the value of the cFill property.
setCFillFrom(long) - Method in class com.saperion.ngc.iform.xml.HeaderType
Sets the value of the cFillFrom property.
setCFillTo(long) - Method in class com.saperion.ngc.iform.xml.HeaderType
Sets the value of the cFillTo property.
setCFrame(long) - Method in class com.saperion.ngc.iform.xml.FrameType
Sets the value of the cFrame property.
setCFrame(long) - Method in class com.saperion.ngc.iform.xml.GroupboxType
Sets the value of the cFrame property.
setCharacter(String, char) - Method in class com.saperion.rmi.SaQueryInfo
 
setCheckin(Boolean) - Method in class com.saperion.bean.UpdateDocumentInfo
 
setCheckoutInfo(List<?>) - Method in interface com.saperion.intf.SaDocumentInfo
 
setCheckoutInfo(List<?>) - Method in class com.saperion.rmi.SaDocumentInfoImpl
setCleanSection(boolean) - Method in class com.saperion.settings.PropertyWrapper
 
setClearOnNewSearch(boolean) - Method in class com.saperion.ngc.iform.xml.EditFieldType
Sets the value of the clearOnNewSearch property.
setClient(String) - Method in class com.saperion.ngc.iform.xml.ScriptType
Sets the value of the client property.
setCNormal(long) - Method in class com.saperion.ngc.iform.xml.HeaderType
Sets the value of the cNormal property.
setCnt(int) - Method in class com.saperion.ngc.iform.xml.HeaderType
Sets the value of the cnt property.
setCntDispFields(short) - Method in class com.saperion.ngc.iform.xml.LevelType
Sets the value of the cntDispFields property.
setCntFields(Integer) - Method in class com.saperion.ngc.iform.xml.GroupType
Sets the value of the cntFields property.
setCntGroups(long) - Method in class com.saperion.ngc.iform.xml.HeaderType
Sets the value of the cntGroups property.
setCntImages(short) - Method in class com.saperion.ngc.iform.xml.LevelType
Sets the value of the cntImages property.
setCntLevels(short) - Method in class com.saperion.ngc.iform.xml.OutlinerType
Sets the value of the cntLevels property.
setCollapsable(boolean) - Method in class com.saperion.ngc.iform.xml.GroupboxType
Sets the value of the collapsable property.
setCollapsible(boolean) - Method in class com.saperion.ngc.iform.xml.FrameType
Sets the value of the collapsible property.
setColorError(long) - Method in class com.saperion.ngc.iform.xml.EditFieldType
Sets the value of the colorError property.
setColorError(long) - Method in class com.saperion.ngc.iform.xml.ResultType
Sets the value of the colorError property.
setColorLine(long) - Method in class com.saperion.ngc.iform.xml.ResultType
Sets the value of the colorLine property.
setColorOk(long) - Method in class com.saperion.ngc.iform.xml.EditFieldType
Sets the value of the colorOk property.
setColorOk(long) - Method in class com.saperion.ngc.iform.xml.ResultType
Sets the value of the colorOk property.
setCombineFocus(boolean) - Method in class com.saperion.ngc.iform.xml.ViewerType
Sets the value of the combineFocus property.
setCommand(SaWFConstants.CommandId) - Method in interface com.saperion.intf.wf.ContextInfo
 
setCommand(SaWFConstants.CommandId) - Method in class com.saperion.rmi.ContextInfoImpl
setCommand(int) - Method in class com.saperion.wf.HistoryInfoImpl
 
setComment(String) - Method in interface com.saperion.connector.wf.SaWFTask
Set comment to the next execute.
setComment(String) - Method in class com.saperion.connector.wf.SaWFTaskImpl
Set comment to the next execute.
setComment(String) - Method in class com.saperion.conversion.CreateDocumentInputTypeFromDocumentInfoAdapter
 
setComment(String) - Method in class com.saperion.conversion.UpdateDocumentInputTypeFromUpdateInfoAdapter
 
setComment(String) - Method in interface com.saperion.intf.wf.ContextInfo
 
setComment(String) - Method in class com.saperion.rmi.ContextInfoImpl
setComments(CommentInfo[]) - Method in class com.saperion.wf.HistoryInfoImpl
 
setConditionField(int) - Method in class com.saperion.ngc.iform.xml.EditFieldType
Sets the value of the conditionField property.
setConfigType(SaJMXConstants.ConfigVariant, String) - Method in class com.saperion.config.SaJMXConfiguration
Set the configuration type and main file.
setConfigType(SaJMXConstants.ConfigVariant, Properties) - Method in class com.saperion.config.SaJMXConfiguration
Set the configuration type and properties.
setConfigTypeAndConfigDirectory(SaJMXConstants.ConfigVariant, String) - Method in class com.saperion.config.SaJMXConfiguration
Set the configuration type and configuration directory.
setContainer(long) - Method in class com.saperion.ngc.iform.xml.PosType
Sets the value of the container property.
setContent(String) - Method in interface com.saperion.intf.SaFolderSaveInfo
 
setContent(String) - Method in class com.saperion.ngc.iform.xml.PaneLayoutType
Sets the value of the content property.
setContent(String) - Method in class com.saperion.rmi.SaFolderSaveInfoImpl
setCopied(boolean) - Method in class com.saperion.ngc.iform.xml.BitmapType
Sets the value of the copied property.
setCSet(long) - Method in class com.saperion.ngc.iform.xml.HeaderType
Sets the value of the cSet property.
setCText(long) - Method in class com.saperion.ngc.iform.xml.HeaderType
Sets the value of the cText property.
setCTextSet(long) - Method in class com.saperion.ngc.iform.xml.HeaderType
Sets the value of the cTextSet property.
setCurrencySymbol(String) - Method in class com.saperion.ngc.iform.xml.EditFieldType
Sets the value of the currencySymbol property.
setCurrentUserPresent(boolean) - Method in interface com.saperion.connector.SaClassicConnector
Deprecated.
setCurrentUserPresent(boolean) - Method in class com.saperion.connector.SaClassicConnectorImpl
 
SetCurrentUserPresent - Class in com.saperion.operations.user
When invoked, the server will set the current users presence.
SetCurrentUserPresent(boolean) - Constructor for class com.saperion.operations.user.SetCurrentUserPresent
Literal constructor.
SetCurrentUserPresentOperation - Class in com.saperion.operations.user
When invoked, the server will set the current users presence.
SetCurrentUserPresentOperation(boolean) - Constructor for class com.saperion.operations.user.SetCurrentUserPresentOperation
Literal constructor.
SetCurrentUserSubstituteAccess - Class in com.saperion.operations.user
When invoked, the server will set the current user's substitute's access to the user's workflow-inbox.
SetCurrentUserSubstituteAccess(boolean) - Constructor for class com.saperion.operations.user.SetCurrentUserSubstituteAccess
Literal constructor.
setCustomACL(long) - Method in class com.saperion.ngc.iform.xml.LevelType
Sets the value of the customACL property.
setCustomACL(boolean) - Method in class com.saperion.ngc.iform.xml.ResultType
Sets the value of the customACL property.
setData(byte[]) - Method in class com.saperion.ngc.iform.xml.BitmapType
Sets the value of the data property.
setDatabinding(DatabindingType) - Method in class com.saperion.ngc.iform.xml.ButtonType
Sets the value of the databinding property.
setDatabinding(DatabindingType) - Method in class com.saperion.ngc.iform.xml.ResultType
Sets the value of the databinding property.
setDate(Date) - Method in interface com.saperion.intf.wf.ContextInfo
 
setDate(Date) - Method in class com.saperion.rmi.ContextInfoImpl
setDate(String, Date) - Method in class com.saperion.rmi.SaQueryInfo
 
setDbFieldName(String) - Method in class com.saperion.ngc.iform.xml.ColumnType
Sets the value of the dbFieldName property.
setDbFieldName(String) - Method in class com.saperion.ngc.iform.xml.EditFieldType
Sets the value of the dbFieldName property.
setDDCName(String) - Method in class com.saperion.event.SaEventImpl
 
setDDCName(String) - Method in class com.saperion.events.bean.SaXEventBean
 
setDefaultButton(int) - Method in class com.saperion.ngc.iform.xml.ResultType
Sets the value of the defaultButton property.
setDefaultButtonBarExistent(boolean) - Method in class com.saperion.ngc.iform.xml.FrameType
Sets the value of the defaultButtonBarExistent property.
setDefName(String) - Method in class com.saperion.ngc.iform.xml.HeaderType
Sets the value of the defName property.
setDefName(String) - Method in class com.saperion.ngc.iform.xml.LevelType
Sets the value of the defName property.
setDescription(String) - Method in interface com.saperion.intf.SaAcl
This method sets the description of the acl.
setDescription(String) - Method in class com.saperion.rmi.SaAclImpl
This method sets the description of the acl.
setDescription(String) - Method in class com.saperion.wf.ProcessDefinitionDescriptor
 
setDisplayName(String) - Method in class com.saperion.ngc.iform.xml.ColumnType
Sets the value of the displayName property.
setDocUID(String) - Method in class com.saperion.wf.AttachmentInfoImpl
Sets the document UID.
setDocumentElement(DocumentElementType) - Method in class com.saperion.conversion.UpdateDocumentInputTypeFromUpdateInfoAdapter
 
SetDocumentRead - Class in com.saperion.operations.document
Sets the state of the specified document to 'read'.
SetDocumentRead(String, String) - Constructor for class com.saperion.operations.document.SetDocumentRead
 
setDocumentState(int, String, String, String) - Method in interface com.saperion.rmi.common.SaRMIServerCommand
Sets the SYSDOCUMENTSTATE value of a document to the specified value without creating a new revision.
SetDocumentUnread - Class in com.saperion.operations.document
Sets the state of the specified document to 'unread'.
SetDocumentUnread(String, String) - Constructor for class com.saperion.operations.document.SetDocumentUnread
 
setDone(boolean) - Method in interface com.saperion.connector.wf.WorkflowResult
 
setDone(boolean) - Method in class com.saperion.connector.wf.WorkflowResultImpl
setDouble(String, double) - Method in class com.saperion.rmi.SaQueryInfo
 
setDynamic(boolean) - Method in class com.saperion.rmi.SaPropertyValueImpl
 
setEast(PaneDescription.Layout) - Method in class com.saperion.ngc.iform.PaneDescription.Layout
 
setEditMask(String) - Method in class com.saperion.ngc.iform.xml.LevelType
Sets the value of the editMask property.
setElementMark(int) - Method in class com.saperion.connector.rmi.AbstractDocRMIClientCommand
Mark the content element.
setElementMark(int) - Method in interface com.saperion.connector.rmi.SaRMIClientCommand
Mark the content element.
setElementMark(int, int) - Method in interface com.saperion.rmi.common.SaRMIServerCommand
Mark the content element.
setEnableMaximize(short) - Method in class com.saperion.ngc.iform.xml.EditFieldType
Sets the value of the enableMaximize property.
setEntry(Class<T>, T) - Method in interface com.saperion.intf.SaSystemSetting
Sets the system setting.
setEntry(Class<T>, T) - Method in interface com.saperion.intf.SaUserSetting
Sets the user setting.
setEntry(Class<T>, T) - Method in class com.saperion.settings.SaSystemSettingImpl
Sets the system setting.
setEntry(Class<T>, T) - Method in class com.saperion.settings.SaUserSettingImpl
Sets the user setting.
setError(int) - Method in class com.saperion.wf.HistoryInfoImpl
 
setErrorCode(SaRMIFolderException.ErrorCode) - Method in exception com.saperion.rmi.serverexception.SaRMIFolderException
 
setErrorMsg(String) - Method in class com.saperion.wf.HistoryInfoImpl
 
setErrorParameter(Object...) - Method in exception com.saperion.rmi.serverexception.SaRMIFolderException
 
setEventFilter(SaEventFilter) - Method in interface com.saperion.intf.SaEventListener
Sets the event filter for this listener.
setEventsEnabled(boolean) - Method in interface com.saperion.connector.rmi.SaRMIClientCommand
Sets whether events (e.g.
setEventsEnabled(boolean) - Method in class com.saperion.connector.rmi.SaRMIClientCommandImpl
 
setEventsEnabled(boolean) - Method in interface com.saperion.connector.SaClassicConnector
This method sets whether events (e.g.
setEventsEnabled(boolean) - Method in class com.saperion.connector.SaClassicConnectorImpl
 
setEventsEnabled(int, boolean) - Method in interface com.saperion.rmi.common.SaRMIServerCommand
Sets whether events (e.g.
setExecutionResult(ExecutionResult) - Method in interface com.saperion.connector.wf.WorkflowResult
 
setExecutionResult(ExecutionResult) - Method in class com.saperion.connector.wf.WorkflowResultImpl
setExportEnabled(boolean) - Method in class com.saperion.ngc.iform.xml.ResultType
Sets the value of the exportEnabled property.
setExstyle(int) - Method in class com.saperion.ngc.iform.xml.ButtonType
Sets the value of the exstyle property.
setFetchSize(int) - Method in class com.saperion.rmi.SaQueryInfo
 
setFieldDDC(String) - Method in class com.saperion.ngc.iform.xml.EditFieldType
Sets the value of the fieldDDC property.
setFieldDefault(String) - Method in class com.saperion.ngc.iform.xml.EditFieldType
Sets the value of the fieldDefault property.
setFieldDescription(String) - Method in class com.saperion.ngc.iform.xml.EditFieldType
Sets the value of the fieldDescription property.
setFieldLength(long) - Method in class com.saperion.ngc.iform.xml.EditFieldType
Sets the value of the fieldLength property.
setFieldName(String) - Method in interface com.saperion.intf.SaFilterValue
 
setFieldName(String) - Method in class com.saperion.ngc.iform.xml.ColumnType
Sets the value of the fieldName property.
setFieldNames(String[]) - Method in class com.saperion.event.SaEventImpl
 
setFieldType(int) - Method in class com.saperion.ngc.iform.xml.ColumnType
Sets the value of the fieldType property.
setFieldType(SaConstants.SaFieldType) - Method in class com.saperion.rmi.SaPropertyValueImpl
Sets the field type.
setFileName(String) - Method in class com.saperion.bean.ContentStream
 
setFileName(String) - Method in class com.saperion.rmi.SaRMIInputStream
 
setFilterEnabled(boolean) - Method in class com.saperion.ngc.iform.xml.ResultType
Sets the value of the filterEnabled property.
setFilterNumber(int) - Method in class com.saperion.rmi.SaRMIEventFilter
Internal methode to set the filter number.
setFilterValue(String) - Method in interface com.saperion.intf.SaFilterValue
 
setFirstResult(int) - Method in class com.saperion.rmi.SaQueryInfo
setFlags(int) - Method in interface com.saperion.intf.SaFilterValue
Sets the filter flags.
setFlags(int) - Method in class com.saperion.ngc.iform.xml.HotkeyType
Sets the value of the flags property.
setFloat(String, float) - Method in class com.saperion.rmi.SaQueryInfo
setFName(String) - Method in class com.saperion.ngc.iform.xml.EditFieldType
Sets the value of the fName property.
setFnClose(byte[]) - Method in class com.saperion.ngc.iform.xml.LevelType
Sets the value of the fnClose property.
setFnOpen(byte[]) - Method in class com.saperion.ngc.iform.xml.LevelType
Sets the value of the fnOpen property.
setFolderAcl(String, String, String) - Method in class com.saperion.connector.rmi.AbstractFolderRMIClientCommand
Sets an ACL for the given folder.
setFolderAcl(String, String, String) - Method in interface com.saperion.connector.rmi.SaRMIClientCommand
Sets an ACL for the given folder.
setFolderAcl(String, String, String) - Method in interface com.saperion.connector.SaClassicConnector
Sets an ACL for the given folder.
setFolderAcl(String, String, String) - Method in class com.saperion.connector.SaClassicConnectorImpl
 
setFolderAcl(int, String, String, String) - Method in interface com.saperion.rmi.common.SaRMIServerCommand
Sets an ACL for the given folder.
setFont(FontType) - Method in class com.saperion.ngc.iform.xml.ButtonType
Sets the value of the font property.
setFont(FontType) - Method in class com.saperion.ngc.iform.xml.EditFieldType
Sets the value of the font property.
setFont(FontType) - Method in class com.saperion.ngc.iform.xml.FrameType
Sets the value of the font property.
setFont(FontType) - Method in class com.saperion.ngc.iform.xml.GroupboxType
Sets the value of the font property.
setFont(FontType) - Method in class com.saperion.ngc.iform.xml.LabelType
Sets the value of the font property.
setFont(FontType) - Method in class com.saperion.ngc.iform.xml.OutlinerType
Sets the value of the font property.
setFont(FontType) - Method in class com.saperion.ngc.iform.xml.ResultType
Sets the value of the font property.
setFont(FontType) - Method in class com.saperion.ngc.iform.xml.TabListType
Sets the value of the font property.
setForceDocumentIndexMask(boolean) - Method in class com.saperion.ngc.iform.xml.ResultType
Sets the value of the forceDocumentIndexMask property.
setFormatString(String) - Method in class com.saperion.ngc.iform.xml.EditFieldType
Sets the value of the formatString property.
setFractionDigits(int) - Method in class com.saperion.ngc.iform.xml.EditFieldType
Sets the value of the fractionDigits property.
setFrameColor(long) - Method in class com.saperion.ngc.iform.xml.ViewerType
Sets the value of the frameColor property.
setFrameId(long) - Method in class com.saperion.ngc.iform.xml.PosType
Sets the value of the frameId property.
setFrameposition(long) - Method in class com.saperion.ngc.iform.xml.HeaderType
Sets the value of the frameposition property.
setFramePosition(long) - Method in class com.saperion.ngc.iform.xml.PosType
Sets the value of the framePosition property.
setFrameScale(long) - Method in class com.saperion.ngc.iform.xml.ViewerType
Sets the value of the frameScale property.
setFrom(short) - Method in class com.saperion.ngc.iform.xml.ConnectionType
Sets the value of the from property.
setGroupName(String) - Method in class com.saperion.ngc.iform.xml.TabType
Sets the value of the groupName property.
setHasMenu(boolean) - Method in class com.saperion.ngc.iform.xml.ViewerType
Sets the value of the hasMenu property.
setHasToolbar(boolean) - Method in class com.saperion.ngc.iform.xml.HeaderType
Sets the value of the hasToolbar property.
setHasToolbar(boolean) - Method in class com.saperion.ngc.iform.xml.ViewerType
Sets the value of the hasToolbar property.
setHeader(HeaderType) - Method in class com.saperion.ngc.iform.xml.Form
Sets the value of the header property.
setHeight(String) - Method in class com.saperion.ngc.iform.PaneDescription.Layout
 
setHidden(boolean) - Method in class com.saperion.ngc.iform.xml.ColumnType
Sets the value of the hidden property.
setHidden(HiddenType) - Method in class com.saperion.ngc.iform.xml.Form
Sets the value of the hidden property.
setHideButtons(boolean) - Method in class com.saperion.ngc.iform.xml.EditFieldType
Sets the value of the hideButtons property.
setHideEmpty(boolean) - Method in class com.saperion.ngc.iform.xml.OutlinerType
Sets the value of the hideEmpty property.
setHideHeader(boolean) - Method in class com.saperion.ngc.iform.xml.OutlinerType
Sets the value of the hideHeader property.
setHomeField(String) - Method in class com.saperion.ngc.iform.xml.LevelType
Sets the value of the homeField property.
setHotkey(HotkeyType) - Method in class com.saperion.ngc.iform.xml.ButtonType
Sets the value of the hotkey property.
setHotkey(HotkeyType) - Method in class com.saperion.ngc.iform.xml.TabType
Sets the value of the hotkey property.
setId(int) - Method in class com.saperion.ngc.iform.PaneDescription.Layout
 
setId(int) - Method in class com.saperion.ngc.iform.xml.ColumnType
Sets the value of the id property.
setIncludeForm(Form) - Method in class com.saperion.ngc.iform.xml.IncludeType
Sets the value of the includeForm property.
setIndex(Map<String, PropertyType>) - Method in class com.saperion.conversion.CreateDocumentInputTypeFromDocumentInfoAdapter
 
setIndex(int) - Method in class com.saperion.ngc.iform.xml.TabType
Sets the value of the index property.
setIndex(int) - Method in class com.saperion.wf.HistoryInfoImpl
 
setIndexData(Map<String, PropertyType>) - Method in class com.saperion.conversion.UpdateDocumentInputTypeFromUpdateInfoAdapter
 
setIndexMask(String) - Method in class com.saperion.ngc.iform.xml.ResultType
Sets the value of the indexMask property.
setIndexStates(EnumSet<SaQueryInfo.IndexState>) - Method in class com.saperion.rmi.SaQueryInfo
Sets the index states of documents that will be included in the query result.
setInheritACL(long) - Method in class com.saperion.ngc.iform.xml.LevelType
Sets the value of the inheritACL property.
setInheritQuery(long) - Method in class com.saperion.ngc.iform.xml.LevelType
Sets the value of the inheritQuery property.
setInitializer(String, WebAppInitializer) - Method in class com.saperion.web.WebAppInitUtil
Sets the given WebAppInitializer by the given name if not already existing.
setInputMask(String) - Method in class com.saperion.ngc.iform.xml.EditFieldType
Sets the value of the inputMask property.
setInputStream(InputStream) - Method in class com.saperion.bean.ContentStream
setInteger(String, int) - Method in class com.saperion.rmi.SaQueryInfo
setIsGrid(boolean) - Method in class com.saperion.ngc.iform.xml.ResultType
Sets the value of the isGrid property.
setIsLookup(boolean) - Method in class com.saperion.ngc.iform.xml.EditFieldType
Sets the value of the isLookup property.
setIsVar(boolean) - Method in class com.saperion.ngc.iform.xml.EditFieldType
Sets the value of the isVar property.
setJoinField(String) - Method in class com.saperion.ngc.iform.xml.LevelType
Sets the value of the joinField property.
setKey(int) - Method in class com.saperion.ngc.iform.xml.HotkeyType
Sets the value of the key property.
setKind(ButtonKindType) - Method in class com.saperion.ngc.iform.xml.ButtonType
Sets the value of the kind property.
setKind(HeaderKindType) - Method in class com.saperion.ngc.iform.xml.HeaderType
Sets the value of the kind property.
setKind(FrameKindType) - Method in class com.saperion.ngc.iform.xml.PosType
Sets the value of the kind property.
setKind(short) - Method in class com.saperion.ngc.iform.xml.ViewerType
Sets the value of the kind property.
setKind(HistoryInfo.HistoryKind) - Method in class com.saperion.wf.HistoryInfoImpl
 
setLayoutVersion(long) - Method in class com.saperion.ngc.iform.xml.HeaderType
Sets the value of the layoutVersion property.
setLeft(int) - Method in class com.saperion.ngc.iform.xml.PosType
Sets the value of the left property.
setLimit(LimitType) - Method in class com.saperion.ngc.iform.xml.EditFieldType
Sets the value of the limit property.
setLinkDDCName(String) - Method in class com.saperion.event.SaEventImpl
 
setLinkId(String) - Method in class com.saperion.structures.LinkInfo
Sets the id (Hdoc) of linked document.
setListVersion(long) - Method in class com.saperion.ngc.iform.xml.EditFieldType
Sets the value of the listVersion property.
setListVersion(long) - Method in class com.saperion.ngc.iform.xml.ResultType
Sets the value of the listVersion property.
setLocale(Locale) - Method in interface com.saperion.connector.rmi.SaRMIClientCommand
Set the locale for localization.
setLocale(Locale) - Method in class com.saperion.connector.rmi.SaRMIClientCommandImpl
Set the locale for localization.
setLocale(Locale) - Method in interface com.saperion.connector.SaClassicConnector
This methods sets the localization information for the current user.
setLocale(Locale) - Method in class com.saperion.connector.SaClassicConnectorImpl
 
setLocale(int, Locale) - Method in interface com.saperion.rmi.common.SaRMIServerCommand
Set the locale for localization.
setLocked(boolean) - Method in class com.saperion.ngc.iform.xml.ColumnType
Sets the value of the locked property.
setLocked(boolean) - Method in class com.saperion.users.UserFlags
 
setLong(String, long) - Method in class com.saperion.rmi.SaQueryInfo
setLongValue(String) - Method in class com.saperion.settings.Setting
 
setLookupCondition(String) - Method in class com.saperion.ngc.iform.xml.EditFieldType
Sets the value of the lookupCondition property.
setLookupConditionField(String) - Method in class com.saperion.ngc.iform.xml.EditFieldType
Sets the value of the lookupConditionField property.
setLookupConditionFieldDbName(String) - Method in class com.saperion.ngc.iform.xml.EditFieldType
Sets the value of the lookupConditionFieldDbName property.
setLookupConditionFieldType(int) - Method in class com.saperion.ngc.iform.xml.EditFieldType
Sets the value of the lookupConditionFieldType property.
setLookupDDC(String) - Method in class com.saperion.ngc.iform.xml.EditFieldType
Sets the value of the lookupDDC property.
setLookupDDC(boolean) - Method in class com.saperion.ngc.iform.xml.ResultType
Sets the value of the lookupDDC property.
setLookupField(String) - Method in class com.saperion.ngc.iform.xml.EditFieldType
Sets the value of the lookupField property.
setLookupFieldDbName(String) - Method in class com.saperion.ngc.iform.xml.EditFieldType
Sets the value of the lookupFieldDbName property.
setLookupFieldType(int) - Method in class com.saperion.ngc.iform.xml.EditFieldType
Sets the value of the lookupFieldType property.
setLookupStrict(boolean) - Method in class com.saperion.ngc.iform.xml.EditFieldType
Sets the value of the lookupStrict property.
setMandant(int) - Method in interface com.saperion.intf.SaEventFilter
To set the mandant.
setMandant(int) - Method in class com.saperion.rmi.SaRMIEventFilter
To set the mandant.
setMandatory(OverrideKindType) - Method in class com.saperion.ngc.iform.xml.EditFieldType
Sets the value of the mandatory property.
setMashUpHTML(String) - Method in class com.saperion.ngc.iform.xml.MashupType
Sets the value of the mashUpHTML property.
setMashUpURL(String) - Method in class com.saperion.ngc.iform.xml.MashupType
Sets the value of the mashUpURL property.
setMaskPassword(boolean) - Method in class com.saperion.ngc.iform.xml.EditFieldType
Sets the value of the maskPassword property.
setMaxRecords(long) - Method in class com.saperion.ngc.iform.xml.ResultType
Sets the value of the maxRecords property.
setMaxResults(int) - Method in class com.saperion.rmi.SaQueryInfo
setMessage(String) - Method in interface com.saperion.connector.wf.WorkflowResult
 
setMessage(String) - Method in class com.saperion.connector.wf.WorkflowResultImpl
setMultiLine(boolean) - Method in class com.saperion.ngc.iform.xml.ColumnType
Sets the value of the multiLine property.
setMultiSelect(boolean) - Method in interface com.saperion.intf.SaFieldDescription
Enables or disables the multiselect option.
setMultiSelect(boolean) - Method in class com.saperion.ngc.iform.xml.EditFieldType
Sets the value of the multiSelect property.
setMultivalue(boolean) - Method in class com.saperion.ngc.iform.xml.ColumnType
Sets the value of the multivalue property.
setMultivalue(boolean) - Method in class com.saperion.ngc.iform.xml.EditFieldType
Sets the value of the multivalue property.
setMultiValueSeparator(String) - Method in class com.saperion.ngc.iform.xml.EditFieldType
Sets the value of the multiValueSeparator property.
setMultivalueTableName(String) - Method in interface com.saperion.intf.SaFieldDescription
 
setName(String) - Method in interface com.saperion.intf.SaAcl
This method sets the name of the acl.
setName(String) - Method in class com.saperion.ngc.iform.xml.FontType
Sets the value of the name property.
setName(String) - Method in class com.saperion.ngc.iform.xml.Form
Sets the value of the name property.
setName(String) - Method in class com.saperion.ngc.iform.xml.GroupType
Sets the value of the name property.
setName(String) - Method in class com.saperion.rmi.SaAclImpl
This method sets the name of the acl.
setName(String) - Method in class com.saperion.rmi.SaPropertyValueImpl
Sets the property name.
setNaviDisplayFields(ResultType) - Method in class com.saperion.folder.SaFolderClassImpl
 
setNoLocalization(boolean) - Method in class com.saperion.ngc.iform.xml.HeaderType
Sets the value of the noLocalization property.
setNorth(PaneDescription.Layout) - Method in class com.saperion.ngc.iform.PaneDescription.Layout
 
setNotSync(boolean) - Method in class com.saperion.users.UserFlags
 
setOcrLasso(boolean) - Method in class com.saperion.ngc.iform.xml.ViewerType
Sets the value of the ocrLasso property.
setOlStyle(short) - Method in class com.saperion.ngc.iform.xml.LevelType
Sets the value of the olStyle property.
setOStyle(short) - Method in class com.saperion.ngc.iform.xml.OutlinerType
Sets the value of the oStyle property.
setOutOfOffice(boolean) - Method in class com.saperion.connector.rmi.AbstractWfRMIClientCommand
Set the out of office status for the logged on user.
setOutOfOffice(boolean) - Method in interface com.saperion.connector.rmi.SaRMIClientCommand
Set the out of office status for the logged on user.
setOutOfOffice(boolean) - Method in class com.saperion.connector.SaClassicConnectorImpl
set the out of office status for the logged on user.
setOutOfOffice(boolean) - Method in interface com.saperion.connector.wf.SaWFConnector
set the out of office status for the logged on user.
setOutOfOffice(boolean) - Method in class com.saperion.connector.wf.SaWFConnectorImpl
set the out of office status for the logged on user.
setOutOfOffice(int, boolean) - Method in interface com.saperion.rmi.common.SaRMIServerCommand
Set the out of office status for the logged on user.
setOverload() - Method in class com.saperion.connector.rmi.SaRMIServerInfo
Set to overloaded.
setPageSize(int) - Method in class com.saperion.ngc.iform.xml.ResultType
Sets the value of the pageSize property.
setPanel(boolean) - Method in class com.saperion.ngc.iform.PaneDescription.Layout
 
setPaneLayout(PaneLayoutType) - Method in class com.saperion.ngc.iform.xml.Form
Sets the value of the paneLayout property.
setPaneLayout(boolean) - Method in class com.saperion.ngc.iform.xml.HeaderType
Sets the value of the paneLayout property.
setParameter(String, Object) - Method in class com.saperion.rmi.SaQueryInfo
setParameterList(String, Collection<?>) - Method in class com.saperion.rmi.SaQueryInfo
setParameterList(String, Object[]) - Method in class com.saperion.rmi.SaQueryInfo
setParent(WorkflowMember) - Method in interface com.saperion.intf.wf.WorkflowMember
 
setParent(WorkflowMember) - Method in class com.saperion.wf.WorkflowMemberImpl
setParentId(String) - Method in class com.saperion.event.SaEventImpl
 
setPersistVar(boolean) - Method in class com.saperion.ngc.iform.xml.EditFieldType
Sets the value of the persistVar property.
setPictClosed(byte[]) - Method in class com.saperion.ngc.iform.xml.LevelType
Sets the value of the pictClosed property.
setPictOpen(byte[]) - Method in class com.saperion.ngc.iform.xml.LevelType
Sets the value of the pictOpen property.
setPos(PosType) - Method in class com.saperion.ngc.iform.xml.BitmapType
Sets the value of the pos property.
setPos(PosType) - Method in class com.saperion.ngc.iform.xml.ButtonType
Sets the value of the pos property.
setPos(PosType) - Method in class com.saperion.ngc.iform.xml.ConnectionType
Sets the value of the pos property.
setPos(PosType) - Method in class com.saperion.ngc.iform.xml.EditFieldType
Sets the value of the pos property.
setPos(PosType) - Method in class com.saperion.ngc.iform.xml.FrameType
Sets the value of the pos property.
setPos(PosType) - Method in class com.saperion.ngc.iform.xml.GroupboxType
Sets the value of the pos property.
setPos(PosType) - Method in class com.saperion.ngc.iform.xml.IncludeType
Sets the value of the pos property.
setPos(PosType) - Method in class com.saperion.ngc.iform.xml.LabelType
Sets the value of the pos property.
setPos(PosType) - Method in class com.saperion.ngc.iform.xml.MashupType
Sets the value of the pos property.
setPos(PosType) - Method in class com.saperion.ngc.iform.xml.OutlinerType
Sets the value of the pos property.
setPos(PosType) - Method in class com.saperion.ngc.iform.xml.ResultType
Sets the value of the pos property.
setPos(PosType) - Method in class com.saperion.ngc.iform.xml.TabListType
Sets the value of the pos property.
setPos(PosType) - Method in class com.saperion.ngc.iform.xml.ThumbnailType
Sets the value of the pos property.
setPos(PosType) - Method in class com.saperion.ngc.iform.xml.ViewerType
Sets the value of the pos property.
setPosition(Integer) - Method in class com.saperion.bean.ContentStream
 
setProcess(String) - Method in interface com.saperion.intf.wf.ContextInfo
 
setProcess(String) - Method in class com.saperion.rmi.ContextInfoImpl
setProcessName(String) - Method in class com.saperion.wf.HistoryInfoImpl
 
setProperties(SaJMXConstants.ConfigKey, Properties) - Method in class com.saperion.config.SaJMXConfiguration
sets a property set to the already existing configuration.
setProperties(Map<? extends String, ? extends Object>) - Method in class com.saperion.rmi.SaQueryInfo
setProperty(AbstractAnnotation.AnnotationProperty, String) - Method in class com.saperion.annotation.AbstractAnnotation
Sets the property.
setProperty(String, String) - Method in class com.saperion.util.CaseInsensitiveProperties
 
setPropertyValue(Object) - Method in class com.saperion.database.DeleteDocumentProperty
 
setProtoField(String) - Method in interface com.saperion.intf.SaFieldDescription
 
setQueryFormForLookup(String) - Method in class com.saperion.ngc.iform.xml.EditFieldType
Sets the value of the queryFormForLookup property.
setQueryMask(String) - Method in class com.saperion.ngc.iform.xml.ResultType
Sets the value of the queryMask property.
setQueryString(String) - Method in class com.saperion.rmi.SaQueryInfo
 
setRequiredRights(Integer) - Method in class com.saperion.ngc.iform.xml.GroupType
Sets the value of the requiredRights property.
setRequiredRights(long) - Method in class com.saperion.ngc.iform.xml.PosType
Sets the value of the requiredRights property.
setRequiredRights(long) - Method in class com.saperion.ngc.iform.xml.TabListType
Sets the value of the requiredRights property.
setResFieldCnt(int) - Method in class com.saperion.ngc.iform.xml.EditFieldType
Sets the value of the resFieldCnt property.
setResFieldCnt(int) - Method in class com.saperion.ngc.iform.xml.ResultType
Sets the value of the resFieldCnt property.
setResolveLinks(boolean) - Method in class com.saperion.bean.UpdateDocumentInfo
 
setResStyle(int) - Method in class com.saperion.ngc.iform.xml.EditFieldType
Sets the value of the resStyle property.
setResStyle(short) - Method in class com.saperion.ngc.iform.xml.LevelType
Sets the value of the resStyle property.
setResStyle(int) - Method in class com.saperion.ngc.iform.xml.ResultType
Sets the value of the resStyle property.
setRestrictCursor(boolean) - Method in class com.saperion.ngc.iform.xml.EditFieldType
Sets the value of the restrictCursor property.
setResultDDC(String) - Method in class com.saperion.ngc.iform.xml.ResultType
Sets the value of the resultDDC property.
setRight(int) - Method in class com.saperion.ngc.iform.xml.PosType
Sets the value of the right property.
setRootDisabled(boolean) - Method in class com.saperion.ngc.iform.xml.OutlinerType
Sets the value of the rootDisabled property.
setRootName(String) - Method in class com.saperion.ngc.iform.xml.OutlinerType
Sets the value of the rootName property.
setRootPict(byte[]) - Method in class com.saperion.ngc.iform.xml.OutlinerType
Sets the value of the rootPict property.
setRunning() - Method in class com.saperion.connector.rmi.SaRMIServerInfo
Set running.
setSaperionValue(String, Object, SaPropertyValue, SaFieldDescription[]) - Static method in class com.saperion.util.SaperionDataType
Converts the given value to SaperionDataType.
setSaveAction(SaveActionType) - Method in class com.saperion.ngc.iform.xml.ButtonType
Sets the value of the saveAction property.
setSaveFavoriteEnabled(boolean) - Method in class com.saperion.ngc.iform.xml.ResultType
Sets the value of the saveFavoriteEnabled property.
setSaveLayout(boolean) - Method in class com.saperion.ngc.iform.xml.EditFieldType
Sets the value of the saveLayout property.
setSaveLayout(boolean) - Method in class com.saperion.ngc.iform.xml.ResultType
Sets the value of the saveLayout property.
setSaveScale(boolean) - Method in class com.saperion.ngc.iform.xml.ViewerType
Sets the value of the saveScale property.
setScale(boolean) - Method in class com.saperion.ngc.iform.xml.BitmapType
Sets the value of the scale property.
setScaleFont(boolean) - Method in class com.saperion.ngc.iform.xml.PosType
Sets the value of the scaleFont property.
setScript(ScriptType) - Method in class com.saperion.ngc.iform.xml.ButtonType
Sets the value of the script property.
setScript(ScriptType) - Method in class com.saperion.ngc.iform.xml.EditFieldType
Sets the value of the script property.
setScript(ScriptType) - Method in class com.saperion.ngc.iform.xml.HeaderType
Sets the value of the script property.
setScript(ScriptType) - Method in class com.saperion.ngc.iform.xml.ResultType
Sets the value of the script property.
setSelectedImage(int) - Method in class com.saperion.structures.DocumentInfo
 
setSelectedImage(int) - Method in class com.saperion.structures.Structure
 
setSelectedTab(boolean) - Method in class com.saperion.ngc.iform.PaneDescription.Layout
Sets the selectedTab property.
setSelectField(String) - Method in class com.saperion.ngc.iform.xml.LevelType
Sets the value of the selectField property.
setServer(String) - Method in class com.saperion.ngc.iform.xml.ScriptType
Sets the value of the server property.
setSetting(Setting) - Method in interface com.saperion.connector.rmi.SaRMIClientCommand
Persists a setting in the database.
setSetting(Setting) - Method in class com.saperion.connector.rmi.SaRMIClientCommandImpl
Persists a setting in the database.
setSetting(Setting) - Method in interface com.saperion.connector.SaClassicConnector
This method stores a Setting in the database.
setSetting(Setting) - Method in class com.saperion.connector.SaClassicConnectorImpl
 
setSetting(int, Setting) - Method in interface com.saperion.rmi.common.SaRMIServerCommand
Persists the setting in the database.
setSetting(SaConstants.IniKind, String, String, String) - Method in interface com.saperion.rmi.common.SaRMISystemCommand
Sets a value with the given name, section and ini kind to backend profile.
setShort(String, short) - Method in class com.saperion.rmi.SaQueryInfo
setSingleAcl(String) - Method in class com.saperion.ngc.iform.xml.HeaderType
Sets the value of the singleAcl property.
setSizeableFrame(boolean) - Method in class com.saperion.ngc.iform.xml.PosType
Sets the value of the sizeableFrame property.
setSizePoints(int) - Method in class com.saperion.ngc.iform.xml.FontType
Sets the value of the sizePoints property.
setSort(SortKindType) - Method in class com.saperion.ngc.iform.xml.ColumnType
Sets the value of the sort property.
setSortAuto(boolean) - Method in class com.saperion.ngc.iform.xml.ResultType
Sets the value of the sortAuto property.
setSouth(PaneDescription.Layout) - Method in class com.saperion.ngc.iform.PaneDescription.Layout
 
setStartEnabled(boolean) - Method in class com.saperion.ngc.iform.xml.ResultType
Sets the value of the startEnabled property.
setStatus(int) - Method in class com.saperion.event.SaEventImpl
 
setStatus(int) - Method in class com.saperion.web.filter.StatusServletResponseWrapper
 
setStopped() - Method in class com.saperion.connector.rmi.SaRMIServerInfo
Set to stopped.
setStopped() - Method in class com.saperion.connector.rmi.SaRMISystemConnector
Set the info to stopped.
setStreaming(Boolean) - Method in class com.saperion.bean.ContentStream
Sets the streaming option.
setString(String, String) - Method in class com.saperion.rmi.SaQueryInfo
setStructure(DocumentElementType) - Method in class com.saperion.conversion.CreateDocumentInputTypeFromDocumentInfoAdapter
 
setStructureView(boolean) - Method in class com.saperion.ngc.iform.xml.ViewerType
Sets the value of the structureView property.
setStyle(int) - Method in class com.saperion.ngc.iform.xml.ButtonType
Sets the value of the style property.
setSubstitute(String) - Method in class com.saperion.connector.rmi.AbstractWfRMIClientCommand
Set the substitute for the logged on user.
setSubstitute(String) - Method in interface com.saperion.connector.rmi.SaRMIClientCommand
Set the substitute for the logged on user.
setSubstitute(String) - Method in class com.saperion.connector.SaClassicConnectorImpl
Set the substitute for the logged on user.
setSubstitute(String) - Method in interface com.saperion.connector.wf.SaWFConnector
Set the substitute for the logged on user.
setSubstitute(String) - Method in class com.saperion.connector.wf.SaWFConnectorImpl
Set the substitute for the logged on user.
setSubstitute(int, String) - Method in interface com.saperion.rmi.common.SaRMIServerCommand
Set the substitute for the logged on user.
setSync(boolean) - Method in interface com.saperion.connector.wf.SaWFTask
Set sync parameter.
setSync(boolean) - Method in class com.saperion.connector.wf.SaWFTaskImpl
Set sync parameter.
setSync(boolean) - Method in interface com.saperion.intf.wf.ContextInfo
 
setSync(boolean) - Method in class com.saperion.rmi.ContextInfoImpl
setSyncFromNet(boolean) - Method in class com.saperion.users.UserFlags
 
setSyncLDAP(boolean) - Method in class com.saperion.users.UserFlags
 
setSyncToNet(boolean) - Method in class com.saperion.users.UserFlags
 
setSystimestamp(Timestamp) - Method in class com.saperion.events.bean.SaXEventBean
 
setSysTimeStamp(Timestamp) - Method in class com.saperion.events.bean.SaXWFEventBean
 
setTab(boolean) - Method in class com.saperion.ngc.iform.PaneDescription.Layout
 
setTabCnt(int) - Method in class com.saperion.ngc.iform.xml.TabListType
Sets the value of the tabCnt property.
setTabIndex(int) - Method in class com.saperion.ngc.iform.xml.PosType
Sets the value of the tabIndex property.
setTabPosition(TabPositionType) - Method in class com.saperion.ngc.iform.xml.TabListType
Sets the value of the tabPosition property.
setTargetField(String) - Method in class com.saperion.ngc.iform.xml.LevelType
Sets the value of the targetField property.
setTask(SaWFTask) - Method in interface com.saperion.connector.wf.WorkflowResult
 
setTask(SaWFTask) - Method in class com.saperion.connector.wf.WorkflowResultImpl
setTaskUID(String) - Method in interface com.saperion.intf.wf.ProcessInfo
 
setTaskUID(String) - Method in class com.saperion.wf.ProcessInfoImpl
setTechnicalUser(boolean) - Method in class com.saperion.users.UserFlags
 
setTenantName(String) - Method in class com.saperion.bean.SapDocInfo
 
setText(String) - Method in class com.saperion.ngc.iform.xml.ButtonType
Sets the value of the text property.
setText(String) - Method in class com.saperion.ngc.iform.xml.FrameType
Sets the value of the text property.
setText(String) - Method in class com.saperion.ngc.iform.xml.GroupboxType
Sets the value of the text property.
setText(String) - Method in class com.saperion.ngc.iform.xml.TabType
Sets the value of the text property.
setText(String) - Method in class com.saperion.ngc.iform.xml.ToolbarType
Sets the value of the text property.
setText(String, String) - Method in class com.saperion.rmi.SaQueryInfo
setTextstring(String) - Method in class com.saperion.ngc.iform.xml.LabelType
Sets the value of the textstring property.
setThumbnailPos(short) - Method in class com.saperion.ngc.iform.xml.ViewerType
Sets the value of the thumbnailPos property.
setThumbnailView(boolean) - Method in class com.saperion.ngc.iform.xml.ViewerType
Sets the value of the thumbnailView property.
setTime(String, Date) - Method in class com.saperion.rmi.SaQueryInfo
setTimeout(int) - Method in class com.saperion.rmi.SaQueryInfo
setTimestamp(String, Date) - Method in class com.saperion.rmi.SaQueryInfo
Setting - Class in com.saperion.settings
A setting that is stored in the database.
Setting(String, String, String) - Constructor for class com.saperion.settings.Setting
Creates a new setting.
Setting(String, String, String, boolean) - Constructor for class com.saperion.settings.Setting
Creates a new setting with a value that can be longer than 2KB if needed.
Setting(String, String, String, boolean, Date) - Constructor for class com.saperion.settings.Setting
Creates a new setting with a value that can be longer than 2KB if needed and a timestamp.
SettingSearchInfo - Class in com.saperion.settings
Defines how to search for a setting.
SettingSearchInfo.MatchKind - Enum in com.saperion.settings
 
SettingSearchResult - Class in com.saperion.settings
Represents the result of a search for settings.
SettingSearchResult(List<Setting>) - Constructor for class com.saperion.settings.SettingSearchResult
Creates a new SettingSearchResult.
setTitle(String) - Method in class com.saperion.ngc.iform.PaneDescription.Layout
 
setTitle(String) - Method in class com.saperion.ngc.iform.xml.HeaderType
Sets the value of the title property.
setTitle(String) - Method in class com.saperion.ngc.iform.xml.ResultType
Sets the value of the title property.
setTitle(String) - Method in class com.saperion.ngc.iform.xml.TabListType
Sets the value of the title property.
setTitle(String) - Method in class com.saperion.ngc.iform.xml.ViewerType
Sets the value of the title property.
setTo(short) - Method in class com.saperion.ngc.iform.xml.ConnectionType
Sets the value of the to property.
setToolbar(ToolbarType) - Method in class com.saperion.ngc.iform.xml.Form
Sets the value of the toolbar property.
setToolbar(String) - Method in class com.saperion.ngc.iform.xml.ViewerType
Sets the value of the toolbar property.
setTooltip(String) - Method in class com.saperion.ngc.iform.xml.EditFieldType
Sets the value of the tooltip property.
setTop(int) - Method in class com.saperion.ngc.iform.xml.PosType
Sets the value of the top property.
setTransition(int) - Method in interface com.saperion.intf.wf.ContextInfo
 
setTransition(int) - Method in class com.saperion.rmi.ContextInfoImpl
setTransition(int) - Method in class com.saperion.wf.HistoryInfoImpl
 
setTransparent(boolean) - Method in class com.saperion.ngc.iform.xml.BitmapType
Sets the value of the transparent property.
setTrusted(boolean) - Method in interface com.saperion.connector.wf.SaWFTask
Set trusted parameter.
setTrusted(boolean) - Method in class com.saperion.connector.wf.SaWFTaskImpl
Set trusted parameter.
setTrusted(boolean) - Method in interface com.saperion.intf.wf.ContextInfo
 
setTrusted(boolean) - Method in class com.saperion.rmi.ContextInfoImpl
setType(FieldTypeEnum) - Method in class com.saperion.database.DeleteDocumentProperty
 
setUrl(URL) - Method in class com.saperion.bean.ContentStream
setUseCalendar(boolean) - Method in class com.saperion.ngc.iform.xml.EditFieldType
Sets the value of the useCalendar property.
setUsedLicense(int, int) - Method in interface com.saperion.connector.rmi.SaRMIClientCommand
Set the count of used licenses.
setUsedLicense(int, int) - Method in class com.saperion.connector.rmi.SaRMIClientCommandImpl
Set the count of used licenses.
setUsedLicense(int, int) - Method in class com.saperion.connector.rmi.SaRMISystemConnector
Set the count of used licenses.
setUsedLicense(int, int) - Method in interface com.saperion.connector.SaClassicConnector
Set the count of used licenses.
setUsedLicense(int, int) - Method in class com.saperion.connector.SaClassicConnectorImpl
 
setUsedLicense(int, int) - Method in interface com.saperion.rmi.common.SaRMISystemCommand
Set the count of used licenses.
setUseFields(boolean) - Method in class com.saperion.ngc.iform.xml.ButtonType
Sets the value of the useFields property.
setUseHistory(boolean) - Method in class com.saperion.ngc.iform.xml.EditFieldType
Sets the value of the useHistory property.
setUseQueryFormForLookup(boolean) - Method in class com.saperion.ngc.iform.xml.EditFieldType
Sets the value of the useQueryFormForLookup property.
SetUserExtensionCacheEnabled - Class in com.saperion.operations.user
enables/disables caching of user/group/tenant extensions.
SetUserExtensionCacheEnabled(boolean) - Constructor for class com.saperion.operations.user.SetUserExtensionCacheEnabled
Creates an Operation that enables/disables caching of user/group/tenant extensions.
setUserFullName(String) - Method in class com.saperion.wf.ActorInfoImpl
Sets the fullname.
setUserId(int) - Method in class com.saperion.wf.ActorInfoImpl
Sets the user id.
setUserInfo(SaUserInfo) - Method in interface com.saperion.intf.SaLockInfo
Sets the user info.
setUserInfo(SaUserInfo) - Method in class com.saperion.rmi.SaCheckoutInfo
Sets the user info object.
setUserName(String) - Method in class com.saperion.bean.SapDocInfo
 
setUserOrgUnit(int) - Method in class com.saperion.wf.ActorInfoImpl
Sets the organization unit.
setUserOrgUnitName(String) - Method in class com.saperion.wf.ActorInfoImpl
Sets the name of the organisation unit.
setUserSetting(SaUserSetting) - Method in interface com.saperion.connector.rmi.SaRMIClientCommand
Persists a user setting object.
setUserSetting(SaUserSetting) - Method in class com.saperion.connector.rmi.SaRMIClientCommandImpl
Persists a user setting object.
setUserSetting(SaUserSetting) - Method in interface com.saperion.connector.SaClassicConnector
Persists a user-specific setting object.
setUserSetting(SaUserSetting) - Method in class com.saperion.connector.SaClassicConnectorImpl
 
setUserSetting(int, SaUserSetting) - Method in interface com.saperion.rmi.common.SaRMIServerCommand
Persists user-specific settings to the saperion backend.
setUserShort(String) - Method in class com.saperion.wf.ActorInfoImpl
Sets the display name.
setUtf8(boolean) - Method in class com.saperion.ngc.iform.xml.ButtonType
Sets the value of the utf8 property.
setValue(String) - Method in class com.saperion.settings.Setting
 
setValues(List<SaPropertyValue>) - Method in interface com.saperion.intf.SaFolderSaveInfo
 
setValues(List<SaPropertyValue>) - Method in class com.saperion.rmi.SaFolderSaveInfoImpl
INTERNAL USE ONLY!
setValueType(int) - Method in interface com.saperion.intf.SaValue
Sets the value type.
setVarDataType(short) - Method in class com.saperion.ngc.iform.xml.EditFieldType
Sets the value of the varDataType property.
setVariables(int, Map<String, String>) - Method in class com.saperion.connector.rmi.AbstractDocRMIClientCommand
 
setVariables(int, Map<String, String>) - Method in interface com.saperion.connector.rmi.SaRMIClientCommand
Method to set the Variables for an Content-Object or the Structure itself.
setVariables(int, int, Map<String, String>) - Method in interface com.saperion.rmi.common.SaRMIServerCommand
Method to set the Variables for an Content-Object or the Structure itself.
setVersion(int) - Method in class com.saperion.rmi.DDCImpl
Sets the version.
setViewerClass(String) - Method in class com.saperion.ngc.iform.xml.ViewerType
Sets the value of the viewerClass property.
setVisibility(VisibilityType) - Method in class com.saperion.ngc.iform.xml.PosType
Sets the value of the visibility property.
setWest(PaneDescription.Layout) - Method in class com.saperion.ngc.iform.PaneDescription.Layout
 
setWfAllowSubstAccess(boolean) - Method in class com.saperion.users.UserFlags
 
setWfWorkInPool(boolean) - Method in class com.saperion.users.UserFlags
 
setWidth(String) - Method in class com.saperion.ngc.iform.PaneDescription.Layout
 
setWorkflowAction(WorkflowActionType) - Method in class com.saperion.ngc.iform.xml.ButtonType
Sets the value of the workflowAction property.
setWorkingTime(int) - Method in interface com.saperion.connector.wf.SaWFTask
 
setWorkingTime(int) - Method in class com.saperion.connector.wf.SaWFTaskImpl
setWorkingTime(int) - Method in interface com.saperion.intf.wf.ContextInfo
 
setWorkingTime(int) - Method in class com.saperion.rmi.ContextInfoImpl
setWriteable(boolean) - Method in class com.saperion.config.SaAbstractJMXProperties
 
setWx(int) - Method in class com.saperion.ngc.iform.xml.ColumnType
Sets the value of the wx property.
setWx(int) - Method in class com.saperion.ngc.iform.xml.HeaderType
Sets the value of the wx property.
setWxCombo(int) - Method in class com.saperion.ngc.iform.xml.EditFieldType
Sets the value of the wxCombo property.
setWy(int) - Method in class com.saperion.ngc.iform.xml.HeaderType
Sets the value of the wy property.
setWyCombo(int) - Method in class com.saperion.ngc.iform.xml.EditFieldType
Sets the value of the wyCombo property.
setXCombo(int) - Method in class com.saperion.ngc.iform.xml.EditFieldType
Sets the value of the xCombo property.
setXevent(int) - Method in class com.saperion.events.bean.SaXEventBean
 
setXEventId(String) - Method in class com.saperion.events.bean.SaXWFEventBean
 
setXhdoc(String) - Method in class com.saperion.events.bean.SaXEventBean
 
setXHDoc(String) - Method in class com.saperion.events.bean.SaXWFEventBean
 
setXNodeId(int) - Method in class com.saperion.events.bean.SaXWFEventBean
 
setXparentid(String) - Method in class com.saperion.events.bean.SaXEventBean
 
setXProcess(String) - Method in class com.saperion.events.bean.SaXWFEventBean
 
setXstatus(int) - Method in class com.saperion.events.bean.SaXEventBean
 
setXsysrowid(String) - Method in class com.saperion.events.bean.SaXEventBean
 
setXSysRowId(String) - Method in class com.saperion.events.bean.SaXWFEventBean
 
setXtransaction(String) - Method in class com.saperion.events.bean.SaXEventBean
 
shutdown() - Method in class com.saperion.connector.pool.ConnectionPoolUtil
Closes the poolUtil.
singleAcl - Variable in class com.saperion.ngc.iform.xml.HeaderType
 
sizeableFrame - Variable in class com.saperion.ngc.iform.xml.PosType
 
sizePoints - Variable in class com.saperion.ngc.iform.xml.FontType
 
skip(long) - Method in class com.saperion.common.streams.BlockingInputStream
 
skip(long) - Method in class com.saperion.rmi.SaContentStream
skipMandatoryCheckForFolder(Properties, String) - Method in class com.saperion.util.ClassicConnectorUtil
Skip mandatory check for folder.
sort - Variable in class com.saperion.ngc.iform.xml.ColumnType
 
sortAuto - Variable in class com.saperion.ngc.iform.xml.ResultType
 
SortKindType - Enum in com.saperion.ngc.iform.xml
Java class for sortKindType.
SPECIAL_COLUMN_NAME_CLAUSE - Static variable in class com.saperion.constants.SaPatterns
precompiled Clause to extract the Column Name with special characters.
SPECIAL_DATEFORMAT - Static variable in class com.saperion.constants.SaConstants
The Constant SPECIAL_DATEFORMAT.
SPECIALCHARS - Static variable in class com.saperion.constants.SaConstants
Special characters.
SQLType - Enum in com.saperion.config
Enum SQLType.
Defines the different SQL types like Oracle and MSSQl.
STAR - Static variable in class com.saperion.util.HdocUtil
The Constant STAR.
start(String, String) - Method in class com.saperion.util.StartupTimer
Notifies this StartupTimer that a new action in the startup process has begun.
START_JMSSERVER - Static variable in class com.saperion.constants.SaJMSConstants
 
started - Variable in class com.saperion.rmi.SaRMIInputStream
 
STARTED_AS_SERVICE_KEY - Static variable in class com.saperion.constants.SaConstants
Start mode key.
startEnabled - Variable in class com.saperion.ngc.iform.xml.ResultType
 
startSQLTransaction(String) - Method in class com.saperion.connector.rmi.AbstractQueryRMIClientCommand
Start SQL transaction.
startSQLTransaction(String) - Method in interface com.saperion.connector.rmi.SaRMIClientCommand
Start SQL transaction.
startSQLTransaction(int, String) - Method in interface com.saperion.rmi.common.SaRMIServerCommand
Start SQL transaction.
startTransaction() - Method in class com.saperion.connector.rmi.AbstractDocRMIClientCommand
Starts a transaction in the backend system.
startTransaction() - Method in interface com.saperion.connector.rmi.SaRMIClientCommand
Starts a transaction in the backend system.
startTransaction(int) - Method in interface com.saperion.rmi.common.SaRMIServerCommand
Starts a transaction in the backend system.
StartupTimer - Class in com.saperion.util
A utility class intended to be used to monitor the startup behavior of a single process.
StartupTimerMBean - Class in com.saperion.util
Management bean for StartupTimer.
StartupTimerMBean(StartupTimer) - Constructor for class com.saperion.util.StartupTimerMBean
 
StatusServletResponseWrapper - Class in com.saperion.web.filter
Wrapper class for the HttpServletResponse to receive the response status.
StatusServletResponseWrapper(HttpServletResponse) - Constructor for class com.saperion.web.filter.StatusServletResponseWrapper
Builds the wrapper for the given response.
stop(String) - Method in class com.saperion.util.StartupTimer
Notifies this StartupTimer that the action identified by the id was finished.
stopServer() - Method in interface com.saperion.connector.SaClassicConnector
Deprecated.
Functionality removed because of security-concerns. Method contained for compatibility only. Use windows service management tool or SAPERION MMC to stop the server. Will be removed with version 8.1.
stopServer() - Method in class com.saperion.connector.SaClassicConnectorImpl
Deprecated.
storeDocument(boolean, int, String, String, String) - Method in class com.saperion.connector.rmi.AbstractDocRMIClientCommand
Stores the actual document to the backend.
storeDocument(boolean, int, String, String, String, boolean) - Method in class com.saperion.connector.rmi.AbstractDocRMIClientCommand
Stores the actual document to the backend.
storeDocument(boolean, int, String, String, String) - Method in interface com.saperion.connector.rmi.SaRMIClientCommand
Stores the actual document to the backend.
storeDocument(boolean, int, String, String, String, boolean) - Method in interface com.saperion.connector.rmi.SaRMIClientCommand
Stores the actual document to the backend.
storeDocument(int, boolean, int, String, String, String) - Method in interface com.saperion.rmi.common.SaRMIServerCommand
Stores the actual document to the backend.
storeDocument(int, boolean, int, String, String, String, boolean) - Method in interface com.saperion.rmi.common.SaRMIServerCommand
Stores the actual document to the backend.
storeSystemFile(SystemFileKind, String, InputStream) - Method in interface com.saperion.connector.rmi.SaRMIClientCommand
Stores a system file of a specific kind.
storeSystemFile(SystemFileKind, String, InputStream) - Method in class com.saperion.connector.rmi.SaRMIClientCommandImpl
Stores a system file of a specific kind.
storeSystemFile(SystemFileKind, String, InputStream) - Method in interface com.saperion.connector.SaClassicConnector
This method stores a system file of a specific kind.
storeSystemFile(SystemFileKind, String, InputStream) - Method in class com.saperion.connector.SaClassicConnectorImpl
 
storeSystemFile(int, SystemFileKind, String, byte[]) - Method in interface com.saperion.rmi.common.SaRMIServerCommand
Stores a system file of a specific kind.
StoreSystemFileOperation - Class in com.saperion.operations
This Operation stores a new system file.
StoreSystemFileOperation(String, byte[], SystemFileKind) - Constructor for class com.saperion.operations.StoreSystemFileOperation
 
streaming - Variable in class com.saperion.bean.ContentStream
true if streaming for content should be switched on.
StreamUtil - Class in com.saperion.util
Utility class for copying streams, file channels and append byte arrays.
StreamVerificationException - Exception in com.saperion.exception
Will be thrown if that calculated hash or length of the content stream does not match the expected values.
StreamVerificationException() - Constructor for exception com.saperion.exception.StreamVerificationException
 
StreamVerificationException(String, Throwable) - Constructor for exception com.saperion.exception.StreamVerificationException
 
StreamVerificationException(String) - Constructor for exception com.saperion.exception.StreamVerificationException
 
StreamVerificationException(Throwable) - Constructor for exception com.saperion.exception.StreamVerificationException
 
structure - Variable in class com.saperion.structures.DocumentInfo
This DocumentInfos structure.
Structure - Class in com.saperion.structures
A structure bean for structuring content stream with their variables.
Structure(ContentStream[]) - Constructor for class com.saperion.structures.Structure
Creates a new UpdateDocumentInfo.
structureView - Variable in class com.saperion.ngc.iform.xml.ViewerType
 
style - Variable in class com.saperion.ngc.iform.xml.ButtonType
 
StyleType - Enum in com.saperion.ngc.iform.xml
Java class for styleType.
SVINDEXFORM - Static variable in class com.saperion.constants.SaFolderConstants
SVINDEXFORM folder property.
SVQUERYFORM - Static variable in class com.saperion.constants.SaFolderConstants
SVQUERYFORM folder property.
SYS_MASK_HEIGHT - Static variable in class com.saperion.constants.SaConstants
The Constant SYS_MASK_HEIGHT.
SYS_MASK_WIDTH - Static variable in class com.saperion.constants.SaConstants
The Constant SYS_MASK_WIDTH.
sysConnector - Variable in class com.saperion.connector.rmi.AbstractRMIClientCommand
 
SYSFIELDS - Static variable in class com.saperion.constants.SaConstants
System fields.
SYSINDEXSTATE_DELETED_REVISION_VALUE - Static variable in class com.saperion.constants.SaConstants
The SYSINDEXSTATE value for a revision of a deleted document.
SYSINDEXSTATE_DELETED_VALUE - Static variable in class com.saperion.constants.SaConstants
The SYSINDEXSTATE value for a deleted document.
SYSINDEXSTATE_ORIGINAL - Static variable in class com.saperion.constants.SaConstants
 
SYSINDEXSTATE_REVISION_VALUE - Static variable in class com.saperion.constants.SaConstants
The SYSINDEXSTATE value for a revision of an existing document.
SYSMASKDDCNAME - Static variable in class com.saperion.constants.SaFolderConstants
Mask DDC name property for mask folders.
SYSTEM_CONFIG - Static variable in class com.saperion.config.SaJMXConfiguration
System configuration name.
SystemFieldWriteException - Exception in com.saperion.exception
This exception indicates that a call tried to write to a system field directly.
SystemFieldWriteException(ArchiveReferenceType, List<String>) - Constructor for exception com.saperion.exception.SystemFieldWriteException
 
SystemFileKind - Enum in com.saperion.settings
This enumeration holds the types of system files in a Saperion system.

T

tabCnt - Variable in class com.saperion.ngc.iform.xml.TabListType
 
tabIndex - Variable in class com.saperion.ngc.iform.xml.PosType
 
TABLE_DELIMITER - Static variable in class com.saperion.constants.SaFolderConstants
delimiter for table names in the system field SaFolderConstants.FIELD_SYSDOCUMENTTABLES
tabList - Variable in class com.saperion.ngc.iform.xml.Form
 
tabList - Variable in class com.saperion.ngc.iform.xml.FrameType
 
tabList - Variable in class com.saperion.ngc.iform.xml.GroupboxType
 
tabList - Variable in class com.saperion.ngc.iform.xml.HiddenType
 
tabList - Variable in class com.saperion.ngc.iform.xml.TabType
 
TabListType - Class in com.saperion.ngc.iform.xml
Java class for TabListType complex type.
TabListType() - Constructor for class com.saperion.ngc.iform.xml.TabListType
 
tabPosition - Variable in class com.saperion.ngc.iform.xml.TabListType
 
TabPositionType - Enum in com.saperion.ngc.iform.xml
Java class for tabPositionType.
tabs - Variable in class com.saperion.ngc.iform.xml.TabListType
 
TabType - Class in com.saperion.ngc.iform.xml
Java class for TabType complex type.
TabType() - Constructor for class com.saperion.ngc.iform.xml.TabType
 
TAG_READ_BUFFER_SIZE - Static variable in class com.saperion.constants.SaConstants
Buffer size tag in archief.ini for Reading.
TAG_WRITE_BUFFER_SIZE - Static variable in class com.saperion.constants.SaConstants
Buffer size tag in archief.ini for Writing.
targetClients - Variable in class com.saperion.ngc.iform.xml.HeaderType
 
TargetClientsType - Enum in com.saperion.ngc.iform.xml
Java class for targetClientsType.
targetField - Variable in class com.saperion.ngc.iform.xml.LevelType
 
TaskAuditInfo - Interface in com.saperion.intf.wf
Workflow audit information interface.
TaskAuditInfoImpl - Class in com.saperion.wf
Task audit information object.
TaskAuditInfoImpl(Map<String, Object>, String, Map<String, SaConstants.SaFieldType>) - Constructor for class com.saperion.wf.TaskAuditInfoImpl
Constructor.
TaskInfo - Interface in com.saperion.intf.wf
Step information interface.
TaskInfoFlags - Class in com.saperion.wf
 
TaskInfoFlags(int) - Constructor for class com.saperion.wf.TaskInfoFlags
Constructor.
TaskInfoImpl - Class in com.saperion.wf
 
TaskInfoImpl(Map<String, Object>, String, Map<String, SaConstants.SaFieldType>) - Constructor for class com.saperion.wf.TaskInfoImpl
Constructor from property map.
TaskUserSelection - Class in com.saperion.connector.wf
Holds the selectable users for a given task.
TaskUserSelection.SelectionType - Enum in com.saperion.connector.wf
An enumeration for the different types of user assignments to tasks.
TECH_PASS - Static variable in class com.saperion.constants.SaConstants
Entry for technical user password
TempBufferContentHandler - Class in com.saperion.rmi
A SerializableStreamContentHandler that writes to a temporary buffer.
TempBufferContentHandler() - Constructor for class com.saperion.rmi.TempBufferContentHandler
Default constructor that reads the following settings from saperion.properties.
TEMPLATE_CREATEVIEW_JCRPATH - Static variable in class com.saperion.constants.SaConstants
Template for view JCRPath.
tenant() - Method in class com.saperion.connector.pool.PooledSession
 
test() - Static method in class com.saperion.util.HdocUtil
Test method.
Text - Class in com.saperion.annotation
A text annotation (like a sticky-note).
Text(Map<AbstractAnnotation.AnnotationProperty, String>) - Constructor for class com.saperion.annotation.Text
Instantiates a new text.
text - Variable in class com.saperion.ngc.iform.xml.ButtonType
 
text - Variable in class com.saperion.ngc.iform.xml.FrameType
 
text - Variable in class com.saperion.ngc.iform.xml.GroupboxType
 
text - Variable in class com.saperion.ngc.iform.xml.TabType
 
text - Variable in class com.saperion.ngc.iform.xml.ToolbarType
 
textstring - Variable in class com.saperion.ngc.iform.xml.LabelType
 
throwMissingConnection() - Static method in class com.saperion.connector.exceptions.ConnectorExceptions
 
throwNotLoggedOn() - Static method in class com.saperion.connector.exceptions.ConnectorExceptions
 
throwNotLoggedOn(Throwable) - Static method in class com.saperion.connector.exceptions.ConnectorExceptions
 
throwSystemException(String) - Static method in class com.saperion.connector.exceptions.ConnectorExceptions
 
throwSystemException(String, Throwable) - Static method in class com.saperion.connector.exceptions.ConnectorExceptions
 
throwSystemException(Throwable) - Static method in class com.saperion.connector.exceptions.ConnectorExceptions
 
throwWrongRMIVersion() - Static method in class com.saperion.connector.exceptions.ConnectorExceptions
 
thumbnail - Variable in class com.saperion.ngc.iform.xml.Form
 
thumbnail - Variable in class com.saperion.ngc.iform.xml.FrameType
 
thumbnail - Variable in class com.saperion.ngc.iform.xml.HiddenType
 
thumbnail - Variable in class com.saperion.ngc.iform.xml.TabType
 
thumbnailPos - Variable in class com.saperion.ngc.iform.xml.ViewerType
 
ThumbnailType - Class in com.saperion.ngc.iform.xml
Java class for ThumbnailType complex type.
ThumbnailType() - Constructor for class com.saperion.ngc.iform.xml.ThumbnailType
 
thumbnailView - Variable in class com.saperion.ngc.iform.xml.ViewerType
 
TIME_FORMAT - Static variable in class com.saperion.constants.SaConstants
time format (24h).
TimeInfo - Interface in com.saperion.intf.wf
Time info interface.
TimeInfoImpl - Class in com.saperion.wf
Time info class.
TimeInfoImpl(Map<String, Object>, boolean) - Constructor for class com.saperion.wf.TimeInfoImpl
Constructor from property map.
title - Variable in class com.saperion.ngc.iform.xml.HeaderType
 
title - Variable in class com.saperion.ngc.iform.xml.ResultType
 
title - Variable in class com.saperion.ngc.iform.xml.TabListType
 
title - Variable in class com.saperion.ngc.iform.xml.ViewerType
 
to - Variable in class com.saperion.ngc.iform.xml.ConnectionType
 
token() - Method in class com.saperion.connector.pool.PooledSession
 
TOKEN_ALIVE - Static variable in class com.saperion.constants.SaConstants
Hold time for user token.
TOKEN_ATTRIBUTE - Static variable in class com.saperion.constants.SaConstants
Token attribute for SaCredentials.
toLegacyBitmask(Set<AccessRight>) - Static method in class com.saperion.bean.AccessRightConverter
Converts a set of AccessRight to a bitmask containing the flags defined in the ACC_ constants in SaConstants.
toLowerCaseUnicode(String) - Static method in class com.saperion.util.SaStringHelper
 
toolbar - Variable in class com.saperion.ngc.iform.xml.Form
 
toolbar - Variable in class com.saperion.ngc.iform.xml.ViewerType
 
ToolbarType - Class in com.saperion.ngc.iform.xml
Java class for ToolbarType complex type.
ToolbarType() - Constructor for class com.saperion.ngc.iform.xml.ToolbarType
 
tooltip - Variable in class com.saperion.ngc.iform.xml.EditFieldType
 
top - Variable in class com.saperion.ngc.iform.xml.PosType
 
TOPIC_EVENT - Static variable in class com.saperion.constants.SaJMSConstants
Topic event tag.
TOPIC_STATUS_EVENT - Static variable in class com.saperion.constants.SaJMSConstants
Staus topic event tag.
TOPIC_WFEVENT - Static variable in class com.saperion.constants.SaJMSConstants
Workflow topic event tag.
toString() - Method in class com.saperion.annotation.AbstractAnnotation
toString() - Method in class com.saperion.bean.PropertyDDCName
toString() - Method in enum com.saperion.config.SaJMXConstants.ConfigKey
toString() - Method in exception com.saperion.connector.renditions.isys.ISYSRenderExecutableFailedException
 
toString() - Method in class com.saperion.connector.rmi.SaRMIServerInfo
 
toString() - Method in class com.saperion.connector.SaClassicConnectorImpl
 
toString() - Method in class com.saperion.connector.wf.TaskUserSelection
 
toString() - Method in enum com.saperion.constants.SaConstants.SaFieldType
toString() - Method in class com.saperion.database.DeleteDocumentProperty
 
toString() - Method in class com.saperion.event.SaEventImpl
toString() - Method in class com.saperion.folder.SaFolderClassImpl
toString() - Method in interface com.saperion.intf.SaFieldDescription
Returns the string representation.
toString() - Method in interface com.saperion.intf.SaPropertyValue
Returns the string representation of this class.
toString() - Method in interface com.saperion.intf.SaValue
Returns the string representation of this value.
toString() - Method in enum com.saperion.intf.wf.HistoryInfo.HistoryKind
Override toString.
toString() - Method in class com.saperion.ngc.iform.PaneDescription.Layout
toString() - Method in class com.saperion.operations.document.GetDocumentInfo
 
toString() - Method in class com.saperion.operations.document.GetLatestRevisionId
 
toString() - Method in class com.saperion.operations.document.LoadDocumentById
 
toString() - Method in class com.saperion.operations.document.LoadDocumentRevisionById
 
toString() - Method in class com.saperion.operations.events.FireCustomEvent
 
toString() - Method in class com.saperion.operations.ExecuteStoredProcedure
 
toString() - Method in class com.saperion.operations.LegacyOperationAdapter
 
toString() - Method in class com.saperion.operations.lookup.CreateLookupEntry
Deprecated.
 
toString() - Method in class com.saperion.operations.lookup.CreateLookupEntryOperation
 
toString() - Method in class com.saperion.operations.lookup.DeleteLookupEntry
 
toString() - Method in class com.saperion.operations.lookup.GetAccessOnLookupEntry
 
toString() - Method in class com.saperion.operations.lookup.GetLookupEntryAccessControlListsOperation
 
toString() - Method in class com.saperion.operations.lookup.GetLookupEntryOperation
 
toString() - Method in class com.saperion.operations.lookup.SearchLookupEntriesOperation
 
toString() - Method in class com.saperion.operations.lookup.SearchUniqueLookupEntryOperation
 
toString() - Method in class com.saperion.operations.lookup.UpdateLookupEntry
 
toString() - Method in class com.saperion.operations.storage.DeleteAllMediaOperation
 
toString() - Method in class com.saperion.operations.user.ChangePassword
 
toString() - Method in class com.saperion.operations.user.ChangePasswordOperation
 
toString() - Method in class com.saperion.operations.workflow.LoadWorkflowDefinition
 
toString() - Method in class com.saperion.operations.workflow.ReadSelectableUsersForTransition
 
toString() - Method in class com.saperion.rmi.DDCImpl
 
toString() - Method in class com.saperion.rmi.SaAclImpl
 
toString() - Method in class com.saperion.rmi.SaDocInfoImpl
 
toString() - Method in class com.saperion.rmi.SaPropertyValueImpl
Returns the string representation of this class.
toString() - Method in class com.saperion.rmi.SaQueryInfo
puts together the query string, that consists of the Query, FetchSize, FirstResult, MaxResult, TimeOut and the set parameters.
toString() - Method in class com.saperion.rmi.SaSaveInfoImpl
 
toString() - Method in class com.saperion.rmi.SaUserInfoImpl
 
toString() - Method in class com.saperion.rmi.storage.ContainerTrigger
 
toString() - Method in class com.saperion.rmi.storage.Medium
 
toString() - Method in class com.saperion.rmi.storage.MediumAccessData
 
toString() - Method in class com.saperion.rmi.storage.MediumFillState
 
toString() - Method in class com.saperion.rmi.storage.MediumId
 
toString() - Method in class com.saperion.settings.Setting
toString() - Method in class com.saperion.settings.SettingSearchInfo
 
toString() - Method in class com.saperion.users.UserFlags
 
toString() - Method in class com.saperion.users.UserName
 
toString() - Method in class com.saperion.users.UserNameIdPair
 
toString() - Method in class com.saperion.wf.ActorInfoImpl
 
toString() - Method in class com.saperion.wf.BoxDefinitionImpl
 
toString() - Method in class com.saperion.wf.CommandInfoImpl
 
toString() - Method in class com.saperion.wf.ProcessDefinitionDescriptor
 
toString() - Method in class com.saperion.wf.WorkflowMemberImpl
 
toType(String) - Method in enum com.saperion.constants.SaConstants.SaFieldType
To type.
toUniqueKey() - Method in class com.saperion.connector.structures.Element
 
toUpperCaseUnicode(String) - Static method in class com.saperion.util.SaStringHelper
 
transferFrom(ReadableByteChannel, FileChannel, int, boolean) - Static method in class com.saperion.util.StreamUtil
Transfers (copies) the content from in to out.
transferTo(FileChannel, WritableByteChannel, int, boolean) - Static method in class com.saperion.util.StreamUtil
Transforms (copies) the content of the given FileChannel to the given WritableByteChannel.
transferTo(ReadableByteChannel, WritableByteChannel, int, boolean) - Static method in class com.saperion.util.StreamUtil
 
transparent - Variable in class com.saperion.ngc.iform.xml.BitmapType
 
TrustedApplicationsUtility - Class in com.saperion.config
This singleton class provides the behavior to validate and generate application signature.
tryDecrypt(String) - Static method in class com.saperion.util.DesEncrypter
Returns the Decrypted Parameter, if encryption can be done.
TYPE_ID - Static variable in interface com.saperion.intf.SaStatusEventListener
Key for the type id.
TYPEAND - Static variable in class com.saperion.constants.SaSQLConstants
AND.
typedMapping(DDC, Map<String, PropertyType>) - Method in interface com.saperion.operations.inject.FieldArrayMapper
Creates a native odbc field array (HFIELDDATAArray) with values that match to the given java objects.
typedMapping(DDC, HFIELDDATAArray) - Method in interface com.saperion.operations.inject.FieldArrayMapper
Reads the values from the given native odbc field array to a named property map.
TYPENOT - Static variable in class com.saperion.constants.SaSQLConstants
NOT.
TYPEOR - Static variable in class com.saperion.constants.SaSQLConstants
OR.

U

uid(String) - Method in class com.saperion.connector.structures.identifiers.DocumentId.BuilderChain
 
uid(String) - Method in interface com.saperion.connector.structures.identifiers.DocumentId.UIDBuilder
 
uid(String) - Static method in class com.saperion.connector.structures.identifiers.IDs
 
UID - Class in com.saperion.connector.structures.identifiers
Represents the SYSROWID / the unique ID over all revisions of one document / folder.
UID(String) - Constructor for class com.saperion.connector.structures.identifiers.UID
 
UIDFAVORITE - Static variable in interface com.saperion.intf.SaUserInfo
UID to mark favourite folder.
unique() - Method in class com.saperion.settings.SettingSearchResult
 
UniqueConstraintViolationException - Exception in com.saperion.exception
This exception indicates that a uniqueness constraint for a given list of fields in a given ddc was violated.
UniqueConstraintViolationException(String, Map<String, PropertyType>, List<String>) - Constructor for exception com.saperion.exception.UniqueConstraintViolationException
 
UniqueConstraintViolationException(String, String, Map<String, PropertyType>, List<String>) - Constructor for exception com.saperion.exception.UniqueConstraintViolationException
 
UniqueConstraintViolationException(String, Throwable, String, Map<String, PropertyType>, List<String>) - Constructor for exception com.saperion.exception.UniqueConstraintViolationException
 
uniqueID - Variable in class com.saperion.connector.structures.identifiers.DocumentId
 
uniqueID() - Method in class com.saperion.connector.structures.identifiers.DocumentId
 
UnknownDataSourceException - Exception in com.saperion.exception
This exception indicates that a given data source could not be found.
UnknownDataSourceException(String) - Constructor for exception com.saperion.exception.UnknownDataSourceException
 
UnknownDefinitionException - Exception in com.saperion.exception
This exception indicates that a given document definition could not be found.
UnknownDefinitionException(String) - Constructor for exception com.saperion.exception.UnknownDefinitionException
 
UnknownReferenceException - Exception in com.saperion.exception
Indicates that for a given reference, there was no match found.
UnknownReferenceException(String, ReferenceType) - Constructor for exception com.saperion.exception.UnknownReferenceException
 
UnknownReferenceException(String, Throwable, ReferenceType) - Constructor for exception com.saperion.exception.UnknownReferenceException
 
unlockDocument(String, String) - Method in interface com.saperion.connector.SaClassicConnector
Unlocks a document.
unlockDocument(String, String) - Method in class com.saperion.connector.SaClassicConnectorImpl
 
unlockNode(String, String) - Method in class com.saperion.connector.rmi.AbstractDocRMIClientCommand
Unlocks a node.
unlockNode(String, String) - Method in interface com.saperion.connector.rmi.SaRMIClientCommand
Unlocks a node.
unlockNode(int, String, String) - Method in interface com.saperion.rmi.common.SaRMIServerCommand
Unlocks a node.
unwrapSystemException(SaSystemException) - Method in class com.saperion.connector.service.LegacyAwareRmiClientService
Deprecated.
 
updateAttachment(Properties, InputStream[], String, String) - Method in interface com.saperion.connector.wf.SaWFTask
Updates the attachment in the backend system with the given metadata, acls and content.
updateAttachment(Properties, InputStream[], String, String) - Method in class com.saperion.connector.wf.SaWFTaskImpl
Updates the attachment in the backend system with the given metadata, acls and content.
updateCurrentUserInformation(MutableUserInformation) - Method in interface com.saperion.connector.SaClassicConnector
Changes information about the current user.
updateCurrentUserInformation(MutableUserInformation) - Method in class com.saperion.connector.SaClassicConnectorImpl
 
UpdateCurrentUserInformation - Class in com.saperion.operations.user
Changes information about the current user.
UpdateCurrentUserInformation(MutableUserInformation) - Constructor for class com.saperion.operations.user.UpdateCurrentUserInformation
 
updateDocument(String, String, Properties, InputStream[], String) - Method in interface com.saperion.connector.SaClassicConnector
Deprecated.
will be removed with version 8.1, use SaClassicConnector.updateDocument(UpdateDocumentInfo) instead.
updateDocument(String, String, Properties, InputStream[], String, String) - Method in interface com.saperion.connector.SaClassicConnector
Deprecated.
will be removed with version 8.1
updateDocument(String, String, Properties, InputStream[], String, String, boolean) - Method in interface com.saperion.connector.SaClassicConnector
Deprecated.
will be removed with version 8.1
updateDocument(String, String, Properties, InputStream[], String, String, boolean, boolean) - Method in interface com.saperion.connector.SaClassicConnector
Deprecated.
will be removed with version 8.1
updateDocument(UpdateDocumentInfo) - Method in interface com.saperion.connector.SaClassicConnector
Updates a document in the backend system with the given metadata, acls and content.
updateDocument(String, String, Properties, InputStream[], String) - Method in class com.saperion.connector.SaClassicConnectorImpl
Deprecated.
updateDocument(String, String, Properties, InputStream[], String, String) - Method in class com.saperion.connector.SaClassicConnectorImpl
Deprecated.
updateDocument(String, String, Properties, InputStream[], String, String, boolean) - Method in class com.saperion.connector.SaClassicConnectorImpl
Deprecated.
updateDocument(String, String, Properties, InputStream[], String, String, boolean, boolean) - Method in class com.saperion.connector.SaClassicConnectorImpl
Deprecated.
updateDocument(UpdateDocumentInfo) - Method in class com.saperion.connector.SaClassicConnectorImpl
 
UpdateDocument - Class in com.saperion.operations.document
UpdateDocument(UpdateDocumentInfo) - Constructor for class com.saperion.operations.document.UpdateDocument
 
UpdateDocumentInfo - Class in com.saperion.bean
Bean to hold information for UpdateDocument method.
UpdateDocumentInfo(String, String, Properties, ContentStream[], String) - Constructor for class com.saperion.bean.UpdateDocumentInfo
Creates a new UpdateDocumentInfo.
UpdateDocumentInfo(String, String, Map<String, Object>, ContentStream[], String) - Constructor for class com.saperion.bean.UpdateDocumentInfo
Creates a new UpdateDocumentInfo.
UpdateDocumentInputTypeFromUpdateInfoAdapter - Class in com.saperion.conversion
This class converts from UpdateDocumentInfo to UpdateDocumentInputType.
UpdateDocumentInputTypeFromUpdateInfoAdapter(UpdateDocumentInfo) - Constructor for class com.saperion.conversion.UpdateDocumentInputTypeFromUpdateInfoAdapter
 
updateFolder(String, String, List<SaPropertyValue>) - Method in class com.saperion.connector.rmi.AbstractFolderRMIClientCommand
Updates a given node with the given properties.
updateFolder(String, String, List<SaPropertyValue>) - Method in interface com.saperion.connector.rmi.SaRMIClientCommand
Updates a given node with the given properties.
updateFolder(String, String, Properties) - Method in interface com.saperion.connector.SaClassicConnector
Updates an existing folder with the given properties.
updateFolder(String, String, Properties) - Method in class com.saperion.connector.SaClassicConnectorImpl
 
UpdateFolder - Class in com.saperion.operations.folders
Updates a folder as com.saperion.rmi.common.SaRMIServerCommand#updateFolder does.
UpdateFolder(String, String, List<SaPropertyValue>) - Constructor for class com.saperion.operations.folders.UpdateFolder
 
UpdateFolder(String, String, Properties) - Constructor for class com.saperion.operations.folders.UpdateFolder
 
updateFolder(int, String, String, List<SaPropertyValue>) - Method in interface com.saperion.rmi.common.SaRMIServerCommand
Updates a given node with the given properties.
updateLookEntry(LookupEntryReferenceType, Map<String, PropertyType>, Boolean) - Method in class com.saperion.connector.service.RmiClientExtendedLookupEntryService
 
updateLookEntry(LookupEntryReferenceType, Map<String, PropertyType>, List<AclReferenceType>, Boolean) - Method in class com.saperion.connector.service.RmiClientExtendedLookupEntryService
 
updateLookEntry(LookupEntryReferenceType, Map<String, PropertyType>, List<AclReferenceType>, Boolean) - Method in interface com.saperion.lookup.ExtendedLookupEntryService
Updates the lookup entry given by the id in the given ddc with the given properties and the given access control lists.
updateLookEntry(LookupEntryReferenceType, Map<String, PropertyType>, Boolean) - Method in interface com.saperion.lookup.ExtendedLookupEntryService
Updates the lookup entry given by the id in the given ddc with the given properties.
UpdateLookupEntry - Class in com.saperion.operations.lookup
An Operation that updates a lookup entry.
UpdateLookupEntry(String, String, Map<String, Object>) - Constructor for class com.saperion.operations.lookup.UpdateLookupEntry
Constructs an operation that updates a lookup entry given by its id.
UpdateLookupEntry(String, String, Properties) - Constructor for class com.saperion.operations.lookup.UpdateLookupEntry
Constructs an operation that updates a lookup entry given by its id.
UpdateLookupEntry(LookupEntryReferenceType, Map<String, Object>, List<AclReferenceType>) - Constructor for class com.saperion.operations.lookup.UpdateLookupEntry
Constructs an operation that updates a lookup entry given by its reference.
UpdateLookupEntry(LookupEntryReferenceType, Map<String, Object>) - Constructor for class com.saperion.operations.lookup.UpdateLookupEntry
Constructs an operation that updates a lookup entry given by its reference.
updateTask(Properties) - Method in interface com.saperion.connector.wf.SaWFTask
Updates the user defined fields of this task.
updateTask(Properties) - Method in class com.saperion.connector.wf.SaWFTaskImpl
Updates the user defined fields of this task.
UploadLimitExceededException - Exception in com.saperion.exception
Will be thrown if a SerializableStream exceeds its length-limit (as given by the ContentStream to serialize).
UploadLimitExceededException() - Constructor for exception com.saperion.exception.UploadLimitExceededException
 
UploadLimitExceededException(String, Throwable) - Constructor for exception com.saperion.exception.UploadLimitExceededException
 
UploadLimitExceededException(String) - Constructor for exception com.saperion.exception.UploadLimitExceededException
 
UploadLimitExceededException(Throwable) - Constructor for exception com.saperion.exception.UploadLimitExceededException
 
UPPERVSLOWER - Static variable in class com.saperion.constants.SaConstants
UPPERVSLOWER.
url(List<String>, Map<String, String>) - Static method in class com.saperion.util.WeblinkUtil
Creates the URL for the given pathSegments and queryParameters.
useCalendar - Variable in class com.saperion.ngc.iform.xml.EditFieldType
 
useFields - Variable in class com.saperion.ngc.iform.xml.ButtonType
 
useFilterNumber() - Method in interface com.saperion.intf.SaEventFilter
 
useFilterNumber() - Method in class com.saperion.rmi.SaRMIEventFilter
useHistory - Variable in class com.saperion.ngc.iform.xml.EditFieldType
 
useQueryFormForLookup - Variable in class com.saperion.ngc.iform.xml.EditFieldType
 
USER_COUNT - Static variable in class com.saperion.constants.SaConstants
Web Services.
UserFlags - Class in com.saperion.users
Contains special information about a user.
UserFlags(boolean, boolean, boolean, boolean, boolean, boolean, boolean, boolean) - Constructor for class com.saperion.users.UserFlags
Literal constructor.
UserFlags(UserFlags) - Constructor for class com.saperion.users.UserFlags
 
username() - Method in class com.saperion.connector.pool.PooledSession
 
UserName - Class in com.saperion.users
Holds the name of the user.
UserName(String, String) - Constructor for class com.saperion.users.UserName
This is the literal constructor.
UserNameIdPair - Class in com.saperion.users
A simple class that holds the two unique identifiers of a user administration entity.
UserNameIdPair(int, String) - Constructor for class com.saperion.users.UserNameIdPair
 
UserRightsImpl - Class in com.saperion.rmi
Default implementation of UsersRights.
UserRightsImpl(WorkflowMember, SaACLRights) - Constructor for class com.saperion.rmi.UserRightsImpl
Literal constructor.
UserSelectionFlags - Class in com.saperion.wf
UserSelectionFlags can be used to evaluate the user selection filter flags contained in an ExecutionResult.
UserSelectionFlags() - Constructor for class com.saperion.wf.UserSelectionFlags
Instantiates a new UserSelectionFlags with a default value that does not limit the selection of users.
UserSelectionFlags(int) - Constructor for class com.saperion.wf.UserSelectionFlags
Instantiates a new UserSelectionFlags instance.
UsersRights - Interface in com.saperion.intf
This class indicates that a specific user has specific rights.
utf8 - Variable in class com.saperion.ngc.iform.xml.ButtonType
 
Utf8PropertyWrapper - Class in com.saperion.settings
Special PropertyWrapper to wrap settings with UTF-8 encoded values.
Utf8PropertyWrapper(Properties) - Constructor for class com.saperion.settings.Utf8PropertyWrapper
Constructor.
Utf8ResourceBundle - Class in com.saperion.util
A wrapper around a ResourceBundle that converts strings to UTF-8.
Utf8ResourceBundle(PropertyResourceBundle) - Constructor for class com.saperion.util.Utf8ResourceBundle
Constructor.

V

valid() - Method in interface com.saperion.connector.structures.identifiers.ID
 
valid() - Method in class com.saperion.connector.structures.identifiers.RevisionUID
 
valid() - Method in class com.saperion.connector.structures.identifiers.UID
 
valid(byte[], String, String) - Static method in class com.saperion.util.CryptoUtil
 
valid(byte[], String, String, CryptoUtil.HashAlogrithmn) - Static method in class com.saperion.util.CryptoUtil
 
validate() - Method in class com.saperion.rmi.SerializableStream
Validates the stream.
validate(String, String, long) - Static method in class com.saperion.util.WeblinkUtil
Validates the given URL.
validatedQueryString(String) - Method in class com.saperion.util.ClassicConnectorUtil
Validated query string.
validateObject(Credentials, PooledObject<Session>) - Method in class com.saperion.connector.pool.GenericKeyedSessionPoolFactory
 
validateSignature(Object, String) - Method in class com.saperion.config.TrustedApplicationsUtility
Returns true if the payload and signature is coming from a trusted application, false otherwise
value() - Method in enum com.saperion.ngc.iform.xml.AlignType
 
value() - Method in enum com.saperion.ngc.iform.xml.BmTypeType
 
value() - Method in enum com.saperion.ngc.iform.xml.ButtonKindType
 
value() - Method in enum com.saperion.ngc.iform.xml.EmbeddedType
 
value() - Method in enum com.saperion.ngc.iform.xml.FrameKindType
 
value() - Method in enum com.saperion.ngc.iform.xml.HeaderKindType
 
value() - Method in enum com.saperion.ngc.iform.xml.LimitType
 
value() - Method in enum com.saperion.ngc.iform.xml.OverrideKindType
 
value() - Method in enum com.saperion.ngc.iform.xml.SaveActionType
 
value() - Method in enum com.saperion.ngc.iform.xml.SortKindType
 
value() - Method in enum com.saperion.ngc.iform.xml.StyleType
 
value() - Method in enum com.saperion.ngc.iform.xml.TabPositionType
 
value() - Method in enum com.saperion.ngc.iform.xml.TargetClientsType
 
value() - Method in enum com.saperion.ngc.iform.xml.VisibilityType
 
value() - Method in enum com.saperion.ngc.iform.xml.WorkflowActionType
 
valueOf(String) - Static method in enum com.saperion.annotation.AbstractAnnotation.AnnotationProperty
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.saperion.annotation.AbstractAnnotation.AnnotationType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.saperion.config.SaAgentConfig
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.saperion.config.SaJMXConstants.ConfigKey
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.saperion.config.SaJMXConstants.ConfigType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.saperion.config.SaJMXConstants.ConfigVariant
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.saperion.config.SecurityQueryStrategy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.saperion.config.SQLType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.saperion.connector.renditions.isys.util.OsInfo.OS
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.saperion.connector.rmi.SaRMIServerInfo.ServerState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.saperion.connector.wf.TaskUserSelection.SelectionType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.saperion.constants.mime.Extensions
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.saperion.constants.mime.MIME
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.saperion.constants.SaConstants.IniKind
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.saperion.constants.SaConstants.LOG_DIRECTION
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.saperion.constants.SaConstants.ProtoEvents
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.saperion.constants.SaConstants.SaFieldType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.saperion.constants.SaConstants.SaQueryStrategy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.saperion.constants.SaFolderConstants.CLASS_TYPE
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.saperion.constants.SaFolderConstants.FOLDER_TYPE
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.saperion.constants.SaWFConstants.CommandId
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.saperion.folder.SaApplicationInfo.ApplicationType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.saperion.intf.DDC.DDCKind
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.saperion.intf.DDC.TenantMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.saperion.intf.SaDocInfo.ElementType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.saperion.intf.SaStatusEventListener.StatusType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.saperion.intf.SaSystemInfo.RMIFeatures
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.saperion.intf.SaSystemSettingType.TYPE
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.saperion.intf.SaUserInfo.GroupKind
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.saperion.intf.SaUserSettingType.TYPE
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.saperion.intf.wf.BoxDefinition.BoxType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.saperion.intf.wf.HistoryInfo.HistoryKind
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.saperion.ngc.iform.xml.AlignType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.saperion.ngc.iform.xml.BmTypeType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.saperion.ngc.iform.xml.ButtonKindType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.saperion.ngc.iform.xml.EmbeddedType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.saperion.ngc.iform.xml.FrameKindType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.saperion.ngc.iform.xml.HeaderKindType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.saperion.ngc.iform.xml.LimitType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.saperion.ngc.iform.xml.OverrideKindType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.saperion.ngc.iform.xml.SaveActionType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.saperion.ngc.iform.xml.SortKindType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.saperion.ngc.iform.xml.StyleType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.saperion.ngc.iform.xml.TabPositionType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.saperion.ngc.iform.xml.TargetClientsType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.saperion.ngc.iform.xml.VisibilityType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.saperion.ngc.iform.xml.WorkflowActionType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.saperion.rmi.SaFeature.FeatureKind
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.saperion.rmi.SaQueryInfo.IndexState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.saperion.rmi.SaQueryInfo.QueryCacheMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.saperion.rmi.SerializableStreamContentHandler.ContentHandlers
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.saperion.rmi.serverexception.SapError
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.saperion.rmi.serverexception.SaRMIFolderException.ErrorCode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.saperion.rmi.storage.MediumType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.saperion.rmi.storage.MirrorType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.saperion.settings.SettingSearchInfo.MatchKind
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.saperion.settings.SystemFileKind
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.saperion.util.CryptoUtil.HashAlogrithmn
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.saperion.util.FileSizeCalcer.CalcFactor
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.saperion.util.FileSizeCalcer.FileSize
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.saperion.util.MatchKind
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.saperion.util.SaImageConverter.ImageFormat
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.saperion.util.SaSearchFldType.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.saperion.wf.BoxCountType
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.saperion.annotation.AbstractAnnotation.AnnotationProperty
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.saperion.annotation.AbstractAnnotation.AnnotationType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.saperion.config.SaAgentConfig
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.saperion.config.SaJMXConstants.ConfigKey
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.saperion.config.SaJMXConstants.ConfigType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.saperion.config.SaJMXConstants.ConfigVariant
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.saperion.config.SecurityQueryStrategy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.saperion.config.SQLType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.saperion.connector.renditions.isys.util.OsInfo.OS
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.saperion.connector.rmi.SaRMIServerInfo.ServerState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.saperion.connector.wf.TaskUserSelection.SelectionType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.saperion.constants.mime.Extensions
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.saperion.constants.mime.MIME
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.saperion.constants.SaConstants.IniKind
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.saperion.constants.SaConstants.LOG_DIRECTION
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.saperion.constants.SaConstants.ProtoEvents
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.saperion.constants.SaConstants.SaFieldType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.saperion.constants.SaConstants.SaQueryStrategy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.saperion.constants.SaFolderConstants.CLASS_TYPE
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.saperion.constants.SaFolderConstants.FOLDER_TYPE
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.saperion.constants.SaWFConstants.CommandId
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.saperion.folder.SaApplicationInfo.ApplicationType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.saperion.intf.DDC.DDCKind
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.saperion.intf.DDC.TenantMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.saperion.intf.SaDocInfo.ElementType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.saperion.intf.SaStatusEventListener.StatusType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.saperion.intf.SaSystemInfo.RMIFeatures
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.saperion.intf.SaSystemSettingType.TYPE
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.saperion.intf.SaUserInfo.GroupKind
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.saperion.intf.SaUserSettingType.TYPE
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.saperion.intf.wf.BoxDefinition.BoxType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.saperion.intf.wf.HistoryInfo.HistoryKind
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.saperion.ngc.iform.xml.AlignType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.saperion.ngc.iform.xml.BmTypeType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.saperion.ngc.iform.xml.ButtonKindType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.saperion.ngc.iform.xml.EmbeddedType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.saperion.ngc.iform.xml.FrameKindType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.saperion.ngc.iform.xml.HeaderKindType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.saperion.ngc.iform.xml.LimitType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.saperion.ngc.iform.xml.OverrideKindType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.saperion.ngc.iform.xml.SaveActionType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.saperion.ngc.iform.xml.SortKindType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.saperion.ngc.iform.xml.StyleType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.saperion.ngc.iform.xml.TabPositionType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.saperion.ngc.iform.xml.TargetClientsType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.saperion.ngc.iform.xml.VisibilityType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.saperion.ngc.iform.xml.WorkflowActionType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.saperion.rmi.SaFeature.FeatureKind
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.saperion.rmi.SaQueryInfo.IndexState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.saperion.rmi.SaQueryInfo.QueryCacheMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.saperion.rmi.SerializableStreamContentHandler.ContentHandlers
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.saperion.rmi.serverexception.SapError
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.saperion.rmi.serverexception.SaRMIFolderException.ErrorCode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.saperion.rmi.storage.MediumType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.saperion.rmi.storage.MirrorType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.saperion.settings.SettingSearchInfo.MatchKind
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.saperion.settings.SystemFileKind
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.saperion.util.CryptoUtil.HashAlogrithmn
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.saperion.util.FileSizeCalcer.CalcFactor
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.saperion.util.FileSizeCalcer.FileSize
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.saperion.util.MatchKind
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.saperion.util.SaImageConverter.ImageFormat
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.saperion.util.SaSearchFldType.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.saperion.wf.BoxCountType
Returns an array containing the constants of this enum type, in the order they are declared.
VAR_REVISION_VERSION - Static variable in class com.saperion.constants.SaConstants
"SVREVVERSION".
varDataType - Variable in class com.saperion.ngc.iform.xml.EditFieldType
 
VARIABLE_KEY_HASH_ALGORITHM - Static variable in class com.saperion.rmi.SerializableStream
Name of the variable used to store the hash algorithm.
VARIABLE_KEY_HASH_VALUE - Static variable in class com.saperion.rmi.SerializableStream
Name of the variable used to store the hash.
VARIABLE_SVRELEASE - Static variable in class com.saperion.constants.SaConstants
SYSRELEASE.
variables - Variable in class com.saperion.bean.ContentStream
Variable of this content.
variables - Variable in class com.saperion.structures.Structure
Thus structures variables.
viewer - Variable in class com.saperion.ngc.iform.xml.Form
 
viewer - Variable in class com.saperion.ngc.iform.xml.FrameType
 
viewer - Variable in class com.saperion.ngc.iform.xml.GroupboxType
 
viewer - Variable in class com.saperion.ngc.iform.xml.HiddenType
 
viewer - Variable in class com.saperion.ngc.iform.xml.TabType
 
viewerClass - Variable in class com.saperion.ngc.iform.xml.ViewerType
 
ViewerType - Class in com.saperion.ngc.iform.xml
Java class for ViewerType complex type.
ViewerType() - Constructor for class com.saperion.ngc.iform.xml.ViewerType
 
visibility - Variable in class com.saperion.ngc.iform.xml.PosType
 
VisibilityType - Enum in com.saperion.ngc.iform.xml
Java class for visibilityType.
voidInvoke() - Method in class com.saperion.operations.document.DeleteDocument
 
voidInvoke() - Method in class com.saperion.operations.document.SetDocumentRead
 
voidInvoke() - Method in class com.saperion.operations.document.SetDocumentUnread
 
voidInvoke() - Method in class com.saperion.operations.events.FireCustomEvent
 
voidInvoke() - Method in class com.saperion.operations.ExecuteStoredProcedure
 
voidInvoke() - Method in class com.saperion.operations.folders.UpdateFolder
 
voidInvoke() - Method in class com.saperion.operations.lookup.DeleteLookupEntry
 
voidInvoke() - Method in class com.saperion.operations.lookup.UpdateLookupEntry
 
voidInvoke() - Method in class com.saperion.operations.RemoveSessionData
 
voidInvoke() - Method in class com.saperion.operations.storage.DeleteAllMediaOperation
 
voidInvoke() - Method in class com.saperion.operations.storage.DeleteNamedMediaOperation
 
voidInvoke() - Method in class com.saperion.operations.StoreSystemFileOperation
 
voidInvoke() - Method in class com.saperion.operations.user.ChangePassword
 
voidInvoke() - Method in class com.saperion.operations.user.SetCurrentUserPresent
 
voidInvoke() - Method in class com.saperion.operations.user.SetCurrentUserSubstituteAccess
 
voidInvoke() - Method in class com.saperion.operations.user.SetUserExtensionCacheEnabled
 
voidInvoke() - Method in class com.saperion.operations.user.UpdateCurrentUserInformation
 
voidInvoke() - Method in class com.saperion.operations.VoidOperation
Invokes this void operation.
VoidOperation - Class in com.saperion.operations
Convenience class for Commands without return value.
VoidOperation() - Constructor for class com.saperion.operations.VoidOperation
 

W

WebAppInitializer - Interface in com.saperion.web
This interface describes classes to be called by the WebAppInitUtil.
WebAppInitUtil - Class in com.saperion.web
This class is a web filter and can be used to initialize a web application.
WebAppInitUtil() - Constructor for class com.saperion.web.WebAppInitUtil
 
weblink(String, String, String, int, String, boolean) - Static method in class com.saperion.util.WeblinkUtil
generates a Weblink with the given paramters.
WeblinkUtil - Class in com.saperion.util
The Class WeblinkUtil.
WeblinkUtil() - Constructor for class com.saperion.util.WeblinkUtil
 
WF_SYS_FIELDS - Static variable in class com.saperion.constants.SaWFConstants
Deprecated.
use SaWFConstants.WF_SYS_FIELDS_SET instead. Will be removed in 8.1.
WF_SYS_FIELDS_SET - Static variable in class com.saperion.constants.SaWFConstants
An unmodifiable set of all workflow system field names.
WF_USER_FIELDS - Static variable in class com.saperion.constants.SaWFConstants
Deprecated.
use SaWFConstants.WF_USER_FIELDS_SET instead. Will be removed in 8.1.
WF_USER_FIELDS_SET - Static variable in class com.saperion.constants.SaWFConstants
An unmodifiable set of all workflow user defined field names.
WF_USERNAME_DELIMITER - Static variable in class com.saperion.constants.SaConstants
Delimiter for workflow user names.
WHERE_CLAUSE - Static variable in class com.saperion.constants.SaPatterns
precompiled Pattern for where.
withVariables(Properties) - Method in interface com.saperion.intf.SaDocInfo.ElementInfo
This method creates a new ElementInfo with the same values except for the variables which are the ones given.
WORKFLOW_AUDIT_DDC - Static variable in class com.saperion.constants.SaConstants
Workflow audit ddc name.
WORKFLOW_AUDIT_QUERY_PREFIX - Static variable in class com.saperion.rmi.SaQueryInfo
workflow log query prefix.
WORKFLOW_MAX_RESULT - Static variable in class com.saperion.constants.SaConstants
max allowable relult size for the workflow query.
WORKFLOW_QUERY_PREFIX - Static variable in class com.saperion.rmi.SaQueryInfo
workflow query prefix.
WORKFLOW_SUFFIX - Static variable in class com.saperion.constants.SaConstants
Suffix for workflow tables.
workflowAction - Variable in class com.saperion.ngc.iform.xml.ButtonType
 
WorkflowActionType - Enum in com.saperion.ngc.iform.xml
Java class for workflowActionType.
WorkflowDataHolder - Class in com.saperion.wf
 
WorkflowDataHolder() - Constructor for class com.saperion.wf.WorkflowDataHolder
Default Constructor.
WorkflowDataHolder(Map<String, Object>) - Constructor for class com.saperion.wf.WorkflowDataHolder
Constructor.
WorkflowMember - Interface in com.saperion.intf.wf
Represents the information about a workflow member.
WorkflowMemberImpl - Class in com.saperion.wf
 
WorkflowMemberImpl(int, int, UserName, int, int, WorkflowMemberImpl, boolean, UserFlags, String) - Constructor for class com.saperion.wf.WorkflowMemberImpl
Literal Constructor.
WorkflowMemberImpl(int, int, UserName, int, int, WorkflowMemberImpl, boolean) - Constructor for class com.saperion.wf.WorkflowMemberImpl
WorkflowMemberImpl(int, int, String, int, int, String, WorkflowMemberImpl) - Constructor for class com.saperion.wf.WorkflowMemberImpl
Deprecated.
use WorkflowMemberImpl#WorkflowMemberImpl(int, int, UserName, int, int, WorkflowMemberImpl, boolean) instead
WorkflowMemberImpl() - Constructor for class com.saperion.wf.WorkflowMemberImpl
Constructor for root user.
WorkflowResult - Interface in com.saperion.connector.wf
 
WorkflowResultImpl - Class in com.saperion.connector.wf
 
WorkflowResultImpl() - Constructor for class com.saperion.connector.wf.WorkflowResultImpl
Constructor.
WORKSPACES - Static variable in class com.saperion.constants.SaConstants
WORKSPACES table.
wrap(Session) - Method in class com.saperion.connector.pool.GenericKeyedSessionPoolFactory
 
WrappedBasicException - Exception in com.saperion.exception
This exception is intended to wrap instances of SaBasicException in order to transport them by rmi without breaking compatibility of existent calls and operations.
WrappedBasicException(SaBasicException) - Constructor for exception com.saperion.exception.WrappedBasicException
 
WrappedEcmException - Exception in com.saperion.exception
This exception works as wrapper in cases where server components already throw new exceptions while the client interface still expects the old ones.
WrappedEcmException(EcmException) - Constructor for exception com.saperion.exception.WrappedEcmException
This constructor expects an EcmException as cause.
WrappedEcmException(EcmRuntimeException) - Constructor for exception com.saperion.exception.WrappedEcmException
This exception expects an EcmRuntimeException as cause.
WrappedSystemException - Exception in com.saperion.connector.exceptions
This runtime exception wraps an SaBasicException.
WrappedSystemException(SaSystemException) - Constructor for exception com.saperion.connector.exceptions.WrappedSystemException
 
write(SaRMIServerCommand, int, String, byte[], boolean, int, boolean) - Method in class com.saperion.rmi.DirectWriteContentHandler
 
write(SaRMIServerCommand, int, String, byte[], boolean, int, boolean) - Method in interface com.saperion.rmi.SerializableStreamContentHandler
Writes the content.
write(SaRMIServerCommand, int, String, byte[], boolean, int, boolean) - Method in class com.saperion.rmi.TempBufferContentHandler
 
WRITE_BUFFER_SIZE - Static variable in class com.saperion.constants.SaConstants
The Constant WRITE_BUFFER_SIZE in kb.
WRITE_BUFFER_SIZE_X64 - Static variable in class com.saperion.constants.SaConstants
The Constant WRITE_BUFFER_SIZE_X64.
writeBufferSize - Variable in class com.saperion.connector.rmi.AbstractRMIClientCommand
 
writeContent(InputStream, String, int) - Method in class com.saperion.connector.rmi.AbstractDocRMIClientCommand
writeContent(InputStream, String, int, boolean) - Method in class com.saperion.connector.rmi.AbstractDocRMIClientCommand
Writes the content of the document.
If the document size is less than SaConstants.JNI_BUFFER_SIZE than the default buffer size will be reduced and only one JNI call is initiated.
writeContent(InputStream) - Method in class com.saperion.connector.rmi.AbstractDocRMIClientCommand
 
writeContent(ContentStream) - Method in class com.saperion.connector.rmi.AbstractDocRMIClientCommand
Writes the content of the document.
writeContent(InputStream, String, int, boolean) - Method in interface com.saperion.connector.rmi.SaRMIClientCommand
Writes the content of the document.
If the document size is less than SaConstants.JNI_BUFFER_SIZE than the default buffer size will be reduced and only one JNI call is initiated.
writeContent(InputStream, String, int) - Method in interface com.saperion.connector.rmi.SaRMIClientCommand
 
writeContent(InputStream) - Method in interface com.saperion.connector.rmi.SaRMIClientCommand
Writes the content of the document.
writeContent(ContentStream) - Method in interface com.saperion.connector.rmi.SaRMIClientCommand
Writes the content of the document.
writeContentToTempFile(InputStreamDescriptor, SourceFormat, int) - Static method in class com.saperion.connector.renditions.isys.util.FileOps
 
writeDocument(int, String, byte[], boolean, int) - Method in interface com.saperion.rmi.common.SaRMIServerCommand
Writes given binary content to an existing document object.
writeDocument(int, String, byte[], boolean, int, boolean) - Method in interface com.saperion.rmi.common.SaRMIServerCommand
Writes given binary content to an existing document object.
writeDocument(int, SerializableStream) - Method in interface com.saperion.rmi.common.SaRMIServerCommand
Write document.
writeXML(ContentHandler, String) - Method in class com.saperion.wf.ActorInfoImpl
Writes data as xml part.
writeXML(ContentHandler, String) - Method in class com.saperion.wf.AttachmentInfoImpl
Writes data as xml part.
writeXML(ContentHandler, String) - Method in class com.saperion.wf.CommentInfoImpl
Writes data as xml part.
writeXML(ContentHandler, String) - Method in class com.saperion.wf.EscalationHoldInfoImpl
Writes data as xml part.
writeXML(ContentHandler, Map<String, String>, boolean) - Method in class com.saperion.wf.HistoryInfoImpl
Writes data as xml part.
writeXML(ContentHandler, String) - Method in class com.saperion.wf.LastTaskInfoImpl
Writes data as xml part.
writeXML(ContentHandler, String) - Method in class com.saperion.wf.ProcessInfoImpl
Writes data as xml part.
writeXML(ContentHandler) - Method in class com.saperion.wf.TaskInfoImpl
Writes data as xml part.
writeXML(ContentHandler, String) - Method in class com.saperion.wf.TimeInfoImpl
Writes data as xml part.
WrongDefinitionKindException - Exception in com.saperion.exception
This exception indicates that the type of a document definition does not work the way it is used.
WrongDefinitionKindException(String, ArchiveReferenceType, DDC.DDCKind, DDC.DDCKind) - Constructor for exception com.saperion.exception.WrongDefinitionKindException
 
WS_FIELD_NAME - Static variable in class com.saperion.constants.SaConstants
Fieldname name.
WS_FIELD_ROOT - Static variable in class com.saperion.constants.SaConstants
Fieldname root uuid.
wx - Variable in class com.saperion.ngc.iform.xml.ColumnType
 
wx - Variable in class com.saperion.ngc.iform.xml.HeaderType
 
wxCombo - Variable in class com.saperion.ngc.iform.xml.EditFieldType
 
wy - Variable in class com.saperion.ngc.iform.xml.HeaderType
 
wyCombo - Variable in class com.saperion.ngc.iform.xml.EditFieldType
 

X

XBINSETTINGS - Static variable in class com.saperion.constants.SaConstants
XBINSETTINGS table.
XCHECK - Static variable in class com.saperion.constants.SaConstants
XCHECK table.
xCombo - Variable in class com.saperion.ngc.iform.xml.EditFieldType
 
XEVENTS - Static variable in class com.saperion.constants.SaConstants
XEVENTS table.
XLOCKS - Static variable in class com.saperion.constants.SaConstants
XLOCKS table.
XPATH_ASC - Static variable in class com.saperion.constants.SaConstants
The Constant XPATH_ASC.
XPATH_ASC_URI - Static variable in class com.saperion.constants.SaConstants
The Constant XPATH_ASC_URI.
XPATH_DESC - Static variable in class com.saperion.constants.SaConstants
The Constant XPATH_DESC.
XPATH_DESC_URI - Static variable in class com.saperion.constants.SaConstants
The Constant XPATH_DESC_URI.
XREVISE - Static variable in class com.saperion.constants.SaConstants
XREVISE table.
XSTRSETTINGS - Static variable in class com.saperion.constants.SaConstants
XSTRSETTINGS table.

Z

ZERO - Static variable in class com.saperion.util.HdocUtil
The Constant ZERO.
A B C D E F G H I J K L M N O P Q R S T U V W X Z 
Skip navigation links

Copyright © 2020 Hyland Software Germany GmbH. All rights reserved.