Skip navigation links

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

E12907-03


oracle.irm.engine.classifications.context
Class ContextFactory

java.lang.Object
  extended by oracle.irm.engine.classifications.context.ContextFactory


public final class ContextFactory
extends Object

Context factory. This class provides methods for creating new instances of Context objects.


Method Summary
static Context createContext(UUID uuid)
          Create a context.

 

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

 

Method Detail

createContext

public static Context createContext(UUID uuid)
Create a context.
Parameters:
uuid - the UUID for the context.
Returns:
a new Context 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.