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.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
static DesktopState StatusPageOperationsInstance.extractStateFromBody(InputStream stream)
          Extract the classification from a HTTP body.
 DesktopState StatusPageOperations.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.
static String StatusPageOperationsInstance.getRedirectionParameter(String parameter, Locale locale, StatusPageRequest.StatusPage page, DesktopState state)
          Gets the value for the status page redirection URI parameter given.
 String StatusPageOperations.getRedirectionParameter(String parameter, Locale locale, StatusPageRequest.StatusPage page, DesktopState state)
          Gets the value for the status page redirection URI parameter given.
static Label StatusPageOperationsInstance.getStatusLabel(Locale locale, StatusPageRequest.StatusPage page, DesktopState state)
          Get a caption and description for a status page.
 Label StatusPageOperations.getStatusLabel(Locale locale, StatusPageRequest.StatusPage page, DesktopState state)
          Get a caption and description for a status page.
static ContentType StatusPageOperationsInstance.getStatusPageContentType(DesktopState state)
          Gets the appropriate content type from the desktop state.
 ContentType StatusPageOperations.getStatusPageContentType(DesktopState state)
          Gets the appropriate content type from the desktop state.
static StatusPageInformation StatusPageOperationsInstance.getStatusPageInformation(Locale locale, StatusPageRequest.StatusPage page, DesktopState state)
          Obtain status page information.
 StatusPageInformation StatusPageOperations.getStatusPageInformation(Locale locale, StatusPageRequest.StatusPage page, DesktopState state)
          Obtain status page information.
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.
static StatusPageResponse StatusPageOperationsInstance.getStatusPageResponse(String query, DesktopState state)
          Obtain a status page response.
 StatusPageResponse StatusPageOperations.getStatusPageResponse(String query, DesktopState state)
          Obtain a status page response.
static void StatusPageOperationsInstance.insertStateIntoBody(DesktopState state, OutputStream stream)
          Create the response body for a status page.
 void StatusPageOperations.insertStateIntoBody(DesktopState state, OutputStream stream)
          Create the response body for a status page.
static URI StatusPageOperationsInstance.populateRedirectionURI(URI uri, Locale locale, String query, DesktopState state)
          Populates a status page redirection URI with all of the requested parameters.
 URI StatusPageOperations.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-03


Copyright © 2011, Oracle. All rights reserved.