Package com.evolveum.midpoint.init
Class DataImport
java.lang.Object
com.evolveum.midpoint.init.DataImport
- Direct Known Subclasses:
InitialDataImport
,PostInitialDataImport
- Author:
- lazyman
-
Field Summary
Modifier and TypeFieldDescriptionprotected MidpointConfiguration
protected static final String
protected static final int
protected ModelService
protected ModelInteractionService
protected static final String
protected static final String
protected static final String
protected PrismContext
protected TaskManager
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionabstract void
init()
protected <O extends ObjectType>
voidpreImportUpdate
(PrismObject<O> object, Task task, OperationResult mainResult) protected org.springframework.security.core.context.SecurityContext
void
setConfiguration
(MidpointConfiguration configuration) void
setModel
(ModelService model) void
setModelInteractionService
(ModelInteractionService modelInteractionService) void
setPrismContext
(PrismContext prismContext) void
setTaskManager
(TaskManager taskManager) protected void
-
Field Details
-
DOT_CLASS
-
OPERATION_INITIAL_OBJECTS_IMPORT
-
OPERATION_IMPORT_OBJECT
-
OPERATION_INITIALIZE_ADMINISTRATOR_INITIAL_PASSWORD
-
MIN_PASSWORD_LENGTH
protected static final int MIN_PASSWORD_LENGTH- See Also:
-
prismContext
-
model
-
modelInteractionService
-
taskManager
-
configuration
-
-
Constructor Details
-
DataImport
public DataImport()
-
-
Method Details
-
setModel
-
setPrismContext
-
setTaskManager
-
setConfiguration
-
setModelInteractionService
-
init
- Throws:
SchemaException
-
provideFakeSecurityContext
protected org.springframework.security.core.context.SecurityContext provideFakeSecurityContext() -
preImportUpdate
protected <O extends ObjectType> void preImportUpdate(PrismObject<O> object, Task task, OperationResult mainResult) -
sortFiles
-