Package oracle.rules.sdk2.dictionary
Class EditSession
java.lang.Object
oracle.rules.sdk2.dictionary.EditSession
Edit Session is defined as the time during which a user edits the SimpleTest/Action of a Verbal Rule
The Cache is primarily used for paging support and comprises of
a. Current search pattern
b. For each of the supported forms
- Ranked leaf/DSL choices
- Paging End point
- Since:
- 12.1.2
- Author:
- gopandey
-
Method Summary
Modifier and TypeMethodDescriptionvoid
void
endUse()
getFormChoices
(String form) boolean
isFormChoicesExhausted
(String form) boolean
boolean
boolean
boolean
isTokenMatchingInProgress
(String tokenizedPattern) void
setDefaultChoiceCount
(int count) void
setFormChoices
(String form, List<? extends Choice> choices) void
startTokenMatching
(String tokenizedPattern) void
-
Method Details
-
startUse
-
isTokenMatchingInProgress
public boolean isTokenMatchingInProgress() -
isTokenMatchingInProgress
-
startTokenMatching
-
endTokenMatching
public void endTokenMatching() -
isInUse
-
endUse
public void endUse() -
isInUse
-
getFormChoices
-
setFormChoices
-
isFormChoicesExhausted
-
setDefaultChoiceCount
public void setDefaultChoiceCount(int count)
-