Uses of Class
se.conciliate.extensions.publish.PublishProfileException
Packages that use PublishProfileException
Package
Description
Provides publish services and the means to register
custom fields to show in published material.
-
Uses of PublishProfileException in se.conciliate.extensions.publish
Subclasses of PublishProfileException in se.conciliate.extensions.publishModifier and TypeClassDescriptionclass
Thrown when trying to use a profile not compatible with this service.Methods in se.conciliate.extensions.publish that throw PublishProfileExceptionModifier and TypeMethodDescriptionPublishService.createProfile
(String name) Creates a new profile, ready for editing.void
PublishService.exportProfile
(PublishProfile profile, File toFile) Exports a profile.PublishService.importProfile
(File zipFile) Imports a profile.boolean
PublishService.isCompatible
(PublishProfile profile) Returns true if this service can use the given profile.boolean
PublishService.isImportCompatible
(File zipFile) Returns true if this service can import the given profileboolean
PublishService.validateBeforePublish
(PublishProfile profile, PublishService.InvalidMessage msg, Map<String, Object> session) Returns true if the profile is ready to be used.