Uses of Class
de.fhhannover.inform.trust.ifmapj.messages.MetadataLifetime

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

Methods in de.fhhannover.inform.trust.ifmapj.messages that return MetadataLifetime
 MetadataLifetime PublishUpdate.getLifeTime()
           
static MetadataLifetime MetadataLifetime.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static MetadataLifetime[] MetadataLifetime.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in de.fhhannover.inform.trust.ifmapj.messages with parameters of type MetadataLifetime
static PublishUpdate Requests.createPublishUpdate(Identifier i1, Collection<Document> mdlist, MetadataLifetime lifetime)
          Create a new PublishUpdate instance that is used to publish a list of metadata instances with a specific MetadataLifetime.
 PublishUpdate RequestFactory.createPublishUpdate(Identifier i1, Collection<Document> mdlist, MetadataLifetime lifetime)
          Deprecated. Create a new PublishUpdate instance that is used to publish a list of metadata instances with a specific MetadataLifetime.
static PublishUpdate Requests.createPublishUpdate(Identifier i1, Document md, MetadataLifetime lifetime)
          Create a new PublishUpdate instance that is used to publish metadata on an Identifier with a specific MetadataLifetime.
 PublishUpdate RequestFactory.createPublishUpdate(Identifier i1, Document md, MetadataLifetime lifetime)
          Deprecated. Create a new PublishUpdate instance that is used to publish metadata on an Identifier with a specific MetadataLifetime.
static PublishUpdate Requests.createPublishUpdate(Identifier i1, Identifier i2, Collection<Document> mdlist, MetadataLifetime lifetime)
          Create a new PublishUpdate instance that is used to publish a list of metadata on a link between two Identifier instances with a specific MetadataLifetime.
 PublishUpdate RequestFactory.createPublishUpdate(Identifier i1, Identifier i2, Collection<Document> mdlist, MetadataLifetime lifetime)
          Deprecated. Create a new PublishUpdate instance that is used to publish a list of metadata on a link between two Identifier instances with a specific MetadataLifetime.
static PublishUpdate Requests.createPublishUpdate(Identifier i1, Identifier i2, Document md, MetadataLifetime lifetime)
          Create a new PublishUpdate instance that is used to publish metadata on a link between two Identifier instances with a specific MetadataLifetime.
 PublishUpdate RequestFactory.createPublishUpdate(Identifier i1, Identifier i2, Document md, MetadataLifetime lifetime)
          Deprecated. Create a new PublishUpdate instance that is used to publish metadata on a link between two Identifier instances with a specific MetadataLifetime.
 void PublishUpdate.setLifeTime(MetadataLifetime lt)
           
 



Copyright © 2012 Trust@FHH. All Rights Reserved.