Package com.yourmediashelf.fedora.client.response

Examples of com.yourmediashelf.fedora.client.response.GetObjectHistoryResponse


    XMLUnit.setXpathNamespaceContext(ctx);
  }

  @Test
  public void testObjectHistory() throws Exception {
    GetObjectHistoryResponse response = FedoraClient.getObjectHistory(
        "demo:18").execute(client);
    assertXpathExists(
        "/access:fedoraObjectHistory/access:objectChangeDate",
        new InputSource(response.getEntityInputStream()));
  }
View Full Code Here

TOP

Related Classes of com.yourmediashelf.fedora.client.response.GetObjectHistoryResponse

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.