public class Concept extends Item
Modifier and Type | Class and Description |
---|---|
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
|
Item.WebCacheItem
ViewMember.LockType, ViewMember.MyLock, ViewMember.ShareState, ViewMember.WebCacheViewMember
VersionedObject.WebCacheVersionedObject
TrackedObject.WebCacheTrackedObject
LiveObject.WebCacheLiveObject
TypedResource.BranchState
Modifier and Type | Method and Description |
---|---|
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.
|
Content |
getDiagramSource()
Returns the diagram source of 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
|
java.lang.String |
getVersionMetadata()
Return the version metadata of this revision
|
java.lang.String |
getVersionMetadataIDs()
Return the version metadata of this revision
|
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 |
setDiagramSource(Content cntnt)
Sets the diagram source of 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
|
addNotifiedUser, copy, deleteMergePoint, getCommonAncestor, getDebugString, getDisplayableProperties, getItemID, getMergeHistory, getNewRevisionComment, getNotifiedUsers, getParentContainer, getParentFolder, getParentFolderHierarchy, getParentFolderName, getParentFolderPath, getParentFolderQualifiedName, getSharedChangePackages, getSharedTraces, isEqualTo, isReverseShareRecommended, moveTo, moveTo, recordMergePoint, remove, removeNotifiedUser, resolve, resolveMergePoint, resolveMergePointEx, reverseShareTo, reverseShareTo, shareTo, smartShareTo, toString
equals, findLinks, getAllLabels, getAllShares, getAttachedLabels, getAttachments, getBehavior, getCache, getComment, getDeletedBy, getDeletedShares, getDeletedTime, getDisplayValue, getDotNotation, getExclusiveLocker, getExternalID, getExternalURL, getFromHistory, getFromHistory, getFromHistory, getFromHistory, getHistory, getID, getIntegerArrayValue, getLocker, getMyLockType, getParentRevision, getPresentationID, getRights, getRootObjectID, getShare, getShare, getTraces, getValue, getView, getViewMemberRevisions, getViewVersion, getVMID, hashCode, hasPermissions, isBookmarked, isBranchable, isDeleted, isDiscarded, isDisembodied, isEqualTo, isFloating, isPinned, isReadOnly, isRootShare, isUnread, lockExclusive, lockExclusive, lockNonExclusive, modifyBookmark, modifyReadStatus, putLock, remove, setAttachments, setBehavior, setBranchOnChange, setComment, setExternalID, setExternalURL, setFixedConfiguration, setFloatingConfiguration, setRights, setValue, toRESTUrl, unlock, update, update, updateRevisionComment
getBranchRevision, getRevisionNumber, getShortComment, getViewVersion, isFromHistory, setShortComment
getModifiedBy, getModifiedTime
getCreatedBy, getCreatedTime, toStarTeamURL
addToIntegerArray, getBooleanValue, getByteArrayValue, getCachedProperties, getContentValue, getDateTimeValue, getDateValue, getDisplayName, getDoubleValue, getEnumDisplayName, getEnumeratedValues, getIntegerValue, getLinkValue, getLongValue, getObjectID, getPossibleValues, getServer, getStringValue, getTimeSpanValue, getType, hasCachedProperties, hasValue, isDirty, isDirty, isNew, removeFromIntegerArray, setBooleanValue, setByteArrayValue, setContentValue, setDateTimeValue, setDateValue, setDoubleValue, setEnumeratedValue, setEnumeratedValues, setIntegerArrayValue, setIntegerValue, setLinkValue, setLongValue, setStringValue, setTimeSpanValue
getServer, getType
public static Concept create(Folder prnt)
prnt
- the parent folderpublic Concept.Type.PropertyCollection getProperties()
public int getConceptID()
Concept.Type.PropertyCollection.CONCEPT_ID
public java.lang.String getName()
Concept.Type.PropertyCollection.NAME
public void setName(java.lang.String Name)
Name
- the new Name for this Concept.Concept.Type.PropertyCollection.NAME
public Content getContent()
Concept.Type.PropertyCollection.CONTENT
public void setContent(Content cntnt)
content
- the new content for this Concept.Concept.Type.PropertyCollection.CONTENT
public java.lang.String getVersionMetadata()
public java.lang.String getVersionMetadataIDs()
public Content getDiagramSource()
Concept.Type.PropertyCollection.DIAGRAM_SOURCE
public void setDiagramSource(Content cntnt)
content
- the new diagram source for this Concept.Concept.Type.PropertyCollection.CONTENT
public java.lang.String getDescription()
Concept.Type.PropertyCollection.DESCRIPTION
public void setDescription(java.lang.String description)
description
- the text in the "Description" property for this Concept.Concept.Type.PropertyCollection.DESCRIPTION
public EnumeratedValue[] getTags()
public void setTags(EnumeratedValue[] tags)
tags
- the tags to be assigned to this storyStarTeam SDK 17.0, Build 34
Copyright © 2019 Micro Focus or one of its affiliates. All rights reserved.