Package com.polarion.alm.tracker.model
Interface IBaseline
- All Superinterfaces:
IAdaptable
,IChangeListener
,IHasCustomValues
,IHasValues
,IPObject
,IUniqueObject
Baselines represent a state (represented by a base revision) in the history of an object (a base object)
from the Project that contains the Baseline. The base object can also be the Project itself,
in which case the Baseline represents a state of the whole project.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
static final String
static final String
static final String
static final String
static final String
Fields inherited from interface com.polarion.alm.projects.model.IUniqueObject
KEY_ID, KEY_PROJECT
-
Method Summary
Methods inherited from interface com.polarion.platform.persistence.model.IAdaptable
adapt
Methods inherited from interface com.polarion.platform.persistence.model.IChangeListener
markChanged
Methods inherited from interface com.polarion.platform.persistence.model.IHasCustomValues
getCustomField, getCustomFieldPrototype, getCustomFieldsList, setCustomField
Methods inherited from interface com.polarion.platform.persistence.model.IPObject
can, copyTo, createStructureForKey, forget, getContextId, getDataRevision, getDataSvc, getEnumerationOptionForField, getEnumerationTypeForField, getFieldLabel, getFieldType, getIncompatibleCustomField, getIncompatibleCustomFieldPrototype, getIncompatibleCustomFieldsList, getLastRevision, getLocalId, getObjectId, getPrototype, getRevision, getUri, getValue, isModified, isPersisted, isReadOnly, isResolved, isUnresolvable, resolve, save, setEnumerationValue, setValue, update
Methods inherited from interface com.polarion.alm.projects.model.IUniqueObject
getId, getProject, getProjectId
-
Field Details
-
PROTO
- See Also:
-
KEY_NAME
- See Also:
-
KEY_DESCRIPTION
- See Also:
-
KEY_AUTHOR
- See Also:
-
KEY_BASE_REVISION
- See Also:
-
KEY_BASE_OBJECT
- Since:
- 3.19.2
- See Also:
-
-
Method Details
-
getName
-
setName
- Since:
- 3.19.2
-
getDescription
Deprecated.As of 3.19.2 usegetDescriptionText()
instead. -
getDescriptionText
- Since:
- 3.19.2
-
setDescription
- Since:
- 3.19.2
-
getAuthor
IUser getAuthor() -
getBaseRevision
String getBaseRevision() -
getBaseRevisionObject
Returns theIRevision
object corresponding to the base revision. Returns null if the base revision is not filled-in.- Since:
- 3.19.2
-
getBaseObject
Returns the base object in the base revision of this baseline. Currently the base object can only be a Project or a Document (Module).- Since:
- 3.19.2
-
delete
void delete()- Since:
- 3.19.2
-
getDescriptionText()
instead.