Package pl.edu.icm.unity.engine.api
Interface UserImportManagement
-
public interface UserImportManagement
Allows for manual triggering of user import.- Author:
- Krzysztof Benedyczak
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.List<UserImportSerivce.ImportResult>
importUser(java.util.List<UserImportSpec> imports)
Perform user import.
-
-
-
Method Detail
-
importUser
java.util.List<UserImportSerivce.ImportResult> importUser(java.util.List<UserImportSpec> imports) throws pl.edu.icm.unity.exceptions.EngineException
Perform user import.- Returns:
- the returned object can be typically ignored, but is provided if caller is interested in the results of import.
- Throws:
pl.edu.icm.unity.exceptions.EngineException
-
-