/*******************************************************************************
* 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 interface OpenGroupsRuntimeConfigParams {
public static final String APP_CONFIG_PARAMS="APP_CONFIG_PARAMS";
public static final String COMPLEX_ENTITIES_TYPES="COMPLEX_ENTITIES_TYPES";
public static final String ENTITIES_TYPES_RELATIONS="ENTITIES_TYPES_RELATIONS";
public static final String DEFAULT_ENTITY_ID = "default.entity.id";
public static final String LOGABLE_ACTIONS = "logable.actions";
public static final String MAX_PRIORITY = "max.priority";
public static final String APP_ENTITY_ID = "app.entity.id";
}