/******************************************************************************* * Copyright 2011 Adrian Cristian Ionescu * * 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 ro.zg.opengroups.gwt.app.impl.constants; public class ComplexEntityParam { public static final String LIST_WITH_CONTENT="list_with_content"; public static final String ALLOW_VOTING="allow_voting"; public static final String SHOW_POST_INFO="show_post_info"; public static final String ALLOW_DUPLICATE_TITLE="allow_title_duplicates"; /** * specifies wheater to list only the first level(false) for the target entity type * or to bring all the entities of this type found under selected node and its children (true) */ public static final String ALLOW_RECURSIVE_LIST="allow_recursive_list"; public static final String ALLOW_TAG="allow_tag"; public static final String ALLOW_STATUS="allow_status"; public static final String ALLOW_REFRESH="allow_refresh"; }