Package se.conciliate.extensions.publish
Interface PublishService.InvalidMessage
- Enclosing interface:
- PublishService
public static interface PublishService.InvalidMessage
Callback for validateBeforePublish()
-
Method Summary
Modifier and TypeMethodDescriptionvoid
setDescription
(String description) default void
setErrorInProfile
(String title, String question, PublishService.ProfileEditorKey key) Also called if an error occurs in validation that can be fixed.void
-
Method Details
-
setTitle
-
setDescription
-
setErrorInProfile
Also called if an error occurs in validation that can be fixed.- Parameters:
title
- Dialog titlequestion
- Question passed to the user if they want to edit the profilekey
- what in the profile that needs correcting, passed to editProfile()
-