public class ExportOrganization extends java.lang.Object implements TransactionContentWithResult<java.lang.String>
| Constructor and Description |
|---|
ExportOrganization(IdentityService identityService,
int maxResults) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
addCustomUserInfoValues(long userId,
ExportedUserBuilder clientUserbuilder,
java.util.Map<java.lang.Long,java.lang.String> userInfoDefinitionNames) |
void |
execute() |
protected java.util.List<SCustomUserInfoDefinition> |
getAllCustomUserInfoDefinitions() |
protected java.util.List<SCustomUserInfoValue> |
getAllCustomUserInfoForUser(long userId) |
java.lang.String |
getResult() |
protected ExportedUser |
toExportedUser(SUser sUser,
java.util.Map<java.lang.Long,java.lang.String> userInfoDefinitionNames) |
public ExportOrganization(IdentityService identityService, int maxResults)
public void execute()
throws SBonitaException
execute in interface TransactionContentSBonitaExceptionpublic java.lang.String getResult()
getResult in interface TransactionContentWithResult<java.lang.String>protected java.util.List<SCustomUserInfoDefinition> getAllCustomUserInfoDefinitions() throws SIdentityException
SIdentityExceptionprotected ExportedUser toExportedUser(SUser sUser, java.util.Map<java.lang.Long,java.lang.String> userInfoDefinitionNames) throws SBonitaException
SBonitaExceptionprotected void addCustomUserInfoValues(long userId,
ExportedUserBuilder clientUserbuilder,
java.util.Map<java.lang.Long,java.lang.String> userInfoDefinitionNames)
throws SBonitaReadException
SBonitaReadExceptionprotected java.util.List<SCustomUserInfoValue> getAllCustomUserInfoForUser(long userId) throws SBonitaReadException
SBonitaReadException