|
|||||||||
| 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.Concept.WebCacheConcept
public static class Concept.WebCacheConcept
Item accessor for cached SDK Concept items contained objects are obtained from the artifact cache
| Method Summary | |
|---|---|
static Concept.WebCacheConcept |
create(ArtifactCacheManager.Context cntxt,
Folder.WebCacheFolder parent)
Creates a Concept on the server. |
int |
getConceptID()
Returns the concept id. |
Content.WebCacheContent |
getContent()
Returns the content of this Concept. |
java.lang.String |
getDescription()
Returns the description of this concept. |
java.lang.String |
getName()
Returns the name of this concept. |
EnumeratedValue[] |
getTags()
returns the tags, if any, attached to this story the returned array may be of size 0, but is never null |
void |
setContent(Content.WebCacheContent cntnt)
Sets the content of this Concept. |
void |
setDescription(java.lang.String description)
set the description of the concept |
void |
setName(java.lang.String name)
set the name of the concept |
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 Concept.WebCacheConcept create(ArtifactCacheManager.Context cntxt,
Folder.WebCacheFolder parent)
Concept on the server.
This concept may be saved by assigning the various properties and then calling
update() on the WebCacheConcept 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
Concept.WebCacheConcept, wrapping a new Conceptpublic int getConceptID()
Concept.Type.PropertyCollection.CONCEPT_IDpublic Content.WebCacheContent getContent()
Concept.Type.PropertyCollection.CONTENTpublic void setContent(Content.WebCacheContent cntnt)
content - the new content for this Concept.Concept.Type.PropertyCollection.CONTENTpublic java.lang.String getName()
LiveObject.Type.NameProperty.NAMEpublic void setName(java.lang.String name)
name - set the name of the conceptpublic java.lang.String getDescription()
LiveObject.Type.DescriptionProperty.NAMEpublic void setDescription(java.lang.String description)
description - set the description of the conceptpublic 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 | ||||||||