Skip navigation links

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

E12907-02


Uses of Class
oracle.irm.engine.types.content.type.ContentType

Packages that use ContentType
oracle.irm.engine.types.core.status Status Pages related objects, enumerations and exceptions. 
oracle.irm.j2ee.jws.content.type Content Format related endpoints and faults. 

 

Uses of ContentType in oracle.irm.engine.types.core.status

 

Methods in oracle.irm.engine.types.core.status that return ContentType
 ContentType StatusPageResponse.getContent()
          Content type.

 

Methods in oracle.irm.engine.types.core.status with parameters of type ContentType
 void StatusPageResponse.setContent(ContentType value)
          Content type.

 

Constructors in oracle.irm.engine.types.core.status with parameters of type ContentType
StatusPageResponse(Label status, DesktopState state, ContentType content, StatusPageInformation information)
          Constructor.

 

Uses of ContentType in oracle.irm.j2ee.jws.content.type

 

Methods in oracle.irm.j2ee.jws.content.type that return ContentType
 ContentType ContentTypeOperationsEndpoint.getContentTypeFromExtension(String extension)
          Get the content type from a sealed or unsealed file extension.
 ContentType ContentTypeOperationsEndpoint.getContentTypeFromMimeType(String mimeType)
          Get the content type from a MIME type.
 ContentType ContentTypeOperationsEndpoint.getContentTypeFromPath(String path)
          Get the content type from a file path.
 ContentType[] ContentTypeOperationsEndpoint.listContentTypes()
          Returns a collection of all content type mappings known to the system.
 ContentType[] ContentTypeOperationsEndpoint.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-02


Copyright © 2010, Oracle. All rights reserved.