|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.starteam.TypedResource
com.starteam.LiveObject
com.starteam.TrackedObject
com.starteam.VersionedObject
com.starteam.ViewMember
com.starteam.Item
com.starteam.WhiteBoard
public class WhiteBoard
A WhiteBoard is a collection of concepts.
| Nested Class Summary | |
|---|---|
static class |
WhiteBoard.Type
Type meta-data (schema) for WhiteBoard object instances. |
static class |
WhiteBoard.WebCacheWhiteBoard
Item accessor for cached SDK WhiteBoard items contained objects are obtained from the artifact cache |
| Nested classes/interfaces inherited from class com.starteam.Item |
|---|
Item.WebCacheItem |
| Nested classes/interfaces inherited from class com.starteam.ViewMember |
|---|
ViewMember.LockType, ViewMember.MyLock, ViewMember.ShareState, ViewMember.WebCacheViewMember |
| Nested classes/interfaces inherited from class com.starteam.VersionedObject |
|---|
VersionedObject.WebCacheVersionedObject |
| Nested classes/interfaces inherited from class com.starteam.TrackedObject |
|---|
TrackedObject.WebCacheTrackedObject |
| Nested classes/interfaces inherited from class com.starteam.LiveObject |
|---|
LiveObject.WebCacheLiveObject |
| Nested classes/interfaces inherited from class com.starteam.TypedResource |
|---|
TypedResource.BranchState |
| Method Summary | |
|---|---|
static WhiteBoard |
create(Folder prnt)
Create a WhiteBoard in the specified parent folder. |
java.lang.String |
getColor()
Returns the Color of this WhiteBoard. |
java.lang.String |
getDescription()
Returns the text in the "Description" property for this WhiteBoard. |
java.lang.String |
getName()
Returns the Name of this WhiteBoard. |
WhiteBoard.Type.PropertyCollection |
getProperties()
Gets the PropertyCollection for 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)
Sets the Color of this WhiteBoard. |
void |
setDescription(java.lang.String description)
Sets the text in the "Description" property for this WhiteBoard. |
void |
setName(java.lang.String Name)
Sets the Name of this 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.VersionedObject |
|---|
getBranchRevision, getRevisionNumber, getViewVersion, isFromHistory |
| Methods inherited from class com.starteam.TrackedObject |
|---|
getModifiedBy, getModifiedTime |
| Methods inherited from class com.starteam.LiveObject |
|---|
getCreatedBy, getCreatedTime, toStarTeamURL |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface com.starteam.ISecurable |
|---|
getServer, getType |
| Method Detail |
|---|
public static WhiteBoard create(Folder prnt)
prnt - the parent folder
public WhiteBoard.Type.PropertyCollection getProperties()
public java.lang.String getName()
WhiteBoard.Type.PropertyCollection.NAMEpublic int getWhiteBoardID()
WhiteBoard.Type.PropertyCollection#WHITEBOARD_IDpublic void setName(java.lang.String Name)
Name - the new Name for this WhiteBoard.WhiteBoard.Type.PropertyCollection.NAMEpublic java.lang.String getColor()
WhiteBoard.Type.PropertyCollection.COLORpublic void setColor(java.lang.String color)
color - the new color for this WhiteBoard.WhiteBoard.Type.PropertyCollection.COLORpublic java.lang.String getDescription()
WhiteBoard.Type.PropertyCollection.DESCRIPTIONpublic void setDescription(java.lang.String description)
description - the text in the "Description" property for this WhiteBoard.WhiteBoard.Type.PropertyCollection.DESCRIPTIONpublic EnumeratedValue[] getTags()
public void setTags(EnumeratedValue[] tags)
tags - the tags to be assigned to this story
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||