Class ConflictWatcherImpl

    • Constructor Detail

      • ConflictWatcherImpl

        public ConflictWatcherImpl​(@NotNull
                                   @NotNull String oid)
    • Method Detail

      • afterAddObject

        public <T extends ObjectType> void afterAddObject​(@NotNull
                                                          @NotNull String oid,
                                                          @NotNull
                                                          @NotNull PrismObject<T> object)
      • afterDeleteObject

        public void afterDeleteObject​(String oid)
      • afterModifyObject

        public void afterModifyObject​(String oid)
      • afterGetVersion

        public void afterGetVersion​(String oid,
                                    String currentRepoVersion)
      • isInitialized

        public boolean isInitialized()
      • getExpectedVersion

        public int getExpectedVersion()
      • isObjectDeleted

        public boolean isObjectDeleted()