Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Business Rules
11g Release 1 (11.1.1)

E10663-02


oracle.rules.sdk2.decisionpoint
Class DecisionPointDictionaryFinder

java.lang.Object
  extended by oracle.rules.sdk2.dictionary.AbstractDictionaryFinder
      extended by oracle.rules.sdk2.decisionpoint.DecisionPointDictionaryFinder

All Implemented Interfaces:
java.io.Serializable, DictionaryFinder

public final class DecisionPointDictionaryFinder
extends AbstractDictionaryFinder
See Also:
Serialized Form

Field Summary
static java.lang.String BASE_DICTIONARY_ALIAS
           
static java.lang.String BASE_DICTIONARY_NAME
           
static java.lang.String BASE_DICTIONARY_PATH
           
static java.lang.String BASE_DICTIONARY_PKG
           
static java.lang.String DECISION_FUNCTION_WRAPPER_POSTFIX
           
static java.lang.String FILE_DIR_SEPARATOR1
           
static java.lang.String FILE_DIR_SEPARATOR2
           
static java.lang.String FILE_TYPE_SEPARATOR
           
static java.lang.String POSTPROCESS_DF_NAME
           
static java.lang.String POSTPROCESS_WS_DF_NAME
           
static java.lang.String PREPROCESS_DF_NAME
           
static java.lang.String PREPROCESS_WS_RULESET_NAME
           
static java.lang.String WEB_BASED_INPUT_NAME
           
static java.lang.String WEB_BASED_OUTPUT_NAME
           

 

Fields inherited from interface oracle.rules.sdk2.dictionary.DictionaryFinder
serialVersionUID

 

Constructor Summary
DecisionPointDictionaryFinder()
           
DecisionPointDictionaryFinder(java.lang.ClassLoader ldr)
           
DecisionPointDictionaryFinder(DictionaryFinder parentFinder, java.lang.ClassLoader ldr)
           

 

Method Summary
 RuleDictionary findDictionaryWithThisFinder(DictionaryFQN fqn)
          Finds a rule dictionary with this finder.

 

Methods inherited from class oracle.rules.sdk2.dictionary.AbstractDictionaryFinder
findDictionary, findDictionary, getChild, getLastChild, getParent

 

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

 

Field Detail

BASE_DICTIONARY_NAME

public static final java.lang.String BASE_DICTIONARY_NAME
See Also:
Constant Field Values

BASE_DICTIONARY_PKG

public static final java.lang.String BASE_DICTIONARY_PKG
See Also:
Constant Field Values

BASE_DICTIONARY_PATH

public static final java.lang.String BASE_DICTIONARY_PATH
See Also:
Constant Field Values

BASE_DICTIONARY_ALIAS

public static final java.lang.String BASE_DICTIONARY_ALIAS
See Also:
Constant Field Values

FILE_DIR_SEPARATOR1

public static final java.lang.String FILE_DIR_SEPARATOR1
See Also:
Constant Field Values

FILE_DIR_SEPARATOR2

public static final java.lang.String FILE_DIR_SEPARATOR2
See Also:
Constant Field Values

FILE_TYPE_SEPARATOR

public static final java.lang.String FILE_TYPE_SEPARATOR
See Also:
Constant Field Values

DECISION_FUNCTION_WRAPPER_POSTFIX

public static final java.lang.String DECISION_FUNCTION_WRAPPER_POSTFIX
See Also:
Constant Field Values

PREPROCESS_WS_RULESET_NAME

public static final java.lang.String PREPROCESS_WS_RULESET_NAME
See Also:
Constant Field Values

PREPROCESS_DF_NAME

public static final java.lang.String PREPROCESS_DF_NAME
See Also:
Constant Field Values

POSTPROCESS_DF_NAME

public static final java.lang.String POSTPROCESS_DF_NAME
See Also:
Constant Field Values

POSTPROCESS_WS_DF_NAME

public static final java.lang.String POSTPROCESS_WS_DF_NAME
See Also:
Constant Field Values

WEB_BASED_INPUT_NAME

public static final java.lang.String WEB_BASED_INPUT_NAME
See Also:
Constant Field Values

WEB_BASED_OUTPUT_NAME

public static final java.lang.String WEB_BASED_OUTPUT_NAME
See Also:
Constant Field Values

Constructor Detail

DecisionPointDictionaryFinder

public DecisionPointDictionaryFinder(DictionaryFinder parentFinder,
                                     java.lang.ClassLoader ldr)

DecisionPointDictionaryFinder

public DecisionPointDictionaryFinder(java.lang.ClassLoader ldr)

DecisionPointDictionaryFinder

public DecisionPointDictionaryFinder()

Method Detail

findDictionaryWithThisFinder

public RuleDictionary findDictionaryWithThisFinder(DictionaryFQN fqn)
Description copied from class: AbstractDictionaryFinder
Finds a rule dictionary with this finder. Returns the dictionary identified by the specified fully qualified name or null if the dictionary can not be found.

This method is implemented by each concrete DictionaryFinder implementation. This method should always return a new handle for the dictionary it finds.

Specified by:
findDictionaryWithThisFinder in class AbstractDictionaryFinder
Parameters:
fqn - the fully qualified name of the dictionary to find.
See Also:
RuleDictionary.createHandle()

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Business Rules
11g Release 1 (11.1.1)

E10663-02


Copyright © 2009, Oracle and/or its affiliates. All rights reserved.