Package com.evolveum.midpoint.init
Class DataImport
java.lang.Object
com.evolveum.midpoint.init.DataImport
- Direct Known Subclasses:
InitialDataImport
,PostInitialDataImport
- Author:
- lazyman
-
Field Summary
FieldsModifier 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 com.evolveum.midpoint.task.api.TaskManager
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract void
init()
protected <O extends ObjectType>
voidpreImportUpdate
(PrismObject<O> object, com.evolveum.midpoint.task.api.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
(com.evolveum.midpoint.task.api.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
protected com.evolveum.midpoint.task.api.TaskManager taskManager -
configuration
-
-
Constructor Details
-
DataImport
public DataImport()
-
-
Method Details
-
setModel
-
setPrismContext
-
setTaskManager
public void setTaskManager(com.evolveum.midpoint.task.api.TaskManager taskManager) -
setConfiguration
-
setModelInteractionService
-
init
- Throws:
SchemaException
-
provideFakeSecurityContext
protected org.springframework.security.core.context.SecurityContext provideFakeSecurityContext() -
preImportUpdate
protected <O extends ObjectType> void preImportUpdate(PrismObject<O> object, com.evolveum.midpoint.task.api.Task task, OperationResult mainResult) -
sortFiles
-