public class ExportOrganization extends Object implements org.bonitasoft.engine.commons.transaction.TransactionContentWithResult<String>
| Constructor and Description |
|---|
ExportOrganization(IdentityService identityService,
int maxResults) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
addCustomUserInfoValues(long userId,
ExportedUserBuilder clientUserbuilder,
Map<Long,String> userInfoDefinitionNames) |
void |
execute() |
protected List<SCustomUserInfoDefinition> |
getAllCustomUserInfoDefinitions() |
protected List<SCustomUserInfoValue> |
getAllCustomUserInfoForUser(long userId) |
String |
getResult() |
protected ExportedUser |
toExportedUser(SUser sUser,
Map<Long,String> userInfoDefinitionNames) |
public ExportOrganization(IdentityService identityService, int maxResults)
public void execute()
throws org.bonitasoft.engine.commons.exceptions.SBonitaException
execute in interface org.bonitasoft.engine.commons.transaction.TransactionContentorg.bonitasoft.engine.commons.exceptions.SBonitaExceptionpublic String getResult()
getResult in interface org.bonitasoft.engine.commons.transaction.TransactionContentWithResult<String>protected List<SCustomUserInfoDefinition> getAllCustomUserInfoDefinitions() throws SIdentityException
SIdentityExceptionprotected ExportedUser toExportedUser(SUser sUser, Map<Long,String> userInfoDefinitionNames) throws org.bonitasoft.engine.commons.exceptions.SBonitaException
org.bonitasoft.engine.commons.exceptions.SBonitaExceptionprotected void addCustomUserInfoValues(long userId,
ExportedUserBuilder clientUserbuilder,
Map<Long,String> userInfoDefinitionNames)
throws org.bonitasoft.engine.persistence.SBonitaReadException
org.bonitasoft.engine.persistence.SBonitaReadExceptionprotected List<SCustomUserInfoValue> getAllCustomUserInfoForUser(long userId) throws org.bonitasoft.engine.persistence.SBonitaReadException
org.bonitasoft.engine.persistence.SBonitaReadExceptionCopyright © 2018 Bonitasoft S.A.. All rights reserved.