|
CodeBeamer 5.4.0.1-RC API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ReferableDto
All DTO classes that can be linked through URLs and interwiki references should implement this.
Nested Class Summary | |
---|---|
static class |
ReferableDto.DescriptionComparator
A special Comparator implementation to compare two ReferableDtos by short description |
Field Summary | |
---|---|
static java.lang.String |
HEAD_VERSION
Version specified for the latest "HEAD" version. |
static java.lang.String |
SECTION_DELIMITER
Delimiter for interwiki links with section specified, like [WIKIPAGE:1234#My Favourite Section] . |
static java.lang.String |
VERSION_DELIMITER
Delimiter for interwiki links with version specified, like [WIKIPAGE:1234/17] . |
Method Summary | |
---|---|
java.lang.String |
getIconUrl()
Returns the URL of the (small) icon image that represents this DTO type. |
java.lang.String |
getInterwikiLink()
Returns the interwiki link that points to the web page where this DTO is managed. |
java.lang.String |
getShortDescription()
Returns the short description that represent this entity in the user interface. |
java.lang.String |
getUrlLink()
Returns the local URL that points to the web page where this DTO is managed. |
Field Detail |
---|
static final java.lang.String HEAD_VERSION
static final java.lang.String VERSION_DELIMITER
[WIKIPAGE:1234/17]
.
static final java.lang.String SECTION_DELIMITER
[WIKIPAGE:1234#My Favourite Section]
.
Method Detail |
---|
java.lang.String getShortDescription()
ProjectDto.getName()
or
TrackerItemDto.getSummary()
.
java.lang.String getUrlLink()
java.lang.String getInterwikiLink()
java.lang.String getIconUrl()
|
CodeBeamer 5.4.0.1-RC API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |