Package org.bonitasoft.engine.identity
Class ExportOrganization
java.lang.Object
org.bonitasoft.engine.identity.ExportOrganization
- All Implemented Interfaces:
TransactionContent,TransactionContentWithResult<String>
- Author:
- Baptiste Mesta, Matthieu Chaffotte, Elias Ricken de Medeiros
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidaddCustomUserInfoValues(long userId, org.bonitasoft.engine.identity.ExportedUserBuilder clientUserbuilder, Map<Long, String> userInfoDefinitionNames) voidexecute()protected List<SCustomUserInfoDefinition>protected List<SCustomUserInfoValue>getAllCustomUserInfoForUser(long userId) protected org.bonitasoft.engine.identity.xml.ExportedUsertoExportedUser(SUser sUser, Map<Long, String> userInfoDefinitionNames)
-
Constructor Details
-
ExportOrganization
-
-
Method Details
-
execute
- Specified by:
executein interfaceTransactionContent- Throws:
SBonitaException
-
getResult
- Specified by:
getResultin interfaceTransactionContentWithResult<String>
-
getAllCustomUserInfoDefinitions
protected List<SCustomUserInfoDefinition> getAllCustomUserInfoDefinitions() throws SIdentityException- Throws:
SIdentityException
-
toExportedUser
protected org.bonitasoft.engine.identity.xml.ExportedUser toExportedUser(SUser sUser, Map<Long, String> userInfoDefinitionNames) throws SBonitaException- Throws:
SBonitaException
-
addCustomUserInfoValues
protected void addCustomUserInfoValues(long userId, org.bonitasoft.engine.identity.ExportedUserBuilder clientUserbuilder, Map<Long, String> userInfoDefinitionNames) throws SBonitaReadException- Throws:
SBonitaReadException
-
getAllCustomUserInfoForUser
protected List<SCustomUserInfoValue> getAllCustomUserInfoForUser(long userId) throws SBonitaReadException - Throws:
SBonitaReadException
-