Class 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 Detail

      • getAddedCount

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

        public int getDeletedCount()
        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.