Class DeleteUser
- java.lang.Object
-
- org.bonitasoft.engine.api.impl.transaction.identity.DeleteWithActorMembers
-
- org.bonitasoft.engine.api.impl.transaction.identity.DeleteUser
-
- All Implemented Interfaces:
TransactionContent
public class DeleteUser extends DeleteWithActorMembers implements TransactionContent
- Author:
- Lu Kai, Matthieu Chaffotte, Elias Ricken de Medeiros, Celine Souchet
-
-
Field Summary
-
Fields inherited from class org.bonitasoft.engine.api.impl.transaction.identity.DeleteWithActorMembers
BATCH_SIZE
-
-
Constructor Summary
Constructors Constructor Description DeleteUser(IdentityService identityService, ActorMappingService actorMappingService, ProfileService profileService, long userId)DeleteUser(IdentityService identityService, ActorMappingService actorMappingService, ProfileService profileService, java.lang.String userName)
-
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
-
DeleteUser
public DeleteUser(IdentityService identityService, ActorMappingService actorMappingService, ProfileService profileService, long userId)
-
DeleteUser
public DeleteUser(IdentityService identityService, ActorMappingService actorMappingService, ProfileService profileService, java.lang.String userName)
-
-
Method Detail
-
execute
public void execute() throws SBonitaException- Specified by:
executein interfaceTransactionContent- Throws:
SBonitaException
-
-