All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.flowcentraltech.flowcentral.system.constants.SystemModuleSysParamConstants Maven / Gradle / Ivy

There is a newer version: 3.2.1
Show newest version
/*
 * Copyright 2021-2024 FlowCentral Technologies Limited.
 * 
 * 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
 * 
 * http://www.apache.org/licenses/LICENSE-2.0
 * 
 * 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.flowcentraltech.flowcentral.system.constants;

/**
 * System module system parameter constants.
 * 
 * @author FlowCentral Technologies Limited
 * @since 1.0
 */
public interface SystemModuleSysParamConstants {

    String CLIENT_TITLE = "SYS-0001";

    String APPLICATION_BANNER = "SYS-0002";

    String SYSTEM_EMAIL = "SYS-0003";

    String SYSTEM_SCHEDULER_ENABLED = "SYS-0004";

    String SYSTEM_SCHEDULER_TRIGGER_EXPIRATION = "SYS-0005";

    String SYSTEM_SCHEDULER_MAX_TRIGGER = "SYS-0006";

    String SYSTEM_DESCRIPTIVE_BUTTONS_ENABLED = "SYS-0007";

    String SYSTEM_LOGINPAGE_TITLE = "SYS-0008";

    String SYSTEM_LOGINPAGE_SUBTITLE = "SYS-0009";

    String SYSTEM_DOWNLOADPATH_LOG_ENABLED = "SYS-000A";
    
    String SYSTEM_GLOBAL_ACCOUNTING_INPUT_ENABLED = "SYS-000B";
    
    String SYSTEM_ACTUAL_PRIMARY_TENANT_ID = "SYS-000C";
    
    String SYSTEM_USE_TENANT_DATEFORMAT = "SYS-000D";
    
    String SYSTEM_DATE_FORMAT = "SYS-000E";
    
    String SYSTEM_DATETIME_FORMAT = "SYS-000F";

    String APPLICATION_BASE_URL= "SYS-0010";

    String SECURED_LINK_EXPIRATION_MINUTES= "SYS-0011";

    String ARTIFACT_DISTRIBUTION_FOLDER= "SYS-0012";
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy