Package de.xima.fc.user_portal.constants
Class UserPortalConstants
- java.lang.Object
-
- de.xima.fc.user_portal.constants.UserPortalConstants
-
public final class UserPortalConstants extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
UserPortalConstants.CacheKeys
static class
UserPortalConstants.FlashParameter
static class
UserPortalConstants.FormRecordHistory
static class
UserPortalConstants.RequestParameter
Constants for common request parameters.static class
UserPortalConstants.WorkflowTriggerResponse
-
Field Summary
Fields Modifier and Type Field Description static Duration
MAX_CONNECT_TIMEOUT
The max timeout for connecting to a server.static Duration
MAX_READ_TIMEOUT
The max timeout for connecting to a server.static String
RESOURCE_LINK_DOWNLOAD
The name of the resource link that points to a download link for the resource, for the REST API.static String
RESOURCE_LINK_PROCESS
The name of the resource link that points to the process URL of a form record.static String
RESOURCE_LINK_PROVIDE
The name of the resource link that points to the provide URL of a form.static String
RESOURCE_LINK_SELF
The name of the resource link that points to the resource itself, for the REST API.static String
REST_API_PATH
The relative path to the REST API application.static String
REST_API_PATH_PUBLIC
The relative path to the public part of the REST API application.static String
USER_PORTAL_EXTERNAL_PATH
The external path of the user portal, i.e.static String
USER_PORTAL_INTERNAL_PATH
The internal path of the user portal, i.e.static String
USER_PORTAL_WORKFLOW_TRIGGER_RESPONSE_COOKIE_NAME
the name of the cookie that stores if the response to a workflow trigger has been completed
-
Constructor Summary
Constructors Constructor Description UserPortalConstants()
-
-
-
Field Detail
-
MAX_CONNECT_TIMEOUT
public static final Duration MAX_CONNECT_TIMEOUT
The max timeout for connecting to a server.
-
MAX_READ_TIMEOUT
public static final Duration MAX_READ_TIMEOUT
The max timeout for connecting to a server.
-
RESOURCE_LINK_DOWNLOAD
public static final String RESOURCE_LINK_DOWNLOAD
The name of the resource link that points to a download link for the resource, for the REST API.- See Also:
- Constant Field Values
-
RESOURCE_LINK_PROVIDE
public static final String RESOURCE_LINK_PROVIDE
The name of the resource link that points to the provide URL of a form.- See Also:
- Constant Field Values
-
RESOURCE_LINK_PROCESS
public static final String RESOURCE_LINK_PROCESS
The name of the resource link that points to the process URL of a form record.- See Also:
- Constant Field Values
-
RESOURCE_LINK_SELF
public static final String RESOURCE_LINK_SELF
The name of the resource link that points to the resource itself, for the REST API.- See Also:
- Constant Field Values
-
REST_API_PATH
public static final String REST_API_PATH
The relative path to the REST API application.- See Also:
- Constant Field Values
-
REST_API_PATH_PUBLIC
public static final String REST_API_PATH_PUBLIC
The relative path to the public part of the REST API application.- See Also:
- Constant Field Values
-
USER_PORTAL_EXTERNAL_PATH
public static final String USER_PORTAL_EXTERNAL_PATH
The external path of the user portal, i.e. the start of user portal URLs in the browser.- See Also:
- Constant Field Values
-
USER_PORTAL_INTERNAL_PATH
public static final String USER_PORTAL_INTERNAL_PATH
The internal path of the user portal, i.e. the start of user portal URLs as used internally.- See Also:
- Constant Field Values
-
USER_PORTAL_WORKFLOW_TRIGGER_RESPONSE_COOKIE_NAME
public static final String USER_PORTAL_WORKFLOW_TRIGGER_RESPONSE_COOKIE_NAME
the name of the cookie that stores if the response to a workflow trigger has been completed- See Also:
- Constant Field Values
-
-