
com.adobe.forms.common.utils.FormsConstants Maven / Gradle / Ivy
/*************************************************************************
*
* ADOBE CONFIDENTIAL
* __________________
*
* Copyright 2014 Adobe Systems Incorporated
* All Rights Reserved.
*
* NOTICE: All information contained herein is, and remains
* the property of Adobe Systems Incorporated and its suppliers,
* if any. The intellectual and technical concepts contained
* herein are proprietary to Adobe Systems Incorporated and its
* suppliers and may be covered by U.S. and Foreign Patents,
* patents in process, and are protected by trade secret or copyright law.
* Dissemination of this information or reproduction of this material
* is strictly forbidden unless prior written permission is obtained
* from Adobe Systems Incorporated.
**************************************************************************/
package com.adobe.forms.common.utils;
public class FormsConstants {
public static final String FD_TEMP_PATHS[] = {"/tmp/fd/af/", "/tmp/fd/xfaforms/"};
public static final String TEMP_STORAGE_CONFIG = "tempStorageConfig";
public static final String USE_TEST_DATA_PREFILL_SERVICE = "useTestDataPrefillService";
public static final String TEMP_STORAGE_CONFIG_NONE = "none";
public static final String TEMP_STORAGE_CONFIG_NONE_VALUE =
"None - No user, anonymous or logged in, can preview attachments and use 'Verify Step' in forms.";
public static final String TEMP_STORAGE_CONFIG_LOGGED_IN = "loggedIn";
public static final String TEMP_STORAGE_CONFIG_LOGGED_IN_VALUE =
"Logged In users - Only logged in users can preview attachments and use 'Verify Step' in forms.";
public static final String TEMP_STORAGE_CONFIG_ALL = "all";
public static final String TEMP_STORAGE_CONFIG_ALL_VALUE =
"All users - All the users, anonymous or logged in, can preview attachments and use 'Verify Step' in forms.";
public static final String GUIDE_COMPONENT_TYPE = "guideComponentType";
public static final String ANONYMOUS_TEMP_STORAGE = "anonymousTempStorage";
public static final String FORMS_MANAGER_RESOURCE_TYPE = "fd/fm/xfaforms/render";
public static final String METADATA = "metadata";
public static final String SUBMIT_URL = "submitUrl";
public static final String PROTOCOL_CRX = "crx://";
public static final String JCR_CONTENT = "jcr:content";
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy