Changeset 6272


Ignore:
Timestamp:
2003-12-16T11:40:36+13:00 (20 years ago)
Author:
kjdon
Message:

got rid of a few unnecessary strings

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl3/src/java/org/greenstone/gsdl3/util/GSXML.java

    r5400 r6272  
    124124    public static final String DISPLAY_TEXT_DESCRIPTION = "description";
    125125
    126     // request types - do we need all these? or just
    127     // describe, status, and one to say do teh request
     126    // request types
     127    // get the module description
    128128    public static final String REQUEST_TYPE_DESCRIBE = "describe";
     129    // startup a process
     130    public static final String REQUEST_TYPE_PROCESS = "process";
     131    // get the status of an ongoing process
    129132    public static final String REQUEST_TYPE_STATUS = "status";
    130     public static final String REQUEST_TYPE_PROCESS = "process";
    131     public static final String REQUEST_TYPE_CONFIGURE = "configure";
     133    // system type request - eg reload a collection
    132134    public static final String REQUEST_TYPE_SYSTEM = "system";
     135    // page requests to the Receptionist/Actions
    133136    public static final String REQUEST_TYPE_PAGE = "page"; // used to be cgi
     137    // get any format info for a service
    134138    public static final String REQUEST_TYPE_FORMAT = "format";
    135 
    136     public static final String REQUEST_TYPE_ACTION = "action"; // ??
    137     public static final String REQUEST_TYPE_QUERY = "query"; // ??
    138     public static final String REQUEST_TYPE_BUILD = "build"; // ??
    139139   
    140140    // service types
     
    146146    public static final String SERVICE_TYPE_ENRICH = "enrich";
    147147
    148     // configure types - get rid of these first two
    149     public static final String CONFIG_ACTION_ACTIVATE = "activate";
    150     public static final String CONFIG_ACTION_DEACTIVATE = "deactivate";
    151 
     148    // system command types and attributes
    152149    public static final String SYSTEM_TYPE_CONFIGURE = "configure";
    153150    public static final String SYSTEM_TYPE_ACTIVATE = "activate";
Note: See TracChangeset for help on using the changeset viewer.