Uses of Interface
se.conciliate.extensions.publish.PublishProfile
Packages that use PublishProfile
Package
Description
Provides publish services and the means to register
custom fields to show in published material.
-
Uses of PublishProfile in se.conciliate.extensions.publish
Subinterfaces of PublishProfile in se.conciliate.extensions.publishModifier and TypeInterfaceDescriptioninterface
A publish profile that may be edited.Methods in se.conciliate.extensions.publish that return PublishProfileMethods in se.conciliate.extensions.publish that return types with arguments of type PublishProfileModifier and TypeMethodDescriptionPublishProfileLocatorService.findProfiles()
Returns a collection of available profiles.Methods in se.conciliate.extensions.publish with parameters of type PublishProfileModifier and TypeMethodDescriptionvoid
PublishService.exportProfile
(PublishProfile profile, File toFile) Exports a profile.PublishService.getPublishSettingsEditor
(PublishProfile profile, UploadProfile target, Map<String, Object> properties) Returns an optional editor for modifying the properties sent to the publish method.boolean
PublishService.isAlwaysOverwrite
(PublishProfile profile) Returns true if the ui should ignore existing filesboolean
PublishService.isCompatible
(PublishProfile profile) Returns true if this service can use the given profile.void
PublishService.publish
(PublishProfile profile, UploadProfile target, ProgressCallback progress, Map<String, Object> properties, boolean notifySubscribers, Map<String, Object> session) Publish using this service.boolean
PublishService.validateBeforePublish
(PublishProfile profile, PublishService.InvalidMessage msg, Map<String, Object> session) Returns true if the profile is ready to be used.