public class GetUserMembership extends java.lang.Object implements TransactionContentWithResult<SUserMembership>
| Constructor and Description |
|---|
GetUserMembership(long userMembershipId,
IdentityService identityService) |
GetUserMembership(long userId,
long groupId,
long roleId,
IdentityService identityService) |
| Modifier and Type | Method and Description |
|---|---|
void |
execute() |
SUserMembership |
getResult() |
public GetUserMembership(long userId,
long groupId,
long roleId,
IdentityService identityService)
public GetUserMembership(long userMembershipId,
IdentityService identityService)
public void execute()
throws SBonitaException
execute in interface TransactionContentSBonitaExceptionpublic SUserMembership getResult()
getResult in interface TransactionContentWithResult<SUserMembership>