com.polarion.alm.projects.model.IProject


FIELDS
Modifiers and TypeNameDescription
String PROTO
String KEY_PROJECT_GROUP
String KEY_ID
String KEY_NAME
String KEY_DESCRIPTION
String KEY_LEAD
String KEY_ACTIVE
String KEY_ICON
String KEY_COLOR
String KEY_LOCK_WORK_RECORDS_DATE
METHODS
Modifiers and TypeNameDescription
IProjectGroup getProjectGroup()
ILocation getLocation() Returns the current location of the project folder in the repository. (The revision of this project instance is ignored.)

Note that getValue(IGroupEntity.KEY_LOCATION) does NOT return the same value. That method returns the location of the project.xml file, and for revision projects, it returns this location within the revision.

String getId()
String getName()
void setName(String)
Text getDescription()
void setDescription(Text)
IUser getLead()
void setLead(IUser)
boolean isActive()
void setActive(boolean)
DateOnly getLockWorkRecordsDate()
void setLockWorkRecordsDate(DateOnly)
void setIcon(String) Sets the path to the project's icon (e.g. "/polarion/ria/images/topicIcons/project.svg").
String getIcon()
String getIconOrDefault()
String getColorOrDefault()
void setColor(String) Sets the project's background color (e.g., "#7630a1"), which is used in the navigation header for the project's icon and picker.
String getColor()

Back to Index