📄 boconstants.java
字号:
/**
Copyright (c) 2005, Engineering Ingegneria Informatica s.p.a.
All rights reserved.
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
* Redistributions of source code must retain the above copyright notice, this list of
conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above copyright notice, this list of
conditions and the following disclaimer in the documentation and/or other materials
provided with the distribution.
* Neither the name of the Engineering Ingegneria Informatica s.p.a. nor the names of its contributors may
be used to endorse or promote products derived from this software without specific
prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND
CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES,
INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE
*/
package it.eng.spagobi.engines.bo;
public class BOConstants {
public static final String REPORT_NAME = "REPORTNAME";
public static final String REPORT_TYPE = "REPORTTYPE";
public static final String REPORT_ID = "REPORTID";
public static final String REPOSITORY = "REPOSITORY";
public static final String OUTPUT_TYPE = "OUTPUTTYPE";
public static final String HTML_OUTPUT_TYPE = "HTML";
public static final String XSL_OUTPUT_TYPE = "XSL";
public static final String PDF_OUTPUT_TYPE = "PDF";
public static final String CORPORATE_REPOSITORY = "corporate";
public static final String INBOX_REPOSITORY = "inbox";
public static final String PERSONAL_REPOSITORY = "personal";
public static final String BOSESSION = "BOSESSION";
public static final String WEBISERVER = "webiServer";
public static final String REPORTENGINE = "REPORTENGINE";
public static final String STORAGETOKEN = "STORAGETOKEN";
public static final String BOREPORT = "BOREPORT";
public static final String BODOCUMENT = "BODOCUMENT";
public static final String DOCUMENTREPORTMAP = "DOCUMENTREPORTMAP";
public static final String DIMENSION_ID = "DIMENSION_ID";
public static final String REPORTINDEX = "REPORTINDEX";
public static final String REPORTMODE = "REPORTMODE";
public static final String REPORTMODEDRILL = "REPORTMODEDRILL";
public static final String REPORTMODEVIEW = "REPORTMODEVIEW";
public static final String OPERATION = "OPERATION";
public static final String OPERATION_CHANGEREPORT = "OPERATION_CHANGEREPORT";
public static final String OPERATION_CHANGEPAGE = "OPERATION_CHANGEPAGE";
public static final String OPERATION_CHANGEMODE = "OPERATION_CHANGEMODE";
public static final String OPERATION_CHANGEPAGEMODE = "OPERATION_CHANGEPAGEMODE";
public static final String OPERATION_DRILL = "OPERATION_DRILL";
public static final String OPERATION_ADD_DIM = "OPERATION_ADD_DIM";
public static final String REPORTPAGEINDEX = "REPORTPAGEINDEX";
public static final String RELOADFROMDRILL = "RELOADFROMDRILL";
public static final String DRAFT = "DRAFT";
public static final String PAGE = "PAGE";
public static final String PAGEMODE = "PAGEMODE";
public static final String ISFIRSTDRILL = "ISFIRSTDRILL";
public static final String REPORTHEADPART = "REPORTHEADPART";
public static final String REPORTBODYPART = "REPORTBODYPART";
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -