Class EditSession

java.lang.Object
oracle.rules.sdk2.dictionary.EditSession

public class EditSession extends Object
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 Details

    • startUse

      public void startUse(String pattern)
    • isTokenMatchingInProgress

      public boolean isTokenMatchingInProgress()
    • isTokenMatchingInProgress

      public boolean isTokenMatchingInProgress(String tokenizedPattern)
    • startTokenMatching

      public void startTokenMatching(String tokenizedPattern)
    • endTokenMatching

      public void endTokenMatching()
    • isInUse

      public boolean isInUse(String pattern)
    • endUse

      public void endUse()
    • isInUse

      public boolean isInUse(String pattern, String form)
    • getFormChoices

      public List<? extends Choice> getFormChoices(String form)
    • setFormChoices

      public void setFormChoices(String form, List<? extends Choice> choices)
    • isFormChoicesExhausted

      public boolean isFormChoicesExhausted(String form)
    • setDefaultChoiceCount

      public void setDefaultChoiceCount(int count)