Skip navigation links

Oracle® Information Rights Management Server Java API Reference
11g Release 1 (11.1.1)

E12907-03


Uses of Interface
oracle.irm.engine.core.general.HyperLink

Packages that use HyperLink
oracle.irm.engine.core.general General use objects. 
oracle.irm.engine.core.status Desktop status pages. 

 

Uses of HyperLink in oracle.irm.engine.core.general

 

Fields in oracle.irm.engine.core.general with type parameters of type HyperLink
static Collection<HyperLink> HyperLinkCollectionFactory.EMPTY_HYPER_LINKS
          An empty Hyper Link collection.

 

Methods in oracle.irm.engine.core.general that return HyperLink
static HyperLink HyperLinkFactory.createHyperLink(Label label, URI uri)
          Create a hyper link.

 

Methods in oracle.irm.engine.core.general that return types with arguments of type HyperLink
static Collection<HyperLink> HyperLinkCollectionFactory.copyHyperLinks(Collection<HyperLink> collection)
          Create a shallow copy of a Hyper Link collection.
static Collection<HyperLink> HyperLinkCollectionFactory.createHyperLinks(HyperLink... elements)
          Create a Hyper Link collection containing zero or more elements.
static Collection<HyperLink> HyperLinkCollectionFactory.createHyperLinks(int capacity)
          Create an empty Hyper Link collection with a capacity specified.
static Set<HyperLink> HyperLinkCollectionFactory.hyperLinksAsSet(Collection<HyperLink> collection)
          Create a set of Hyper Link elements from a collection.
static Collection<HyperLink> HyperLinkCollectionFactory.unmodifiableHyperLinks(Collection<HyperLink> value)
          Create an immutable shallow copy of a Hyper Link collection.

 

Methods in oracle.irm.engine.core.general with parameters of type HyperLink
static Collection<HyperLink> HyperLinkCollectionFactory.createHyperLinks(HyperLink... elements)
          Create a Hyper Link collection containing zero or more elements.

 

Method parameters in oracle.irm.engine.core.general with type arguments of type HyperLink
static Collection<HyperLink> HyperLinkCollectionFactory.copyHyperLinks(Collection<HyperLink> collection)
          Create a shallow copy of a Hyper Link collection.
static Set<HyperLink> HyperLinkCollectionFactory.hyperLinksAsSet(Collection<HyperLink> collection)
          Create a set of Hyper Link elements from a collection.
static Collection<HyperLink> HyperLinkCollectionFactory.unmodifiableHyperLinks(Collection<HyperLink> value)
          Create an immutable shallow copy of a Hyper Link collection.

 

Uses of HyperLink in oracle.irm.engine.core.status

 

Methods in oracle.irm.engine.core.status that return types with arguments of type HyperLink
 Collection<HyperLink> StatusPageInformation.getLinks()
          Further assistance links.
static Collection<HyperLink> StatusPageOperationsInstance.getStatusPageLinks(Locale locale, StatusPageRequest.StatusPage page, DesktopState state)
          Get status page links.
 Collection<HyperLink> StatusPageOperations.getStatusPageLinks(Locale locale, StatusPageRequest.StatusPage page, DesktopState state)
          Get status page links.

 

Method parameters in oracle.irm.engine.core.status with type arguments of type HyperLink
static StatusPageInformation StatusPageInformationFactory.createStatusPageInformation(Label system, Label classification, Label content, Collection<HyperLink> links)
          Create a status page information instance.

 


Skip navigation links

Oracle® Information Rights Management Server Java API Reference
11g Release 1 (11.1.1)

E12907-03


Copyright © 2011, Oracle. All rights reserved.