Uses of Interface
de.fhhannover.inform.trust.ifmapj.identifier.Identifier

Packages that use Identifier
de.fhhannover.inform.trust.ifmapj.identifier This package provides classes to represent IF-MAP identifiers. 
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 Identifier in de.fhhannover.inform.trust.ifmapj.identifier
 

Classes in de.fhhannover.inform.trust.ifmapj.identifier with type parameters of type Identifier
 interface IdentifierHandler<T extends Identifier>
          Provides generic access to marshal and unmarshal a Identifier implementation from or to Element representation.
 

Classes in de.fhhannover.inform.trust.ifmapj.identifier that implement Identifier
 class AccessRequest
          Represents an IF-MAP access-request identifier.
 class Device
          Represents an IF-MAP device identifier.
 class IdentifierWithAd
          Represents an IF-MAP identifier with an administrative domain attribute.
 class Identity
          Represents an IF-MAP identity identifier.
 class IpAddress
          Represents an IF-MAP ip-address identifier.
 class MacAddress
          Represents an IF-MAP mac-address identifier.
 

Methods in de.fhhannover.inform.trust.ifmapj.identifier that return Identifier
static Identifier Identifiers.fromElement(Element el)
           
static Identifier Identifiers.tryFromElement(Element el)
           
 

Methods in de.fhhannover.inform.trust.ifmapj.identifier that return types with arguments of type Identifier
static IdentifierHandler<? extends Identifier> Identifiers.getHandlerFor(Identifier i)
           
 

Methods in de.fhhannover.inform.trust.ifmapj.identifier with parameters of type Identifier
static void Identifiers.Helpers.checkIdentifierType(Identifier i, IdentifierHandler<? extends Identifier> ih)
          Check if the Identifier instance is one that can be handled by the given IdentifierHandler.
static IdentifierHandler<? extends Identifier> Identifiers.getHandlerFor(Identifier i)
           
 Element IdentifierHandler.toElement(Identifier i, Document doc)
          Create a Element instance representing the given Identifier.
static Element Identifiers.toElement(Identifier i, Document doc)
           
static Element Identifiers.tryToElement(Identifier i, Document doc)
           
 

Method parameters in de.fhhannover.inform.trust.ifmapj.identifier with type arguments of type Identifier
static void Identifiers.Helpers.checkIdentifierType(Identifier i, IdentifierHandler<? extends Identifier> ih)
          Check if the Identifier instance is one that can be handled by the given IdentifierHandler.
static void Identifiers.registerIdentifierHandler(IdentifierHandler<? extends Identifier> ih)
           
 

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

Methods in de.fhhannover.inform.trust.ifmapj.messages that return Identifier
 Identifier[] IdentifierHolder.getIdentifier()
           
 Identifier IdentifierHolder.getIdentifier1()
           
 Identifier IdentifierHolder.getIdentifier2()
           
 Identifier SearchHolder.getStartIdentifier()
           
 

Methods in de.fhhannover.inform.trust.ifmapj.messages with parameters of type Identifier
static void Requests.Helpers.addIdentifier(Identifier i, Document doc, Element to)
           
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.
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.
static PublishUpdate Requests.createPublishUpdate(Identifier i1, Collection<Document> mdlist)
          Create a new PublishUpdate instance that is used to publish a list of metadata instances.
 PublishUpdate RequestFactory.createPublishUpdate(Identifier i1, Collection<Document> mdlist)
          Deprecated. Create a new PublishUpdate instance that is used to publish a list of metadata instances.
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)
          Create a new PublishUpdate instance that is used to publish metadata to an Identifier.
 PublishUpdate RequestFactory.createPublishUpdate(Identifier i1, Document md)
          Deprecated. Create a new PublishUpdate instance that is used to publish metadata to an Identifier.
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)
          Create a new PublishUpdate instance that is used to publish a list of metadata on a link between two Identifier instances.
 PublishUpdate RequestFactory.createPublishUpdate(Identifier i1, Identifier i2, Collection<Document> mdlist)
          Deprecated. Create a new PublishUpdate instance that is used to publish a list of metadata on a link between two Identifier instances.
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)
          Create a new PublishUpdate instance that is used to publish metadata on a link between two Identifier instances.
 PublishUpdate RequestFactory.createPublishUpdate(Identifier i1, Identifier i2, Document md)
          Deprecated. Create a new PublishUpdate instance that is used to publish metadata on a link between two Identifier instances.
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.
static SearchRequest Requests.createSearchReq(String matchLinks, Integer maxDepth, String termIdents, Integer maxSize, String resultFilter, Identifier start)
          Create a new SearchRequest in order to perform an IF-MAP search.
 SearchRequest RequestFactory.createSearchRequest(String matchLinks, Integer maxDepth, String terminalIdentifiers, Integer maxSize, String resultFilter, Identifier start)
          Deprecated. Create a new SearchRequest in order to perform an IF-MAP search.
static SubscribeUpdate Requests.createSubscribeUpdate(String name, String matchLinks, Integer maxDepth, String termIdents, Integer maxSize, String resultFilter, Identifier start)
          Create a SubscribeUpdate instance with the given parameters.
 SubscribeUpdate RequestFactory.createSubscribeUpdate(String name, String matchLinks, Integer maxDepth, String terminalIdentifiers, Integer maxSize, String resultFilter, Identifier start)
          Deprecated. Create a SubscribeUpdate instance with the given parameters.
 void IdentifierHolder.setIdentifier1(Identifier id)
           
 void IdentifierHolder.setIdentifier2(Identifier id)
           
 void SearchHolder.setStartIdentifier(Identifier startIdentifier)
           
 



Copyright © 2012 Trust@FHH. All Rights Reserved.