|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.starteam.LiveObject.WebCacheLiveObject
com.starteam.TrackedObject.WebCacheTrackedObject
com.starteam.VersionedObject.WebCacheVersionedObject
com.starteam.ViewMember.WebCacheViewMember
com.starteam.Item.WebCacheItem
com.starteam.WhiteBoard.WebCacheWhiteBoard
public static class WhiteBoard.WebCacheWhiteBoard
Item accessor for cached SDK WhiteBoard items contained objects are obtained from the artifact cache
| Method Summary | |
|---|---|
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. |
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 |
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 |
| Methods inherited from class com.starteam.Item.WebCacheItem |
|---|
create, getLabels, getLinks, getParentFolder, moveTo, moveTo |
| Methods inherited from class com.starteam.ViewMember.WebCacheViewMember |
|---|
getAttachments, getComment, getDisplayValue, getDotNotation, getExternalID, getExternalURL, getHistory, getLocker, getPresentationID, getRights, getShareTree, getTraces, getView, isDeleted, isFloating, isPinned, isUnread, lock, lock, modifyReadStatus, pinTo, setAttachments, setExternalID, setExternalURL, setRights, unlock, unpin, updateRevisionComment |
| Methods inherited from class com.starteam.VersionedObject.WebCacheVersionedObject |
|---|
getRevisionNumber, getRootObjectID, getViewVersion, isFromHistory |
| Methods inherited from class com.starteam.TrackedObject.WebCacheTrackedObject |
|---|
getModifiedBy, getModifiedTime |
| Methods inherited from class com.starteam.LiveObject.WebCacheLiveObject |
|---|
addTo, equals, getContext, getCreatedBy, getCreatedTime, getDisplayName, getID, getObjectID, getServer, getType, getValue, getValue, hashCode, hasValue, isDirty, isNew, refresh, remove, removeFrom, setValue, setValue, toStarTeamURL, update |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public 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 cache
WhiteBoard.WebCacheWhiteBoard, wrapping a new WhiteBoardpublic java.lang.String getName()
LiveObject.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 instance
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||