Skip navigation links

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

E12907-01


Uses of Interface
oracle.irm.engine.core.desktop.DesktopState

Packages that use DesktopState
oracle.irm.engine.core.desktop Desktop to server access. 
oracle.irm.engine.core.status Desktop status pages. 

 

Uses of DesktopState in oracle.irm.engine.core.desktop

 

Methods in oracle.irm.engine.core.desktop that return DesktopState
static DesktopState DesktopStateFactory.createDesktopState(Desktop desktop, ContentDescription contentDescription, URI contentURI, Account account)
          Create a desktop state.

 

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

 

Methods in oracle.irm.engine.core.status that return DesktopState
 DesktopState StatusPageOperations.extractStateFromBody(InputStream stream)
          Extract the classification from a HTTP body.
static DesktopState StatusPageOperationsInstance.extractStateFromBody(InputStream stream)
          Extract the classification from a HTTP body.
 DesktopState StatusPageResponse.getState()
          The desktop state.

 

Methods in oracle.irm.engine.core.status with parameters of type DesktopState
static StatusPageRequest StatusPageRequestFactory.createStatusPageRequest(StatusPageRequest.StatusPage page, DesktopState state)
          Create a status page request.
static StatusPageResponse StatusPageResponseFactory.createStatusPageResponse(Label status, DesktopState state, ContentType content, StatusPageInformation information)
          Create a status page response.
 String StatusPageOperations.getRedirectionParameter(String parameter, Locale locale, StatusPageRequest.StatusPage page, DesktopState state)
          Gets the value for the status page redirection URI parameter given.
static String StatusPageOperationsInstance.getRedirectionParameter(String parameter, Locale locale, StatusPageRequest.StatusPage page, DesktopState state)
          Gets the value for the status page redirection URI parameter given.
 Label StatusPageOperations.getStatusLabel(Locale locale, StatusPageRequest.StatusPage page, DesktopState state)
          Get a caption and description for a status page.
static Label StatusPageOperationsInstance.getStatusLabel(Locale locale, StatusPageRequest.StatusPage page, DesktopState state)
          Get a caption and description for a status page.
 ContentType StatusPageOperations.getStatusPageContentType(DesktopState state)
          Gets the appropriate content type from the desktop state.
static ContentType StatusPageOperationsInstance.getStatusPageContentType(DesktopState state)
          Gets the appropriate content type from the desktop state.
 StatusPageInformation StatusPageOperations.getStatusPageInformation(Locale locale, StatusPageRequest.StatusPage page, DesktopState state)
          Obtain status page information.
static StatusPageInformation StatusPageOperationsInstance.getStatusPageInformation(Locale locale, StatusPageRequest.StatusPage page, DesktopState state)
          Obtain status page information.
 Collection<HyperLink> StatusPageOperations.getStatusPageLinks(Locale locale, StatusPageRequest.StatusPage page, DesktopState state)
          Get status page links.
static Collection<HyperLink> StatusPageOperationsInstance.getStatusPageLinks(Locale locale, StatusPageRequest.StatusPage page, DesktopState state)
          Get status page links.
 StatusPageResponse StatusPageOperations.getStatusPageResponse(String query, DesktopState state)
          Obtain a status page response.
static StatusPageResponse StatusPageOperationsInstance.getStatusPageResponse(String query, DesktopState state)
          Obtain a status page response.
 void StatusPageOperations.insertStateIntoBody(DesktopState state, OutputStream stream)
          Create the response body for a status page.
static void StatusPageOperationsInstance.insertStateIntoBody(DesktopState state, OutputStream stream)
          Create the response body for a status page.
 URI StatusPageOperations.populateRedirectionURI(URI uri, Locale locale, String query, DesktopState state)
          Populates a status page redirection URI with all of the requested parameters.
static URI StatusPageOperationsInstance.populateRedirectionURI(URI uri, Locale locale, String query, DesktopState state)
          Populates a status page redirection URI with all of the requested parameters.

 


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.