Class ecm.model.Tag


Extends ecm.model.SocialItem.
Represents a single tag. Each tag is associated with a content item.
Defined in: <ecm\model\Tag.js>.

Constructor Summary

Constructor Attributes Constructor Name and Description
 
Constructs a tag.
Fields borrowed from class ecm.model.SocialItem:
contentItem, TYPE
Fields borrowed from class ecm.model.Item:
attributes, dataObject, deleted, entryTemplateId, locked, lockedUser, mimetype, parent, privileges, repository, resultSet
Fields borrowed from class ecm.model._ModelObject:
categorization, id, isRecurring, name, nameFilter, pane, status, type, userId

Method Summary

Method Attributes Method Name and Description
 
 
Gets the tag.
 
setTagValue(tagValue)
Sets the tag.
Methods borrowed from class ecm.model.SocialItem:
deleteThis, getDateAdded, getDisplayValue, getItemVersion, getOriginatorDisplayName, getOriginatorId, getOriginatorShortName, getTagsPropertyName, isDeletable, isEditable, isMine, save
Methods borrowed from class ecm.model.Item:
containsValue, getAttributeFormat, getAttributeType, getAttrLabel, getContentClass, getItemValue, getMimeClass, getModifyDate, getModifyUser, getPath, getStateClass, getUserInfo, getValue, getValues, hasAttribute, hasPrivilege, isAttributeReadOnly, isDeclareRecordEntryTemplate, isDocumentEntryTemplate, isEntryTemplate, isFolder, isFolderEntryTemplate, isSystemProperty, retrieveAttributes, setValue, setValues
Methods borrowed from class ecm.model._ModelObject:
destroy, onChange, own, refresh, toString

Constructor Detail

ecm.model.Tag()

Constructs a tag.
Since:
2.0.3

Method Detail

constructor()


getTagValue()

Gets the tag.

setTagValue(tagValue)

Sets the tag.
Parameters:
tagValue
Tag to save