Interface ModelInteractionService

  • All Known Implementing Classes:
    ModelInteractionServiceImpl

    public interface ModelInteractionService
    A service provided by the IDM Model that allows to improve the (user) interaction with the model. It is supposed to provide services such as preview of changes, diagnostics and other informational services. It should only provide access to read-only data or provide a temporary (throw-away) previews of data. It should not change the state of IDM repository, resources or tasks. EXPERIMENTAL/UNSTABLE: This is likely to change at any moment without a notice. Depend on this interface on your own risk.
    Author:
    Radovan Semancik