Package ch.ivyteam.ivy.security.synch
Class UpdateEvent
- java.lang.Object
-
- ch.ivyteam.ivy.security.synch.UpdateEvent
-
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description intgetAddedCount()intgetAddedToRole()intgetAnalyzedCount()intgetDeletedCount()Deprecated.intgetDisabledCount()intgetRemovedFromRole()intgetUpdatedCount()
-
-
-
Method Detail
-
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.
-
-