/*******************************************************************************
* 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.shared.constants;
public interface OpenGroupsCommands {
/* static */
public static final String APP_INIT="app_init";
public static final String OPEN_ENTITY="open_entity";
/* dynamic */
public static final String ENTITY_LIST_RECENT_ACTIVITY="entity.list.recent.activity";
public static final String ENTITY_LIST_BY_GLOBAL_PRIORITY ="entity.list.by.global.priority";
public static final String ENTITY_LIST_BY_MY_PRIORITY = "entity.list.by.my.priority";
public static final String ENTITY_LIST_NEWEST="entity.list.newest";
public static final String ENTITY_LIST_MOST_POPULAR="entity.list.most_popular";
public static final String CREATE_ENTITY_WITH_TAGS="entity.create.with_tags";
public static final String ENTITY_UPDATE="entity.update";
public static final String ENTITY_CREATE="entity.create";
}