/*
 * Created on Dec 21, 2004
 * Copyright (C) Andrea Schweer, 2004
 *
 * This file is part of the Greenstone Alerting Service.
 * Refer to the COPYING file in the base directory of this package
 * for licensing information.
 */
package org.greenstone.gsdlas;

/**
 * @author schweer
 *
 * TODO To change the template for this generated type comment go to
 * Window - Preferences - Java - Code Style - Code Templates
 */
public abstract class Constants {
    public static final String ACTION_PARAM = "action";
    
    public static final String HOST_QUERY_FIELD = "host_query";
    public static final String COLLECTION_QUERY_FIELD = "collection_query";
    public static final String HOST_ID_FIELD = "hostID";
    public static final String COLLECTION_ID_FIELD = "collectionID";
    public static final String HOST_COLLECTION_ID_FIELD = "hostCollectionID";
    public static final String DOCUMENT_ID_FIELD = "documentID";
    public static final String DOCUMENT_CONTENT_FIELD = "document_content";
    public static final String DOCUMENT_TITLE_FIELD = "document_title";
    public static final String TYPE_FIELD = "type";


}
