public static class WhiteBoard.WebCacheWhiteBoard extends Item.WebCacheItem
| Modifier and Type | Method and Description |
|---|---|
static WhiteBoard.WebCacheWhiteBoard |
create(ArtifactCacheManager.Context cntxt,
Folder.WebCacheFolder parent)
Creates a
WhiteBoard on the server. |
java.lang.String |
getColor()
Returns the color of this WhiteBoard.
|
java.lang.String |
getDescription()
Returns the description of this WhiteBoard.
|
IntegerProperty.WebCacheIntegerProperty |
getIdentifierProperty()
returns the identifier property for this type
|
java.lang.String |
getName()
Returns the name of this WhiteBoard.
|
EnumeratedValue[] |
getTags()
returns the tags, if any, attached to this story the returned array
may be of size 0, but is never null
|
java.lang.String |
getVersionMetadata()
Return the version metadata of this revision
|
java.lang.String |
getVersionMetadataIDs()
Return the version metadata of this revision
|
int |
getWhiteBoardID()
Returns the whiteboard id.
|
void |
setColor(java.lang.String color)
set the color of the WhiteBoard
|
void |
setDescription(java.lang.String description)
set the description of the WhiteBoard
|
void |
setName(java.lang.String name)
set the name of the WhiteBoard
|
void |
setTags(EnumeratedValue[] tags)
sets the tags to be assigned to this story 0, 1 or more tags may be
assigned or reassigned
|
addNotifiedUser, copy, create, getChangePackages, getIdentifier, getNotifiedUsers, getParentFolder, getRestoredShare, moveTo, moveTo, removeNotifiedUser, shareTogetAttachments, getComment, getDeletedBy, getDeletedTime, getDisplayValue, getDotNotation, getExternalID, getExternalURL, getHistory, getLabels, getLinks, getLocker, getPresentationID, getRights, getShareTree, getTracedResources, getTraces, getView, getViewMemberRevisions, isBookmarked, isDeleted, isFloating, isPinned, isUnread, lock, lock, modifyBookmark, modifyReadStatus, pinTo, setAttachments, setComment, setExternalID, setExternalURL, setRights, toRESTUrl, unlock, unpin, updateRevisionCommentgetRevisionNumber, getRootObjectID, getShortComment, getViewVersion, isFromHistory, setShortCommentgetModifiedBy, getModifiedTimeaddTo, equals, getContext, getCreatedBy, getCreatedTime, getDisplayName, getID, getNameProperty, getObjectID, getServer, getType, getValue, getValue, hashCode, hasValue, isDirty, isNew, refresh, remove, removeFrom, setValue, setValue, toStarTeamURL, updatepublic IntegerProperty.WebCacheIntegerProperty getIdentifierProperty()
getIdentifierProperty in interface ArtifactCacheManager.IdentifiablegetIdentifierProperty in class Item.WebCacheItempublic static WhiteBoard.WebCacheWhiteBoard create(ArtifactCacheManager.Context cntxt, Folder.WebCacheFolder parent)
WhiteBoard on the server. This
WhiteBoard may be saved by assigning the various properties and then
calling update() on the WebCacheWhiteBoard object, or it may be added
to a WebCacheViewMemberCollection, which is then saved in a
transacted context.cntxt - the ArtifactCacheManager User Session Contextparent - the parent folder in which this new folder will be
created. The parent folder should be from the artifact
cacheWhiteBoard.WebCacheWhiteBoard, wrapping a new
WhiteBoardpublic java.lang.String getVersionMetadata()
public java.lang.String getVersionMetadataIDs()
public java.lang.String getName()
getName in interface ArtifactCacheManager.NameablegetName in class LiveObject.WebCacheLiveObjectLiveObject.Type.NameProperty.NAMEpublic void setName(java.lang.String name)
name - set the name of the WhiteBoardpublic int getWhiteBoardID()
WhiteBoard.Type.PropertyCollection#WHITEBOARD_IDpublic java.lang.String getColor()
WhiteBoard.Type.ColorProperty.NAMEpublic void setColor(java.lang.String color)
color - set the color of the WhiteBoardpublic java.lang.String getDescription()
LiveObject.Type.DescriptionProperty.NAMEpublic void setDescription(java.lang.String description)
description - set the description of the WhiteBoardpublic EnumeratedValue[] getTags()
public void setTags(EnumeratedValue[] tags)
tags - the tags to be assigned to this story instanceStarTeam SDK 17.0, Build 34
Copyright © 2019 Micro Focus or one of its affiliates. All rights reserved.