Class CreateProfileMember
java.lang.Object
org.bonitasoft.engine.api.impl.transaction.profile.CreateProfileMember
- All Implemented Interfaces:
TransactionContent,TransactionContentWithResult<SProfileMember>
public class CreateProfileMember
extends Object
implements TransactionContentWithResult<SProfileMember>
- Author:
- Julien Mege, Elias Ricken de Medeiros, Matthieu Chaffotte, Celine Souchet
-
Constructor Summary
ConstructorsConstructorDescriptionCreateProfileMember(ProfileService profileService, IdentityService identityService, long profileId, Long userId, Long groupId, Long roleId, org.bonitasoft.engine.identity.MemberType memberType) -
Method Summary
-
Constructor Details
-
CreateProfileMember
public CreateProfileMember(ProfileService profileService, IdentityService identityService, long profileId, Long userId, Long groupId, Long roleId, org.bonitasoft.engine.identity.MemberType memberType)
-
-
Method Details
-
execute
- Specified by:
executein interfaceTransactionContent- Throws:
SBonitaException
-
getResult
- Specified by:
getResultin interfaceTransactionContentWithResult<SProfileMember>
-