Class DeleteUsers
- java.lang.Object
-
- org.bonitasoft.engine.api.impl.transaction.identity.DeleteWithActorMembers
-
- org.bonitasoft.engine.api.impl.transaction.identity.DeleteUsers
-
- All Implemented Interfaces:
TransactionContent
public class DeleteUsers extends DeleteWithActorMembers implements TransactionContent
- Author:
- Lu Kai, Matthieu Chaffotte, Celine Souchet, Emmanuel Duchastenier
-
-
Field Summary
-
Fields inherited from class org.bonitasoft.engine.api.impl.transaction.identity.DeleteWithActorMembers
BATCH_SIZE
-
-
Constructor Summary
Constructors Constructor Description DeleteUsers(IdentityService identityService, ActorMappingService actorMappingService, ProfileService profileService, java.util.List<java.lang.Long> userIds)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexecute()-
Methods inherited from class org.bonitasoft.engine.api.impl.transaction.identity.DeleteWithActorMembers
deleteActorMembersOfGroup, deleteActorMembersOfRole, deleteActorMembersOfUser, deleteMembershipsByGroup, deleteMembershipsByRole, deleteProfileMembersOfGroup, deleteProfileMembersOfRole, deleteProfileMembersOfUser, deleteUserMembershipsByUser, getActorMappingService, getIdentityService, getProfileService, getRemovedActorIds, setActorIdsOfRemovedElements
-
-
-
-
Constructor Detail
-
DeleteUsers
public DeleteUsers(IdentityService identityService, ActorMappingService actorMappingService, ProfileService profileService, java.util.List<java.lang.Long> userIds)
-
-
Method Detail
-
execute
public void execute() throws SBonitaException- Specified by:
executein interfaceTransactionContent- Throws:
SBonitaException
-
-