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
- 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
ConstructorsConstructorDescriptionDeleteUser(IdentityService identityService, ActorMappingService actorMappingService, ProfileService profileService, long userId) DeleteUser(IdentityService identityService, ActorMappingService actorMappingService, ProfileService profileService, String userName) -
Method Summary
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 Details
-
DeleteUser
public DeleteUser(IdentityService identityService, ActorMappingService actorMappingService, ProfileService profileService, long userId) -
DeleteUser
public DeleteUser(IdentityService identityService, ActorMappingService actorMappingService, ProfileService profileService, String userName)
-
-
Method Details
-
execute
- Specified by:
executein interfaceTransactionContent- Throws:
SBonitaException
-