Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Business Rules
11g Release 1 (11.1.1.5.0)

E10663-05


oracle.rules.sdk2.repository
Interface RepositoryChange


public interface RepositoryChange

Notification of a rule dictionary change in a repository.


Nested Class Summary
static class RepositoryChange.Type
          The type of change made to a dictionary.

 

Method Summary
 DictionaryFQN getName()
          Get the fully qualified name of the dictionary this notification pertains to.
 DictionaryFQN getPreviousName()
          For a RENAME, get the previous name of the dictionary.
 java.lang.String getSandboxName()
          Get the sandbox name.
 RepositoryChange.Type getType()
          Get the type of change.

 

Method Detail

getType

RepositoryChange.Type 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

java.lang.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.

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Business Rules
11g Release 1 (11.1.1.5.0)

E10663-05


Copyright © 2011, Oracle and/or its affiliates. All rights reserved.