public class GetSUser extends java.lang.Object implements TransactionContentWithResult<SUser>
| Constructor and Description |
|---|
GetSUser(IdentityService identityService,
long userId) |
GetSUser(IdentityService identityService,
java.lang.String userName) |
| Modifier and Type | Method and Description |
|---|---|
void |
execute() |
SUser |
getResult() |
public GetSUser(IdentityService identityService, java.lang.String userName)
public GetSUser(IdentityService identityService, long userId)
public void execute()
throws SBonitaException
execute in interface TransactionContentSBonitaExceptionpublic SUser getResult()
getResult in interface TransactionContentWithResult<SUser>