Class UserPortalConstants
java.lang.Object
de.xima.fc.user_portal.constants.UserPortalConstants
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classstatic final classstatic final classstatic final classConstants for common request parameters.static final class -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final DurationThe max timeout for connecting to a server.static final DurationThe max timeout for connecting to a server.static final StringThe name of the resource link that points to a download link for the resource, for the REST API.static final StringThe name of the resource link that points to the process URL of a form record.static final StringThe name of the resource link that points to the provide URL of a form.static final StringThe name of the resource link that points to the resource itself, for the REST API.static final StringThe relative path to the REST API application.static final StringThe relative path to the public part of the REST API application.static final StringThe external path of the user portal, i.e. the start of user portal URLs in the browser.static final StringThe internal path of the user portal, i.e. the start of user portal URLs as used internally.static final Stringthe name of the cookie that stores if the response to a workflow trigger has been completed -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
MAX_CONNECT_TIMEOUT
The max timeout for connecting to a server. -
MAX_READ_TIMEOUT
The max timeout for connecting to a server. -
RESOURCE_LINK_DOWNLOAD
The name of the resource link that points to a download link for the resource, for the REST API.- See Also:
-
RESOURCE_LINK_PROVIDE
The name of the resource link that points to the provide URL of a form.- See Also:
-
RESOURCE_LINK_PROCESS
The name of the resource link that points to the process URL of a form record.- See Also:
-
RESOURCE_LINK_SELF
The name of the resource link that points to the resource itself, for the REST API.- See Also:
-
REST_API_PATH
-
REST_API_PATH_PUBLIC
The relative path to the public part of the REST API application.- See Also:
-
USER_PORTAL_EXTERNAL_PATH
The external path of the user portal, i.e. the start of user portal URLs in the browser.- See Also:
-
USER_PORTAL_INTERNAL_PATH
The internal path of the user portal, i.e. the start of user portal URLs as used internally.- See Also:
-
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:
-
-
Constructor Details
-
UserPortalConstants
public UserPortalConstants()
-