Uses of Interface
se.conciliate.extensions.ui.ProgressCallback
Packages that use ProgressCallback
Package
Description
Provides the means to register custom export services and/or
run the built-in export with a custom selection of content.
Provides the means to provide custom import services and/or
use the built-in import service with custom settings.
Provides publish services and the means to register
custom fields to show in published material.
Provides services for performing a customized publish service.
Interfaces for report generators.
Provides a means to create, retrieve, update and delete all different
persistently stored objects.
Provides classes and interfaces used to show a user interface and to hook
in to the current user interface.
Provides the means to register new upload services
that can be used when publishing (e.g.
-
Uses of ProgressCallback in se.conciliate.extensions.exportservice
Methods in se.conciliate.extensions.exportservice with parameters of type ProgressCallbackModifier and TypeMethodDescriptionvoid
ExportService.run
(ExportConfig config, File output, ProgressCallback progress) Deprecated.Performs the export. -
Uses of ProgressCallback in se.conciliate.extensions.importservice
Methods in se.conciliate.extensions.importservice with parameters of type ProgressCallbackModifier and TypeMethodDescriptionvoid
ImportService.run
(ImportConfig config, File input, ProgressCallback progress) Deprecated.Performs the import. -
Uses of ProgressCallback in se.conciliate.extensions.publish
Methods in se.conciliate.extensions.publish with parameters of type ProgressCallbackModifier and TypeMethodDescriptionvoid
PublishService.publish
(PublishProfile profile, UploadProfile target, ProgressCallback progress, Map<String, Object> properties, boolean notifySubscribers, Map<String, Object> session) Publish using this service. -
Uses of ProgressCallback in se.conciliate.extensions.publish.custom
Methods in se.conciliate.extensions.publish.custom with parameters of type ProgressCallbackModifier and TypeMethodDescriptionvoid
CustomPublish.run
(CustomPublishConfig config, Collection<MTLanguage> languages, ProgressCallback progress, UploadProfile target, BiFunction<Path, String, Boolean> removeExistingFilter, Map<String, String> transformParameters, MTColorScheme colorScheme, boolean notifySubscribers, PublishResource... resource) Runs a custom publish. -
Uses of ProgressCallback in se.conciliate.extensions.report
Methods in se.conciliate.extensions.report with parameters of type ProgressCallbackModifier and TypeMethodDescriptionvoid
ReportGenerator.execute
(ReportDataSource dataSource, se.conciliate.mt.rest.JsonData profile, ReportOutputWriter writer, ProgressCallback callback) Creates a report. -
Uses of ProgressCallback in se.conciliate.extensions.store
Methods in se.conciliate.extensions.store with parameters of type ProgressCallbackModifier and TypeMethodDescriptionboolean
MTLanguage.save
(ProgressCallback callback, MTLanguage copyFrom) Saves the language in the same way as save(). -
Uses of ProgressCallback in se.conciliate.extensions.ui
Classes in se.conciliate.extensions.ui that implement ProgressCallbackModifier and TypeClassDescriptionstatic class
Simple status progress with a static title that consumes progress values between 0-100 where -1 is indeterminate. -
Uses of ProgressCallback in se.conciliate.extensions.uploadservice
Methods in se.conciliate.extensions.uploadservice with parameters of type ProgressCallbackModifier and TypeMethodDescriptionvoid
UploadProfile.upload
(File source, BiFunction<Path, String, Boolean> removeExistingFilter, ProgressCallback progress) Upload using this service.