com.hcl.domino.design.DesignConstants Maven / Gradle / Ivy
/*
* ==========================================================================
* Copyright (C) 2019-2022 HCL America, Inc. ( http://www.hcl.com/ )
* All rights reserved.
* ==========================================================================
* Licensed under the Apache License, Version 2.0 (the "License"). You may
* not use this file except in compliance with the License. You may obtain a
* copy of the License at .
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
* License for the specific language governing permissions and limitations
* under the License.
* ==========================================================================
*/
package com.hcl.domino.design;
/**
* Contains Notes API constants used specifically for database design.
*
* @since 1.0.18
*/
public interface DesignConstants {
String DESIGNER_VERSION = "$DesignerVersion"; //$NON-NLS-1$
String DB_NEW_HTML = "$AllowPost8HTML"; //$NON-NLS-1$
String VIEW_VIEW_FORMAT_ITEM = "$ViewFormat"; //$NON-NLS-1$
String XPAGE_ALTERNATE = "$XPageAlt"; //$NON-NLS-1$
String XPAGE_ALTERNATE_CLIENT = "$XPageAltClient"; //$NON-NLS-1$
String VIEW_FORMULA_ITEM = "$Formula"; //$NON-NLS-1$
String VIEW_CLASSES_ITEM = "$FormulaClass"; //$NON-NLS-1$
/** Index disposition options */
String VIEW_INDEX_ITEM = "$Index"; //$NON-NLS-1$
/** Collation buffer */
String VIEW_COLLATION_ITEM = "$Collation"; //$NON-NLS-1$
/** NIF will log all incremental view updates */
String FIELD_LOGVIEWUPDATES = "$LogViewUpdates"; //$NON-NLS-1$
String FIELD_LOGVIEWUPDATES_ENABLED = "1"; //$NON-NLS-1$
/** Web related flags for form or document */
String ITEM_NAME_WEBFLAGS = "$WebFlags"; //$NON-NLS-1$
/** use appropriate applet when serving to browser */
String WEBFLAG_NOTE_USEAPPLET_INBROWSER = "B"; //$NON-NLS-1$
/** treat this document or form as plain HTML, do not convert styled text to HTML */
String WEBFLAG_NOTE_IS_HTML = "H"; //$NON-NLS-1$
/** optimization for web server: this note contains an embedded view */
String WEBFLAG_NOTE_CONTAINS_VIEW = "V"; //$NON-NLS-1$
/** gen'd HTML for all fields */
String WEBFLAG_NOTE_HTML_ALL_FLDS = "F"; //$NON-NLS-1$
/** Generate {@code
© 2015 - 2025 Weber Informatics LLC | Privacy Policy