Class UpdateEvent

java.lang.Object
ch.ivyteam.ivy.security.synch.UpdateEvent

public class UpdateEvent extends Object
Describes the state of already analyzed users during the current synchronization run.
API:
This is a public API.
  • Method Details

    • getAddedCount

      public int getAddedCount()
      API:
      This public API is available in IvyScript and Java. It has the visibility EXPERT.
    • getDeletedCount

      @Deprecated(since="9.1") public int getDeletedCount()
      Deprecated.
      API:
      This public API is available in IvyScript and Java. It has the visibility EXPERT.
    • getDisabledCount

      public int getDisabledCount()
      API:
      This public API is available in IvyScript and Java. It has the visibility EXPERT.
    • getAnalyzedCount

      public int getAnalyzedCount()
      API:
      This public API is available in IvyScript and Java. It has the visibility EXPERT.
    • getUpdatedCount

      public int getUpdatedCount()
      API:
      This public API is available in IvyScript and Java. It has the visibility EXPERT.
    • getAddedToRole

      public int getAddedToRole()
      API:
      This public API is available in IvyScript and Java. It has the visibility EXPERT.
    • getRemovedFromRole

      public int getRemovedFromRole()
      API:
      This public API is available in IvyScript and Java. It has the visibility EXPERT.