Class DeleteRoles
- java.lang.Object
-
- org.bonitasoft.engine.api.impl.transaction.identity.DeleteWithActorMembers
-
- org.bonitasoft.engine.api.impl.transaction.identity.DeleteRoles
-
- All Implemented Interfaces:
TransactionContent
public class DeleteRoles extends DeleteWithActorMembers implements TransactionContent
- Author:
- Lu Kai, 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 DeleteRoles(IdentityService identityService, ActorMappingService actorMappingService, ProfileService profileService, java.util.List<java.lang.Long> roleIds)
-
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
-
DeleteRoles
public DeleteRoles(IdentityService identityService, ActorMappingService actorMappingService, ProfileService profileService, java.util.List<java.lang.Long> roleIds)
-
-
Method Detail
-
execute
public void execute() throws SBonitaException- Specified by:
executein interfaceTransactionContent- Throws:
SBonitaException
-
-