Interface RepositoryChange


public interface RepositoryChange
Notification of a rule dictionary change in a repository.
  • Method Details

    • getType

      Get the type of change.
      Returns:
      the type of change.
    • getName

      DictionaryFQN getName()
      Get the fully qualified name of the dictionary this notification pertains to.
      Returns:
      the fully qualified dictionary name.
    • getPreviousName

      DictionaryFQN getPreviousName()
      For a RENAME, get the previous name of the dictionary.
      Returns:
      the previous dictionary name.
    • getSandboxName

      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.