Uses of Interface
se.conciliate.extensions.uploadservice.UploadProfile
Packages that use UploadProfile
Package
Description
Provides publish services and the means to register
custom fields to show in published material.
Provides services for performing a customized publish service.
Provides the means to register new upload services
that can be used when publishing (e.g.
-
Uses of UploadProfile in se.conciliate.extensions.publish
Methods in se.conciliate.extensions.publish with parameters of type UploadProfileModifier and TypeMethodDescriptionvoid
PublishActions.beforeUpload
(UploadProfile profile, File target) PublishService.getPublishSettingsEditor
(PublishProfile profile, UploadProfile target, Map<String, Object> properties) Returns an optional editor for modifying the properties sent to the publish method.void
PublishService.publish
(PublishProfile profile, UploadProfile target, ProgressCallback progress, Map<String, Object> properties, boolean notifySubscribers, Map<String, Object> session) Publish using this service. -
Uses of UploadProfile in se.conciliate.extensions.publish.custom
Methods in se.conciliate.extensions.publish.custom with parameters of type UploadProfileModifier 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 UploadProfile in se.conciliate.extensions.uploadservice
Methods in se.conciliate.extensions.uploadservice that return UploadProfileModifier and TypeMethodDescriptionUploadService.createProfile
(String name, String description) Creates a new profile, ready for editing.Methods in se.conciliate.extensions.uploadservice that return types with arguments of type UploadProfileModifier and TypeMethodDescriptionList<? extends UploadProfile>
UploadService.loadProfiles()
Loads all profiles for this service.Methods in se.conciliate.extensions.uploadservice with parameters of type UploadProfileModifier and TypeMethodDescriptionUploadService.getProfileEditor
(UploadProfile profile) Shows a GUI for editing the given profile.UploadService.getValidationMessage
(boolean alwaysOverwrite, UploadProfile profile) Returns a validation messages for this profile.boolean
UploadService.isCompatible
(UploadProfile profile) Returns true if this service can use the given profile.