All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.vivoweb.webapp.createandlink.CreateAndLinkResourceProvider Maven / Gradle / Ivy

The newest version!
/* $This file is distributed under the terms of the license in /doc/license.txt$ */

package org.vivoweb.webapp.createandlink;

public interface CreateAndLinkResourceProvider {
    String normalize(String id);

    String getLabel();

    ExternalIdentifiers allExternalIDsForFind(String externalId);

    String findInExternal(String id, Citation citation);

    ResourceModel makeResourceModel(String externalId, String externalResource);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy