Examples of GetObjectHistoryResponse


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
Copyright © 2018 www.massapi.com. 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.