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 classUserPortalConstants.CacheKeysstatic classUserPortalConstants.FlashParameterstatic classUserPortalConstants.FormRecordHistorystatic classUserPortalConstants.RequestParameterConstants for common request parameters.static classUserPortalConstants.WorkflowTriggerResponse
-
Field Summary
Fields Modifier and Type Field Description static DurationMAX_CONNECT_TIMEOUTThe max timeout for connecting to a server.static DurationMAX_READ_TIMEOUTThe max timeout for connecting to a server.static StringRESOURCE_LINK_DOWNLOADThe name of the resource link that points to a download link for the resource, for the REST API.static StringRESOURCE_LINK_PROCESSThe name of the resource link that points to the process URL of a form record.static StringRESOURCE_LINK_PROVIDEThe name of the resource link that points to the provide URL of a form.static StringRESOURCE_LINK_SELFThe name of the resource link that points to the resource itself, for the REST API.static StringREST_API_PATHThe relative path to the REST API application.static StringREST_API_PATH_PUBLICThe relative path to the public part of the REST API application.static StringUSER_PORTAL_EXTERNAL_PATHThe external path of the user portal, i.e.static StringUSER_PORTAL_INTERNAL_PATHThe internal path of the user portal, i.e.static StringUSER_PORTAL_WORKFLOW_TRIGGER_RESPONSE_COOKIE_NAMEthe 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
-
-