Package com.polarion.alm.tracker.model
Interface IRichPageComment
- All Superinterfaces:
IAdaptable
,IChangeListener
,ICommentBase<IRichPageComment>
,IHasCustomValues
,IHasValues
,IPObject
,IUniqueObject
- Since:
- 3.23.10
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.polarion.alm.tracker.model.ICommentBase
ICommentBase.SortBy
-
Field Summary
Fields inherited from interface com.polarion.alm.tracker.model.ICommentBase
KEY_AUTHOR, KEY_CHILD_COMMENTS, KEY_CREATED, KEY_PARENT_COMMENT, KEY_RESOLVED, KEY_SIGNATURE_DATA, KEY_TAGS, KEY_TEXT
Fields inherited from interface com.polarion.alm.projects.model.IUniqueObject
KEY_ID, KEY_PROJECT
-
Method Summary
Modifier and TypeMethodDescriptionReturns the Rich Page that comment was made in.Methods inherited from interface com.polarion.platform.persistence.model.IAdaptable
adapt
Methods inherited from interface com.polarion.platform.persistence.model.IChangeListener
markChanged
Methods inherited from interface com.polarion.alm.tracker.model.ICommentBase
can, createChildComment, createChildComment, getAuthor, getChildComments, getCreated, getParentComment, getRootComment, getSignatureData, getTags, getText, getTrackerService, isResolvedComment, setResolvedComment, setSignatureData
Methods inherited from interface com.polarion.platform.persistence.model.IHasCustomValues
getCustomField, getCustomFieldPrototype, getCustomFieldsList, setCustomField
Methods inherited from interface com.polarion.platform.persistence.model.IPObject
copyTo, createStructureForKey, forget, getContextId, getDataRevision, getDataSvc, getEnumerationOptionForField, getEnumerationTypeForField, getFieldLabel, getFieldType, getIncompatibleCustomField, getIncompatibleCustomFieldPrototype, getIncompatibleCustomFieldsList, getLastRevision, getLocalId, getObjectId, getPrototype, getRevision, getUri, getValue, isModified, isPersisted, isReadOnly, isResolved, isUnresolvable, resolve, save, setEnumerationValue, setValue, update
Methods inherited from interface com.polarion.alm.projects.model.IUniqueObject
getId, getProject, getProjectId
-
Field Details
-
PROTO
- See Also:
-
KEY_RICH_PAGE
- See Also:
-
-
Method Details
-
getRichPage
Returns the Rich Page that comment was made in.
-