|
|||||||||
| 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.Concept
public class Concept
A Concept is a basic unit of content.
| Nested Class Summary | |
|---|---|
static class |
Concept.Type
Type meta-data (schema) for Concept object instances. |
static class |
Concept.WebCacheConcept
Item accessor for cached SDK Concept 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 Concept |
create(Folder prnt)
Create a Concept in the specified parent folder. |
int |
getConceptID()
Returns the concept id. |
Content |
getContent()
Returns the content of this Concept. |
java.lang.String |
getDescription()
Returns the text in the "Description" property for this Concept. |
java.lang.String |
getName()
Returns the Name of this Concept. |
Concept.Type.PropertyCollection |
getProperties()
Gets the PropertyCollection for 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 cntnt)
Sets the content of this Concept. |
void |
setDescription(java.lang.String description)
Sets the text in the "Description" property for this Concept. |
void |
setName(java.lang.String Name)
Sets the Name of this 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.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 Concept create(Folder prnt)
prnt - the parent folder
public Concept.Type.PropertyCollection getProperties()
public int getConceptID()
Concept.Type.PropertyCollection.CONCEPT_IDpublic java.lang.String getName()
Concept.Type.PropertyCollection.NAMEpublic void setName(java.lang.String Name)
Name - the new Name for this Concept.Concept.Type.PropertyCollection.NAMEpublic Content getContent()
Concept.Type.PropertyCollection.CONTENTpublic void setContent(Content cntnt)
content - the new content for this Concept.Concept.Type.PropertyCollection.CONTENTpublic java.lang.String getDescription()
Concept.Type.PropertyCollection.DESCRIPTIONpublic void setDescription(java.lang.String description)
description - the text in the "Description" property for this Concept.Concept.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 | ||||||||