Package org.swordapp.server

Examples of org.swordapp.server.OREStatement


  public Statement disseminate(Context context, Item item) throws DSpaceSwordException, SwordError, SwordServerException
  {
    SwordUrlManager urlManager = new SwordUrlManager(new SwordConfigurationDSpace(), context);
    String aggUrl = urlManager.getAggregationUrl(item);
    String remUrl = urlManager.getOreStatementUri(item);
    Statement s = new OREStatement(remUrl, aggUrl);
    this.populateStatement(context, item, s);
    return s;
  }
View Full Code Here

TOP

Related Classes of org.swordapp.server.OREStatement

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.