Class GetUserMembership
- java.lang.Object
-
- org.bonitasoft.engine.api.impl.transaction.identity.GetUserMembership
-
- All Implemented Interfaces:
TransactionContent,TransactionContentWithResult<SUserMembership>
public class GetUserMembership extends java.lang.Object implements TransactionContentWithResult<SUserMembership>
- Author:
- Bole Zhang
-
-
Constructor Summary
Constructors Constructor Description GetUserMembership(long userId, long groupId, long roleId, IdentityService identityService)GetUserMembership(long userMembershipId, IdentityService identityService)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexecute()SUserMembershipgetResult()
-
-
-
Constructor Detail
-
GetUserMembership
public GetUserMembership(long userId, long groupId, long roleId, IdentityService identityService)
-
GetUserMembership
public GetUserMembership(long userMembershipId, IdentityService identityService)
-
-
Method Detail
-
execute
public void execute() throws SBonitaException- Specified by:
executein interfaceTransactionContent- Throws:
SBonitaException
-
getResult
public SUserMembership getResult()
- Specified by:
getResultin interfaceTransactionContentWithResult<SUserMembership>
-
-