Skip navigation links

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

E12907-03


oracle.irm.engine.core.desktop
Class DesktopStateFactory

java.lang.Object
  extended by oracle.irm.engine.core.desktop.DesktopStateFactory


public final class DesktopStateFactory
extends Object

Desktop State factory. This class provides methods for creating new instances of DesktopState objects.


Method Summary
static DesktopState createDesktopState(Desktop desktop, ContentDescription contentDescription, URI contentURI, Account account)
          Create a desktop state.

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Method Detail

createDesktopState

public static DesktopState createDesktopState(Desktop desktop,
                                              ContentDescription contentDescription,
                                              URI contentURI,
                                              Account account)
Create a desktop state.
Parameters:
desktop - desktop.
contentDescription - content details.
contentURI - content URI.
account - authenticated account. This parameter is optional, it is valid to pass null.
Returns:
a new Desktop State instance.

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.