Class MDSRepositoryChange

java.lang.Object
oracle.rules.sdk2.repository.MDSRepositoryChange

public class MDSRepositoryChange extends Object
Notification of a rule dictionary change in an MDS repository.
  • Constructor Details

  • Method Details

    • getType

      public MDSRepositoryChangeType getType()
      Get the type of change.
      Returns:
      the type of change.
    • getPath

      public String getPath()
      Get the path to the dictionary this notification pertains to.
      Returns:
      the dictionary path.
    • getPreviousPath

      public String getPreviousPath()
      For a RENAME, get the previous path to the dictionary.
      Returns:
      the previous dictionary path.
    • getSandboxName

      public String getSandboxName()
      Get the sandbox name. If the change was made in a sandbox, this will return the name of the sandbox. Otherwise it returns null.
      Returns:
      the sandbox name.