Skip navigation links

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

E12907-03


oracle.irm.engine.core.classification
Class ClassificationSystemOperationsFactory

java.lang.Object
  extended by oracle.irm.engine.core.classification.ClassificationSystemOperationsFactory


public final class ClassificationSystemOperationsFactory
extends Object

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


Method Summary
static ClassificationSystemOperations createClassificationSystemOperations()
          Default constructor.
static ClassificationSystemOperations createClassificationSystemOperations(String resourcePath)
          Construct loading plugins from a particular path.

 

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

 

Method Detail

createClassificationSystemOperations

public static ClassificationSystemOperations createClassificationSystemOperations()
Default constructor. The list of classification plugins is automatically loaded from all instances of /META-INF/oracle_irm_classification_plugins.xml found on the class path.
Returns:
a new ClassificationSystemOperations instance.

createClassificationSystemOperations

public static ClassificationSystemOperations createClassificationSystemOperations(String resourcePath)
Construct loading plugins from a particular path.
Parameters:
resourcePath - resource path to the plugins configuration file oracle_irm_classification_plugins.xml.
Returns:
a new ClassificationSystemOperations 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.