Serialized Form
-
Package org.onehippo.forge.document.commenting.cms.api
-
Class org.onehippo.forge.document.commenting.cms.api.CommentingContext
class CommentingContext extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
pluginConfig
org.hippoecm.frontend.plugin.config.IPluginConfig pluginConfig
-
pluginContext
org.hippoecm.frontend.plugin.IPluginContext pluginContext
-
subjectDocumentModel
org.hippoecm.frontend.model.JcrNodeModel subjectDocumentModel
-
-
Exception Class org.onehippo.forge.document.commenting.cms.api.CommentingException
class CommentingException extends RuntimeException implements Serializable- serialVersionUID:
- 1L
-
Class org.onehippo.forge.document.commenting.cms.api.CommentItem
class CommentItem extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
attributes
Map<String,
Object> attributes Extra attributes map of this comment data. -
author
String author
Comment author user ID. -
content
String content
Comment content data. -
created
Calendar created
Creation date time of this comment data item. -
id
String id
Comment data item identifier. -
lastModified
Calendar lastModified
Last modified date time of this comment data item. -
subjectId
String subjectId
The subject data identifier with this comment data item is associated. e.g, document handle UUID.
-
-
-
Package org.onehippo.forge.document.commenting.cms.impl
-
Class org.onehippo.forge.document.commenting.cms.impl.DefaultDocumentCommentingEditorDialog
class DefaultDocumentCommentingEditorDialog extends org.hippoecm.frontend.dialog.AbstractDialog<Node> implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
autoSaveExtensionProcessPending
boolean autoSaveExtensionProcessPending
-
commentingContext
CommentingContext commentingContext
-
commentPersistenceManager
CommentPersistenceManager commentPersistenceManager
-
contentEditor
org.hippoecm.frontend.plugins.ckeditor.CKEditorPanel contentEditor
-
currentCommentItem
CommentItem currentCommentItem
The comment item instance currently being edited in this dialog, clone fromoriginalCommentItem. -
dialogSize
org.apache.wicket.util.value.IValueMap dialogSize
-
onOkCallback
SerializableCallable<Object> onOkCallback
-
originalCommentItem
CommentItem originalCommentItem
Original source of the comment item. -
titleModel
org.apache.wicket.model.IModel<String> titleModel
-
-
Class org.onehippo.forge.document.commenting.cms.impl.DefaultDocumentCommentingFieldPlugin
class DefaultDocumentCommentingFieldPlugin extends org.hippoecm.frontend.service.render.RenderPlugin<Node> implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
addDialogAction
org.hippoecm.frontend.dialog.DialogAction addDialogAction
-
commentingContext
CommentingContext commentingContext
-
commentPersistenceManager
CommentPersistenceManager commentPersistenceManager
-
currentCommentItems
List<CommentItem> currentCommentItems
-
deletableByAuthorOnly
boolean deletableByAuthorOnly
-
editableByAuthorOnly
boolean editableByAuthorOnly
-
queryLimit
long queryLimit
-
-
Class org.onehippo.forge.document.commenting.cms.impl.DefaultJcrCommentPersistenceManager
class DefaultJcrCommentPersistenceManager extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
dateFormat
String dateFormat
-
-
Class org.onehippo.forge.document.commenting.cms.impl.SimpleListDataProvider
class SimpleListDataProvider extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
list
List<T extends Serializable> list
-
-