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

Packages that use PublishDelete
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 PublishDelete in de.fhhannover.inform.trust.ifmapj.messages
 

Methods in de.fhhannover.inform.trust.ifmapj.messages that return PublishDelete
static PublishDelete Requests.createPublishDelete()
          Create a new, empty PublishDelete instance.
 PublishDelete RequestFactory.createPublishDelete()
          Deprecated. Create a new, empty PublishDelete instance.
static PublishDelete Requests.createPublishDelete(Identifier i1)
          Create a new PublishDelete instance for a specific Identifier in order to delete all of its metadata.
 PublishDelete RequestFactory.createPublishDelete(Identifier i1)
          Deprecated. Create a new PublishDelete instance for a specific Identifier in order to delete all of its metadata.
static PublishDelete Requests.createPublishDelete(Identifier i1, Identifier i2)
          Create a new PublishDelete instance for a link between two Identifier instances in order to delete all metadata of the link.
 PublishDelete RequestFactory.createPublishDelete(Identifier i1, Identifier i2)
          Deprecated. Create a new PublishDelete instance for a link between two Identifier instances in order to delete all metadata of the link.
static PublishDelete Requests.createPublishDelete(Identifier i1, Identifier i2, String filter)
          Create a new PublishDelete instance for a link between two Identifier instances in order to delete its metadata that matches the given filter.
 PublishDelete RequestFactory.createPublishDelete(Identifier i1, Identifier i2, String filter)
          Deprecated. Create a new PublishDelete instance for a link between two Identifier instances in order to delete its metadata that matches the given filter.
static PublishDelete Requests.createPublishDelete(Identifier i1, String filter)
          Create a new PublishDelete instance for a specific Identifier in order to delete its metadata that matches the given filter.
 PublishDelete RequestFactory.createPublishDelete(Identifier i1, String filter)
          Deprecated. Create a new PublishDelete instance for a specific Identifier in order to delete its metadata that matches the given filter.
 



Copyright © 2012 Trust@FHH. All Rights Reserved.