Package oracle.rules.sdk2.repository
Class MDSRepositoryChange
java.lang.Object
oracle.rules.sdk2.repository.MDSRepositoryChange
Notification of a rule dictionary change in an MDS repository.
-
Constructor Summary
ConstructorsConstructorDescriptionMDSRepositoryChange
(MDSRepositoryChangeType type, String path, String prevPath, String sandboxName) -
Method Summary
-
Constructor Details
-
MDSRepositoryChange
public MDSRepositoryChange(MDSRepositoryChangeType type, String path, String prevPath, String sandboxName)
-
-
Method Details
-
getType
Get the type of change.- Returns:
- the type of change.
-
getPath
Get the path to the dictionary this notification pertains to.- Returns:
- the dictionary path.
-
getPreviousPath
For a RENAME, get the previous path to the dictionary.- Returns:
- the previous dictionary path.
-
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.
-