use of com.evolveum.midpoint.prism.PrismPropertyDefinitionImpl in project midpoint by Evolveum.
the class ImportObjectsFromFileTaskHandler method initialize.
@PostConstruct
private void initialize() {
filenamePropertyDefinition = new PrismPropertyDefinitionImpl(ModelConstants.FILENAME_PROPERTY_NAME, DOMUtil.XSD_STRING, // must not be in the constructor, because prismContext is null at that time
prismContext);
taskManager.registerHandler(HANDLER_URI, this);
}
Aggregations