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