Class SaConstants


  • public final class SaConstants
    extends java.lang.Object
    Global constants.
    Author:
    rbo
    • Field Detail

      • ILLEGAL_FILENAME_CHARACTERS

        public static final java.util.regex.Pattern ILLEGAL_FILENAME_CHARACTERS
        Pattern that can be used to check a filename for illegal characters.
      • MAX_CONTENT_MEMORY_SIZE

        public static final java.lang.String MAX_CONTENT_MEMORY_SIZE
        archief ini key for maximum in memory content
        See Also:
        Constant Field Values
      • DEFAULT_IN_MEMORY_BYTES

        public static final int DEFAULT_IN_MEMORY_BYTES
        Default value for maximum in memory content
        See Also:
        Constant Field Values
      • INI_SECTION_PATHS

        public static final java.lang.String INI_SECTION_PATHS
        archief ini section for paths
        See Also:
        Constant Field Values
      • KEY_APPLICATION_DATA

        public static final java.lang.String KEY_APPLICATION_DATA
        archied ini key for the application data directory in the section INI_SECTION_PATHS
        See Also:
        Constant Field Values
      • RMI_QUERY_MAXRESULTS

        public static final java.lang.String RMI_QUERY_MAXRESULTS
        saperion.properties key for the maximum result number in a query.
        See Also:
        Constant Field Values
      • DEFAULT_MAX_RESULTS

        public static final int DEFAULT_MAX_RESULTS
        Default value for maximum result number in a query.
        See Also:
        Constant Field Values
      • FIELD_SYSPROPERTIES

        public static final java.lang.String FIELD_SYSPROPERTIES
        the ignored properties field.
        See Also:
        Constant Field Values
      • PROPERTY_PREFER_JDBC

        public static final java.lang.String PROPERTY_PREFER_JDBC
        Setting this property to true will make the classic connector use the new methods that do not use odbc where possible.
        See Also:
        Constant Field Values
      • PROPERTY_USE_JAVA_LDAP

        public static final java.lang.String PROPERTY_USE_JAVA_LDAP
        Setting this property to true will register Java Ldap Callback instead of Core ldap functions where possible.
        See Also:
        Constant Field Values
      • PROPERTY_USE_JAVA_SMTP

        public static final java.lang.String PROPERTY_USE_JAVA_SMTP
        Setting this property to true will register Java SMTP Callback instead of Core smtp functions where possible.
        See Also:
        Constant Field Values
      • PROPERTY_USE_JAVA_PRPC

        public static final java.lang.String PROPERTY_USE_JAVA_PRPC
        Setting this property to true will register Java SMTP Callback instead of Core smtp functions where possible.
        See Also:
        Constant Field Values
      • DEFAULT_TENANT

        public static final java.lang.String DEFAULT_TENANT
        The name of the default tenant with ID 0.
        See Also:
        Constant Field Values
      • DEFAULT_ENCODING

        public static final java.lang.String DEFAULT_ENCODING
        default charset with always supported UTF-8 encoding.
        See Also:
        Constant Field Values
      • DEFAULT_CHARSET

        public static final java.nio.charset.Charset DEFAULT_CHARSET
      • CONTENT_POSITION_APPEND

        public static final int CONTENT_POSITION_APPEND
        Added content will be appended to the end of the list.
        See Also:
        Constant Field Values
      • CONTENT_POSITION_REPLACE

        public static final int CONTENT_POSITION_REPLACE
        Added content will replace all existing content.
        See Also:
        Constant Field Values
      • CONTENT_POSITION_CLEAR

        public static final int CONTENT_POSITION_CLEAR
        All existing content will be removed.
        See Also:
        Constant Field Values
      • DATE_YEAR

        public static final int DATE_YEAR
        Position in DateType type.
        See Also:
        Constant Field Values
      • DATE_MONTH

        public static final int DATE_MONTH
        Position in DateType type.
        See Also:
        Constant Field Values
      • DATE_HOUR

        public static final int DATE_HOUR
        Position in DateType type.
        See Also:
        Constant Field Values
      • DATE_MINUTE

        public static final int DATE_MINUTE
        Position in DateType type.
        See Also:
        Constant Field Values
      • DATE_SECOND

        public static final int DATE_SECOND
        Position in DateType type.
        See Also:
        Constant Field Values
      • DATE_MSEC

        public static final int DATE_MSEC
        Position in DateType type.
        See Also:
        Constant Field Values
      • ORACLE_TAB_NAME_MAX_LENGTH

        public static final int ORACLE_TAB_NAME_MAX_LENGTH
        the maximal database table name, allowed by ORACLE.
        See Also:
        Constant Field Values
      • SYSINDEXSTATE_REVISION_VALUE

        public static final int SYSINDEXSTATE_REVISION_VALUE
        The SYSINDEXSTATE value for a revision of an existing document.
        See Also:
        Constant Field Values
      • SYSINDEXSTATE_DELETED_VALUE

        public static final int SYSINDEXSTATE_DELETED_VALUE
        The SYSINDEXSTATE value for a deleted document.
        See Also:
        Constant Field Values
      • SYSINDEXSTATE_DELETED_REVISION_VALUE

        public static final int SYSINDEXSTATE_DELETED_REVISION_VALUE
        The SYSINDEXSTATE value for a revision of a deleted document.
        See Also:
        Constant Field Values
      • WORKFLOW_MAX_RESULT

        public static final int WORKFLOW_MAX_RESULT
        max allowable relult size for the workflow query.
        See Also:
        Constant Field Values
      • FIELD_XHDOC

        public static final java.lang.String FIELD_XHDOC
        Field name HDOC.
        See Also:
        Constant Field Values
      • FIELD_HDOC

        public static final java.lang.String FIELD_HDOC
        Field name HDOC.
        See Also:
        Constant Field Values
      • FIELD_MV_HDOC

        public static final java.lang.String FIELD_MV_HDOC
        Field name HDOC multivalue.
        See Also:
        Constant Field Values
      • FIELD_SYSCREATEUSER

        public static java.lang.String FIELD_SYSCREATEUSER
        field name for creation user
      • FIELD_SYSJCRVERSIONS

        public static final java.lang.String FIELD_SYSJCRVERSIONS
        Field name SYSJCRVERSIONS.
        See Also:
        Constant Field Values
      • FIELD_SYSCREATEDATE

        public static final java.lang.String FIELD_SYSCREATEDATE
        field name for the creation date
        See Also:
        Constant Field Values
      • FIELD_SYSACLUSERLIST

        public static final java.lang.String FIELD_SYSACLUSERLIST
        Field name SYSACLUSERLIST.
        See Also:
        Constant Field Values
      • FIELD_MV

        @Deprecated
        public static final java.lang.String FIELD_MV
        Deprecated.
        Field name multivalue.
        See Also:
        Constant Field Values
      • FIELD_SYSBACKREF

        public static final java.lang.String FIELD_SYSBACKREF
        Field name backlink.
        See Also:
        Constant Field Values
      • FIELD_LINKID

        public static final java.lang.String FIELD_LINKID
        Field name linkid.
        See Also:
        Constant Field Values
      • FIELD_SYSINDEXSTATE

        public static final java.lang.String FIELD_SYSINDEXSTATE
        Field name SysIndexState.
        See Also:
        Constant Field Values
      • FIELD_PARENTID

        public static final java.lang.String FIELD_PARENTID
        Field name parent.
        See Also:
        Constant Field Values
      • FIELD_SYSROWID

        public static final java.lang.String FIELD_SYSROWID
        Field name document id.
        See Also:
        Constant Field Values
      • FIELD_SYSTIMESTAMP

        public static final java.lang.String FIELD_SYSTIMESTAMP
        Field name SysTimeStamp.
        See Also:
        Constant Field Values
      • FIELD_SYSPAGES

        public static final java.lang.String FIELD_SYSPAGES
        Field name syspages.
        See Also:
        Constant Field Values
      • FIELD_SYSORDERKEY

        public static final java.lang.String FIELD_SYSORDERKEY
        Field name order key.
        See Also:
        Constant Field Values
      • FIELD_SYSOUTLINERDATA

        public static final java.lang.String FIELD_SYSOUTLINERDATA
        Outliner field name.
        See Also:
        Constant Field Values
      • FIELD_SYSBINPROPNAME

        public static final java.lang.String FIELD_SYSBINPROPNAME
        Field name dynamic binary properties.
        See Also:
        Constant Field Values
      • FIELD_SYSDOCPROPERTIES

        public static final java.lang.String FIELD_SYSDOCPROPERTIES
        Dynamic properties XML field on SQL Server.
        See Also:
        Constant Field Values
      • FIELD_SYSDOCUMENTDESCRIPTION

        public static final java.lang.String FIELD_SYSDOCUMENTDESCRIPTION
        Document description field on SQL Server.
        See Also:
        Constant Field Values
      • FIELD_SYSCONTENT

        public static final java.lang.String FIELD_SYSCONTENT
        Content field on SQL Server.
        See Also:
        Constant Field Values
      • FIELD_SYSINDEXCONTENT

        public static final java.lang.String FIELD_SYSINDEXCONTENT
        Content field on SQL Server.
        See Also:
        Constant Field Values
      • FIELD_SYSRETENTIONTIME

        public static final java.lang.String FIELD_SYSRETENTIONTIME
        Retention time field.
        See Also:
        Constant Field Values
      • FIELD_SYSDISPOSITIONTIME

        public static final java.lang.String FIELD_SYSDISPOSITIONTIME
        Disposition time field.
        See Also:
        Constant Field Values
      • FIELD_SYSLITIGATIONHOLD

        public static final java.lang.String FIELD_SYSLITIGATIONHOLD
        Litigation hold field.
        See Also:
        Constant Field Values
      • FIELD_SYSLCMSTAGE

        public static final java.lang.String FIELD_SYSLCMSTAGE
        LCM-Stage field.
        See Also:
        Constant Field Values
      • FIELD_XXSYSDOCPROPERTIES

        public static final java.lang.String FIELD_XXSYSDOCPROPERTIES
        Dynamic properties CLOB field on ORACLE.
        See Also:
        Constant Field Values
      • FIELD_SYSDOCFLOWDATA

        public static final java.lang.String FIELD_SYSDOCFLOWDATA
        Field for Workflow infos.
        See Also:
        Constant Field Values
      • FIELD_SYSCONTENTHASH

        public static final java.lang.String FIELD_SYSCONTENTHASH
        Field for content hash.
        See Also:
        Constant Field Values
      • FIELD_SYSCLIENT

        public static final java.lang.String FIELD_SYSCLIENT
        Field for client-ID in DDCs of type 1 (all tenants in one table).
        See Also:
        Constant Field Values
      • FIELD_SYSCUSTOMICON

        public static final java.lang.String FIELD_SYSCUSTOMICON
        Field for custom icons.
        See Also:
        Constant Field Values
      • FIELD_SYSCUSTOMICONNAME

        public static final java.lang.String FIELD_SYSCUSTOMICONNAME
        Field for custom icon names.
        See Also:
        Constant Field Values
      • FIELD_SYSELMID

        public static final java.lang.String FIELD_SYSELMID
        Field for email lifecyle management.
        See Also:
        Constant Field Values
      • FIELD_SYSMODIFYUSER

        public static final java.lang.String FIELD_SYSMODIFYUSER
        field name for the last modification user
        See Also:
        Constant Field Values
      • DB_FIELD_JCRXNAME

        public static final java.lang.String DB_FIELD_JCRXNAME
        database field JCRXNAME.
        See Also:
        Constant Field Values
      • DB_FIELD_JCRXMIXINTYPES

        public static final java.lang.String DB_FIELD_JCRXMIXINTYPES
        database field JCRXMIXINTYPES.
        See Also:
        Constant Field Values
      • FIELD_SYSACLLIST

        public static final java.lang.String FIELD_SYSACLLIST
        See Also:
        Constant Field Values
      • PREFIX_JCR

        public static final java.lang.String PREFIX_JCR
        Node: Prefix jcr:.
        See Also:
        Constant Field Values
      • NODES_SUFFIX

        public static final java.lang.String NODES_SUFFIX
        Suffix for nodes tables.
        See Also:
        Constant Field Values
      • WORKFLOW_SUFFIX

        public static final java.lang.String WORKFLOW_SUFFIX
        Suffix for workflow tables.
        See Also:
        Constant Field Values
      • FIELD_WORKFLOW_ATTACHMENTS

        public static final java.lang.String FIELD_WORKFLOW_ATTACHMENTS
        Fieldname for workflow attachments.
        See Also:
        Constant Field Values
      • ACL_DELIMITER

        public static final java.lang.String ACL_DELIMITER
        Delimiter for ACLs.
        See Also:
        Constant Field Values
      • WF_USERNAME_DELIMITER

        public static final java.lang.String WF_USERNAME_DELIMITER
        Delimiter for workflow user names.
        See Also:
        Constant Field Values
      • WF_USERID_IDENTIFIER

        public static final java.lang.String WF_USERID_IDENTIFIER
        Identifier for workflow user id.
        See Also:
        Constant Field Values
      • FIELD_JCR_NAME

        public static final java.lang.String FIELD_JCR_NAME
        Node: Name of user-property in jcr:primarytype.
        See Also:
        Constant Field Values
      • FIELD_JCR_PRIMARYTYPE

        public static final java.lang.String FIELD_JCR_PRIMARYTYPE
        Node: Name of user-property in jcr:primarytype.
        See Also:
        Constant Field Values
      • FIELD_JCR_MIXINTYPES

        public static final java.lang.String FIELD_JCR_MIXINTYPES
        Node: Name of user-property in jcr:mixintypes.
        See Also:
        Constant Field Values
      • FIELD_JCR_PATH

        public static final java.lang.String FIELD_JCR_PATH
        Node: Name of user-property in jcr:path.
        See Also:
        Constant Field Values
      • FIELD_JCR_EFF_SECURITY

        public static final java.lang.String FIELD_JCR_EFF_SECURITY
        Node: Name of user-property for effective security.
        See Also:
        Constant Field Values
      • MARK_JCR_PREDECESSORS

        public static final java.lang.String MARK_JCR_PREDECESSORS
        Node: Name of user-property in jcr:predecessors.
        See Also:
        Constant Field Values
      • MARK_JCR_SUCCESSORS

        public static final java.lang.String MARK_JCR_SUCCESSORS
        Node: Name of user-property in jcr:successors.
        See Also:
        Constant Field Values
      • MARK_JCR_BASEVERSION

        public static final java.lang.String MARK_JCR_BASEVERSION
        Node: Name of user-property in jcr:baseversion.
        See Also:
        Constant Field Values
      • MARK_JCR_ROOTVERSION

        public static final java.lang.String MARK_JCR_ROOTVERSION
        Node: Name of user-property in jcr:rootversion.
        See Also:
        Constant Field Values
      • PREFIX_SA

        public static final java.lang.String PREFIX_SA
        Node: Prefix sa:.
        See Also:
        Constant Field Values
      • FIELD_DYN_PROP

        public static final java.lang.String FIELD_DYN_PROP
        Dynamic properties field.
        See Also:
        Constant Field Values
      • FIELD_DYN_TYPE

        public static final java.lang.String FIELD_DYN_TYPE
        Dynamic properties field type.
        See Also:
        Constant Field Values
      • FIELD_SYSFILEICON

        public static final java.lang.String FIELD_SYSFILEICON
        Field for file-icon.
        See Also:
        Constant Field Values
      • SAPDOCID

        public static final java.lang.String SAPDOCID
        Field for SAP DOC
        See Also:
        Constant Field Values
      • FIELD_SYSDOCTYPES

        public static final java.lang.String FIELD_SYSDOCTYPES
        Field for document types (contains extensions).
        See Also:
        Constant Field Values
      • FIELD_SYSFILENAMES

        public static final java.lang.String FIELD_SYSFILENAMES
        Field for filenames.
        See Also:
        Constant Field Values
      • SYSFIELDS

        public static final java.util.List<java.lang.String> SYSFIELDS
        System fields.
      • UPPERVSLOWER

        public static final java.util.Map<java.lang.String,​java.lang.String> UPPERVSLOWER
        UPPERVSLOWER.
      • PROP_LOADBALANCING_SERVERS

        public static final java.lang.String PROP_LOADBALANCING_SERVERS
        Properties entry for load balancing servers.
        See Also:
        Constant Field Values
      • PROP_LOADBALANCING_THRESHOLD

        public static final java.lang.String PROP_LOADBALANCING_THRESHOLD
        Properties entry for load balancing servers.
        See Also:
        Constant Field Values
      • PROP_LOADBALANCING_ACTIVATED

        public static final java.lang.String PROP_LOADBALANCING_ACTIVATED
        Properties entry for load balancing servers.
        See Also:
        Constant Field Values
      • PROP_BROKERHOST

        public static final java.lang.String PROP_BROKERHOST
        Properties entry for the broker name.
        See Also:
        Constant Field Values
      • PROP_BROKERPORT

        public static final java.lang.String PROP_BROKERPORT
        Properties entry for the broker port.
        See Also:
        Constant Field Values
      • PROP_RMI_PORT

        public static final java.lang.String PROP_RMI_PORT
        Properties entry for the remote port of server command.
        See Also:
        Constant Field Values
      • PROP_SERVER_PORT

        public static final java.lang.String PROP_SERVER_PORT
        Properties entry for the remote port of server command.
        See Also:
        Constant Field Values
      • PROP_SYSTEM_PORT

        public static final java.lang.String PROP_SYSTEM_PORT
        Properties entry for the remote port of system command.
        See Also:
        Constant Field Values
      • PROP_CONNECTION_PORT

        public static final java.lang.String PROP_CONNECTION_PORT
        See Also:
        Constant Field Values
      • PROP_SSL_DISABLED

        public static final java.lang.String PROP_SSL_DISABLED
        Properties entry for ssl disabled parameter.
        See Also:
        Constant Field Values
      • PROP_MAX_DDC

        public static final java.lang.String PROP_MAX_DDC
        Properties entry to specify max ddc.
        See Also:
        Constant Field Values
      • DEFAULT_MAX_DDC

        public static final int DEFAULT_MAX_DDC
        Default max ddc if the same is not configured
        See Also:
        Constant Field Values
      • PROP_MAX_ACL

        public static final java.lang.String PROP_MAX_ACL
        Properties entry to specify max ACLs.
        See Also:
        Constant Field Values
      • DEFAULT_MAX_ACL

        public static final int DEFAULT_MAX_ACL
        Default max ACLs if the same is not configured
        See Also:
        Constant Field Values
      • PROP_MAX_MEMBERS

        public static final java.lang.String PROP_MAX_MEMBERS
        Properties entry to specify max users/groups.
        See Also:
        Constant Field Values
      • DEFAULT_MAX_MEMBERS

        public static final int DEFAULT_MAX_MEMBERS
        Default max members if the same is not configured
        See Also:
        Constant Field Values
      • PROP_DELIMITER_DEFAULT

        public static final java.lang.String PROP_DELIMITER_DEFAULT
        Properties default delimiter.
        See Also:
        Constant Field Values
      • HOST_DELIMITER

        public static final java.lang.String HOST_DELIMITER
        Host delimiter - separates host name from port number.
        See Also:
        Constant Field Values
      • DEFAULT_BROKER_HOST

        public static final java.lang.String DEFAULT_BROKER_HOST
        default broker host if no valid host is specified by configuration.
        See Also:
        Constant Field Values
      • DEFAULT_BROKER_PORT

        public static final int DEFAULT_BROKER_PORT
        default broker port if no valid port is specified by configuration.
        See Also:
        Constant Field Values
      • DEFAULT_MQ_PORT

        public static final int DEFAULT_MQ_PORT
        Default active mq port.
        See Also:
        Constant Field Values
      • PROP_REPLYPORT

        public static final java.lang.String PROP_REPLYPORT
        Properties entry for the event reply port.
        See Also:
        Constant Field Values
      • PROP_SERVER_DLL

        public static final java.lang.String PROP_SERVER_DLL
        Properties entry for the dll name.
        See Also:
        Constant Field Values
      • PROP_SERVER_TO

        public static final java.lang.String PROP_SERVER_TO
        Properties entry for the start timeout.
        See Also:
        Constant Field Values
      • PROP_MANDANT

        public static final java.lang.String PROP_MANDANT
        Properties entry for the mandant.
        See Also:
        Constant Field Values
      • PROP_USER

        public static final java.lang.String PROP_USER
        Properties entry for the admin user.
        See Also:
        Constant Field Values
      • PROP_CONFIG_FILE

        public static final java.lang.String PROP_CONFIG_FILE
        Properties file for configuration.
        See Also:
        Constant Field Values
      • PROP_CONFIG_FILE_CLASSIC

        public static final java.lang.String PROP_CONFIG_FILE_CLASSIC
        Properties file for classic connector configuration.
        See Also:
        Constant Field Values
      • PROP_CONFIG_LOG4J

        public static final java.lang.String PROP_CONFIG_LOG4J
        Properties file for log4j configuration.
        See Also:
        Constant Field Values
      • PROP_CONFIG_JDBC_CALLBACK

        public static final java.lang.String PROP_CONFIG_JDBC_CALLBACK
        Poperty to decide if the callback for jdbc should be set.
        See Also:
        Constant Field Values
      • RMI_SERVER_APPLICATION_NAME

        public static final java.lang.String RMI_SERVER_APPLICATION_NAME
        Name of the RMI server application in the registry.
        See Also:
        Constant Field Values
      • RMI_SYSTEM_APPLICATION_NAME

        public static final java.lang.String RMI_SYSTEM_APPLICATION_NAME
        Name of the RMI system application in the registry.
        See Also:
        Constant Field Values
      • RMI_REPLY_APPLICATION_NAME

        public static final java.lang.String RMI_REPLY_APPLICATION_NAME
        Name of the RMI reply application in the registry.
        See Also:
        Constant Field Values
      • RMI_CONNECTOR_SERVER_NAME

        public static final java.lang.String RMI_CONNECTOR_SERVER_NAME
        Name of the standard connector RMI server.
        See Also:
        Constant Field Values
      • RMI_SYSCONNECTOR_NAME

        public static final java.lang.String RMI_SYSCONNECTOR_NAME
        Name of the standard sys connector RMI server.
        See Also:
        Constant Field Values
      • RMI_STD_REPLY

        public static final java.lang.String RMI_STD_REPLY
        Name of the standard connector reply application.
        See Also:
        Constant Field Values
      • RMI_TIMEOUT

        public static final int RMI_TIMEOUT
        Timeout for starting server.
        See Also:
        Constant Field Values
      • RMI_SCHEDULER_TIME

        public static final long RMI_SCHEDULER_TIME
        Scheduler time.
        See Also:
        Constant Field Values
      • RMI_STOP_TIME

        public static final int RMI_STOP_TIME
        Timeout for stopping.
        See Also:
        Constant Field Values
      • TOKEN_ALIVE

        public static final int TOKEN_ALIVE
        Hold time for user token.
        See Also:
        Constant Field Values
      • BUFFER_LEN

        public static final int BUFFER_LEN
        The Constant BUFFER_LEN.
        See Also:
        Constant Field Values
      • PROP_STD_CONNECTOR_RMI_HOST

        public static final java.lang.String PROP_STD_CONNECTOR_RMI_HOST
        Properties entry for the host of the standard connector server.
        See Also:
        Constant Field Values
      • PROP_STD_CONNECTOR_RMI_PORT

        public static final java.lang.String PROP_STD_CONNECTOR_RMI_PORT
        Properties entry for the port of the standard connector server.
        See Also:
        Constant Field Values
      • CONFIGPATH

        public static final java.lang.String CONFIGPATH
        The Constant CONFIGPATH.
        See Also:
        Constant Field Values
      • CUSTOM_NODE_FILEPATH

        public static final java.lang.String CUSTOM_NODE_FILEPATH
        The Constant CUSTOM_NODE_FILEPATH.
        See Also:
        Constant Field Values
      • CONSTRAINT_FILEPATH

        public static final java.lang.String CONSTRAINT_FILEPATH
        The Constant CONSTRAINT_FILEPATH.
        See Also:
        Constant Field Values
      • JCR_VERSION

        public static final java.lang.String JCR_VERSION
        The Constant JCR_VERSION.
        See Also:
        Constant Field Values
      • JCR_NEW_VERSION

        public static final java.lang.String JCR_NEW_VERSION
        The Constant JCR_NEW_VERSION.
        See Also:
        Constant Field Values
      • MAX_IDLETIME

        public static final java.lang.String MAX_IDLETIME
        The Constant MAX_IDLETIME.
        See Also:
        Constant Field Values
      • EVENT_USERTRANS

        public static final java.lang.String EVENT_USERTRANS
        The Constant EVENT_USERTRANS.
        See Also:
        Constant Field Values
      • EVENTS_MAPPING_MSSQL

        public static final java.lang.String EVENTS_MAPPING_MSSQL
        hibernate mapping file for events (ms sql).
        See Also:
        Constant Field Values
      • EVENTS_SESSION_CONFIG

        public static final java.lang.String EVENTS_SESSION_CONFIG
        events hibernate session configuration file.
        See Also:
        Constant Field Values
      • FOLDER_COUNT_CACHE_NAME

        public static final java.lang.String FOLDER_COUNT_CACHE_NAME
        Cache name for Folder Count Caching.
        See Also:
        Constant Field Values
      • SYS_MASK_HEIGHT

        public static final int SYS_MASK_HEIGHT
        The Constant SYS_MASK_HEIGHT.
        See Also:
        Constant Field Values
      • SYS_MASK_WIDTH

        public static final int SYS_MASK_WIDTH
        The Constant SYS_MASK_WIDTH.
        See Also:
        Constant Field Values
      • FT_TEXT_RETR

        public static final int FT_TEXT_RETR
        Value for Text-Retrieval fields.
        See Also:
        Constant Field Values
      • FT_INTEGER

        public static final int FT_INTEGER
        Value for integer fields.
        See Also:
        Constant Field Values
      • FT_BOOLEAN

        public static final int FT_BOOLEAN
        Value for boolean fields.
        See Also:
        Constant Field Values
      • FT_COUNTER

        public static final int FT_COUNTER
        Value for counter fields.
        See Also:
        Constant Field Values
      • FT_THUMBNAIL

        public static final int FT_THUMBNAIL
        Value for thumbnail fields.
        See Also:
        Constant Field Values
      • FT_DATETIME

        public static final int FT_DATETIME
        Value for datetime fields.
        See Also:
        Constant Field Values
      • FT_CURRENCY

        public static final int FT_CURRENCY
        Value for currency fields.
        See Also:
        Constant Field Values
      • FT_HIJRIDATE

        public static final int FT_HIJRIDATE
        Value for hijri date fields.
        See Also:
        Constant Field Values
      • FT_DOCREPR

        public static final int FT_DOCREPR
        Value for document representation fields.
        See Also:
        Constant Field Values
      • FT_UNI_TEXT

        public static final int FT_UNI_TEXT
        Value for unicode text.
        See Also:
        Constant Field Values
      • FT_UNI_RET

        public static final int FT_UNI_RET
        Value for unicode retrieval.
        See Also:
        Constant Field Values
      • FT_JCR_REF

        public static final int FT_JCR_REF
        Value for JCR reference.
        See Also:
        Constant Field Values
      • FT_JCR_WEAK_REF

        public static final int FT_JCR_WEAK_REF
        Value for JCR weak reference.
        See Also:
        Constant Field Values
      • FT_JCR_BACK_LINK

        public static final int FT_JCR_BACK_LINK
        Value containing a node's back links.
        See Also:
        Constant Field Values
      • FT_JCR_XML_RETR

        public static final int FT_JCR_XML_RETR
        Value for XML retrieval (FID7474, dynamic properties).
        See Also:
        Constant Field Values
      • FT_WRONG_TYPE

        public static final int FT_WRONG_TYPE
        Value for wrong fields.
        See Also:
        Constant Field Values
      • FT_NO_DB_FIELDS

        public static final java.lang.Integer[] FT_NO_DB_FIELDS
        Fields without database representation.
      • ACC_READ

        public static final int ACC_READ
        Value for document access right 'read'.
        See Also:
        Constant Field Values
      • ACC_WRITE

        public static final int ACC_WRITE
        Value for document access right 'write'. Includes ACC_READ, ACC_VISIBLE, ACC_ANNOTATE, ACC_INDEX, ACC_EXPANDINDEX, ACC_MODIFYDOC).
        See Also:
        Constant Field Values
      • ACC_DELETE

        public static final int ACC_DELETE
        Value for document access right 'delete'.
        See Also:
        Constant Field Values
      • ACC_PERMISSIONS

        public static final int ACC_PERMISSIONS
        Value for document access right 'modify access' (permissions).
        See Also:
        Constant Field Values
      • ACC_VISIBLE

        public static final int ACC_VISIBLE
        Value for document access right 'visible' (= findable in searches).
        See Also:
        Constant Field Values
      • ACC_ANNOTATE

        public static final int ACC_ANNOTATE
        Value for document access right 'annotate' (image annotations).
        See Also:
        Constant Field Values
      • ACC_INDEX

        public static final int ACC_INDEX
        Value for document access right 'indexable' (properties).
        See Also:
        Constant Field Values
      • ACC_EXPANDINDEX

        public static final int ACC_EXPANDINDEX
        Value for document access right 'expand index' (yet unfilled properties can be filled).
        See Also:
        Constant Field Values
      • ACC_MODIFYDOC

        public static final int ACC_MODIFYDOC
        Value for document access right 'modify document' (content data).
        See Also:
        Constant Field Values
      • ACC_BLACKMARKER

        public static final int ACC_BLACKMARKER
        Value for document access right 'black marker' (= right to create black marker annotations).
        See Also:
        Constant Field Values
      • ACC_SAVEBLACKMARKERS

        public static final int ACC_SAVEBLACKMARKERS
        Value for document access right 'restore black markers' (= right to restore a document revision before a black marker was set).
        See Also:
        Constant Field Values
      • ACC_RELEASE

        public static final int ACC_RELEASE
        Value for document access right 'release'.
        See Also:
        Constant Field Values
      • ACC_REVISION_HISTORY

        public static final int ACC_REVISION_HISTORY
        Value for document access right 'revision history'.
        See Also:
        Constant Field Values
      • ACC_RESTORE_REVISION

        public static final int ACC_RESTORE_REVISION
        Value for document access right 'restore revision'.
        See Also:
        Constant Field Values
      • ACC_EXPORT

        public static final int ACC_EXPORT
        Value for document access right 'export'.
        See Also:
        Constant Field Values
      • ACC_RIGHT_EXTENSION

        public static final int ACC_RIGHT_EXTENSION
        Value for document access right 'right extension'.
        See Also:
        Constant Field Values
      • ACC_RECORDS_MANAGEMENT

        public static final int ACC_RECORDS_MANAGEMENT
        Value for document access right 'records management'.
        See Also:
        Constant Field Values
      • ACC_COMPLETE

        public static final int ACC_COMPLETE
        Value for document access right 'complete'.
        See Also:
        Constant Field Values
      • ACC_FULL_ACCESS

        public static final int ACC_FULL_ACCESS
        Value for document access right 'full access'.
        See Also:
        Constant Field Values
      • ANY_MANDANT

        @Deprecated
        public static final int ANY_MANDANT
        Deprecated.
        non specific mandant.
        See Also:
        Constant Field Values
      • MSSQL

        public static final java.lang.String MSSQL
        MS SQL database type name.
        See Also:
        Constant Field Values
      • ORACLE

        public static final java.lang.String ORACLE
        ORACLE database type name.
        See Also:
        Constant Field Values
      • MYSQL

        public static final java.lang.String MYSQL
        MySQL database type name.
        See Also:
        Constant Field Values
      • DB_CP_REAPER_TIME

        public static final int DB_CP_REAPER_TIME
        Value for reaper scheduling time.
        See Also:
        Constant Field Values
      • DB_DRIVER

        public static final java.lang.String DB_DRIVER
        Properties entry for database driver.
        See Also:
        Constant Field Values
      • DB_TYPE

        public static final java.lang.String DB_TYPE
        Properties entry for database type.
        See Also:
        Constant Field Values
      • DB_POOL_USER

        public static final java.lang.String DB_POOL_USER
        Properties entry for database pool user.
        See Also:
        Constant Field Values
      • DB_POOL_PASS

        public static final java.lang.String DB_POOL_PASS
        Properties entry for database pool password.
        See Also:
        Constant Field Values
      • DB_SCHEMA

        public static final java.lang.String DB_SCHEMA
        Properties entry for database schema.
        See Also:
        Constant Field Values
      • DB_POOL_URL

        public static final java.lang.String DB_POOL_URL
        Properties entry for database pool URL.
        See Also:
        Constant Field Values
      • DB_POOL_SIZE

        public static final java.lang.String DB_POOL_SIZE
        Properties entry for database pool size.
        See Also:
        Constant Field Values
      • DB_POOL_TIMEOUT

        public static final java.lang.String DB_POOL_TIMEOUT
        Properties entry for database pool timeout.
        See Also:
        Constant Field Values
      • DB_ISOLATION_LEVEL

        public static final java.lang.String DB_ISOLATION_LEVEL
        Properties entry for database isolation level.
        See Also:
        Constant Field Values
      • DB_NAME

        public static final java.lang.String DB_NAME
        Properties entry for datasource name.
        See Also:
        Constant Field Values
      • DB_OFFLINE

        public static final java.lang.String DB_OFFLINE
        Properties entry for datasource offline state.
        See Also:
        Constant Field Values
      • DB_SESSION_INIT

        public static final java.lang.String DB_SESSION_INIT
        Properties entry for session.
        See Also:
        Constant Field Values
      • DB_TIMEOUT

        public static final java.lang.String DB_TIMEOUT
        Properties entry for datasource query timeout.
        See Also:
        Constant Field Values
      • DB_EVENT_TABLE

        public static final java.lang.String DB_EVENT_TABLE
        DB_EVENT_TABLE.
        See Also:
        Constant Field Values
      • DB_EVENT_FIELD

        public static final java.lang.String DB_EVENT_FIELD
        DB_EVENT_FIELD.
        See Also:
        Constant Field Values
      • EVENT_TYPE_CREATE

        public static final int EVENT_TYPE_CREATE
        Event type for document creation (used in setEventFilter).
        See Also:
        Constant Field Values
      • EVENT_TYPE_UPDATE

        public static final int EVENT_TYPE_UPDATE
        Event type for document updates (used in setEventFilter).
        See Also:
        Constant Field Values
      • EVENT_TYPE_DELETE

        public static final int EVENT_TYPE_DELETE
        Event type for document deletion (used in setEventFilter).
        See Also:
        Constant Field Values
      • EVENT_CALLBACK_TRANSACTION_FINISHED

        public static final int EVENT_CALLBACK_TRANSACTION_FINISHED
        Callback kind specifying finished backend transactions.
        See Also:
        Constant Field Values
      • EVENT_CALLBACK_PROPERTIES_CHANGED

        public static final int EVENT_CALLBACK_PROPERTIES_CHANGED
        Callback kind specifying changed properties on API revise (triggered by saveDocument/updateDocument).
        See Also:
        Constant Field Values
      • SECTION_APPLICATION_SERVER

        public static final java.lang.String SECTION_APPLICATION_SERVER
        ApplicationServer section name.
        See Also:
        Constant Field Values
      • SECTION_ODBC_SETUP32

        public static final java.lang.String SECTION_ODBC_SETUP32
        ODBC setup section.
        See Also:
        Constant Field Values
      • SECTION_RELEASE

        public static final java.lang.String SECTION_RELEASE
        Release feature section name.
        See Also:
        Constant Field Values
      • SECTION_RELEASE_USE

        public static final java.lang.String SECTION_RELEASE_USE
        Use property in release feature section.
        See Also:
        Constant Field Values
      • SECTION_RELEASE_ACL

        public static final java.lang.String SECTION_RELEASE_ACL
        ACL property in release feature section.
        See Also:
        Constant Field Values
      • SECTION_SMTP_MAIL

        public static final java.lang.String SECTION_SMTP_MAIL
        SMTP Mail section.
        See Also:
        Constant Field Values
      • BINARY_FILE_EXT

        public static final java.lang.String BINARY_FILE_EXT
        The Constant BINARY_FILE_EXT.
        See Also:
        Constant Field Values
      • BINARY_PROPERTYNAME_SUFFIX1

        public static final java.lang.String BINARY_PROPERTYNAME_SUFFIX1
        The Constant BINARY_PROPERTYNAME_SUFFIX1.
        See Also:
        Constant Field Values
      • BINARY_PROPERTYNAME_SUFFIX2

        public static final java.lang.String BINARY_PROPERTYNAME_SUFFIX2
        The Constant BINARY_PROPERTYNAME_SUFFIX2.
        See Also:
        Constant Field Values
      • DB_WS_TABLE

        public static final java.lang.String DB_WS_TABLE
        Properties entry for workspace table name.
        See Also:
        Constant Field Values
      • WS_FIELD_NAME

        public static final java.lang.String WS_FIELD_NAME
        Fieldname name.
        See Also:
        Constant Field Values
      • WS_FIELD_ROOT

        public static final java.lang.String WS_FIELD_ROOT
        Fieldname root uuid.
        See Also:
        Constant Field Values
      • DB_NODE_TABLE

        public static final java.lang.String DB_NODE_TABLE
        Properties entry for node table name.
        See Also:
        Constant Field Values
      • DEFAULT_WS_NAME

        public static final java.lang.String DEFAULT_WS_NAME
        Default workspace name.
        See Also:
        Constant Field Values
      • CONTENT_NAME

        public static final java.lang.String CONTENT_NAME
        Naming for content properties.
        See Also:
        Constant Field Values
      • CONFIG_CONTENTTYPE

        public static final java.lang.String CONFIG_CONTENTTYPE
        Entry in the archief.ini for switching between multi- and single content.
        See Also:
        Constant Field Values
      • CONFIG_USER_TIMEOUT

        public static final java.lang.String CONFIG_USER_TIMEOUT
        Entry in the archief.ini for RMI server timeout in seconds.
        See Also:
        Constant Field Values
      • LDAP_ENABLED

        public static final java.lang.String LDAP_ENABLED
        Fieldname use ldap.
        See Also:
        Constant Field Values
      • LDAP_FACTORY_CLASS

        public static final java.lang.String LDAP_FACTORY_CLASS
        Fieldname factory class.
        See Also:
        Constant Field Values
      • LDAP_PROVIDER_URL

        public static final java.lang.String LDAP_PROVIDER_URL
        Fieldname provider url.
        See Also:
        Constant Field Values
      • LDAP_DOMAIN

        public static final java.lang.String LDAP_DOMAIN
        Fieldname domain.
        See Also:
        Constant Field Values
      • LDAP_USER_PREFIX

        public static final java.lang.String LDAP_USER_PREFIX
        Fieldname userpath.
        See Also:
        Constant Field Values
      • LDAP_NAME_PREFIX

        public static final java.lang.String LDAP_NAME_PREFIX
        Fieldname name prefix.
        See Also:
        Constant Field Values
      • AUTH_NONE

        public static final int AUTH_NONE
        Authentication mode backend.
        See Also:
        Constant Field Values
      • AUTH_SIMPLE

        public static final int AUTH_SIMPLE
        Authentication mode simple.
        See Also:
        Constant Field Values
      • SA_GUEST_USER

        public static final java.lang.String SA_GUEST_USER
        Properties entry for guest user.
        See Also:
        Constant Field Values
      • SA_GUEST_PASS

        public static final java.lang.String SA_GUEST_PASS
        Properties entry for guest password.
        See Also:
        Constant Field Values
      • SA_GUEST_MAND

        public static final java.lang.String SA_GUEST_MAND
        Properties entry for default client.
        See Also:
        Constant Field Values
      • TECH_PASS

        public static final java.lang.String TECH_PASS
        Entry for technical user password
        See Also:
        Constant Field Values
      • SMTP_SERVER_PASSWORD

        public static final java.lang.String SMTP_SERVER_PASSWORD
        Entry for SMTP Server password
        See Also:
        Constant Field Values
      • SA_USER_INVALID

        public static final int SA_USER_INVALID
        Clienttype Invalid.
        See Also:
        Constant Field Values
      • JNI_DELETECONTENT_MODE_DBSIMPLE

        public static final int JNI_DELETECONTENT_MODE_DBSIMPLE
        Set status to 65002.
        See Also:
        Constant Field Values
      • JNI_DELETECONTENT_MODE_DBCOMPLETE

        public static final int JNI_DELETECONTENT_MODE_DBCOMPLETE
        Remove from DB.
        See Also:
        Constant Field Values
      • JNI_DELETECONTENT_MODE_PURGEDOCUMENT

        public static final int JNI_DELETECONTENT_MODE_PURGEDOCUMENT
        Final delete.
        See Also:
        Constant Field Values
      • DELETEMODE

        public static final java.lang.String DELETEMODE
        Deletemode entry in archief.ini.
        See Also:
        Constant Field Values
      • LOCKING_LOCKTYPE_DEFAULT

        public static final int LOCKING_LOCKTYPE_DEFAULT
        LockNode: Constants for LockType parameter.
        See Also:
        Constant Field Values
      • LOCKING_LOCKTYPE_JSRLOCK

        public static final int LOCKING_LOCKTYPE_JSRLOCK
        LockNode: Constants for LockType parameter.
        See Also:
        Constant Field Values
      • LOCKING_LOCKTYPE_JSRCHECKOUT

        public static final int LOCKING_LOCKTYPE_JSRCHECKOUT
        LockNode: Constants for LockType parameter.
        See Also:
        Constant Field Values
      • LOCKING_LOCKISDEEP

        public static final int LOCKING_LOCKISDEEP
        LockNode: Bitmask for isDeep setting (01000).
        See Also:
        Constant Field Values
      • DDC_VIRTUAL

        public static final java.lang.String DDC_VIRTUAL
        Marker for virtual properties.
        See Also:
        Constant Field Values
      • DDC_DYNAMIC

        public static final java.lang.String DDC_DYNAMIC
        Marker for dynamic properties.
        See Also:
        Constant Field Values
      • DDC_WORKFLOW

        public static final java.lang.String DDC_WORKFLOW
        Workflow ddc name.
        See Also:
        Constant Field Values
      • WORKFLOW_AUDIT_DDC

        public static final java.lang.String WORKFLOW_AUDIT_DDC
        Workflow audit ddc name.
        See Also:
        Constant Field Values
      • LOCKTOKEN_PROPERTYNAME

        public static final java.lang.String LOCKTOKEN_PROPERTYNAME
        LockNode: Name of token-property in NodeInfoSets.
        See Also:
        Constant Field Values
      • LOCKTYPE_PROPERTYNAME

        public static final java.lang.String LOCKTYPE_PROPERTYNAME
        LockNode: Name of type-property in NodeInfoSets.
        See Also:
        Constant Field Values
      • LOCKUSER_PROPERTYNAME

        public static final java.lang.String LOCKUSER_PROPERTYNAME
        LockNode: Name of user-property in NodeInfoSets.
        See Also:
        Constant Field Values
      • FIELD_LOCKUSER

        public static final java.lang.String FIELD_LOCKUSER
        LockNode: Name of jcr property in NodeInfoSets.
        See Also:
        Constant Field Values
      • FIELD_LOCKISDEEP

        public static final java.lang.String FIELD_LOCKISDEEP
        LockNode: Name of jcr property in NodeInfoSets.
        See Also:
        Constant Field Values
      • ISCHECKEDOUT_PROPERTYNAME

        public static final java.lang.String ISCHECKEDOUT_PROPERTYNAME
        Node: Name of user-property in isCheckedOut.
        See Also:
        Constant Field Values
      • FIELD_ISCHECKEDOUT

        public static final java.lang.String FIELD_ISCHECKEDOUT
        Node: Name of jcr-property in isCheckedOut.
        See Also:
        Constant Field Values
      • WRITE_BUFFER_SIZE

        public static final int WRITE_BUFFER_SIZE
        The Constant WRITE_BUFFER_SIZE in kb.
      • WRITE_BUFFER_SIZE_X64

        public static final int WRITE_BUFFER_SIZE_X64
        The Constant WRITE_BUFFER_SIZE_X64.
      • READ_BUFFER_SIZE

        public static final int READ_BUFFER_SIZE
        The Constant READ_BUFFER_SIZE in kb.
      • READ_BUFFER_SIZE_X64

        public static final int READ_BUFFER_SIZE_X64
        The Constant READ_BUFFER_SIZE_X64.
      • TAG_READ_BUFFER_SIZE

        public static final java.lang.String TAG_READ_BUFFER_SIZE
        Buffer size tag in archief.ini for Reading. Buffersize in KB
        See Also:
        Constant Field Values
      • TAG_WRITE_BUFFER_SIZE

        public static final java.lang.String TAG_WRITE_BUFFER_SIZE
        Buffer size tag in archief.ini for Writing. Buffersize in KB
        See Also:
        Constant Field Values
      • SAVENODE_COMMITMODE_MEMORY

        public static final int SAVENODE_COMMITMODE_MEMORY
        object will not be committed (documents are written to the hard drive).
        See Also:
        Constant Field Values
      • SAVENODE_COMMITMODE_DISK

        public static final int SAVENODE_COMMITMODE_DISK
        The system waits until the object has been committed, i.e., until the documents are actually physically on the hard drive.
        See Also:
        Constant Field Values
      • SAVENODE_COMMITMODE_MEDIUM

        public static final int SAVENODE_COMMITMODE_MEDIUM
        system waits until the document is on the medium.
        See Also:
        Constant Field Values
      • SAVENODE_COMMITMODE_MEDIUMVERIFIED

        public static final int SAVENODE_COMMITMODE_MEDIUMVERIFIED
        system waits until the document is verified to be on the medium.
        See Also:
        Constant Field Values
      • COMMITMODE

        public static final java.lang.String COMMITMODE
        Commitmode entry in archief.ini.
        See Also:
        Constant Field Values
      • SPECIALCHARS

        public static final java.lang.String[] SPECIALCHARS
        Special characters.
      • REPLACECHARS

        public static final java.lang.String[] REPLACECHARS
        Replacement characters.
      • PROP_RESOURCE

        public static final java.lang.String PROP_RESOURCE
        The Constant PROP_RESOURCE.
        See Also:
        Constant Field Values
      • CONFIG_FILE

        public static final java.lang.String CONFIG_FILE
        The Constant CONFIG_FILE.
        See Also:
        Constant Field Values
      • ASCENDSDESCENDS

        public static final int ASCENDSDESCENDS
        The Constant ASCENDSDESCENDS.
        See Also:
        Constant Field Values
      • XPATH_DESC

        public static final java.lang.String XPATH_DESC
        The Constant XPATH_DESC.
        See Also:
        Constant Field Values
      • XPATH_DESC_URI

        public static final java.lang.String XPATH_DESC_URI
        The Constant XPATH_DESC_URI.
        See Also:
        Constant Field Values
      • XPATH_ASC

        public static final java.lang.String XPATH_ASC
        The Constant XPATH_ASC.
        See Also:
        Constant Field Values
      • XPATH_ASC_URI

        public static final java.lang.String XPATH_ASC_URI
        The Constant XPATH_ASC_URI.
        See Also:
        Constant Field Values
      • NUMBER_FO

        public static final java.lang.String NUMBER_FO
        Default section name.
        See Also:
        Constant Field Values
      • FO_HOSTS

        public static final java.lang.String FO_HOSTS
        Section name prefix for backup/failover broker server instances.
        See Also:
        Constant Field Values
      • MAIN_HOST

        public static final java.lang.String MAIN_HOST
        Section name for main broker instance.
        See Also:
        Constant Field Values
      • DATETIME_FORMAT

        public static final java.lang.String DATETIME_FORMAT
        date time format (24h).
        See Also:
        Constant Field Values
      • DATE_FORMAT

        public static final java.lang.String DATE_FORMAT
        date format.
        See Also:
        Constant Field Values
      • HIJRI_FORMAT

        public static final java.lang.String HIJRI_FORMAT
        hijri date format.
        See Also:
        Constant Field Values
      • TIME_FORMAT

        public static final java.lang.String TIME_FORMAT
        time format (24h).
        See Also:
        Constant Field Values
      • SPECIAL_DATEFORMAT

        public static final java.lang.String SPECIAL_DATEFORMAT
        The Constant SPECIAL_DATEFORMAT.
        See Also:
        Constant Field Values
      • WORKSPACES

        public static final java.lang.String WORKSPACES
        WORKSPACES table.
        See Also:
        Constant Field Values
      • XSTRSETTINGS

        public static final java.lang.String XSTRSETTINGS
        XSTRSETTINGS table.
        See Also:
        Constant Field Values
      • XBINSETTINGS

        public static final java.lang.String XBINSETTINGS
        XBINSETTINGS table.
        See Also:
        Constant Field Values
      • LOGDIRECTION

        public static final java.lang.String LOGDIRECTION
        Determines which way log mesages are written/exchanged.
        See Also:
        Constant Field Values
      • LOGDIRECTION_NONE_STR

        public static final java.lang.String LOGDIRECTION_NONE_STR
        Log messages are not exchanged between backend and Java.
        See Also:
        Constant Field Values
      • LOGDIRECTION_NONE

        public static final int LOGDIRECTION_NONE
        The Constant LOGDIRECTION_NONE. @see SaConstants#LOGDIRECTION_NONE_STR
        See Also:
        Constant Field Values
      • LOGDIRECTION_BACKEND_STR

        public static final java.lang.String LOGDIRECTION_BACKEND_STR
        Log messages from Java logging are passed to backend.
        See Also:
        Constant Field Values
      • LOGDIRECTION_BACKEND

        public static final int LOGDIRECTION_BACKEND
        The Constant LOGDIRECTION_BACKEND. @see SaConstants#LOGDIRECTION_BACKEND_STR
        See Also:
        Constant Field Values
      • LOGDIRECTION_JAVA_STR

        public static final java.lang.String LOGDIRECTION_JAVA_STR
        Log messages from the backend are passed to Java logging.
        See Also:
        Constant Field Values
      • LOGDIRECTION_JAVA

        public static final int LOGDIRECTION_JAVA
        The Constant LOGDIRECTION_JAVA. @see SaConstants#LOGDIRECTION_JAVA_STR
        See Also:
        Constant Field Values
      • LOG_EMERGENCY

        public static final int LOG_EMERGENCY
        system is unusable.
        See Also:
        Constant Field Values
      • LOG_ALERT

        public static final int LOG_ALERT
        action must be taken immediately.
        See Also:
        Constant Field Values
      • LOG_NOTICE

        public static final int LOG_NOTICE
        informational - used by regular program flow.
        See Also:
        Constant Field Values
      • LOG_DIAG

        public static final int LOG_DIAG
        informational - used by Support.
        See Also:
        Constant Field Values
      • LOG_CALLTRACE

        public static final int LOG_CALLTRACE
        debug level messages for foreign APIs - used by Development.
        See Also:
        Constant Field Values
      • LOG_TRACE

        public static final int LOG_TRACE
        debug level messages - used by Development.
        See Also:
        Constant Field Values
      • FULL_TEXT_COLUMN_PREFIX

        public static final java.lang.String FULL_TEXT_COLUMN_PREFIX
        Will be prefixed with full text column
        See Also:
        Constant Field Values
      • ENABLE_CORE_EVENTS

        public static final java.lang.String ENABLE_CORE_EVENTS
        enable saperion core events.
        See Also:
        Constant Field Values
      • CONFIG_DIR

        public static final java.lang.String CONFIG_DIR
        The saperion config folder for classic connector; in case of JCR the config file.
        See Also:
        Constant Field Values
      • HIBERNATE_CONFIG

        public static final java.lang.String HIBERNATE_CONFIG
        Hibernate configuration.
        See Also:
        Constant Field Values
      • HIBERNATE_TEMPLATE_DEFAULT

        public static final java.lang.String HIBERNATE_TEMPLATE_DEFAULT
        Template for hibernate mapping for default data-source.
        See Also:
        Constant Field Values
      • HIBERNATE_TEMPLATE_ADDITIONAL

        public static final java.lang.String HIBERNATE_TEMPLATE_ADDITIONAL
        Template for hibernate mapping for additional data-source.
        See Also:
        Constant Field Values
      • NAMED_QUERIES_TEMPLATE

        public static final java.lang.String NAMED_QUERIES_TEMPLATE
        Named Queries Template.
        See Also:
        Constant Field Values
      • HIBERNATE_SQL

        public static final java.lang.String HIBERNATE_SQL
        SQL Template.
        See Also:
        Constant Field Values
      • HIBERNATE_DTD

        public static final java.lang.String HIBERNATE_DTD
        Hibernate dtd.
        See Also:
        Constant Field Values
      • NQ_PLACEHOLDER_TABLENAME

        public static final java.lang.String NQ_PLACEHOLDER_TABLENAME
        Placeholder for entity- (table)-names in named queries templates to be used as regular expression in a replaceAll statement.
        See Also:
        Constant Field Values
      • NQ_PLACEHOLDER_SCHEMA

        public static final java.lang.String NQ_PLACEHOLDER_SCHEMA
        Placeholder for schema-names in named queries templates to be used as regular expression in a replaceAll statement.
        See Also:
        Constant Field Values
      • ENTITY_NAME

        public static final java.lang.String ENTITY_NAME
        Hibernate entity name.
        See Also:
        Constant Field Values
      • LOCK_PROPERTY

        public static final java.lang.String LOCK_PROPERTY
        Lock property name in hibernate query results.
        See Also:
        Constant Field Values
      • MSSQL_MAKE_LIST_FUNCTION

        public static final java.lang.String MSSQL_MAKE_LIST_FUNCTION
        Template name for UDF Split.
        See Also:
        Constant Field Values
      • MSSQL_GET_REVISIONS_FUNCTION

        public static final java.lang.String MSSQL_GET_REVISIONS_FUNCTION
        Template name for UDF get revisions.
        See Also:
        Constant Field Values
      • MSSQL_RESOLVE_REVISION_FUNCTION

        public static final java.lang.String MSSQL_RESOLVE_REVISION_FUNCTION
        Template for UDF resolveRevision.
        See Also:
        Constant Field Values
      • ORACLE_GET_REVISIONS_FUNCTION

        public static final java.lang.String ORACLE_GET_REVISIONS_FUNCTION
        Template name for UDF get revisions.
        See Also:
        Constant Field Values
      • ORACLE_RESOLVE_REVISION_FUNCTION

        public static final java.lang.String ORACLE_RESOLVE_REVISION_FUNCTION
        Template for UDF resolveRevision.
        See Also:
        Constant Field Values
      • MYSQL_GET_REVISIONS_FUNCTION

        public static final java.lang.String MYSQL_GET_REVISIONS_FUNCTION
        Template name for UDF get revisions.
        See Also:
        Constant Field Values
      • MSSQL_TEMPLATE_GET_FOLDER_PROPERTIES

        public static final java.lang.String MSSQL_TEMPLATE_GET_FOLDER_PROPERTIES
        Template name for MS SQL UDF get_folder_properties_xxx_nodes.
        See Also:
        Constant Field Values
      • ORACLE_TEMPLATE_DROP_FUNCTION

        public static final java.lang.String ORACLE_TEMPLATE_DROP_FUNCTION
        Template name for ORACLE drop function.
        See Also:
        Constant Field Values
      • ORACLE_TEMPLATE_CREATE_REVTYPE

        public static final java.lang.String ORACLE_TEMPLATE_CREATE_REVTYPE
        Template name for ORACLE create revtype statement.
        See Also:
        Constant Field Values
      • MSSQL_TEMPLATE_DROP_FUNCTION

        public static final java.lang.String MSSQL_TEMPLATE_DROP_FUNCTION
        Template name for MSSQL drop function.
        See Also:
        Constant Field Values
      • DB2_GET_REVISIONS_FUNCTION

        public static final java.lang.String DB2_GET_REVISIONS_FUNCTION
        db2 get revisons template.
        See Also:
        Constant Field Values
      • DB2_RESOLVE_REVISION_FUNCTION

        public static final java.lang.String DB2_RESOLVE_REVISION_FUNCTION
        db2 resolveRevision template.
        See Also:
        Constant Field Values
      • TEMPLATE_CREATEVIEW_JCRPATH

        public static final java.lang.String TEMPLATE_CREATEVIEW_JCRPATH
        Template for view JCRPath.
        See Also:
        Constant Field Values
      • EVENT_FILTER_FLAG_OR

        public static final int EVENT_FILTER_FLAG_OR
        Event filter flag indicating filter condition/value should be ORed with other conditions (used in setEventFilter).
        See Also:
        Constant Field Values
      • EVENT_FILTER_FLAG_NOT

        public static final int EVENT_FILTER_FLAG_NOT
        Event filter flag indicating index value must NOT match corresponding filter value (used in setEventFilter).
        See Also:
        Constant Field Values
      • EVENT_FILTER_FLAG_TRIM

        public static final int EVENT_FILTER_FLAG_TRIM
        Event filter flag indicating index value should be trimmed before comparing to corresponding filter value (used in setEventFilter).
        See Also:
        Constant Field Values
      • EVENT_FILTER_FLAG_NOCASE

        public static final int EVENT_FILTER_FLAG_NOCASE
        Event filter flag indicating case-insensitive comparison should be applied (used in setEventFilter).
        See Also:
        Constant Field Values
      • EVENT_FILTER_FLAG_WRONG

        public static final int EVENT_FILTER_FLAG_WRONG
        Event filter flag value indicating invalid values.
        See Also:
        Constant Field Values
      • FIELD_SYSREVDATETIME

        public static final java.lang.String FIELD_SYSREVDATETIME
        SYSREVDATETIME.
        See Also:
        Constant Field Values
      • FIELD_SYSREVCOMMENT

        public static final java.lang.String FIELD_SYSREVCOMMENT
        SYSREVCOMMENT.
        See Also:
        Constant Field Values
      • FIELD_SYSREVREASON

        public static final java.lang.String FIELD_SYSREVREASON
        SYSREVREASON.
        See Also:
        Constant Field Values
      • FIELD_SYSREVVERSION

        public static final java.lang.String FIELD_SYSREVVERSION
        SYSREVVERSION.
        See Also:
        Constant Field Values
      • VAR_REVISION_VERSION

        public static final java.lang.String VAR_REVISION_VERSION
        "SVREVVERSION". Document variable name for the revision version.
        See Also:
        Constant Field Values
      • VARIABLE_SVRELEASE

        public static final java.lang.String VARIABLE_SVRELEASE
        SYSRELEASE.
        See Also:
        Constant Field Values
      • CFG_SAPERION_USER

        public static final java.lang.String CFG_SAPERION_USER
        property name from config file.
        See Also:
        Constant Field Values
      • CFG_SAPERION_MANDANT

        public static final java.lang.String CFG_SAPERION_MANDANT
        property name from config file.
        See Also:
        Constant Field Values
      • CFG_SECURITY_LOGIN_MODUL

        public static final java.lang.String CFG_SECURITY_LOGIN_MODUL
        property name from config file.
        See Also:
        Constant Field Values
      • CFG_IMPERSONATE

        public static final java.lang.String CFG_IMPERSONATE
        property name for security.
        See Also:
        Constant Field Values
      • CFG_JMS_CONFIG_FILE

        public static final java.lang.String CFG_JMS_CONFIG_FILE
        property name from config file.
        See Also:
        Constant Field Values
      • CFG_CUSTOM_NT_FILE

        public static final java.lang.String CFG_CUSTOM_NT_FILE
        property name from config file.
        See Also:
        Constant Field Values
      • CFG_BUILDIN_CONSTR_FILE

        public static final java.lang.String CFG_BUILDIN_CONSTR_FILE
        property name from config file.
        See Also:
        Constant Field Values
      • CFG_DESCRIPTOR_KEY_FILE

        public static final java.lang.String CFG_DESCRIPTOR_KEY_FILE
        property name from config file.
        See Also:
        Constant Field Values
      • CFG_NAMESPACE_REGISTRY_FILE

        public static final java.lang.String CFG_NAMESPACE_REGISTRY_FILE
        property name from config file.
        See Also:
        Constant Field Values
      • CFG_LOG4J_FILE

        public static final java.lang.String CFG_LOG4J_FILE
        property name from config file.
        See Also:
        Constant Field Values
      • CFG_BROKERPORT

        public static final java.lang.String CFG_BROKERPORT
        property name from config file.
        See Also:
        Constant Field Values
      • CFG_BROKERHOST

        public static final java.lang.String CFG_BROKERHOST
        property name from config file.
        See Also:
        Constant Field Values
      • CFG_REPLYPORT

        public static final java.lang.String CFG_REPLYPORT
        property name from config file.
        See Also:
        Constant Field Values
      • CFG_WORKSPACETABLE

        public static final java.lang.String CFG_WORKSPACETABLE
        property name from config file.
        See Also:
        Constant Field Values
      • CFG_MAXIDLETIME

        public static final java.lang.String CFG_MAXIDLETIME
        property name from config file.
        See Also:
        Constant Field Values
      • CFG_VERSION

        public static final java.lang.String CFG_VERSION
        property name from config file.
        See Also:
        Constant Field Values
      • CFG_ENCODING

        public static final java.lang.String CFG_ENCODING
        property name from config file.
        See Also:
        Constant Field Values
      • CFG_SNMP_ENABLED

        public static final java.lang.String CFG_SNMP_ENABLED
        property name from config file.
        See Also:
        Constant Field Values
      • CFG_CQ_ENABLED

        public static final java.lang.String CFG_CQ_ENABLED
        property name from config file.
        See Also:
        Constant Field Values
      • CFG_DIR_PATH

        public static final java.lang.String CFG_DIR_PATH
        property name from config file.
        See Also:
        Constant Field Values
      • CFG_LDAP_ENABLED

        public static final java.lang.String CFG_LDAP_ENABLED
        property name from config file.
        See Also:
        Constant Field Values
      • CFG_SNMP_VIEW_ONLY

        public static final java.lang.String CFG_SNMP_VIEW_ONLY
        property name from config file.
        See Also:
        Constant Field Values
      • CFG_DEFAULT_WORKSPACE

        public static final java.lang.String CFG_DEFAULT_WORKSPACE
        property name from config file.
        See Also:
        Constant Field Values
      • CFG_SECURITY_APPL

        public static final java.lang.String CFG_SECURITY_APPL
        property name from config file.
        See Also:
        Constant Field Values
      • CFG_USE_JDBC

        public static final java.lang.String CFG_USE_JDBC
        property name from config file.
        See Also:
        Constant Field Values
      • CFG_USERCACHE_ENABLED

        public static final java.lang.String CFG_USERCACHE_ENABLED
        property name from config file.
        See Also:
        Constant Field Values
      • CFG_CACHE_MAXSIZE

        public static final java.lang.String CFG_CACHE_MAXSIZE
        property name from config file.
        See Also:
        Constant Field Values
      • CFG_CACHE_MAXSIZE_DEFAULT

        public static final int CFG_CACHE_MAXSIZE_DEFAULT
        property name from config file.
        See Also:
        Constant Field Values
      • MAX_THREADS_KEY

        public static final java.lang.String MAX_THREADS_KEY
        Maximum threads key - Secret: only for Saperion services.
        See Also:
        Constant Field Values
      • MAX_THREADS

        public static final int MAX_THREADS
        Default maximum threads.
        See Also:
        Constant Field Values
      • TOKEN_ATTRIBUTE

        public static final java.lang.String TOKEN_ATTRIBUTE
        Token attribute for SaCredentials.
        See Also:
        Constant Field Values
      • JCR_PREFIX

        public static final java.lang.String JCR_PREFIX
        "jcr" prefix.
        See Also:
        Constant Field Values
      • FIELD_JCRXPRIMARYTYPE

        public static final java.lang.String FIELD_JCRXPRIMARYTYPE
        JCRXPRIMARYTYPE field name.
        See Also:
        Constant Field Values
      • STARTED_AS_SERVICE_KEY

        public static final java.lang.String STARTED_AS_SERVICE_KEY
        Start mode key.
        See Also:
        Constant Field Values
      • DEFAULT_START_MODE

        public static final boolean DEFAULT_START_MODE
        Default start mode (application).
        See Also:
        Constant Field Values
      • PERSISTENCY_KEY_DELIMITER

        public static final java.lang.String PERSISTENCY_KEY_DELIMITER
        Key delimiter.
        See Also:
        Constant Field Values
      • PERSISTENCY_MY_TENANT_PLACEHOLDER

        public static final java.lang.String PERSISTENCY_MY_TENANT_PLACEHOLDER
        Placeholder for current tenant's hex-id in persistency keys.
        See Also:
        Constant Field Values
      • PERSISTENCY_ALL_TENANTS_PLACEHOLDER

        public static final java.lang.String PERSISTENCY_ALL_TENANTS_PLACEHOLDER
        Placeholder for all-tenant's hex-id in persistency keys.
        See Also:
        Constant Field Values
      • FIELD_XXFLAGS

        public static final java.lang.String FIELD_XXFLAGS
        XXFLAGS.
        See Also:
        Constant Field Values
      • FIELD_SVPARTID

        public static final java.lang.String FIELD_SVPARTID
        SVPARTID.
        See Also:
        Constant Field Values
      • FIELD_SYSDOCSTATE

        public static final java.lang.String FIELD_SYSDOCSTATE
        SYSDOCSTATE.
        See Also:
        Constant Field Values
      • PROPERTY_SCENARIO_IMPORT

        public static final java.lang.String PROPERTY_SCENARIO_IMPORT
        See Also:
        Constant Field Values