com.filenet.wcm.apps.server.util.prefs
Class PolicyProcessorsConfig
java.lang.Object
com.filenet.wcm.apps.server.util.prefs.PolicyProcessorsConfig
- public class PolicyProcessorsConfig
- extends java.lang.Object
Method Summary |
static com.filenet.wcm.toolkit.server.util.prefs.PolicyProcessorPrefs |
getProcessor(java.lang.String name)
|
static java.util.List |
getProcessors()
|
static java.util.List |
getProcessors(java.lang.String type)
Retrieve a list of PolicyProcessorPrefs of the specified type |
static void |
load(java.io.InputStream in)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PolicyProcessorsConfig
public PolicyProcessorsConfig()
load
public static void load(java.io.InputStream in)
throws java.lang.Exception
- Throws:
java.lang.Exception
getProcessors
public static java.util.List getProcessors()
throws java.lang.Exception
- Throws:
java.lang.Exception
getProcessor
public static com.filenet.wcm.toolkit.server.util.prefs.PolicyProcessorPrefs getProcessor(java.lang.String name)
throws java.lang.Exception
- Throws:
java.lang.Exception
getProcessors
public static java.util.List getProcessors(java.lang.String type)
throws java.lang.Exception
- Retrieve a list of PolicyProcessorPrefs of the specified type
- Returns:
- List of PolicyProcessorPref objects.
- Throws:
java.lang.Exception
- If there are problems.
© Copyright IBM Corp. 2002, 2007. All Rights Reserved.