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 List<UserImportSerivce.ImportResult>
importUser(List<UserImportSpec> imports)
Perform user import.
-
-
-
Method Detail
-
importUser
List<UserImportSerivce.ImportResult> importUser(List<UserImportSpec> imports) throws 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:
EngineException
-
-