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<org.bonitasoft.engine.identity.model.SCustomUserInfoDefinition> |
getAllCustomUserInfoDefinitions() |
protected List<org.bonitasoft.engine.identity.model.SCustomUserInfoValue> |
getAllCustomUserInfoForUser(long userId) |
String |
getResult() |
protected ExportedUser |
toExportedUser(org.bonitasoft.engine.identity.model.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<org.bonitasoft.engine.identity.model.SCustomUserInfoDefinition> getAllCustomUserInfoDefinitions() throws SIdentityException
SIdentityExceptionprotected ExportedUser toExportedUser(org.bonitasoft.engine.identity.model.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<org.bonitasoft.engine.identity.model.SCustomUserInfoValue> getAllCustomUserInfoForUser(long userId) throws org.bonitasoft.engine.persistence.SBonitaReadException
org.bonitasoft.engine.persistence.SBonitaReadExceptionCopyright © 2017 Bonitasoft S.A.. All rights reserved.