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.license.LicenseStatus

Packages that use LicenseStatus
oracle.irm.engine.core.license Licensing rules and license distributing algorithms. 

 

Uses of LicenseStatus in oracle.irm.engine.core.license

 

Fields in oracle.irm.engine.core.license with type parameters of type LicenseStatus
static Collection<LicenseStatus> LicenseStatusCollectionFactory.EMPTY_LICENSE_STATUSES
          An empty License Status collection.

 

Methods in oracle.irm.engine.core.license that return LicenseStatus
static LicenseStatus LicenseStatusFactory.createLicenseStatus(License license, License.Availability availability)
          Create a license status.

 

Methods in oracle.irm.engine.core.license that return types with arguments of type LicenseStatus
static Collection<LicenseStatus> LicenseStatusCollectionFactory.copyLicenseStatuses(Collection<LicenseStatus> collection)
          Create a shallow copy of a License Status collection.
static Collection<LicenseStatus> LicenseStatusCollectionFactory.createLicenseStatuses(int capacity)
          Create an empty License Status collection with a capacity specified.
static Collection<LicenseStatus> LicenseStatusCollectionFactory.createLicenseStatuses(LicenseStatus... elements)
          Create a License Status collection containing zero or more elements.
 Collection<LicenseStatus> LicenseUnavailableException.getLicenses()
          The list of licenses and the reasons why the licenses cannot be used.
static Collection<LicenseStatus> LicenseStatusCollectionFactory.unmodifiableLicenseStatuses(Collection<LicenseStatus> value)
          Create an immutable shallow copy of a License Status collection.

 

Methods in oracle.irm.engine.core.license with parameters of type LicenseStatus
static Collection<LicenseStatus> LicenseStatusCollectionFactory.createLicenseStatuses(LicenseStatus... elements)
          Create a License Status collection containing zero or more elements.

 

Method parameters in oracle.irm.engine.core.license with type arguments of type LicenseStatus
static Collection<LicenseStatus> LicenseStatusCollectionFactory.copyLicenseStatuses(Collection<LicenseStatus> collection)
          Create a shallow copy of a License Status collection.
static Collection<LicenseStatus> LicenseStatusCollectionFactory.unmodifiableLicenseStatuses(Collection<LicenseStatus> value)
          Create an immutable shallow copy of a License Status collection.

 

Constructor parameters in oracle.irm.engine.core.license with type arguments of type LicenseStatus
LicenseUnavailableException(Collection<LicenseStatus> licenses)
          Constructor.
LicenseUnavailableException(Collection<LicenseStatus> licenses, Throwable cause)
          Constructor.

 


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.