Ignore:
Timestamp:
11/19/15 15:44:00 (9 years ago)
Author:
Oliver Schonefeld
Message:
  • some FCS 2.0 stuff (incomplete!)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • FCSSimpleEndpoint/trunk/src/main/java/eu/clarin/sru/server/fcs/EndpointDescription.java

    r5546 r6830  
    6060
    6161    /**
     62     * Get the list of layers that are supported in Advanced Search by this
     63     * endpoint.
     64     * <p>
     65     * The implementation of this method <em>must</em> be thread-safe.
     66     * </p>
     67     *
     68     * @return the list of layers supported in Advanced Search by this endpoint
     69     */
     70    public List<Layer> getSupportedLayers();
     71
     72
     73    /**
    6274     * Get a list of all resources sub-ordinate to a resource identified by a
    6375     * given persistent identifier.
Note: See TracChangeset for help on using the changeset viewer.