Package de.xima.fc
Class CmnConst
- java.lang.Object
-
- de.xima.fc.CmnConst
-
public final class CmnConst extends Object
Allgemeine Konstanten.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
CmnConst.AjaxUploadServletParams
Parameters for the AJAX upload servlet (/form/ajaxupload).static class
CmnConst.AppointmentFreeSlotsParams
Parameters for the appointment free slots servlet (/appointment/freeslots).static class
CmnConst.AppointmentIcalParams
Parameters for the appointment iCal servlet (/appointment/ical)static class
CmnConst.AttachmentFormParams
static class
CmnConst.AttachmentParams
static class
CmnConst.Auth
static class
CmnConst.ClientCounterServletParams
static class
CmnConst.ClientId
static class
CmnConst.ClientScript
static class
CmnConst.ClientWidgetVar
static class
CmnConst.Cluster
static class
CmnConst.Database
static class
CmnConst.DataQuery
static class
CmnConst.DatenabfrageDB
static class
CmnConst.DatenabfrageLDAP
static class
CmnConst.Designer
static class
CmnConst.DownloadManagerParams
static class
CmnConst.EcParamKey
static class
CmnConst.FormDesigner
static class
CmnConst.FormPreviewImageParams
static class
CmnConst.FormReviewParams
static class
CmnConst.ICal
static class
CmnConst.Inbox
static class
CmnConst.Limits
static class
CmnConst.LoggingKeys
Keys, that used with theMDC
The Keys can be used inside a log file pattern configuration with the placeholder '%X{}'. static class
CmnConst.PersistenceParams
static class
CmnConst.Plugins
static class
CmnConst.Print
static class
CmnConst.ProjectOverview
static class
CmnConst.ProjectResource
static class
CmnConst.ProzessParams
static class
CmnConst.Push
static class
CmnConst.RemoteCommand
static class
CmnConst.RemoteCommandParam
static class
CmnConst.RenderParams
static class
CmnConst.ResourceParams
static class
CmnConst.Security
static class
CmnConst.Support
static class
CmnConst.SystemProperties
static class
CmnConst.SystemProperty
static class
CmnConst.TableColumns
static class
CmnConst.Target
static class
CmnConst.Template
static class
CmnConst.Views
static class
CmnConst.Workflow
-
Field Summary
-
-
-
Field Detail
-
GENERAL_ID
public static final String GENERAL_ID
- See Also:
- Constant Field Values
-
EXT_DATEFORMAT
public static final String EXT_DATEFORMAT
- See Also:
- Constant Field Values
-
FC_VERSION
public static final String FC_VERSION
-
FC_VERSION_NUMBER
public static final String FC_VERSION_NUMBER
-
FAVICON_BASE64
public static String FAVICON_BASE64
-
PH_PATTERN_SYSTEM
public static final Pattern PH_PATTERN_SYSTEM
Dieser Pattern dient zum Erkennen von Zeichenfolgen, die als Platzhalter für System-Werte genutzt werden, nach dem Muster:[%$<systemwert>%]
(Keine Punkt zulässig), siehe auchBUILTIN_PLACEHOLDER
-
PH_PATTERN_FORMS
public static final Pattern PH_PATTERN_FORMS
Pattern für (die Extrahierung des Alias aus einem) Formularfeld-Platzhalter
-
PH_PATTERN_I18N
public static final Pattern PH_PATTERN_I18N
-
PH_PATTERN_CONTEXT
public static final Pattern PH_PATTERN_CONTEXT
-
PH_PATTERN_TEMPLATES
public static final Pattern PH_PATTERN_TEMPLATES
Dieser Pattern dient zum Erkennen von Zeichenfolgen, die als Platzhalter für Textbausteine-Werte genutzt werden, nach dem Muster: [%$$%] (Keine Punkt zulässig)
-
PH_PATTERN_ALL
public static final Pattern PH_PATTERN_ALL
Pattern for recognizing all placeholders, irrespective of their type.
-
PH_PATTERN_ALL_GROUPED
public static final Pattern PH_PATTERN_ALL_GROUPED
Pattern for recognizing all placeholders, irrespective of their type. With groups for the prefix, content, and suffix.
-
PH_INNER_PATTERN_PARAMETRIZED
public static final Pattern PH_INNER_PATTERN_PARAMETRIZED
Pattern for recognizing character strings, that represent parameterized placeholders (Without '[%' and '%]'). Pattern:( )
-
PH_INNER_PATTERN_DATE_PARAMETRIZED
public static final Pattern PH_INNER_PATTERN_DATE_PARAMETRIZED
Pattern for recognizing character strings, that represent parameterized date placeholders (Without '[%' and '%]').Pattern: <date_placeholder>("<format>", <locale>)
-
PH_PREFIX_FORM
public static final String PH_PREFIX_FORM
- See Also:
- Constant Field Values
-
PH_SUFFIX_FORM
public static final String PH_SUFFIX_FORM
- See Also:
- Constant Field Values
-
FORMATTER_MATCHER
public static final Pattern FORMATTER_MATCHER
-
FORMATTER_CLASS_PATTERN
public static final String FORMATTER_CLASS_PATTERN
- See Also:
- Constant Field Values
-
FRONTENDSERVER_NAME
public static final String FRONTENDSERVER_NAME
- See Also:
- Constant Field Values
-
FD2_FILENAME
public static final String FD2_FILENAME
- See Also:
- Constant Field Values
-
WD2_FILENAME
public static final String WD2_FILENAME
- See Also:
- Constant Field Values
-
FORMEINGANG_FILENAME
public static final String FORMEINGANG_FILENAME
- See Also:
- Constant Field Values
-
DFLT_LOCALE
public static final Locale DFLT_LOCALE
-
DFLT_ENCODING
public static final String DFLT_ENCODING
- See Also:
- Constant Field Values
-
DFLT_CHARSET
public static final Charset DFLT_CHARSET
-
DFLT_TIME_OF_DAY_FORMAT_STRING
public static final String DFLT_TIME_OF_DAY_FORMAT_STRING
- See Also:
- Constant Field Values
-
DFLT_TO_STRING_STYLE
public static final org.apache.commons.lang3.builder.ToStringStyle DFLT_TO_STRING_STYLE
-
DFLT_UNTRUSTED_RESOURCE_ACCESS_CONTROL
public static final IResourceAccessControl DFLT_UNTRUSTED_RESOURCE_ACCESS_CONTROL
DefaultIResourceAccessControl
for restricting access toURI
s orURL
s from untrusted sources, such as workflow configurations or submitted form data. In particular, this disallows resources such as file resources, which would allow access to sensitive data (e.g.file:///home/tomcat/conf/tomcat-users.xml
).
-
XML_ENCODING
public static final String XML_ENCODING
- See Also:
- Constant Field Values
-
INTERNAL_DATE_FORMAT
@Deprecated public static final String INTERNAL_DATE_FORMAT
Deprecated.- See Also:
- Constant Field Values
-
INTERNAL_DATETIME_FORMAT
@Deprecated public static final String INTERNAL_DATETIME_FORMAT
Deprecated.- See Also:
- Constant Field Values
-
PATTERN_AKTION_NAME
public static final String PATTERN_AKTION_NAME
- See Also:
- Constant Field Values
-
PATTERN_PROJEKT_NAME
public static final String PATTERN_PROJEKT_NAME
- See Also:
- Constant Field Values
-
PATTERN_PROJEKT_NAME_DISALLOWED
public static final String PATTERN_PROJEKT_NAME_DISALLOWED
- See Also:
- Constant Field Values
-
PATTERN_MANDANT_ALIAS
public static final String PATTERN_MANDANT_ALIAS
- See Also:
- Constant Field Values
-
PATTERN_EMAIL_ADR
public static final String PATTERN_EMAIL_ADR
- See Also:
- Constant Field Values
-
PATTERN_EMAIL_ADR_OR_EMPTY
public static final String PATTERN_EMAIL_ADR_OR_EMPTY
- See Also:
- Constant Field Values
-
PATTERN_HOST_NAME
public static final String PATTERN_HOST_NAME
- See Also:
- Constant Field Values
-
PATTERN_PASSWORT
public static final String PATTERN_PASSWORT
- See Also:
- Constant Field Values
-
MASKED_PLACEHOLDER
public static final String MASKED_PLACEHOLDER
- See Also:
- Constant Field Values
-
PROJECT_DEFAULT_SUBJECT
public static final String PROJECT_DEFAULT_SUBJECT
-
PROJECT_DEFAULT_SCOPE
public static final String PROJECT_DEFAULT_SCOPE
- See Also:
- Constant Field Values
-
EXPORT_PARAM
@Deprecated public static final String EXPORT_PARAM
Deprecated.potentialy unused. will be removed in 5.2- See Also:
- Constant Field Values
-
CONTENT_TYPE
public static final String CONTENT_TYPE
- See Also:
- Constant Field Values
-
XFC_MSG_CODE_HEADER
public static final String XFC_MSG_CODE_HEADER
- See Also:
- Constant Field Values
-
XFC_SERVER_ID_HEADER
@Deprecated public static final String XFC_SERVER_ID_HEADER
Deprecated.useXfcConfig.APPLICATION
and the propertyXfcConfigKeys.Application.SYSTEM_HEADER_NAME_SERVER_ID
- See Also:
- Constant Field Values
-
EMPTY_MAIL
public static final String EMPTY_MAIL
- See Also:
- Constant Field Values
-
DATE
@Deprecated public static final String DATE
Deprecated.- See Also:
- Constant Field Values
-
FORM_STATUSID
@Deprecated public static final String FORM_STATUSID
Deprecated.- See Also:
- Constant Field Values
-
FORM_STATUS_NAME
@Deprecated public static final String FORM_STATUS_NAME
Deprecated.- See Also:
- Constant Field Values
-
FORM_STATUS_TYPE
@Deprecated public static final String FORM_STATUS_TYPE
Deprecated.- See Also:
- Constant Field Values
-
FORM_SUBJECT_CHARACTER_LIMIT
public static final int FORM_SUBJECT_CHARACTER_LIMIT
- See Also:
- Constant Field Values
-
FORM_PROJEKTID
@Deprecated public static final String FORM_PROJEKTID
Deprecated.- See Also:
- Constant Field Values
-
FORM_PROJECTID
@Deprecated public static final String FORM_PROJECTID
Deprecated.- See Also:
- Constant Field Values
-
FORM_PROJECT_NAME
@Deprecated public static final String FORM_PROJECT_NAME
Deprecated.- See Also:
- Constant Field Values
-
FORM_PROJECT_TITLE
@Deprecated public static final String FORM_PROJECT_TITLE
Deprecated.- See Also:
- Constant Field Values
-
FORM_PROJECT_ALIAS
@Deprecated public static final String FORM_PROJECT_ALIAS
Deprecated.- See Also:
- Constant Field Values
-
FORM_MANDANTID
@Deprecated public static final String FORM_MANDANTID
Deprecated.useFORM_CLIENTID
- See Also:
- Constant Field Values
-
FORM_CLIENTID
@Deprecated public static final String FORM_CLIENTID
Deprecated.- See Also:
- Constant Field Values
-
CLIENT_MAIL_SENDER
@Deprecated public static final String CLIENT_MAIL_SENDER
Deprecated.UseCommonPlaceholders.SingleDollar#CLIENT_MAIL_SENDER
.- See Also:
- Constant Field Values
-
DEFAULT_MAIL_SENDER
@Deprecated public static final String DEFAULT_MAIL_SENDER
Deprecated.- See Also:
- Constant Field Values
-
CLIENT_MAIL_SENDERNAME
@Deprecated public static final String CLIENT_MAIL_SENDERNAME
Deprecated.UseCommonPlaceholders.SingleDollar#CLIENT_MAIL_SENDERNAME
.- See Also:
- Constant Field Values
-
DEFAULT_MAIL_SENDERNAME
@Deprecated public static final String DEFAULT_MAIL_SENDERNAME
Deprecated.- See Also:
- Constant Field Values
-
FORM_PROZESSID
@Deprecated public static final String FORM_PROZESSID
Deprecated.- See Also:
- Constant Field Values
-
FORM_PROCESSID
@Deprecated public static final String FORM_PROCESSID
Deprecated.- See Also:
- Constant Field Values
-
FORM_RECORD_READ
@Deprecated public static final String FORM_RECORD_READ
Deprecated.- See Also:
- Constant Field Values
-
FORM_RECORD_UNREAD
@Deprecated public static final String FORM_RECORD_UNREAD
Deprecated.- See Also:
- Constant Field Values
-
FORM_RECORD_ID
@Deprecated public static final String FORM_RECORD_ID
Deprecated.- See Also:
- Constant Field Values
-
FORM_LINK
@Deprecated public static final String FORM_LINK
Deprecated.- See Also:
- Constant Field Values
-
FORM_REVIEW_LINK
@Deprecated public static final String FORM_REVIEW_LINK
Deprecated.- See Also:
- Constant Field Values
-
FORM_INBOX_LINK
@Deprecated public static final String FORM_INBOX_LINK
Deprecated.- See Also:
- Constant Field Values
-
FORM_INBOX_NAME
@Deprecated public static final String FORM_INBOX_NAME
Deprecated.- See Also:
- Constant Field Values
-
FORM_PROCESS_HTML
@Deprecated public static final String FORM_PROCESS_HTML
Deprecated.- See Also:
- Constant Field Values
-
FORM_DATE_CREATED
@Deprecated public static final String FORM_DATE_CREATED
Deprecated.- See Also:
- Constant Field Values
-
FORM_DATE_MODIFIED
@Deprecated public static final String FORM_DATE_MODIFIED
Deprecated.- See Also:
- Constant Field Values
-
USER
public static final String USER
- See Also:
- Constant Field Values
-
INITIAL_USER
public static final String INITIAL_USER
- See Also:
- Constant Field Values
-
LAST_USER
public static final String LAST_USER
- See Also:
- Constant Field Values
-
FORM_PROZESS_LINK
@Deprecated public static final String FORM_PROZESS_LINK
Deprecated.- See Also:
- Constant Field Values
-
FORM_PROCESS_LINK
@Deprecated public static final String FORM_PROCESS_LINK
Deprecated.- See Also:
- Constant Field Values
-
FORM_VERIFY_LINK
@Deprecated public static final String FORM_VERIFY_LINK
Deprecated.- See Also:
- Constant Field Values
-
FORM_INVITE_LINK
@Deprecated public static final String FORM_INVITE_LINK
Deprecated.- See Also:
- Constant Field Values
-
FORM_SOURCE_SERVER
@Deprecated public static final String FORM_SOURCE_SERVER
Deprecated.- See Also:
- Constant Field Values
-
SOURCE_SERVER_URL
@Deprecated public static final String SOURCE_SERVER_URL
Deprecated.- See Also:
- Constant Field Values
-
LAST_ERROR
@Deprecated public static final String LAST_ERROR
Deprecated.- See Also:
- Constant Field Values
-
LAST_ERROR_CODE
@Deprecated public static final String LAST_ERROR_CODE
Deprecated.- See Also:
- Constant Field Values
-
LAST_ERROR_MESSAGE
@Deprecated public static final String LAST_ERROR_MESSAGE
Deprecated.- See Also:
- Constant Field Values
-
LAST_ERROR_NODE_NAME
@Deprecated public static final String LAST_ERROR_NODE_NAME
Deprecated.- See Also:
- Constant Field Values
-
LAST_ERROR_NODE_TYPE
@Deprecated public static final String LAST_ERROR_NODE_TYPE
Deprecated.- See Also:
- Constant Field Values
-
RECORD_ATTR
public static final String RECORD_ATTR
Placeholder for custom attributes from the form record.- See Also:
- Constant Field Values
-
BUILTIN_PLACEHOLDER
@Deprecated public static final List<String> BUILTIN_PLACEHOLDER
Deprecated.UseCommonPlaceholders
, especiallyCommonPlaceholders.SingleDollar
.A list of all non-dynamic builtin placeholders.
-
BUILTIN_PLACEHOLDER_USER_COMMON_PATHS
public static final List<String> BUILTIN_PLACEHOLDER_USER_COMMON_PATHS
-
ATTACHMENT_PREFIX
public static final String ATTACHMENT_PREFIX
- See Also:
- Constant Field Values
-
SESSION_ATTACHMENT_LIST
public static final String SESSION_ATTACHMENT_LIST
- See Also:
- Constant Field Values
-
SESSION_ATTACHMENT_ZIP
public static final String SESSION_ATTACHMENT_ZIP
- See Also:
- Constant Field Values
-
SESSION_ATTACHMENT
public static final String SESSION_ATTACHMENT
- See Also:
- Constant Field Values
-
PH_APPOINTMENT_PREFIX
public static final String PH_APPOINTMENT_PREFIX
- See Also:
- Constant Field Values
-
PH_APPOINTMENT_LIST
public static final String PH_APPOINTMENT_LIST
- See Also:
- Constant Field Values
-
PH_APPOINTMENT_LINK
public static final String PH_APPOINTMENT_LINK
- See Also:
- Constant Field Values
-
PH_COUNTER_CLIENT
public static final String PH_COUNTER_CLIENT
- See Also:
- Constant Field Values
-
CURRENT_FV_URL_PARAM
public static final String CURRENT_FV_URL_PARAM
- See Also:
- Constant Field Values
-
FORMDIR_NAME
public static final String FORMDIR_NAME
Name des Basisverzeichnisses für die (eingebetteten) Forms-Webanwendungen.- See Also:
- Constant Field Values
-
RESOURCEDIR_NAME
public static final String RESOURCEDIR_NAME
Name des Basisverzeichnisses für die Ressourcen Forms-Webanwendungen.- See Also:
- Constant Field Values
-
LICENSEDIR_NAME
public static final String LICENSEDIR_NAME
- See Also:
- Constant Field Values
-
XFD_FILENAME
public static final String XFD_FILENAME
Dateiname für Designer-Projektdateien in den (eingebetteten) Forms-Webanwendungen.- See Also:
- Constant Field Values
-
XFD_STARTER_PROJECT_ID
public static final String XFD_STARTER_PROJECT_ID
- See Also:
- Constant Field Values
-
XFD_STARTER_VERSION_NUMBER
public static final String XFD_STARTER_VERSION_NUMBER
- See Also:
- Constant Field Values
-
XFD_STARTER_WORKFLOW_VERSION_ID
public static final String XFD_STARTER_WORKFLOW_VERSION_ID
- See Also:
- Constant Field Values
-
XFD_STARTER_VIEW
public static final String XFD_STARTER_VIEW
- See Also:
- Constant Field Values
-
XFD_STARTER_BACKUP_VERSION
public static final String XFD_STARTER_BACKUP_VERSION
- See Also:
- Constant Field Values
-
I18N_PATH_DESIGNER_CLIENT
public static final String I18N_PATH_DESIGNER_CLIENT
- See Also:
- Constant Field Values
-
XFD_PROJECTFILES
public static final String XFD_PROJECTFILES
Verzeichnisname für (im Designer-Projekt eingebettete) Ressourcen in den (eingebetteten) Forms-Webanwendungen.- See Also:
- Constant Field Values
-
TEMPFILE_PREFIX
public static final String TEMPFILE_PREFIX
- See Also:
- Constant Field Values
-
FORM_SERVLETS_SUBDIR
public static final String FORM_SERVLETS_SUBDIR
- See Also:
- Constant Field Values
-
PREVIEW_VALUES_SERVLETS
public static final String PREVIEW_VALUES_SERVLETS
- See Also:
- Constant Field Values
-
FORM_INCLUDES_NO_CACHE_RESOURCE
public static final String FORM_INCLUDES_NO_CACHE_RESOURCE
- See Also:
- Constant Field Values
-
FORM_INCLUDES
public static final String FORM_INCLUDES
- See Also:
- Constant Field Values
-
FORM_INCLUDE_SCRIPT
public static final String FORM_INCLUDE_SCRIPT
- See Also:
- Constant Field Values
-
FORM_DEFAULT_THEME
public static final String FORM_DEFAULT_THEME
- See Also:
- Constant Field Values
-
FORM_DEFAULT_THEME_DE
public static final String FORM_DEFAULT_THEME_DE
- See Also:
- Constant Field Values
-
FORM_DEFAULT_THEME_EN
public static final String FORM_DEFAULT_THEME_EN
- See Also:
- Constant Field Values
-
FD2_SUBDIR
public static final String FD2_SUBDIR
- See Also:
- Constant Field Values
-
LOGIN_SERVLET
public static final String LOGIN_SERVLET
- See Also:
- Constant Field Values
-
LOGIN_SERVLET_ACTION_LOGIN
public static final String LOGIN_SERVLET_ACTION_LOGIN
- See Also:
- Constant Field Values
-
LOGIN_SERVLET_ACTION_LOGOUT
public static final String LOGIN_SERVLET_ACTION_LOGOUT
- See Also:
- Constant Field Values
-
LOGIN_SERVLET_ACTION_LOGINREDIRECT
public static final String LOGIN_SERVLET_ACTION_LOGINREDIRECT
- See Also:
- Constant Field Values
-
LOGIN_SERVLET_ACTION_PASSWORD_LOGINREDIRECT
public static final String LOGIN_SERVLET_ACTION_PASSWORD_LOGINREDIRECT
- See Also:
- Constant Field Values
-
LOGIN_SERVLET_ACTION_CHECK_LOGIN
public static final String LOGIN_SERVLET_ACTION_CHECK_LOGIN
- See Also:
- Constant Field Values
-
LOGIN_SERVLET_COOKIE_CLIENTID
public static final String LOGIN_SERVLET_COOKIE_CLIENTID
- See Also:
- Constant Field Values
-
LOGIN_SERVLET_COOKIE_LANG
public static final String LOGIN_SERVLET_COOKIE_LANG
- See Also:
- Constant Field Values
-
ATTACHMENT_GET_SERVLET
public static final String ATTACHMENT_GET_SERVLET
- See Also:
- Constant Field Values
-
ICAL_SERVLET
public static final String ICAL_SERVLET
- See Also:
- Constant Field Values
-
MASTER_XML
public static final String MASTER_XML
- See Also:
- Constant Field Values
-
FORWARD_EXTRACT_PATTERN
public static final Pattern FORWARD_EXTRACT_PATTERN
-
ALIAS_EXTRACT_PATTERN
public static final Pattern ALIAS_EXTRACT_PATTERN
-
ALIASCOPY_EXTRACT_PATTERN
public static final Pattern ALIASCOPY_EXTRACT_PATTERN
-
EXT_VERSION
public static final String EXT_VERSION
- See Also:
- Constant Field Values
-
LOGIN_SUFFIX
public static final String LOGIN_SUFFIX
- See Also:
- Constant Field Values
-
TEMPLATE_LOGIN_URL
public static final String TEMPLATE_LOGIN_URL
- See Also:
- Constant Field Values
-
TEMPLATE_LOGIN_URL_CLIENTLESS
public static final String TEMPLATE_LOGIN_URL_CLIENTLESS
- See Also:
- Constant Field Values
-
TEMPLATE_AUTHENTICATION_SELECTION
public static final String TEMPLATE_AUTHENTICATION_SELECTION
- See Also:
- Constant Field Values
-
TEMPLATE_AUTHENTICATION_SCRIPT
public static final String TEMPLATE_AUTHENTICATION_SCRIPT
- See Also:
- Constant Field Values
-
TEMPLATE_LOGIN_CALLBACK_SCRIPT
public static final String TEMPLATE_LOGIN_CALLBACK_SCRIPT
- See Also:
- Constant Field Values
-
TEMPLATE_USER_CREATED_FULLNAME
public static final String TEMPLATE_USER_CREATED_FULLNAME
- See Also:
- Constant Field Values
-
TEMPLATE_USER_CREATED_LOGINNAME
public static final String TEMPLATE_USER_CREATED_LOGINNAME
- See Also:
- Constant Field Values
-
TEMPLATE_USER_CREATED_PASSWORD
public static final String TEMPLATE_USER_CREATED_PASSWORD
- See Also:
- Constant Field Values
-
TEMPLATE_USER_CREATED_URL
public static final String TEMPLATE_USER_CREATED_URL
- See Also:
- Constant Field Values
-
TEMPLATE_USER_CREATED_MANDANT
public static final String TEMPLATE_USER_CREATED_MANDANT
- See Also:
- Constant Field Values
-
TEMPLATE_USER_URL_EXPIRATION
public static final String TEMPLATE_USER_URL_EXPIRATION
- See Also:
- Constant Field Values
-
TEMPLATE_USER_URL_QUERYSTRING
public static final String TEMPLATE_USER_URL_QUERYSTRING
- See Also:
- Constant Field Values
-
SESSION_NTLM_USER_ACCOUNT
public static final String SESSION_NTLM_USER_ACCOUNT
Constant for session attribute NTLM-Nutzeraccount- See Also:
- Constant Field Values
-
SESSION_KERBEROS_USER_ACCOUNT
public static final String SESSION_KERBEROS_USER_ACCOUNT
Constant for session attribute Kerberos-Nutzeraccount- See Also:
- Constant Field Values
-
SESSION_USER_LDAP_DATA
public static final String SESSION_USER_LDAP_DATA
- See Also:
- Constant Field Values
-
SESSION_FORM_ACCESS_PWD
public static final String SESSION_FORM_ACCESS_PWD
Constant for the session attribute for the form access password.- See Also:
- Constant Field Values
-
SESSION_FORM_ACCESS_PWD_V2
public static final String SESSION_FORM_ACCESS_PWD_V2
Constant for the session attribute for the form access password v2.- See Also:
- Constant Field Values
-
SESSION_BACKEND_BACK_URL
public static final String SESSION_BACKEND_BACK_URL
Constant for the session attribute for the URL to redirect to after login- See Also:
- Constant Field Values
-
SESSION_SKIP_SSO
public static final String SESSION_SKIP_SSO
Flag for skipping SSO-Filter- See Also:
- Constant Field Values
-
SESSION_SSO_AUTHORIZED_CLIENT_ID
public static final String SESSION_SSO_AUTHORIZED_CLIENT_ID
the ID of the client, where the user is authorized- See Also:
- Constant Field Values
-
SESSION_SSO_AUTHORIZED
public static final String SESSION_SSO_AUTHORIZED
Flag which is true, if user in Session is an NTLM or Kerberos SSO authorized user- See Also:
- Constant Field Values
-
PARAMNAME_FORM_REQUEST_ID
public static final String PARAMNAME_FORM_REQUEST_ID
Parametername für Formcycle-Prozess-UID (wird bspw erwartet, wenn bereits ausgefüllte Formulare erneut ausgefüllt werden sollen).- See Also:
- Constant Field Values
-
PARAMNAME_FD2_REQUEST_ID
public static final String PARAMNAME_FD2_REQUEST_ID
- See Also:
- Constant Field Values
-
PARAMNAME_FACES_VIEW_ID
public static final String PARAMNAME_FACES_VIEW_ID
- See Also:
- Constant Field Values
-
PARAMNAME_FORM_SESSION_ID
public static final String PARAMNAME_FORM_SESSION_ID
- See Also:
- Constant Field Values
-
PARAMNAME_PROZESSID
public static final String PARAMNAME_PROZESSID
- See Also:
- Constant Field Values
-
PARAMNAME_PROJECT_ID
public static final String PARAMNAME_PROJECT_ID
- See Also:
- Constant Field Values
-
PARAMNAME_VERIFYID
public static final String PARAMNAME_VERIFYID
- See Also:
- Constant Field Values
-
PARAMNAME_VERIFY_WORKFLOW_NODE_ID
public static final String PARAMNAME_VERIFY_WORKFLOW_NODE_ID
- See Also:
- Constant Field Values
-
PARAMNAME_UUID
public static final String PARAMNAME_UUID
- See Also:
- Constant Field Values
-
PARAMNAME_JSESSIONID
@Deprecated public static final String PARAMNAME_JSESSIONID
Deprecated.- See Also:
- Constant Field Values
-
PARAMNAME_PERSISTENCE_FILE
public static final String PARAMNAME_PERSISTENCE_FILE
- See Also:
- Constant Field Values
-
PARAMNAME_PERSISTENCE_FILE_NEW
public static final String PARAMNAME_PERSISTENCE_FILE_NEW
- See Also:
- Constant Field Values
-
PARAMNAME_PERSISTENCE_FILE_NEW_MULTI
public static final String PARAMNAME_PERSISTENCE_FILE_NEW_MULTI
- See Also:
- Constant Field Values
-
PARAMNAME_UPLOADTYP
public static final String PARAMNAME_UPLOADTYP
- See Also:
- Constant Field Values
-
PROJEKT_IMPORT_PDF_RESSOURCE_NAME
public static final String PROJEKT_IMPORT_PDF_RESSOURCE_NAME
- See Also:
- Constant Field Values
-
PARAMNAME_SAVED
public static final String PARAMNAME_SAVED
- See Also:
- Constant Field Values
-
PARAMNAME_PREVIEW
public static final String PARAMNAME_PREVIEW
- See Also:
- Constant Field Values
-
PARAMNAME_WORKFLOW_VERSION_NUMBER
public static final String PARAMNAME_WORKFLOW_VERSION_NUMBER
- See Also:
- Constant Field Values
-
PARAMNAME_CURRENT_VERSION
public static final String PARAMNAME_CURRENT_VERSION
- See Also:
- Constant Field Values
-
PARAMNAME_XFC_HEIGHT_CHANGED_EVT
public static final String PARAMNAME_XFC_HEIGHT_CHANGED_EVT
- See Also:
- Constant Field Values
-
PARAMNAME_AJAX_AUTO
public static final String PARAMNAME_AJAX_AUTO
- See Also:
- Constant Field Values
-
PARAMNAME_FORM_CONTAINER_ID
public static final String PARAMNAME_FORM_CONTAINER_ID
- See Also:
- Constant Field Values
-
PARAMNAME_AJAX_FORM_ID
public static final String PARAMNAME_AJAX_FORM_ID
- See Also:
- Constant Field Values
-
PARAMNAME_AJAX_FORM_BASE
public static final String PARAMNAME_AJAX_FORM_BASE
- See Also:
- Constant Field Values
-
PARAMNAME_ASYNC
public static final String PARAMNAME_ASYNC
- See Also:
- Constant Field Values
-
PARAMNAME_LOGIN_CLIENT
public static final String PARAMNAME_LOGIN_CLIENT
- See Also:
- Constant Field Values
-
PARAMNAME_LOGIN_USERNAME
public static final String PARAMNAME_LOGIN_USERNAME
- See Also:
- Constant Field Values
-
PARAMNAME_LOGIN_LANGUAGE
public static final String PARAMNAME_LOGIN_LANGUAGE
- See Also:
- Constant Field Values
-
PARAMNAME_LOGIN_CLIENT_PRESELECT
public static final String PARAMNAME_LOGIN_CLIENT_PRESELECT
- See Also:
- Constant Field Values
-
PARAMNAME_LOGIN_AJAX
public static final String PARAMNAME_LOGIN_AJAX
- See Also:
- Constant Field Values
-
PARAMNAME_LOGIN_DISABLE_USER_SELECT
@Deprecated public static final String PARAMNAME_LOGIN_DISABLE_USER_SELECT
Deprecated.- See Also:
- Constant Field Values
-
PARAMNAME_LOGIN_SHOW_FORM_SAVE
@Deprecated public static final String PARAMNAME_LOGIN_SHOW_FORM_SAVE
Deprecated.- See Also:
- Constant Field Values
-
XFC_THREAD_GROUP
public static final ThreadGroup XFC_THREAD_GROUP
Thread-Gruppe für Threads, die im Xima-Formcycle-Kontext laufen.
-
PARAM_FORM_API_LOAD_FUNCTION_NAME
public static final String PARAM_FORM_API_LOAD_FUNCTION_NAME
- See Also:
- Constant Field Values
-
PARAM_FORM_API_FORM_BASE
public static final String PARAM_FORM_API_FORM_BASE
- See Also:
- Constant Field Values
-
PARAM_FORM_API_FORM_CONTAINER_ID
public static final String PARAM_FORM_API_FORM_CONTAINER_ID
- See Also:
- Constant Field Values
-
PARAM_FORM_API_FORM_ID
public static final String PARAM_FORM_API_FORM_ID
- See Also:
- Constant Field Values
-
PARAM_FORM_API_DATE
public static final String PARAM_FORM_API_DATE
- See Also:
- Constant Field Values
-
FORM_RECORD_ATTR_RESERVED_PREFIX
public static final String FORM_RECORD_ATTR_RESERVED_PREFIX
- See Also:
- Constant Field Values
-
-