Package oracle.rules.sdk2.decisionpoint
Class DecisionPointDictionaryFinder
java.lang.Object
oracle.rules.sdk2.dictionary.AbstractDictionaryFinder
oracle.rules.sdk2.decisionpoint.DecisionPointDictionaryFinder
- All Implemented Interfaces:
Serializable
,DictionaryFinder
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
Fields inherited from interface oracle.rules.sdk2.dictionary.DictionaryFinder
serialVersionUID
-
Constructor Summary
ConstructorsConstructorDescriptionDecisionPointDictionaryFinder
(DictionaryFinder parentFinder, ClassLoader ldr) -
Method Summary
Modifier and TypeMethodDescriptionboolean
The decision point dictionary is not updatable.Finds a rule dictionary with this finder.Methods inherited from class oracle.rules.sdk2.dictionary.AbstractDictionaryFinder
close, findDictionary, findDictionary, findDictionary, findDictionary, findDictionary, findDictionary, findDictionaryWithThisFinder, getChild, getDictionaryLoader, getLastChild, getModificationTime, getModificationTime, getParent, getParentFinder, invalidateCacheEntry, invalidateCacheEntry, mustPollForChanges, setChild, setDictionaryLoader, setParent
-
Field Details
-
BASE_DICTIONARY_NAME
- See Also:
-
BASE_DICTIONARY_PKG
- See Also:
-
BASE_DICTIONARY_PATH
- See Also:
-
BASE_DICTIONARY_ALIAS
- See Also:
-
FILE_DIR_SEPARATOR1
- See Also:
-
FILE_DIR_SEPARATOR2
- See Also:
-
FILE_TYPE_SEPARATOR
- See Also:
-
DECISION_FUNCTION_WRAPPER_POSTFIX
- See Also:
-
PREPROCESS_WS_RULESET_NAME
- See Also:
-
PREPROCESS_DF_NAME
- See Also:
-
POSTPROCESS_DF_NAME
- See Also:
-
POSTPROCESS_WS_DF_NAME
- See Also:
-
WEB_BASED_INPUT_NAME
- See Also:
-
WEB_BASED_OUTPUT_NAME
- See Also:
-
-
Constructor Details
-
DecisionPointDictionaryFinder
-
DecisionPointDictionaryFinder
-
DecisionPointDictionaryFinder
public DecisionPointDictionaryFinder()
-
-
Method Details
-
findDictionaryWithThisFinder
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.
- Overrides:
findDictionaryWithThisFinder
in classAbstractDictionaryFinder
- Parameters:
fqn
- the fully qualified name of the dictionary to find.- See Also:
-
canDetectChanges
public boolean canDetectChanges()The decision point dictionary is not updatable.- Overrides:
canDetectChanges
in classAbstractDictionaryFinder
- Returns:
- true
- See Also:
-