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 TypeClassDescriptionclassThrown 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.voidPublishService.exportProfile(PublishProfile profile, File toFile) Exports a profile.PublishService.importProfile(File zipFile) Imports a profile.booleanPublishService.isCompatible(PublishProfile profile) Returns true if this service can use the given profile.booleanPublishService.isImportCompatible(File zipFile) Returns true if this service can import the given profilebooleanPublishService.validateBeforePublish(PublishProfile profile, PublishService.InvalidMessage msg, Map<String, Object> session) Returns true if the profile is ready to be used.