Skip navigation links

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

E12907-01


Uses of Class
oracle.irm.engine.content.type.IllegalMimeTypeException

Packages that use IllegalMimeTypeException
oracle.irm.engine.content.type Sealed content format information. 

 

Uses of IllegalMimeTypeException in oracle.irm.engine.content.type

 

Methods in oracle.irm.engine.content.type that throw IllegalMimeTypeException
 ContentType ContentTypeOperations.getContentTypeFromMimeType(String mimeType)
          Get the content type from a MIME type.
static ContentType ContentTypeOperationsInstance.getContentTypeFromMimeType(String mimeType)
          Get the content type from a MIME type.
 boolean ContentTypeOperations.isSealableMimeType(String mimeType)
          Determine if content for a specified MIME type can be sealed.
static boolean ContentTypeOperationsInstance.isSealableMimeType(String mimeType)
          Determine if content for a specified MIME type can be sealed.
 boolean ContentTypeOperations.isSealedMimeType(String mimeType)
          Determine if a specified MIME type describes sealed content.
static boolean ContentTypeOperationsInstance.isSealedMimeType(String mimeType)
          Determine if a specified MIME type describes sealed content.
 Collection<ContentType> ContentTypeOperations.listContentTypesFromMimeType(String mimeType)
          List all the content type mappings corresponding to a given MIME type.
static Collection<ContentType> ContentTypeOperationsInstance.listContentTypesFromMimeType(String mimeType)
          List all the content type mappings corresponding to a given MIME type.

 


Skip navigation links

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

E12907-01


Copyright © 2010, Oracle. All rights reserved.