Uses of Interface
de.fhhannover.inform.trust.ifmapj.messages.PublishNotify

Packages that use PublishNotify
de.fhhannover.inform.trust.ifmapj.messages This package provides classes to represent IF-MAP requests and results that are communicated with an IF-MAP server. 
 

Uses of PublishNotify in de.fhhannover.inform.trust.ifmapj.messages
 

Methods in de.fhhannover.inform.trust.ifmapj.messages that return PublishNotify
static PublishNotify Requests.createPublishNotify()
          Create a new, empty PublishNotify instance.
 PublishNotify RequestFactory.createPublishNotify()
          Deprecated. Create a new, empty PublishNotify instance.
static PublishNotify Requests.createPublishNotify(Identifier i1, Collection<Document> mdlist)
          Create a new PublishNotify instance that is used to publish a list of metadata instances.
 PublishNotify RequestFactory.createPublishNotify(Identifier i1, Collection<Document> mdlist)
          Deprecated. Create a new PublishNotify instance that is used to publish a list of metadata instances.
static PublishNotify Requests.createPublishNotify(Identifier i1, Document md)
          Create a new PublishNotify instance that is used to publish metadata to an Identifier.
 PublishNotify RequestFactory.createPublishNotify(Identifier i1, Document md)
          Deprecated. Create a new PublishNotify instance that is used to publish metadata to an Identifier.
static PublishNotify Requests.createPublishNotify(Identifier i1, Identifier i2, Collection<Document> mdlist)
          Create a new PublishNotify instance that is used to publish a list of metadata on a link between two Identifier instances.
 PublishNotify RequestFactory.createPublishNotify(Identifier i1, Identifier i2, Collection<Document> mdlist)
          Deprecated. Create a new PublishNotify instance that is used to publish a list of metadata on a link between two Identifier instances.
static PublishNotify Requests.createPublishNotify(Identifier i1, Identifier i2, Document md)
          Create a new PublishNotify instance that is used to publish metadata on a link between two Identifier instances.
 PublishNotify RequestFactory.createPublishNotify(Identifier i1, Identifier i2, Document md)
          Deprecated. Create a new PublishNotify instance that is used to publish metadata on a link between two Identifier instances.
 



Copyright © 2012 Trust@FHH. All Rights Reserved.