|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--com.starbase.starteam.PropertyNames
This class provides a conventient place to get the names of various built-in StarTeam Item (and some non-item) property names. The member variables here should always be used instead of hard-coded String values. For example, on a File Item you should not call get("Name") to get the name property but rather file.get(file.getPropertyNames().FILE_NAME); This does lead to a bit of indirection but is the safest way of being sure you are using the right property name. This class also insulates you from any property name changes that could occur from one release of StarTeam to the next.
| Field Summary | |
java.lang.String |
AM_I_RECIPIENT
The generic Item property "Am I Recipient". |
java.lang.String |
ATTACHMENT_COUNT
The generic Item property "Attachment Count". |
java.lang.String |
ATTACHMENT_IDS
The generic Item property "Attachment IDs". |
java.lang.String |
ATTACHMENT_NAMES
The generic Item property "Attachment Names". |
java.lang.String |
AUDIT_CLASS_ID
The "Class ID" property for
Items of type Audit. |
java.lang.String |
AUDIT_CLASS_NAME
The "Class Name" property for
Items of type Audit. |
java.lang.String |
AUDIT_CLASS2_NAME
The "Class Name2" property for
Items of type Audit. |
java.lang.String |
AUDIT_CLASS3_NAME
The "Class Name3" property for
Items of type Audit. |
java.lang.String |
AUDIT_DESCRIPTOR
The "Descriptor" property for
Items of type Audit. |
java.lang.String |
AUDIT_DESCRIPTOR2
The "Descriptor2" property for
Items of type Audit. |
java.lang.String |
AUDIT_DESCRIPTOR3
The "Descriptor3" property for
Items of type Audit. |
java.lang.String |
AUDIT_EVENT_ID
The "Event" property for
Items of type Audit. |
java.lang.String |
AUDIT_FOLDER
The "Folder" property for
Items of type Audit. |
java.lang.String |
AUDIT_FOLDER_VMID
The "Folder VMID" property for
Items of type Audit. |
java.lang.String |
AUDIT_ITEM_1_INFO
The property "Item 1 Info". |
java.lang.String |
AUDIT_ITEM_2_INFO
The property "Item 2 Info". |
java.lang.String |
AUDIT_ITEM_3_INFO
The property "Item 3 Info". |
java.lang.String |
AUDIT_OBJECT_ID
The "Item Object ID" property for
Items of type Audit. |
java.lang.String |
AUDIT_PROJECT_ID
The "Project" property for
Items of type Audit. |
java.lang.String |
AUDIT_TARGET_1_REVISION_TIME
The property "Target 1 Revision Time". |
java.lang.String |
AUDIT_TARGET_2_CLASS_ID
The property "Target 2 Class ID". |
java.lang.String |
AUDIT_TARGET_2_OBJECT_ID
The property "Target 2 Object ID". |
java.lang.String |
AUDIT_TARGET_2_REVISION_TIME
The property "Target 2 Revision Time". |
java.lang.String |
AUDIT_TARGET_3_CLASS_ID
The property "Target 3 Class ID". |
java.lang.String |
AUDIT_TARGET_3_OBJECT_ID
The property "Target 3 Object ID". |
java.lang.String |
AUDIT_TARGET_3_REVISION_TIME
The property "Target 3 Revision Time". |
java.lang.String |
AUDIT_USER_ID
The "User" property for
Items of type Audit. |
java.lang.String |
BRANCH_ON_CHANGE
The generic Item property "Branch On Change". |
java.lang.String |
BRANCH_STATE
The generic Item property "Branch State". |
java.lang.String |
COMMENT
The generic Item property "Comment". |
java.lang.String |
COMMENT_ID
The generic Item property "Comment ID". |
java.lang.String |
CONFIGURATION_TIME
The generic Item property "Configuration Time". |
java.lang.String |
CR_ADDRESSED_BY
The "Addressed By" property for
Items of type ChangeRequest. |
java.lang.String |
CR_ADDRESSED_IN
The "Addressed In" property for
Items of type ChangeRequest. |
java.lang.String |
CR_ADDRESSED_IN_VIEW
The "Addressed In View" property for
Items of type ChangeRequest. |
java.lang.String |
CR_CATEGORY
The "Category" property for
Items of type ChangeRequest. |
java.lang.String |
CR_CHANGE_NUMBER
The "CR Number" property for
Items of type ChangeRequest. |
java.lang.String |
CR_CLOSED_ON
The "Closed On" property for
Items of type ChangeRequest. |
java.lang.String |
CR_COMPONENT
The "Component" property for
Items of type ChangeRequest. |
java.lang.String |
CR_DESCRIPTION
The "Description" property for
Items of type ChangeRequest. |
java.lang.String |
CR_ENTERED_BY
The "Entered By" property for
Items of type ChangeRequest. |
java.lang.String |
CR_ENTERED_ON
The "Entered On" property for
Items of type ChangeRequest. |
java.lang.String |
CR_EXTERNAL_REFERENCE
The "External Reference" property for
Items of type ChangeRequest. |
java.lang.String |
CR_FIX
The "Fix" property for
Items of type ChangeRequest. |
java.lang.String |
CR_FOLDER
The "Folder" property for
Items of type ChangeRequest. |
java.lang.String |
CR_LAST_BUILD_TESTED
The "Last Build Tested" property for
Items of type ChangeRequest. |
java.lang.String |
CR_PLATFORM
The "Platform" property for
Items of type ChangeRequest. |
java.lang.String |
CR_PRIORITY
The "Priority" property for
Items of type ChangeRequest. |
java.lang.String |
CR_RESOLVED_ON
The "Resolved On" property for
Items of type ChangeRequest. |
java.lang.String |
CR_RESPONSIBILITY
The "Responsibility" property for
Items of type ChangeRequest. |
java.lang.String |
CR_SEVERITY
The "Severity" property for
Items of type ChangeRequest. |
java.lang.String |
CR_STATUS
The "Status" property for
Items of type ChangeRequest. |
java.lang.String |
CR_SYNOPSIS
The "Synopsis" property for
Items of type ChangeRequest. |
java.lang.String |
CR_TEST_COMMAND
The "Test Command" property for
Items of type ChangeRequest. |
java.lang.String |
CR_TYPE
The "Type" property for
Items of type ChangeRequest. |
java.lang.String |
CR_VERIFIED_ON
The "Verified On" property for
Items of type ChangeRequest. |
java.lang.String |
CR_WORK_AROUND
The "Work Around" property for
Items of type ChangeRequest. |
java.lang.String |
CREATED_TIME
The generic Item property "Created Time". |
java.lang.String |
CREATED_USER_ID
The generic Item property "Created By". |
java.lang.String |
DELETED_TIME
The generic Item property "Deleted Time". |
java.lang.String |
DELETED_USER_ID
The generic Item property "Deleted By". |
java.lang.String |
DOTNOTATION
The generic Item property "Dot Notation". |
java.lang.String |
DOTNOTATION_ID
The generic Item property "Dot Notation ID". |
java.lang.String |
END_MODIFIED_TIME
The generic Item property "End Modified Time". |
java.lang.String |
EXCLUSIVE_LOCKER
The generic Item property "Locked By". |
java.lang.String |
FILE_ARCHIVE_FORMAT
The "Archive Format" property for
Items of type File. |
java.lang.String |
FILE_ARCHIVE_NAME
The "Archive Name" property for
Items of type File. |
java.lang.String |
FILE_ARCHIVE_PATH
The "Archive Path" property for
Items of type File. |
java.lang.String |
FILE_ARCHIVE_TYPE
The "Archive Type" property for
Items of type File. |
java.lang.String |
FILE_COMPRESSION_LEVEL
The "Compression Level" property for
Items of type File. |
java.lang.String |
FILE_CONTENT_REVISION
The "Content Revision" property for
Items of type File. |
java.lang.String |
FILE_DESCRIPTION
The "Description" property for
Items of type File. |
java.lang.String |
FILE_ENCODING
The "File Type" property for
Items of type File. |
java.lang.String |
FILE_EOL_CHARACTER
The "EOL Character" property for
Items of type File. |
java.lang.String |
FILE_EXECUTABLE
The "Executable" property for
Items of type File. |
java.lang.String |
FILE_EXTENSION
The "Extension" property for
Items of type File. |
java.lang.String |
FILE_FILE_TIME_AT_CHECKIN
The "File Time Stamp at Check-In" property for
Items of type File. |
java.lang.String |
FILE_FOLDER
The "Folder" property for
Items of type File. |
java.lang.String |
FILE_HIVE_ID
The "Hive ID" property for
Items of type File. |
java.lang.String |
FILE_LOCAL_EXECUTABLE
The "Working File Executable" property for
Items of type File. |
java.lang.String |
FILE_LOCAL_FILE_EXISTS
The "Local File Exists" property for
Items of type File. |
java.lang.String |
FILE_LOCAL_NAME
The "Local Name" property for
Items of type File. |
java.lang.String |
FILE_LOCAL_PATH
The "Local Path" property for
Items of type File. |
java.lang.String |
FILE_LOCAL_SIZE
The "Local Size" property for
Items of type File. |
java.lang.String |
FILE_LOCAL_TIMESTAMP
The "Local Timestamp" property for
Items of type File. |
java.lang.String |
FILE_MD5_CHECKSUM
The "MD5 Checksum" property for
Items of type File. |
java.lang.String |
FILE_NAME
The "Name" property for
Items of type File. |
java.lang.String |
FILE_PATH
The "Path" property for
Items of type File. |
java.lang.String |
FILE_PROJECT_ID
The "Project ID" property for
Items of type File. |
java.lang.String |
FILE_PVCS_REVISION
The "PVCS Revision" property for
Items of type File. |
java.lang.String |
FILE_SIZE
The "Size" property for
Items of type File. |
java.lang.String |
FILE_STATUS
The "Status" property for
Items of type File. |
java.lang.String |
FILE_STORAGE_TYPE
The "Storage Type" property for
Items of type File. |
java.lang.String |
FILE_SYNC_CONTENT_VERSION
The "Sync Content Version" property for
Items of type File. |
java.lang.String |
FILE_SYNC_KNOWN
The "Sync Known" property for
Items of type File. |
java.lang.String |
FILE_SYNC_MD5
The "Sync MD5" property for
Items of type File. |
java.lang.String |
FILE_SYNC_OBJECT_VERSION
The "Sync Object Version" property for
Items of type File. |
java.lang.String |
FILE_SYNC_ON_ROOT_PATH
The "Sync On Root Path" property for
Items of type File. |
java.lang.String |
FILE_SYNC_PATH_VERSION
The "Sync Path Version" property for
Items of type File. |
java.lang.String |
FILE_SYNC_SIZE
The "Sync Size" property for
Items of type File. |
java.lang.String |
FILE_SYNC_TIME
The "Sync Time" property for
Items of type File. |
java.lang.String |
FILE_VAULT_BRANCH_VERSION
The "Vault Branch Version" property for
Items of type File. |
java.lang.String |
FILE_VIEW_VERSION
The "View Version" property for
Items of type File. |
java.lang.String |
FLAG
The generic Item property "Flag". |
java.lang.String |
FLAG_USER_LIST
The generic Item property "Flag User List". |
java.lang.String |
FOLDER_CREATE_PROJECT_ID
The "Creating Project" property for
Items of type Folder. |
java.lang.String |
FOLDER_DESCRIPTION
The "Description" property for
Items of type Folder. |
java.lang.String |
FOLDER_EXCLUDE_FLAGS
The "Exclude Flags" property for
Items of type Folder. |
java.lang.String |
FOLDER_EXCLUDE_SPEC
The "Exclude Spec" property for
Items of type Folder. |
java.lang.String |
FOLDER_NAME
The "Name" property for
Items of type Folder. |
java.lang.String |
FOLDER_PATH
The generic Item property "Folder Path". |
java.lang.String |
FOLDER_WORKING_FOLDER
The "Working Folder" property for
Items of type Folder. |
static java.lang.String |
ITEM_DELETED_TIME
The generic Item property "Item Deleted Time". |
static java.lang.String |
ITEM_DELETED_USER_ID
The generic Item property "Item Deleted By". |
java.lang.String |
LABEL_DESCRIPTION
The "Description" property for
Items of type Label. |
java.lang.String |
LABEL_FLAGS
The "Flags" property for
Items of type Label. |
java.lang.String |
LABEL_LABEL_TIME
The "Label Time" property for
Items of type Label. |
java.lang.String |
LABEL_MEMBER_ID
The "Member ID" property for
Items of type Label. |
java.lang.String |
LABEL_NAME
The "Name" property for
Items of type Label. |
java.lang.String |
LABEL_PROJECT_ID
The "Project ID" property for Labels. |
java.lang.String |
LABEL_VIEW_ID
The "View ID" property for Labels. |
java.lang.String |
MODIFIED_TIME
The generic Item property "Modified Time". |
java.lang.String |
MODIFIED_USER_ID
The generic Item property "Modified By". |
java.lang.String |
MY_LOCK
The generic Item property "My Lock". |
java.lang.String |
NON_EXCLUSIVE_LOCKERS
The generic Item property "Non-Exclusive Lockers". |
java.lang.String |
OBJECT_ID
The generic Item property "Object ID". |
java.lang.String |
PARENT_OBJECT_ID
The generic Item property "Parent ID". |
java.lang.String |
PARENT_REVISION
The generic Item property "Parent Branch Revision". |
java.lang.String |
PATH_REVISION
The generic Item property "Path Revision". |
java.lang.String |
PROJECT_ALTERNATE_CR_EDITOR_PATH
The "Alternate Task Editor Path" property for
Items of type Project. |
java.lang.String |
PROJECT_ALTERNATE_FILE_EDITOR_PATH
The "Alternate Task Editor Path" property for
Items of type Project. |
java.lang.String |
PROJECT_ALTERNATE_REQUIREMENT_EDITOR_PATH
The "Alternate Task Editor Path" property for
Items of type Project. |
java.lang.String |
PROJECT_ALTERNATE_TASK_EDITOR_PATH
The "Alternate Task Editor Path" property for
Items of type Project. |
java.lang.String |
PROJECT_ALTERNATE_TOPIC_EDITOR_PATH
The "Alternate Task Editor Path" property for
Items of type Project. |
java.lang.String |
PROJECT_COMPACTION
The "Compact Data" property for
Items of type Project. |
java.lang.String |
PROJECT_CONFIGSOURCE1
The "Config Source 1" property for
Items of type Project. |
java.lang.String |
PROJECT_CONFIGSOURCE2
The "Config Source 2" property for
Items of type Project. |
static java.lang.String |
PROJECT_DEFAULT_TYPES
The "Default Item Types" property for
Items of type Project. |
java.lang.String |
PROJECT_DEFAULT_VIEW_ID
The "Default View ID" property for
Items of type Project. |
java.lang.String |
PROJECT_DESCRIPTION
The "Description" property for
Items of type Project. |
java.lang.String |
PROJECT_DISPLAY_ALTERNATE_CR_EDITOR
The "Display Alternate Task Editor" property for
Items of type Project. |
java.lang.String |
PROJECT_DISPLAY_ALTERNATE_FILE_EDITOR
The "Display Alternate Task Editor" property for
Items of type Project. |
java.lang.String |
PROJECT_DISPLAY_ALTERNATE_REQUIREMENT_EDITOR
The "Display Alternate Task Editor" property for
Items of type Project. |
java.lang.String |
PROJECT_DISPLAY_ALTERNATE_TASK_EDITOR
The "Display Alternate Task Editor" property for
Items of type Project. |
java.lang.String |
PROJECT_DISPLAY_ALTERNATE_TOPIC_EDITOR
The "Display Alternate Task Editor" property for
Items of type Project. |
java.lang.String |
PROJECT_ENCRYPTION
The "Encryption Method" property for
Items of type Project. |
java.lang.String |
PROJECT_FORCE_CHECKIN_REASON
The "Force Checkin Reason" property for
Items of type Project. |
java.lang.String |
PROJECT_KEYWORD_EXTENSIONS
The "Keywords File Extensions" property for
Items of type Project. |
java.lang.String |
PROJECT_MAIL
The "Enable Mail" property for
Items of type Project. |
java.lang.String |
PROJECT_MARK_UNLOCKED_FILES_READ_ONLY
The "Mark Unlocked Files ReadOnly" property for
Items of type Project. |
java.lang.String |
PROJECT_NAME
The "Name" property for
Items of type Project. |
static java.lang.String |
PROJECT_PROCESS_LINKS
Determines whether process links in this project are linked directly to process items (the "legacy" process item model), or indirectly via a view-specific process task (the "enhanced" model). |
java.lang.String |
PROJECT_PROCESS_REQUIRED
The "Process Required" property for
Items of type Project. |
java.lang.String |
PROJECT_PROCESS_SELECT_CR
The "Process Select CR" property for
Items of type Project. |
java.lang.String |
PROJECT_PROCESS_SELECT_REQUIREMENT
The "Process Select Requirement" property for
Items of type Project. |
java.lang.String |
PROJECT_PROCESS_SELECT_TASK
The "Process Select Task" property for
Items of type Project. |
java.lang.String |
PROJECT_PROCESS_SHOW_CR_IN_PROGRESS
The "Process CR InProgress" property for
Items of type Project. |
java.lang.String |
PROJECT_PROCESS_SHOW_CR_OPEN
The "Process CR Open" property for
Items of type Project. |
java.lang.String |
PROJECT_PROCESS_SHOW_REQUIREMENT_APPROVED
The "Process Requirement Approved" property for
Items of type Project. |
java.lang.String |
PROJECT_PROCESS_SHOW_TASK_IN_PROGRESS
The "Process Task InProgress" property for
Items of type Project. |
java.lang.String |
PROJECT_PROCESS_SHOW_TASK_READY
The "Process Task Ready" property for
Items of type Project. |
java.lang.String |
PROJECT_REQUIRE_LOCK_FOR_CHECKIN
The "Require Lock For Checkin" property for
Items of type Project. |
java.lang.String |
PROJECT_TYPE
The "Project Type" property for
Items of type Project. |
java.lang.String |
PROJECT_USE_KEYWORDS
The "Use Keywords" property for
Items of type Project. |
java.lang.String |
PROMOTIONMODEL_DESCRIPTION
The "Description" property for
Items of type PromotionModel. |
java.lang.String |
PROMOTIONMODEL_NAME
The "Name" property for
Items of type PromotionModel. |
java.lang.String |
PROMOTIONMODEL_STATE_COUNT
The "State Count" property for
Items of type PromotionModel. |
java.lang.String |
PROMOTIONMODEL_STATE_IDS
The "State IDs" property for
Items of type PromotionModel. |
java.lang.String |
PROMOTIONSTATE_DESCRIPTION
The "Description" property for
Items of type PromotionState. |
java.lang.String |
PROMOTIONSTATE_LABEL_ID
The "Label ID" property for
Items of type PromotionState. |
java.lang.String |
PROMOTIONSTATE_NAME
The "Name" property for
Items of type PromotionState. |
java.lang.String |
READ_ONLY
The generic Item property "Read Only". |
java.lang.String |
READ_STATUS
The generic Item property "Read Status". |
java.lang.String |
READ_STATUS_USER_LIST
The generic Item property "Read Status User List". |
java.lang.String |
RECIPIENT_COUNT
The generic Item property "Recipient Count". |
java.lang.String |
RECIPIENT_IDS
The generic Item property "Recipient IDs". |
java.lang.String |
RECIPIENT_NAMES
The generic Item property "Recipient Names". |
java.lang.String |
REF_CREATED_TIME
The "Created Time" property for
an ItemReference. |
java.lang.String |
REF_CREATED_USER_ID
The "Created User ID" property for
an ItemReference. |
java.lang.String |
REF_DELETED_TIME
The "Deleted Time" property for
an ItemReference. |
java.lang.String |
REF_DELETED_USER_ID
The "Deleted User ID" property for
an ItemReference. |
java.lang.String |
REF_DERIVED_COUNT
The "Derived Count" property for
an ItemReference. |
java.lang.String |
REF_END_MODIFIED_TIME
The "End Modified Time" property for
an ItemReference. |
java.lang.String |
REF_FLAGS
The "Flags" property for
an ItemReference. |
java.lang.String |
REF_FOLDER_ITEM_ID
The "Folder Item ID" property for
an ItemReference. |
java.lang.String |
REF_FOLDER_PATH
The "Folder Path" property for
an ItemReference. |
java.lang.String |
REF_ITEM_ID
The "Item ID" property for
an ItemReference. |
java.lang.String |
REF_ITEM_OBJECT_ID
The "Item Object ID" property for
an ItemReference. |
java.lang.String |
REF_ITEM_REVISION
The "Item Revision" property for
an ItemReference. |
java.lang.String |
REF_MODIFIED_TIME
The "Modified Time" property for
an ItemReference. |
java.lang.String |
REF_MODIFIED_USER_ID
The "Modified User ID" property for
an ItemReference. |
java.lang.String |
REF_PROJECT_ID
The "Project ID" property for
an ItemReference. |
java.lang.String |
REF_PROJECT_NAME
The "Project Name" property for
an ItemReference. |
java.lang.String |
REF_VIEW_ID
The "View ID" property for
an ItemReference. |
java.lang.String |
REF_VIEW_PATH
The "View Path" property for
an ItemReference. |
static java.lang.String |
REQ_PARENT_OBJECTID
The "ParentRequirementID" property for
a Requirement. |
static java.lang.String |
REQ_STATUS
The "Status" property for a Requirement. |
java.lang.String |
REV_BRANCH_FLAG
The "BranchFlag" property for
an ItemRevision. |
java.lang.String |
REV_BRANCH_STATE
The "BranchState" property for
an ItemRevision. |
java.lang.String |
REV_LOCATION_ITEM_ID
The "LocationItemID" property for
an ItemRevision. |
java.lang.String |
REV_OBJECT_ID
The "ObjectID" property for
an ItemRevision. |
java.lang.String |
REV_OBJECT_TIME
The "ObjectTime" property for
an ItemRevision. |
java.lang.String |
REV_PARENT_ITEM_ID
The "ParentItemID" property for
an ItemRevision. |
java.lang.String |
REV_PROJECT_ID
The "ProjectID" property for
an ItemRevision. |
java.lang.String |
REV_TIME
The "Time" property for
an ItemRevision. |
java.lang.String |
REV_USER_ID
The "UserID" property for
an ItemRevision. |
java.lang.String |
REV_VIEW_ID
The "ViewID" property for
an ItemRevision. |
java.lang.String |
REVISION_FLAGS
The generic Item property "Revision Flags". |
java.lang.String |
REVISION_NUMBER
The generic Item property "Version". |
java.lang.String |
ROOT_OBJECT_ID
The generic Item property "Root Object ID". |
java.lang.String |
SHARE_STATE
The generic Item property "Share State". |
java.lang.String |
SHORT_COMMENT
The generic Item property "Short Comment". |
java.lang.String |
TASK_ACTUAL_FINISH
The "Actual Finish" property for
Items of type Task. |
java.lang.String |
TASK_ACTUAL_HOURS
The "Actual Hours" property for
Items of type Task. |
java.lang.String |
TASK_ACTUAL_START
The "Actual Start" property for
Items of type Task. |
java.lang.String |
TASK_ATTENTION_NOTES
The "Attention Notes" property for
Items of type Task. |
java.lang.String |
TASK_CHILDREN_COUNT
The "Children Count" property for
Items of type Task. |
java.lang.String |
TASK_CONSTRAINT_DATE
The "Constraint Date" property for
Items of type Task. |
java.lang.String |
TASK_CONSTRAINT_TYPE
The "Constraint Type" property for
Items of type Task. |
java.lang.String |
TASK_DURATION
The "Task Duration" property for
Items of type Task. |
java.lang.String |
TASK_ESTIMATED_FINISH
The "Estimated Finish" property for
Items of type Task. |
java.lang.String |
TASK_ESTIMATED_FINISH_VARIANCE
The "Estimated Finish Variance" property for
Items of type Task. |
java.lang.String |
TASK_ESTIMATED_HOURS
The "Estimated Hours" property for
Items of type Task. |
java.lang.String |
TASK_ESTIMATED_HOURS_VARIANCE
The "Estimated Hours Variance" property for
Items of type Task. |
java.lang.String |
TASK_ESTIMATED_START
The "Estimated Start" property for
Items of type Task. |
java.lang.String |
TASK_ESTIMATED_START_VARIANCE
The "Estimated Start Variance" property for
Items of type Task. |
java.lang.String |
TASK_GUID
The "MS Task GUID" property for
Items of type Task. |
java.lang.String |
TASK_IS_MY_TASK
The "Is My Task" property for
Items of type Task. |
java.lang.String |
TASK_IS_REPLICATED
The "Is Replicated" property for
Items of type Task. |
java.lang.String |
TASK_MILESTONE
The "Milestone" property for
Items of type Task. |
java.lang.String |
TASK_MSPROJECT_FILENAME
The "MS Project File Name" property for
Items of type Task. |
java.lang.String |
TASK_MSPROJECT_LAST_UPDATE
The "Last MS Project Update" property for
Items of type Task. |
java.lang.String |
TASK_NAME
The "Task Name" property for
Items of type Task. |
java.lang.String |
TASK_NEEDS_ATTENTION
The "Needs Attention" property for
Items of type Task. |
java.lang.String |
TASK_NOTES
The "Notes" property for
Items of type Task. |
java.lang.String |
TASK_NUMBER
The "Task Number" property for
Items of type Task. |
java.lang.String |
TASK_ORIGIN
The "Task Origin" property for
Items of type Task. |
java.lang.String |
TASK_PARENT_ID
The "Parent Task ID" property for
Items of type Task. |
java.lang.String |
TASK_PERCENT_COMPLETE
The "Percent Complete" property for
Items of type Task. |
java.lang.String |
TASK_PRIORITY
The "Priority" property for
Items of type Task. |
java.lang.String |
TASK_RESOURCE_COUNT
The "Resource Count" property for
Items of type Task. |
java.lang.String |
TASK_RESOURCE_IDS
The "Resource IDs" property for
Items of type Task. |
java.lang.String |
TASK_RESOURCE_NAMES
The "Resource Names" property for
Items of type Task. |
java.lang.String |
TASK_RESPONSIBILITY
The "Responsibility" property for
Items of type Task. |
java.lang.String |
TASK_STATUS
The "Status" property for
Items of type Task. |
java.lang.String |
TASK_TYPE
The "Task Type" property for
Items of type Task. |
java.lang.String |
TASK_UNIQUE_ID
The "MS Task Unique ID" property for
Items of type Task. |
static java.lang.String |
TASK_USAGE
The Usage property for items of type Task. |
static java.lang.String |
TASK_USAGE_90
A custom property that is the functional equivalent of TASK_USAGE for StarTeam 9.0 servers and earlier. |
java.lang.String |
TASK_WBS_CODE
The "MS WBS Code" property for
Items of type Task. |
java.lang.String |
TASK_WORK_DEPENDENCY_LAST_UPDATE
The "Last Work/Dependency Update" property for
Items of type Task. |
java.lang.String |
TASK_WORKRECORD_COUNT
The "Work Record Count" property for
Items of type Task. |
java.lang.String |
TASKDEPENDENCY_LAG_TIME
The "Lag Time" property for
Items of type TaskDependency. |
java.lang.String |
TASKDEPENDENCY_PREDECESSOR_ID
The "Predecessor ID" property for
Items of type TaskDependency. |
java.lang.String |
TASKDEPENDENCY_TASK_ID
The "Task ID" property for
Items of type TaskDependency. |
java.lang.String |
TASKDEPENDENCY_TYPE
The "Predecessor Type" property for
Items of type TaskDependency. |
java.lang.String |
TOPIC_CHILDREN_COUNT
The "Children Count" property for
Items of type Topic. |
java.lang.String |
TOPIC_DESCRIPTION
The "Content" property for
Items of type Topic. |
java.lang.String |
TOPIC_NUMBER
The "Topic Number" property for
Items of type Topic. |
java.lang.String |
TOPIC_PARENT
The "Parent Topic ID" property for
Items of type Topic. |
java.lang.String |
TOPIC_PRIORITY
The "Priority" property for
Items of type Topic. |
java.lang.String |
TOPIC_STATUS
The "Status" property for
Items of type Topic. |
java.lang.String |
TOPIC_TITLE
The "Title" property for
Items of type Topic. |
java.lang.String |
TOPIC_TYPE
The "Type" property for
Items of type Topic. |
java.lang.String |
USER_ADDRESS
The "Address" property for
Items of type User. |
java.lang.String |
USER_EMAIL_ADDRESS
The "E-mail address" property for
Items of type User. |
java.lang.String |
USER_FAX
The "Fax" property for
Items of type User. |
java.lang.String |
USER_FULL_NAME
The "Full Name" property for
Items of type User. |
java.lang.String |
USER_PAGER
The "Pager" property for
Items of type User. |
java.lang.String |
USER_PHONE
The "Phone" property for
Items of type User. |
java.lang.String |
USER_VOICE_MAIL
The "VoiceMail" property for
Items of type User. |
java.lang.String |
VIEW_BASECONFIG_DATA
The "BaseConfigData" property for
Items of type View. |
java.lang.String |
VIEW_BASECONFIG_TYPE
The "BaseConfigType" property for
Items of type View. |
java.lang.String |
VIEW_DELETE_COMPLETE
The "DeleteComplete" property for
Items of type View. |
java.lang.String |
VIEW_DESCRIPTION
The "Description" property for
Items of type View. |
java.lang.String |
VIEW_FLAGS
The "Flags" property for
Items of type View. |
java.lang.String |
VIEW_ID
The generic Item property "View". |
java.lang.String |
VIEW_NAME
The "Name" property for
Items of type View. |
java.lang.String |
VIEW_PARENT_VIEW_ID
The "ParentViewID" property for
Items of type View. |
java.lang.String |
VIEW_PROJECT_ID
The "ProjectID" property for
Items of type View. |
java.lang.String |
VIEW_PROMOTION_ID
The "PromotionID" property for
Items of type View. |
java.lang.String |
VIEW_ROOT_MEMBER_ID
The "RootMemberID" property for
Items of type View. |
java.lang.String |
VIEW_SHARE_FLAGS
The "ShareFlags" property for
Items of type View. |
java.lang.String |
VIEW_WORKING_FOLDER
The "WorkingFolder" property for
Items of type View. |
java.lang.String |
WORKRECORD_COMMENT
The "Comment" property for
Items of type WorkRecord. |
java.lang.String |
WORKRECORD_DATE
The "Work Date" property for
Items of type WorkRecord. |
java.lang.String |
WORKRECORD_HOURS
The "Hours" property for
Items of type WorkRecord. |
java.lang.String |
WORKRECORD_REMAINING_HOURS
The "Remaining Hours" property for
Items of type WorkRecord. |
java.lang.String |
WORKRECORD_TASK_ID
The "Task ID" property for
Items of type WorkRecord. |
java.lang.String |
WORKRECORD_USER_ID
The "User ID" property for
Items of type WorkRecord. |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public final java.lang.String OBJECT_ID
"Object ID".
Values of this property are of type Property.Types.INT32.
Property.Types.INT32,
Constant Field Valuespublic final java.lang.String CREATED_TIME
"Created Time".
Values of this property are of type Property.Types.TIME.
Property.Types.TIME,
Constant Field Valuespublic final java.lang.String CREATED_USER_ID
"Created By".
Values of this property are of type Property.Types.USER_ID.
Property.Types.USER_ID,
Constant Field Valuespublic final java.lang.String DELETED_TIME
"Deleted Time".
Values of this property are of type Property.Types.TIME.
Property.Types.TIME,
Constant Field Valuespublic final java.lang.String DELETED_USER_ID
"Deleted By".
Values of this property are of type Property.Types.USER_ID.
Property.Types.USER_ID,
Constant Field Valuespublic static final java.lang.String ITEM_DELETED_TIME
"Item Deleted Time".
Values of this property are of type Property.Types.TIME.
For deleted items, this indicates the time at which the item was deleted.
This property was introduced in StarTeam 9.0.
Property.Types.TIME,
SupportedFeatures.hasDeletedItems(),
Item.getDeletedTime(),
Constant Field Valuespublic static final java.lang.String ITEM_DELETED_USER_ID
"Item Deleted By".
Values of this property are of type Property.Types.USER_ID.
For deleted items, this indicates the user who deleted the item.
This property was introduced in StarTeam 9.0.
Property.Types.USER_ID,
SupportedFeatures.hasDeletedItems(),
Item.getDeletedUserID(),
Constant Field Valuespublic final java.lang.String MODIFIED_TIME
"Modified Time".
Values of this property are of type Property.Types.TIME.
Property.Types.TIME,
Constant Field Valuespublic final java.lang.String END_MODIFIED_TIME
"End Modified Time".
Values of this property are of type Property.Types.TIME.
Property.Types.TIME,
Constant Field Valuespublic final java.lang.String MODIFIED_USER_ID
"Modified By".
Values of this property are of type Property.Types.USER_ID.
Property.Types.USER_ID,
Constant Field Valuespublic final java.lang.String REVISION_NUMBER
"Version".
Values of this property are of type Property.Types.INT32.
Property.Types.INT32,
Constant Field Valuespublic final java.lang.String COMMENT_ID
"Comment ID".
Values of this property are of type Property.Types.COMMENT_ID.
Property.Types.COMMENT_ID,
Constant Field Valuespublic final java.lang.String COMMENT
"Comment".
Values of this property are of type Property.Types.TEXT.
Property.Types.TEXT,
Constant Field Valuespublic final java.lang.String SHORT_COMMENT
"Short Comment".
Values of this property are of type Property.Types.TEXT.
Property.Types.TEXT,
Constant Field Valuespublic final java.lang.String ROOT_OBJECT_ID
"Root Object ID".
Values of this property are of type Property.Types.INT32.
Property.Types.INT32,
Constant Field Valuespublic final java.lang.String PARENT_OBJECT_ID
"Parent ID".
Values of this property are of type Property.Types.INT32.
Property.Types.INT32,
Constant Field Valuespublic final java.lang.String PARENT_REVISION
"Parent Branch Revision".
Values of this property are of type Property.Types.INT32.
Property.Types.INT32,
Constant Field Valuespublic final java.lang.String PATH_REVISION
"Path Revision".
Values of this property are of type Property.Types.INT32.
Property.Types.INT32,
Constant Field Valuespublic final java.lang.String REVISION_FLAGS
"Revision Flags".
Values of this property are of type Property.Types.INT32.
Property.Types.INT32,
Constant Field Valuespublic final java.lang.String VIEW_ID
"View".
Values of this property are of type Property.Types.VIEW_ID.
Property.Types.VIEW_ID,
Constant Field Valuespublic final java.lang.String DOTNOTATION_ID
"Dot Notation ID".
Values of this property are of type Property.Types.INT32.
Property.Types.INT32,
Constant Field Valuespublic final java.lang.String DOTNOTATION
"Dot Notation".
Values of this property are of type Property.Types.TEXT.
Property.Types.TEXT,
Constant Field Valuespublic final java.lang.String CONFIGURATION_TIME
"Configuration Time".
Values of this property are of type Property.Types.TIME.
Property.Types.TIME,
Constant Field Valuespublic final java.lang.String BRANCH_ON_CHANGE
"Branch On Change".
Values of this property are of type Property.Types.ENUMERATED.
Property.Types.ENUMERATED,
Constant Field Valuespublic final java.lang.String BRANCH_STATE
"Branch State".
Values of this property are of type Property.Types.ENUMERATED.
Property.Types.ENUMERATED,
Constant Field Valuespublic final java.lang.String EXCLUSIVE_LOCKER
"Locked By".
Values of this property are of type Property.Types.OBJECT_ID.
Property.Types.OBJECT_ID,
Constant Field Valuespublic final java.lang.String FOLDER_PATH
"Folder Path".
Values of this property are of type Property.Types.TEXT.
Property.Types.TEXT,
Constant Field Valuespublic final java.lang.String NON_EXCLUSIVE_LOCKERS
"Non-Exclusive Lockers".
Values of this property are of type Property.Types.TEXT.
Property.Types.TEXT,
Constant Field Valuespublic final java.lang.String MY_LOCK
"My Lock".
Values of this property are of type Property.Types.ENUMERATED.
Property.Types.ENUMERATED,
Constant Field Valuespublic final java.lang.String READ_ONLY
"Read Only".
Values of this property are of type Property.Types.ENUMERATED.
Property.Types.ENUMERATED,
Constant Field Valuespublic final java.lang.String FLAG
"Flag".
Values of this property are of type Property.Types.ENUMERATED.
Property.Types.ENUMERATED,
Constant Field Valuespublic final java.lang.String FLAG_USER_LIST
"Flag User List".
Values of this property are of type Property.Types.IDARRAY.
Property.Types.IDARRAY,
Constant Field Valuespublic final java.lang.String SHARE_STATE
"Share State".
Values of this property are of type Property.Types.ENUMERATED.
Property.Types.ENUMERATED,
Constant Field Valuespublic final java.lang.String ATTACHMENT_COUNT
"Attachment Count".
Values of this property are of type Property.Types.INT32.
Property.Types.INT32,
Constant Field Valuespublic final java.lang.String ATTACHMENT_IDS
"Attachment IDs".
As of StarTeam 5.0, values of this property are of type Property.Types.IDARRAY.
Prior to that, values of this property are of type Property.Types.BINARY.
Property.Types.IDARRAY,
Property.Types.BINARY,
Constant Field Valuespublic final java.lang.String ATTACHMENT_NAMES
"Attachment Names".
Values of this property are of type Property.Types.TEXT.
Property.Types.TEXT,
Constant Field Valuespublic final java.lang.String RECIPIENT_COUNT
"Recipient Count".
Values of this property are of type Property.Types.INT32.
Property.Types.INT32,
Constant Field Valuespublic final java.lang.String RECIPIENT_IDS
"Recipient IDs".
As of StarTeam 5.0, values of this property are of type Property.Types.IDARRAY.
Prior to that, values of this property are of type Property.Types.BINARY.
Property.Types.IDARRAY,
Property.Types.BINARY,
Constant Field Valuespublic final java.lang.String RECIPIENT_NAMES
"Recipient Names".
Values of this property are of type Property.Types.TEXT.
Property.Types.TEXT,
Constant Field Valuespublic final java.lang.String AM_I_RECIPIENT
"Am I Recipient".
Values of this property are of type Property.Types.ENUMERATED.
Property.Types.ENUMERATED,
Constant Field Valuespublic final java.lang.String READ_STATUS
"Read Status".
Values of this property are of type Property.Types.ENUMERATED.
Property.Types.ENUMERATED,
Constant Field Valuespublic final java.lang.String READ_STATUS_USER_LIST
"Read Status User List".
Values of this property are of type Property.Types.IDARRAY.
Property.Types.IDARRAY,
Constant Field Valuespublic final java.lang.String AUDIT_FOLDER_VMID
"Folder VMID" property for
Items of type Audit.
Values of this property are of type Property.Types.INT32.
Property.Types.INT32,
Constant Field Valuespublic final java.lang.String AUDIT_CLASS_ID
"Class ID" property for
Items of type Audit.
Values of this property are of type Property.Types.INT32.
Property.Types.INT32,
Constant Field Valuespublic final java.lang.String AUDIT_EVENT_ID
"Event" property for
Items of type Audit.
Values of this property are of type Property.Types.ENUMERATED.
Property.Types.ENUMERATED,
Constant Field Valuespublic final java.lang.String AUDIT_PROJECT_ID
"Project" property for
Items of type Audit.
Values of this property are of type Property.Types.OBJECT_ID.
Property.Types.OBJECT_ID,
Constant Field Valuespublic final java.lang.String AUDIT_OBJECT_ID
"Item Object ID" property for
Items of type Audit.
Values of this property are of type Property.Types.INT32.
Property.Types.INT32,
Constant Field Valuespublic final java.lang.String AUDIT_USER_ID
"User" property for
Items of type Audit.
Values of this property are of type Property.Types.USER_ID.
Property.Types.USER_ID,
Constant Field Valuespublic final java.lang.String AUDIT_DESCRIPTOR
"Descriptor" property for
Items of type Audit.
Values of this property are of type Property.Types.TEXT.
The value return is the primary descriptor of the audited item.
Property.Types.TEXT,
Constant Field Valuespublic final java.lang.String AUDIT_CLASS_NAME
"Class Name" property for
Items of type Audit.
Values of this property are of type Property.Types.TEXT.
The valued return is the type name of the audited item.
Property.Types.TEXT,
Constant Field Valuespublic final java.lang.String AUDIT_DESCRIPTOR2
"Descriptor2" property for
Items of type Audit.
Values of this property are of type Property.Types.TEXT.
The value return is the primary descriptor of the audited item.
Property.Types.TEXT,
Constant Field Valuespublic final java.lang.String AUDIT_CLASS2_NAME
"Class Name2" property for
Items of type Audit.
Values of this property are of type Property.Types.TEXT.
The valued return is the type name of the audited item.
Property.Types.TEXT,
Constant Field Valuespublic final java.lang.String AUDIT_DESCRIPTOR3
"Descriptor3" property for
Items of type Audit.
Values of this property are of type Property.Types.TEXT.
The value return is the primary descriptor of the audited item.
Property.Types.TEXT,
Constant Field Valuespublic final java.lang.String AUDIT_CLASS3_NAME
"Class Name3" property for
Items of type Audit.
Values of this property are of type Property.Types.TEXT.
The valued return is the type name of the audited item.
Property.Types.TEXT,
Constant Field Valuespublic final java.lang.String AUDIT_FOLDER
"Folder" property for
Items of type Audit.
Values of this property are of type Property.Types.TEXT.
The valued return is the name of the folder containing the audit entry.
Property.Types.TEXT,
Constant Field Valuespublic final java.lang.String CR_SYNOPSIS
"Synopsis" property for
Items of type ChangeRequest.
Values of this property are of type Property.Types.TEXT.
Property.Types.TEXT,
Constant Field Valuespublic final java.lang.String CR_TYPE
"Type" property for
Items of type ChangeRequest.
Values of this property are of type Property.Types.ENUMERATED.
Property.Types.ENUMERATED,
Constant Field Valuespublic final java.lang.String CR_STATUS
"Status" property for
Items of type ChangeRequest.
Values of this property are of type Property.Types.ENUMERATED.
Property.Types.ENUMERATED,
Constant Field Valuespublic final java.lang.String CR_SEVERITY
"Severity" property for
Items of type ChangeRequest.
Values of this property are of type Property.Types.ENUMERATED.
Property.Types.ENUMERATED,
Constant Field Valuespublic final java.lang.String CR_PLATFORM
"Platform" property for
Items of type ChangeRequest.
Values of this property are of type Property.Types.ENUMERATED.
Property.Types.ENUMERATED,
Constant Field Valuespublic final java.lang.String CR_CATEGORY
"Category" property for
Items of type ChangeRequest.
Values of this property are of type Property.Types.TEXT.
Property.Types.TEXT,
Constant Field Valuespublic final java.lang.String CR_COMPONENT
"Component" property for
Items of type ChangeRequest.
Values of this property are of type Property.Types.TEXT.
Property.Types.TEXT,
Constant Field Valuespublic final java.lang.String CR_EXTERNAL_REFERENCE
"External Reference" property for
Items of type ChangeRequest.
Values of this property are of type Property.Types.TEXT.
Property.Types.TEXT,
Constant Field Valuespublic final java.lang.String CR_ADDRESSED_IN
"Addressed In" property for
Items of type ChangeRequest.
Values of this property are of type Property.Types.OBJECT_ID.
Property.Types.OBJECT_ID,
Constant Field Valuespublic final java.lang.String CR_ADDRESSED_BY
"Addressed By" property for
Items of type ChangeRequest.
Values of this property are of type Property.Types.USER_ID.
Property.Types.USER_ID,
Constant Field Valuespublic final java.lang.String CR_ENTERED_BY
"Entered By" property for
Items of type ChangeRequest.
Values of this property are of type Property.Types.USER_ID.
Property.Types.USER_ID,
Constant Field Valuespublic final java.lang.String CR_ENTERED_ON
"Entered On" property for
Items of type ChangeRequest.
Values of this property are of type Property.Types.TIME.
Property.Types.TIME,
Constant Field Valuespublic final java.lang.String CR_LAST_BUILD_TESTED
"Last Build Tested" property for
Items of type ChangeRequest.
Values of this property are of type Property.Types.OBJECT_ID.
Property.Types.OBJECT_ID,
Constant Field Valuespublic final java.lang.String CR_RESPONSIBILITY
"Responsibility" property for
Items of type ChangeRequest.
Values of this property are of type Property.Types.USER_ID.
Property.Types.USER_ID,
Constant Field Valuespublic final java.lang.String CR_PRIORITY
"Priority" property for
Items of type ChangeRequest.
Values of this property are of type Property.Types.ENUMERATED.
Property.Types.ENUMERATED,
Constant Field Valuespublic final java.lang.String CR_DESCRIPTION
"Description" property for
Items of type ChangeRequest.
Values of this property are of type Property.Types.TEXT.
Property.Types.TEXT,
Constant Field Valuespublic final java.lang.String CR_TEST_COMMAND
"Test Command" property for
Items of type ChangeRequest.
Values of this property are of type Property.Types.TEXT.
Property.Types.TEXT,
Constant Field Valuespublic final java.lang.String CR_WORK_AROUND
"Work Around" property for
Items of type ChangeRequest.
Values of this property are of type Property.Types.TEXT.
Property.Types.TEXT,
Constant Field Valuespublic final java.lang.String CR_FIX
"Fix" property for
Items of type ChangeRequest.
Values of this property are of type Property.Types.TEXT.
Property.Types.TEXT,
Constant Field Valuespublic final java.lang.String CR_CHANGE_NUMBER
"CR Number" property for
Items of type ChangeRequest.
Values of this property are of type Property.Types.INT32.
Property.Types.INT32,
Constant Field Valuespublic final java.lang.String CR_CLOSED_ON
"Closed On" property for
Items of type ChangeRequest.
Values of this property are of type Property.Types.TIME.
Property.Types.TIME,
Constant Field Valuespublic final java.lang.String CR_RESOLVED_ON
"Resolved On" property for
Items of type ChangeRequest.
Values of this property are of type Property.Types.TIME.
Property.Types.TIME,
Constant Field Valuespublic final java.lang.String CR_VERIFIED_ON
"Verified On" property for
Items of type ChangeRequest.
Values of this property are of type Property.Types.TIME.
Property.Types.TIME,
Constant Field Valuespublic final java.lang.String CR_ADDRESSED_IN_VIEW
"Addressed In View" property for
Items of type ChangeRequest.
Values of this property are of type Property.Types.VIEW_ID.
Property.Types.VIEW_ID,
Constant Field Valuespublic final java.lang.String CR_FOLDER
"Folder" property for
Items of type ChangeRequest.
Values of this property are of type Property.Types.TEXT.
The value return is the name of the folder containing the audit entry.
Property.Types.TEXT,
Constant Field Valuespublic final java.lang.String FILE_DESCRIPTION
"Description" property for
Items of type File.
Values of this property are of type Property.Types.TEXT.
Property.Types.TEXT,
Constant Field Valuespublic final java.lang.String FILE_ARCHIVE_PATH
"Archive Path" property for
Items of type File.
Values of this property are of type Property.Types.TEXT.
Property.Types.TEXT,
Constant Field Valuespublic final java.lang.String FILE_ARCHIVE_TYPE
"Archive Type" property for
Items of type File.
Values of this property are of type Property.Types.ENUMERATED.
Property.Types.ENUMERATED,
Constant Field Valuespublic final java.lang.String FILE_ARCHIVE_FORMAT
"Archive Format" property for
Items of type File.
Values of this property are of type Property.Types.ENUMERATED.
Property.Types.ENUMERATED,
SupportedFeatures.hasNativeIIVault(),
Constant Field Valuespublic final java.lang.String FILE_ARCHIVE_NAME
"Archive Name" property for
Items of type File.
Values of this property are of type Property.Types.TEXT.
SupportedFeatures.hasNativeIIVault(),
Constant Field Valuespublic final java.lang.String FILE_HIVE_ID
"Hive ID" property for
Items of type File.
Values of this property are of type Property.Types.INT32.
SupportedFeatures.hasNativeIIVault(),
Property.Types.INT32,
Constant Field Valuespublic final java.lang.String FILE_COMPRESSION_LEVEL
"Compression Level" property for
Items of type File.
Values of this property are of type Property.Types.ENUMERATED.
Property.Types.ENUMERATED,
Constant Field Valuespublic final java.lang.String FILE_CONTENT_REVISION
"Content Revision" property for
Items of type File.
Values of this property are of type Property.Types.INT32.
Property.Types.INT32,
Constant Field Valuespublic final java.lang.String FILE_EOL_CHARACTER
"EOL Character" property for
Items of type File.
Values of this property are of type Property.Types.INT32.
Property.Types.INT32,
Constant Field Valuespublic final java.lang.String FILE_FILE_TIME_AT_CHECKIN
"File Time Stamp at Check-In" property for
Items of type File.
Values of this property are of type Property.Types.TIME.
Property.Types.TIME,
Constant Field Valuespublic final java.lang.String FILE_ENCODING
"File Type" property for
Items of type File.
Values of this property are of type Property.Types.ENUMERATED.
Property.Types.ENUMERATED,
Constant Field Valuespublic final java.lang.String FILE_MD5_CHECKSUM
"MD5 Checksum" property for
Items of type File.
Values of this property are of type Property.Types.BINARY.
Property.Types.BINARY,
Constant Field Valuespublic final java.lang.String FILE_NAME
"Name" property for
Items of type File.
Values of this property are of type Property.Types.TEXT.
Property.Types.TEXT,
Constant Field Valuespublic final java.lang.String FILE_PROJECT_ID
"Project ID" property for
Items of type File.
Values of this property are of type Property.Types.INT32.
Property.Types.INT32,
Constant Field Valuespublic final java.lang.String FILE_PVCS_REVISION
"PVCS Revision" property for
Items of type File.
Values of this property are of type Property.Types.TEXT.
Property.Types.TEXT,
Constant Field Valuespublic final java.lang.String FILE_SIZE
"Size" property for
Items of type File.
Values of this property are of type Property.Types.INT32.
Property.Types.INT32,
Constant Field Valuespublic final java.lang.String FILE_STORAGE_TYPE
"Storage Type" property for
Items of type File.
Values of this property are of type Property.Types.ENUMERATED.
Property.Types.ENUMERATED,
Constant Field Valuespublic final java.lang.String FILE_VAULT_BRANCH_VERSION
"Vault Branch Version" property for
Items of type File.
Values of this property are of type Property.Types.INT32.
Property.Types.INT32,
Constant Field Valuespublic final java.lang.String FILE_EXECUTABLE
"Executable" property for
Items of type File.
Values of this property are of type Property.Types.ENUMERATED.
Property.Types.ENUMERATED,
Constant Field Valuespublic final java.lang.String FILE_EXTENSION
"Extension" property for
Items of type File.
Values of this property are of type Property.Types.TEXT.
Property.Types.TEXT,
Constant Field Valuespublic final java.lang.String FILE_FOLDER
"Folder" property for
Items of type File.
Values of this property are of type Property.Types.TEXT.
Property.Types.TEXT,
Constant Field Valuespublic final java.lang.String FILE_PATH
"Path" property for
Items of type File.
Values of this property are of type Property.Types.TEXT.
Property.Types.TEXT,
Constant Field Valuespublic final java.lang.String FILE_SYNC_MD5
"Sync MD5" property for
Items of type File.
Values of this property are of type Property.Types.BINARY.
Property.Types.BINARY,
Constant Field Valuespublic final java.lang.String FILE_SYNC_TIME
"Sync Time" property for
Items of type File.
Values of this property are of type Property.Types.TIME.
Property.Types.TIME,
Constant Field Valuespublic final java.lang.String FILE_LOCAL_TIMESTAMP
"Local Timestamp" property for
Items of type File.
Values of this property are of type Property.Types.TIME.
Property.Types.TIME,
Constant Field Valuespublic final java.lang.String FILE_STATUS
"Status" property for
Items of type File.
Values of this property are of type Property.Types.ENUMERATED.
Property.Types.ENUMERATED,
Constant Field Valuespublic final java.lang.String FILE_LOCAL_FILE_EXISTS
"Local File Exists" property for
Items of type File.
Values of this property are of type Property.Types.ENUMERATED.
Property.Types.ENUMERATED,
Constant Field Valuespublic final java.lang.String FILE_SYNC_KNOWN
"Sync Known" property for
Items of type File.
Values of this property are of type Property.Types.ENUMERATED.
Property.Types.ENUMERATED,
Constant Field Valuespublic final java.lang.String FILE_SYNC_ON_ROOT_PATH
"Sync On Root Path" property for
Items of type File.
Values of this property are of type Property.Types.ENUMERATED.
Property.Types.ENUMERATED,
Constant Field Valuespublic final java.lang.String FILE_LOCAL_SIZE
"Local Size" property for
Items of type File.
Values of this property are of type Property.Types.INT32.
Property.Types.INT32,
Constant Field Valuespublic final java.lang.String FILE_VIEW_VERSION
"View Version" property for
Items of type File.
Values of this property are of type Property.Types.INT32.
Property.Types.INT32,
Constant Field Valuespublic final java.lang.String FILE_SYNC_PATH_VERSION
"Sync Path Version" property for
Items of type File.
Values of this property are of type Property.Types.INT32.
Property.Types.INT32,
Constant Field Valuespublic final java.lang.String FILE_SYNC_SIZE
"Sync Size" property for
Items of type File.
Values of this property are of type Property.Types.INT32.
Property.Types.INT32,
Constant Field Valuespublic final java.lang.String FILE_SYNC_CONTENT_VERSION
"Sync Content Version" property for
Items of type File.
Values of this property are of type Property.Types.INT32.
Property.Types.INT32,
Constant Field Valuespublic final java.lang.String FILE_SYNC_OBJECT_VERSION
"Sync Object Version" property for
Items of type File.
Values of this property are of type Property.Types.INT32.
Property.Types.INT32,
Constant Field Valuespublic final java.lang.String FILE_LOCAL_EXECUTABLE
"Working File Executable" property for
Items of type File.
Values of this property are of type Property.Types.ENUMERATED.
Property.Types.ENUMERATED,
Constant Field Valuespublic final java.lang.String FILE_LOCAL_NAME
"Local Name" property for
Items of type File.
Values of this property are of type Property.Types.TEXT.
Property.Types.TEXT,
Constant Field Valuespublic final java.lang.String FILE_LOCAL_PATH
"Local Path" property for
Items of type File.
Values of this property are of type Property.Types.TEXT.
Property.Types.TEXT,
Constant Field Valuespublic final java.lang.String FOLDER_NAME
"Name" property for
Items of type Folder.
Values of this property are of type Property.Types.TEXT.
Property.Types.TEXT,
Constant Field Valuespublic final java.lang.String FOLDER_DESCRIPTION
"Description" property for
Items of type Folder.
Values of this property are of type Property.Types.TEXT.
Property.Types.TEXT,
Constant Field Valuespublic final java.lang.String FOLDER_WORKING_FOLDER
"Working Folder" property for
Items of type Folder.
Values of this property are of type Property.Types.TEXT.
Property.Types.TEXT,
Constant Field Valuespublic final java.lang.String FOLDER_EXCLUDE_FLAGS
"Exclude Flags" property for
Items of type Folder.
Values of this property are of type Property.Types.ENUMERATED.
Property.Types.ENUMERATED,
Constant Field Valuespublic final java.lang.String FOLDER_EXCLUDE_SPEC
"Exclude Spec" property for
Items of type Folder.
Values of this property are of type Property.Types.TEXT.
Property.Types.TEXT,
Constant Field Valuespublic final java.lang.String FOLDER_CREATE_PROJECT_ID
"Creating Project" property for
Items of type Folder.
Values of this property are of type Property.Types.OBJECT_ID.
Property.Types.OBJECT_ID,
Constant Field Valuespublic final java.lang.String LABEL_PROJECT_ID
"Project ID" property for Labels.
Values of this property are of type Property.Types.OBJECT_ID.
Property.Types.OBJECT_ID,
Constant Field Valuespublic final java.lang.String LABEL_VIEW_ID
"View ID" property for Labels.
Values of this property are of type Property.Types.OBJECT_ID.
Property.Types.OBJECT_ID,
Constant Field Valuespublic final java.lang.String LABEL_NAME
"Name" property for
Items of type Label.
Values of this property are of type Property.Types.TEXT.
Property.Types.TEXT,
Constant Field Valuespublic final java.lang.String LABEL_DESCRIPTION
"Description" property for
Items of type Label.
Values of this property are of type Property.Types.TEXT.
Property.Types.TEXT,
Constant Field Valuespublic final java.lang.String LABEL_MEMBER_ID
"Member ID" property for
Items of type Label.
Values of this property are of type Property.Types.INT32.
Property.Types.INT32,
Constant Field Valuespublic final java.lang.String LABEL_LABEL_TIME
"Label Time" property for
Items of type Label.
Values of this property are of type Property.Types.TIME.
Property.Types.TIME,
Constant Field Valuespublic final java.lang.String LABEL_FLAGS
"Flags" property for
Items of type Label.
Values of this property are of type Property.Types.INT32.
Property.Types.INT32,
Constant Field Valuespublic final java.lang.String PROJECT_NAME
"Name" property for
Items of type Project.
Values of this property are of type Property.Types.TEXT.
Property.Types.TEXT,
Constant Field Valuespublic final java.lang.String PROJECT_DESCRIPTION
"Description" property for
Items of type Project.
Values of this property are of type Property.Types.TEXT.
Property.Types.TEXT,
Constant Field Valuespublic final java.lang.String PROJECT_COMPACTION
"Compact Data" property for
Items of type Project.
Values of this property are of type Property.Types.INT32.
Property.Types.INT32,
Constant Field Valuespublic static final java.lang.String PROJECT_DEFAULT_TYPES
"Default Item Types" property for
Items of type Project.
Values of this property are of type Property.Types.IDARRAY.
This property was introduced in StarTeam 10.3.
Property.Types.IDARRAY,
Constant Field Valuespublic final java.lang.String PROJECT_ENCRYPTION
"Encryption Method" property for
Items of type Project.
Values of this property are of type Property.Types.ENUMERATED.
Property.Types.ENUMERATED,
Constant Field Valuespublic final java.lang.String PROJECT_MAIL
"Enable Mail" property for
Items of type Project.
Values of this property are of type Property.Types.INT32.
Property.Types.INT32,
Constant Field Valuespublic final java.lang.String PROJECT_DEFAULT_VIEW_ID
"Default View ID" property for
Items of type Project.
Values of this property are of type Property.Types.INT32.
Property.Types.INT32,
Constant Field Valuespublic final java.lang.String PROJECT_TYPE
"Project Type" property for
Items of type Project.
Values of this property are of type Property.Types.ENUMERATED.
Property.Types.ENUMERATED,
Constant Field Valuespublic final java.lang.String PROJECT_CONFIGSOURCE1
"Config Source 1" property for
Items of type Project.
Values of this property are of type Property.Types.TEXT.
Property.Types.TEXT,
Constant Field Valuespublic final java.lang.String PROJECT_CONFIGSOURCE2
"Config Source 2" property for
Items of type Project.
Values of this property are of type Property.Types.TEXT.
Property.Types.TEXT,
Constant Field Valuespublic final java.lang.String PROJECT_KEYWORD_EXTENSIONS
"Keywords File Extensions" property for
Items of type Project.
Values of this property are of type Property.Types.TEXT.
Property.Types.TEXT,
Constant Field Valuespublic final java.lang.String PROJECT_USE_KEYWORDS
"Use Keywords" property for
Items of type Project.
Values of this property are of type Property.Types.INT32.
Property.Types.INT32,
Constant Field Valuespublic final java.lang.String PROJECT_FORCE_CHECKIN_REASON
"Force Checkin Reason" property for
Items of type Project.
Values of this property are of type Property.Types.INT32.
Property.Types.INT32,
Constant Field Valuespublic final java.lang.String PROJECT_REQUIRE_LOCK_FOR_CHECKIN
"Require Lock For Checkin" property for
Items of type Project.
Values of this property are of type Property.Types.INT32.
Property.Types.INT32,
Constant Field Valuespublic final java.lang.String PROJECT_MARK_UNLOCKED_FILES_READ_ONLY
"Mark Unlocked Files ReadOnly" property for
Items of type Project.
Values of this property are of type Property.Types.INT32.
Property.Types.INT32,
Constant Field Valuespublic final java.lang.String PROJECT_PROCESS_REQUIRED
"Process Required" property for
Items of type Project.
Values of this property are of type Property.Types.INT32.
Property.Types.INT32,
Constant Field Valuespublic final java.lang.String PROJECT_PROCESS_SELECT_CR
"Process Select CR" property for
Items of type Project.
Values of this property are of type Property.Types.INT32.
Property.Types.INT32,
Constant Field Valuespublic final java.lang.String PROJECT_PROCESS_SHOW_CR_OPEN
"Process CR Open" property for
Items of type Project.
Values of this property are of type Property.Types.INT32.
Property.Types.INT32,
Constant Field Valuespublic final java.lang.String PROJECT_PROCESS_SHOW_CR_IN_PROGRESS
"Process CR InProgress" property for
Items of type Project.
Values of this property are of type Property.Types.INT32.
Property.Types.INT32,
Constant Field Valuespublic final java.lang.String PROJECT_PROCESS_SELECT_TASK
"Process Select Task" property for
Items of type Project.
Values of this property are of type Property.Types.INT32.
Property.Types.INT32,
Constant Field Valuespublic final java.lang.String PROJECT_PROCESS_SHOW_TASK_READY
"Process Task Ready" property for
Items of type Project.
Values of this property are of type Property.Types.INT32.
Property.Types.INT32,
Constant Field Valuespublic final java.lang.String PROJECT_PROCESS_SHOW_TASK_IN_PROGRESS
"Process Task InProgress" property for
Items of type Project.
Values of this property are of type Property.Types.INT32.
Property.Types.INT32,
Constant Field Valuespublic final java.lang.String PROJECT_PROCESS_SELECT_REQUIREMENT
"Process Select Requirement" property for
Items of type Project.
Values of this property are of type Types.INT32.
Property.Types.INT32,
Constant Field Valuespublic final java.lang.String PROJECT_PROCESS_SHOW_REQUIREMENT_APPROVED
"Process Requirement Approved" property for
Items of type Project.
Values of this property are of type Types.INT32.
Property.Types.INT32,
Constant Field Valuespublic static final java.lang.String PROJECT_PROCESS_LINKS
Property.Types.ENUMERATED,
PropertyEnums.PROJECT_PROCESS_LINKS_DIRECT,
PropertyEnums.PROJECT_PROCESS_LINKS_VIA_PROCESS_TASK,
Project.isEnhancedProcessItemsEnabled(),
Constant Field Valuespublic final java.lang.String PROJECT_DISPLAY_ALTERNATE_TASK_EDITOR
"Display Alternate Task Editor" property for
Items of type Project.
Determines whether an Alternate Property Editor (APE) should be displayed for
Items of type Task.
public final java.lang.String PROJECT_ALTERNATE_TASK_EDITOR_PATH
"Alternate Task Editor Path" property for
Items of type Project.
Specifies the name of an Alternate Property Editor (APE) for
Items of type Task. This APE is downloaded from the
StarFlow Extensions Project on demand, to the StarFlow Extensions/Projects Folder
public final java.lang.String PROJECT_DISPLAY_ALTERNATE_CR_EDITOR
"Display Alternate Task Editor" property for
Items of type Project.
Determines whether an Alternate Property Editor (APE) should be displayed for
Items of type ChangeRequest.
public final java.lang.String PROJECT_ALTERNATE_CR_EDITOR_PATH
"Alternate Task Editor Path" property for
Items of type Project.
Specifies the name of an Alternate Property Editor (APE) for
Items of type ChangeRequest. This APE is downloaded from the
StarFlow Extensions Project on demand, to the StarFlow Extensions/Projects Folder
public final java.lang.String PROJECT_DISPLAY_ALTERNATE_REQUIREMENT_EDITOR
"Display Alternate Task Editor" property for
Items of type Project.
Determines whether an Alternate Property Editor (APE) should be displayed for
Items of type Requirement.
public final java.lang.String PROJECT_ALTERNATE_REQUIREMENT_EDITOR_PATH
"Alternate Task Editor Path" property for
Items of type Project.
Specifies the name of an Alternate Property Editor (APE) for
Items of type Requirement. This APE is downloaded from the
StarFlow Extensions Project on demand, to the StarFlow Extensions/Projects Folder
public final java.lang.String PROJECT_DISPLAY_ALTERNATE_FILE_EDITOR
"Display Alternate Task Editor" property for
Items of type Project.
Determines whether an Alternate Property Editor (APE) should be displayed for
Items of type File.
public final java.lang.String PROJECT_ALTERNATE_FILE_EDITOR_PATH
"Alternate Task Editor Path" property for
Items of type Project.
Specifies the name of an Alternate Property Editor (APE) for
Items of type File. This APE is downloaded from the
StarFlow Extensions Project on demand, to the StarFlow Extensions/Projects Folder
public final java.lang.String PROJECT_DISPLAY_ALTERNATE_TOPIC_EDITOR
"Display Alternate Task Editor" property for
Items of type Project.
Determines whether an Alternate Property Editor (APE) should be displayed for
Items of type Topic.
public final java.lang.String PROJECT_ALTERNATE_TOPIC_EDITOR_PATH
"Alternate Task Editor Path" property for
Items of type Project.
Specifies the name of an Alternate Property Editor (APE) for
Items of type Topic. This APE is downloaded from the
StarFlow Extensions Project on demand, to the StarFlow Extensions/Projects Folder
public final java.lang.String PROMOTIONMODEL_NAME
"Name" property for
Items of type PromotionModel.
Values of this property are of type Property.Types.TEXT.
Property.Types.TEXT,
Constant Field Valuespublic final java.lang.String PROMOTIONMODEL_DESCRIPTION
"Description" property for
Items of type PromotionModel.
Values of this property are of type Property.Types.TEXT.
Property.Types.TEXT,
Constant Field Valuespublic final java.lang.String PROMOTIONMODEL_STATE_COUNT
"State Count" property for
Items of type PromotionModel.
Values of this property are of type Property.Types.INT32.
Property.Types.INT32,
Constant Field Valuespublic final java.lang.String PROMOTIONMODEL_STATE_IDS
"State IDs" property for
Items of type PromotionModel.
As of StarTeam 5.0, values of this property are of type Property.Types.IDARRAY.
Prior to that, values of this property are of type Property.Types.BINARY.
Property.Types.IDARRAY,
Property.Types.BINARY,
Constant Field Valuespublic final java.lang.String PROMOTIONSTATE_NAME
"Name" property for
Items of type PromotionState.
Values of this property are of type Property.Types.TEXT.
Property.Types.TEXT,
Constant Field Valuespublic final java.lang.String PROMOTIONSTATE_DESCRIPTION
"Description" property for
Items of type PromotionState.
Values of this property are of type Property.Types.TEXT.
Property.Types.TEXT,
Constant Field Valuespublic final java.lang.String PROMOTIONSTATE_LABEL_ID
"Label ID" property for
Items of type PromotionState.
Values of this property are of type Property.Types.OBJECT_ID.
Property.Types.OBJECT_ID,
Constant Field Valuespublic final java.lang.String REF_CREATED_TIME
"Created Time" property for
an ItemReference.
Values of this property are of type Property.Types.TIME.
Property.Types.TIME,
Constant Field Valuespublic final java.lang.String REF_CREATED_USER_ID
"Created User ID" property for
an ItemReference.
Values of this property are of type Property.Types.USER_ID.
Property.Types.USER_ID,
Constant Field Valuespublic final java.lang.String REF_MODIFIED_TIME
"Modified Time" property for
an ItemReference.
Values of this property are of type Property.Types.TIME.
Property.Types.TIME,
Constant Field Valuespublic final java.lang.String REF_END_MODIFIED_TIME
"End Modified Time" property for
an ItemReference.
Values of this property are of type Property.Types.TIME.
Property.Types.TIME,
Constant Field Valuespublic final java.lang.String REF_MODIFIED_USER_ID
"Modified User ID" property for
an ItemReference.
Values of this property are of type Property.Types.USER_ID.
Property.Types.USER_ID,
Constant Field Valuespublic final java.lang.String REF_DELETED_TIME
"Deleted Time" property for
an ItemReference.
Values of this property are of type Property.Types.TIME.
Property.Types.TIME,
Constant Field Valuespublic final java.lang.String REF_DELETED_USER_ID
"Deleted User ID" property for
an ItemReference.
Values of this property are of type Property.Types.USER_ID.
Property.Types.USER_ID,
Constant Field Valuespublic final java.lang.String REF_PROJECT_ID
"Project ID" property for
an ItemReference.
Values of this property are of type Property.Types.INT32.
Property.Types.INT32,
Constant Field Valuespublic final java.lang.String REF_PROJECT_NAME
"Project Name" property for
an ItemReference.
Values of this property are of type Property.Types.TEXT.
Property.Types.TEXT,
Constant Field Valuespublic final java.lang.String REF_VIEW_ID
"View ID" property for
an ItemReference.
Values of this property are of type Property.Types.INT32.
Property.Types.INT32,
Constant Field Valuespublic final java.lang.String REF_VIEW_PATH
"View Path" property for
an ItemReference.
Values of this property are of type Property.Types.TEXT.
Property.Types.TEXT,
Constant Field Valuespublic final java.lang.String REF_FOLDER_ITEM_ID
"Folder Item ID" property for
an ItemReference.
Values of this property are of type Property.Types.INT32.
Property.Types.INT32,
Constant Field Valuespublic final java.lang.String REF_FOLDER_PATH
"Folder Path" property for
an ItemReference.
Values of this property are of type Property.Types.TEXT.
Property.Types.TEXT,
Constant Field Valuespublic final java.lang.String REF_ITEM_ID
"Item ID" property for
an ItemReference.
Values of this property are of type Property.Types.INT32.
Property.Types.INT32,
Constant Field Valuespublic final java.lang.String REF_ITEM_OBJECT_ID
"Item Object ID" property for
an ItemReference.
Values of this property are of type Property.Types.INT32.
Property.Types.INT32,
Constant Field Valuespublic final java.lang.String REF_ITEM_REVISION
"Item Revision" property for
an ItemReference.
Values of this property are of type Property.Types.TEXT.
Property.Types.TEXT,
Constant Field Valuespublic final java.lang.String REF_FLAGS
"Flags" property for
an ItemReference.
Values of this property are of type Property.Types.INT32.
Property.Types.INT32,
Constant Field Valuespublic final java.lang.String REF_DERIVED_COUNT
"Derived Count" property for
an ItemReference.
Values of this property are of type Property.Types.INT32.
Property.Types.INT32,
Constant Field Valuespublic final java.lang.String TASK_ESTIMATED_HOURS_VARIANCE
"Estimated Hours Variance" property for
Items of type Task.
Values of this property are of type Property.Types.FLOAT64.
Property.Types.FLOAT64,
Constant Field Valuespublic final java.lang.String TASK_ESTIMATED_START_VARIANCE
"Estimated Start Variance" property for
Items of type Task.
Values of this property are of type Property.Types.INT32.
Property.Types.INT32,
Constant Field Valuespublic final java.lang.String TASK_ESTIMATED_FINISH_VARIANCE
"Estimated Finish Variance" property for
Items of type Task.
Values of this property are of type Property.Types.INT32.
Property.Types.INT32,
Constant Field Valuespublic final java.lang.String TASK_PARENT_ID
"Parent Task ID" property for
Items of type Task.
Values of this property are of type Property.Types.INT32.
Property.Types.INT32,
Constant Field Valuespublic final java.lang.String TASK_DURATION
"Task Duration" property for
Items of type Task.
Values of this property are of type Property.Types.FLOAT64.
Property.Types.FLOAT64,
Constant Field Valuespublic final java.lang.String TASK_NUMBER
"Task Number" property for
Items of type Task.
Values of this property are of type Property.Types.INT32.
Property.Types.INT32,
Constant Field Valuespublic final java.lang.String TASK_NEEDS_ATTENTION
"Needs Attention" property for
Items of type Task.
Values of this property are of type Property.Types.ENUMERATED.
Property.Types.ENUMERATED,
Constant Field Valuespublic final java.lang.String TASK_NAME
"Task Name" property for
Items of type Task.
Values of this property are of type Property.Types.TEXT.
Property.Types.TEXT,
Constant Field Valuespublic final java.lang.String TASK_ATTENTION_NOTES
"Attention Notes" property for
Items of type Task.
Values of this property are of type Property.Types.TEXT.
Property.Types.TEXT,
Constant Field Valuespublic final java.lang.String TASK_NOTES
"Notes" property for
Items of type Task.
Values of this property are of type Property.Types.TEXT.
Property.Types.TEXT,
Constant Field Valuespublic final java.lang.String TASK_PERCENT_COMPLETE
"Percent Complete" property for
Items of type Task.
Values of this property are of type Property.Types.INT32.
Property.Types.INT32,
Constant Field Valuespublic final java.lang.String TASK_MILESTONE
"Milestone" property for
Items of type Task.
Values of this property are of type Property.Types.ENUMERATED.
Property.Types.ENUMERATED,
Constant Field Valuespublic final java.lang.String TASK_TYPE
"Task Type" property for
Items of type Task.
Values of this property are of type Property.Types.ENUMERATED.
Property.Types.ENUMERATED,
Constant Field Valuespublic final java.lang.String TASK_PRIORITY
"Priority" property for
Items of type Task.
Values of this property are of type Property.Types.ENUMERATED.
Property.Types.ENUMERATED,
Constant Field Valuespublic final java.lang.String TASK_CONSTRAINT_TYPE
"Constraint Type" property for
Items of type Task.
Values of this property are of type Property.Types.ENUMERATED.
Property.Types.ENUMERATED,
Constant Field Valuespublic final java.lang.String TASK_CONSTRAINT_DATE
"Constraint Date" property for
Items of type Task.
Values of this property are of type Property.Types.TIME.
Property.Types.TIME,
Constant Field Valuespublic final java.lang.String TASK_RESPONSIBILITY
"Responsibility" property for
Items of type Task.
Values of this property are of type Property.Types.USER_ID.
Property.Types.USER_ID,
Constant Field Valuespublic final java.lang.String TASK_GUID
"MS Task GUID" property for
Items of type Task.
Values of this property are of type Property.Types.TEXT.
Property.Types.TEXT,
Constant Field Valuespublic final java.lang.String TASK_ESTIMATED_HOURS
"Estimated Hours" property for
Items of type Task.
Values of this property are of type Property.Types.FLOAT64.
Property.Types.FLOAT64,
Constant Field Valuespublic final java.lang.String TASK_UNIQUE_ID
"MS Task Unique ID" property for
Items of type Task.
Values of this property are of type Property.Types.INT32.
Property.Types.INT32,
Constant Field Valuespublic final java.lang.String TASK_ESTIMATED_START
"Estimated Start" property for
Items of type Task.
Values of this property are of type Property.Types.TIME.
Property.Types.TIME,
Constant Field Valuespublic final java.lang.String TASK_WBS_CODE
"MS WBS Code" property for
Items of type Task.
Values of this property are of type Property.Types.TEXT.
Property.Types.TEXT,
Constant Field Valuespublic final java.lang.String TASK_ESTIMATED_FINISH
"Estimated Finish" property for
Items of type Task.
Values of this property are of type Property.Types.TIME.
Property.Types.TIME,
Constant Field Valuespublic final java.lang.String TASK_MSPROJECT_FILENAME
"MS Project File Name" property for
Items of type Task.
Values of this property are of type Property.Types.TEXT.
Property.Types.TEXT,
Constant Field Valuespublic final java.lang.String TASK_ACTUAL_HOURS
"Actual Hours" property for
Items of type Task.
Values of this property are of type Property.Types.FLOAT64.
Property.Types.FLOAT64,
Constant Field Valuespublic final java.lang.String TASK_MSPROJECT_LAST_UPDATE
"Last MS Project Update" property for
Items of type Task.
Values of this property are of type Property.Types.TIME.
Property.Types.TIME,
Constant Field Valuespublic final java.lang.String TASK_ACTUAL_START
"Actual Start" property for
Items of type Task.
Values of this property are of type Property.Types.TIME.
Property.Types.TIME,
Constant Field Valuespublic final java.lang.String TASK_ACTUAL_FINISH
"Actual Finish" property for
Items of type Task.
Values of this property are of type Property.Types.TIME.
Property.Types.TIME,
Constant Field Valuespublic final java.lang.String TASK_RESOURCE_COUNT
"Resource Count" property for
Items of type Task.
Values of this property are of type Property.Types.INT32.
Property.Types.INT32,
Constant Field Valuespublic final java.lang.String TASK_RESOURCE_IDS
"Resource IDs" property for
Items of type Task.
As of StarTeam 5.0, values of this property are of type Property.Types.IDARRAY.
Prior to that, values of this property are of type Property.Types.BINARY.
Property.Types.IDARRAY,
Property.Types.BINARY,
Constant Field Valuespublic final java.lang.String TASK_CHILDREN_COUNT
"Children Count" property for
Items of type Task.
Values of this property are of type Property.Types.INT32.
Property.Types.INT32,
Constant Field Valuespublic final java.lang.String TASK_WORKRECORD_COUNT
"Work Record Count" property for
Items of type Task.
Values of this property are of type Property.Types.INT32.
Property.Types.INT32,
Constant Field Valuespublic final java.lang.String TASK_IS_REPLICATED
"Is Replicated" property for
Items of type Task.
Values of this property are of type Property.Types.INT32.
A value of 1 is true and 0 false. This property will be true if the
task is replicated in MS Project.
Property.Types.INT32,
Constant Field Valuespublic final java.lang.String TASK_RESOURCE_NAMES
"Resource Names" property for
Items of type Task.
Values of this property are of type Property.Types.TEXT.
Property.Types.TEXT,
Constant Field Valuespublic final java.lang.String TASK_IS_MY_TASK
"Is My Task" property for
Items of type Task.
Values of this property are of type Property.Types.ENUMERATED.
Property.Types.ENUMERATED,
Constant Field Valuespublic final java.lang.String TASK_ORIGIN
"Task Origin" property for
Items of type Task.
Values of this property are of type Property.Types.ENUMERATED.
Property.Types.ENUMERATED,
Constant Field Valuespublic final java.lang.String TASK_STATUS
"Status" property for
Items of type Task.
Values of this property are of type Property.Types.ENUMERATED.
Property.Types.ENUMERATED,
Constant Field Valuespublic final java.lang.String TASK_WORK_DEPENDENCY_LAST_UPDATE
"Last Work/Dependency Update" property for
Items of type Task.
Values of this property are of type Property.Types.TIME.
Property.Types.TIME,
Constant Field Valuespublic static final java.lang.String TASK_USAGE
Usage property for items of type Task.
For process tasks, indicates the type of operation that created this
tasks and its associated process links. Added in StarTeam 9.1.
Property.Types.ENUMERATED,
PropertyEnums.TASK_USAGE_OTHER,
PropertyEnums.TASK_USAGE_CHECKIN,
PropertyEnums.TASK_USAGE_PROMOTE,
PropertyEnums.TASK_USAGE_REBASE,
PropertyEnums.TASK_USAGE_REPLICATE,
PropertyNames.TASK_USAGE_90,
Task.getUsage(),
Constant Field Valuespublic static final java.lang.String TASK_USAGE_90
Property.Types.ENUMERATED,
PropertyNames.TASK_USAGE,
Constant Field Valuespublic final java.lang.String TASKDEPENDENCY_TASK_ID
"Task ID" property for
Items of type TaskDependency.
Values of this property are of type Property.Types.INT32.
Property.Types.INT32,
Constant Field Valuespublic final java.lang.String TASKDEPENDENCY_PREDECESSOR_ID
"Predecessor ID" property for
Items of type TaskDependency.
Values of this property are of type Property.Types.INT32.
Property.Types.INT32,
Constant Field Valuespublic final java.lang.String TASKDEPENDENCY_LAG_TIME
"Lag Time" property for
Items of type TaskDependency.
Values of this property are of type Property.Types.INT32.
Property.Types.INT32,
Constant Field Valuespublic final java.lang.String TASKDEPENDENCY_TYPE
"Predecessor Type" property for
Items of type TaskDependency.
Values of this property are of type Property.Types.ENUMERATED.
Property.Types.ENUMERATED,
Constant Field Valuespublic final java.lang.String TOPIC_TITLE
"Title" property for
Items of type Topic.
Values of this property are of type Property.Types.TEXT.
Property.Types.TEXT,
Constant Field Valuespublic final java.lang.String TOPIC_PARENT
"Parent Topic ID" property for
Items of type Topic.
Values of this property are of type Property.Types.INT32.
Property.Types.INT32,
Constant Field Valuespublic final java.lang.String TOPIC_DESCRIPTION
"Content" property for
Items of type Topic.
Values of this property are of type Property.Types.TEXT.
Property.Types.TEXT,
Constant Field Valuespublic final java.lang.String TOPIC_PRIORITY
"Priority" property for
Items of type Topic.
Values of this property are of type Property.Types.ENUMERATED.
Property.Types.ENUMERATED,
Constant Field Valuespublic final java.lang.String TOPIC_NUMBER
"Topic Number" property for
Items of type Topic.
Values of this property are of type Property.Types.INT32.
Property.Types.INT32,
Constant Field Valuespublic final java.lang.String TOPIC_STATUS
"Status" property for
Items of type Topic.
Values of this property are of type Property.Types.ENUMERATED.
Property.Types.ENUMERATED,
Constant Field Valuespublic final java.lang.String TOPIC_CHILDREN_COUNT
"Children Count" property for
Items of type Topic.
Values of this property are of type Property.Types.INT32.
Property.Types.INT32,
Constant Field Valuespublic final java.lang.String TOPIC_TYPE
"Type" property for
Items of type Topic.
Values of this property are of type Property.Types.ENUMERATED.
A value of 0 means "Topic" and 1 means "Response".
Property.Types.ENUMERATED,
Constant Field Valuespublic final java.lang.String USER_FULL_NAME
"Full Name" property for
Items of type User.
Values of this property are of type Property.Types.TEXT.
Property.Types.TEXT,
Constant Field Valuespublic final java.lang.String USER_EMAIL_ADDRESS
"E-mail address" property for
Items of type User.
Values of this property are of type Property.Types.TEXT.
Property.Types.TEXT,
Constant Field Valuespublic final java.lang.String USER_ADDRESS
"Address" property for
Items of type User.
Values of this property are of type Property.Types.TEXT.
Property.Types.TEXT,
Constant Field Valuespublic final java.lang.String USER_FAX
"Fax" property for
Items of type User.
Values of this property are of type Property.Types.TEXT.
Property.Types.TEXT,
Constant Field Valuespublic final java.lang.String USER_PAGER
"Pager" property for
Items of type User.
Values of this property are of type Property.Types.TEXT.
Property.Types.TEXT,
Constant Field Valuespublic final java.lang.String USER_PHONE
"Phone" property for
Items of type User.
Values of this property are of type Property.Types.TEXT.
Property.Types.TEXT,
Constant Field Valuespublic final java.lang.String USER_VOICE_MAIL
"VoiceMail" property for
Items of type User.
Values of this property are of type Property.Types.TEXT.
Property.Types.TEXT,
Constant Field Valuespublic final java.lang.String VIEW_NAME
"Name" property for
Items of type View.
Values of this property are of type Property.Types.TEXT.
Property.Types.TEXT,
Constant Field Valuespublic final java.lang.String VIEW_DESCRIPTION
"Description" property for
Items of type View.
Values of this property are of type Property.Types.TEXT.
Property.Types.TEXT,
Constant Field Valuespublic final java.lang.String VIEW_PROJECT_ID
"ProjectID" property for
Items of type View.
Values of this property are of type Property.Types.OBJECT_ID.
Property.Types.OBJECT_ID,
Constant Field Valuespublic final java.lang.String VIEW_PARENT_VIEW_ID
"ParentViewID" property for
Items of type View.
Values of this property are of type Property.Types.OBJECT_ID.
Property.Types.OBJECT_ID,
Constant Field Valuespublic final java.lang.String VIEW_ROOT_MEMBER_ID
"RootMemberID" property for
Items of type View.
Values of this property are of type Property.Types.INT32.
Property.Types.INT32,
Constant Field Valuespublic final java.lang.String VIEW_WORKING_FOLDER
"WorkingFolder" property for
Items of type View.
Values of this property are of type Property.Types.TEXT.
Property.Types.TEXT,
Constant Field Valuespublic final java.lang.String VIEW_BASECONFIG_TYPE
"BaseConfigType" property for
Items of type View.
Values of this property are of type Property.Types.INT32.
Property.Types.INT32,
Constant Field Valuespublic final java.lang.String VIEW_BASECONFIG_DATA
"BaseConfigData" property for
Items of type View.
Values of this property are of type Property.Types.FLOAT64.
Property.Types.FLOAT64,
Constant Field Valuespublic final java.lang.String VIEW_FLAGS
"Flags" property for
Items of type View.
Values of this property are of type Property.Types.INT32.
Property.Types.INT32,
Constant Field Valuespublic final java.lang.String VIEW_SHARE_FLAGS
"ShareFlags" property for
Items of type View.
Values of this property are of type Property.Types.INT32.
Property.Types.INT32,
Constant Field Valuespublic final java.lang.String VIEW_PROMOTION_ID
"PromotionID" property for
Items of type View.
Values of this property are of type Property.Types.INT32.
Property.Types.INT32,
Constant Field Valuespublic final java.lang.String VIEW_DELETE_COMPLETE
"DeleteComplete" property for
Items of type View.
Values of this property are of type Property.Types.INT32.
Property.Types.INT32,
Constant Field Valuespublic final java.lang.String WORKRECORD_USER_ID
"User ID" property for
Items of type WorkRecord.
Values of this property are of type Property.Types.USER_ID.
Property.Types.USER_ID,
Constant Field Valuespublic final java.lang.String WORKRECORD_DATE
"Work Date" property for
Items of type WorkRecord.
Values of this property are of type Property.Types.TIME.
Property.Types.TIME,
Constant Field Valuespublic final java.lang.String WORKRECORD_HOURS
"Hours" property for
Items of type WorkRecord.
Values of this property are of type Property.Types.FLOAT64.
Property.Types.FLOAT64,
Constant Field Valuespublic final java.lang.String WORKRECORD_TASK_ID
"Task ID" property for
Items of type WorkRecord.
Values of this property are of type Property.Types.INT32.
Property.Types.INT32,
Constant Field Valuespublic final java.lang.String WORKRECORD_COMMENT
"Comment" property for
Items of type WorkRecord.
Values of this property are of type Property.Types.TEXT.
Property.Types.TEXT,
Constant Field Valuespublic final java.lang.String WORKRECORD_REMAINING_HOURS
"Remaining Hours" property for
Items of type WorkRecord.
Values of this property are of type Property.Types.FLOAT64.
Property.Types.FLOAT64,
Constant Field Valuespublic final java.lang.String AUDIT_TARGET_3_REVISION_TIME
"Target 3 Revision Time".
Values of this property are of type Property.Types.TIME.
Property.Types.TIME,
Constant Field Valuespublic final java.lang.String AUDIT_TARGET_2_REVISION_TIME
"Target 2 Revision Time".
Values of this property are of type Property.Types.TIME.
Property.Types.TIME,
Constant Field Valuespublic final java.lang.String AUDIT_ITEM_1_INFO
"Item 1 Info".
Values of this property are of type Property.Types.TEXT.
Property.Types.TEXT,
Constant Field Valuespublic final java.lang.String AUDIT_ITEM_3_INFO
"Item 3 Info".
Values of this property are of type Property.Types.TEXT.
Property.Types.TEXT,
Constant Field Valuespublic final java.lang.String AUDIT_ITEM_2_INFO
"Item 2 Info".
Values of this property are of type Property.Types.TEXT.
Property.Types.TEXT,
Constant Field Valuespublic final java.lang.String AUDIT_TARGET_3_CLASS_ID
"Target 3 Class ID".
Values of this property are of type Property.Types.INT32.
Property.Types.INT32,
Constant Field Valuespublic final java.lang.String AUDIT_TARGET_2_CLASS_ID
"Target 2 Class ID".
Values of this property are of type Property.Types.INT32.
Property.Types.INT32,
Constant Field Valuespublic final java.lang.String AUDIT_TARGET_1_REVISION_TIME
"Target 1 Revision Time".
Values of this property are of type Property.Types.TIME.
Property.Types.TIME,
Constant Field Valuespublic final java.lang.String AUDIT_TARGET_3_OBJECT_ID
"Target 3 Object ID".
Values of this property are of type Property.Types.INT32.
Property.Types.INT32,
Constant Field Valuespublic final java.lang.String AUDIT_TARGET_2_OBJECT_ID
"Target 2 Object ID".
Values of this property are of type Property.Types.INT32.
Property.Types.INT32,
Constant Field Valuespublic final java.lang.String REV_BRANCH_FLAG
"BranchFlag" property for
an ItemRevision.
Values of this property are of type Property.Types.INT32.
Property.Types.INT32,
Constant Field Valuespublic final java.lang.String REV_BRANCH_STATE
"BranchState" property for
an ItemRevision.
Values of this property are of type Property.Types.INT32.
Property.Types.INT32,
Constant Field Valuespublic final java.lang.String REV_LOCATION_ITEM_ID
"LocationItemID" property for
an ItemRevision.
Values of this property are of type Property.Types.INT32.
Property.Types.INT32,
Constant Field Valuespublic final java.lang.String REV_OBJECT_ID
"ObjectID" property for
an ItemRevision.
Values of this property are of type Property.Types.OBJECT_ID.
Property.Types.OBJECT_ID,
Constant Field Valuespublic final java.lang.String REV_OBJECT_TIME
"ObjectTime" property for
an ItemRevision.
Values of this property are of type Property.Types.TIME.
Property.Types.TIME,
Constant Field Valuespublic final java.lang.String REV_PARENT_ITEM_ID
"ParentItemID" property for
an ItemRevision.
Values of this property are of type Property.Types.INT32.
Property.Types.INT32,
Constant Field Valuespublic final java.lang.String REV_PROJECT_ID
"ProjectID" property for
an ItemRevision.
Values of this property are of type Property.Types.INT32.
Property.Types.INT32,
Constant Field Valuespublic final java.lang.String REV_TIME
"Time" property for
an ItemRevision.
Values of this property are of type Property.Types.TIME.
Property.Types.TIME,
Constant Field Valuespublic final java.lang.String REV_USER_ID
"UserID" property for
an ItemRevision.
Values of this property are of type Property.Types.USER_ID.
Property.Types.USER_ID,
Constant Field Valuespublic final java.lang.String REV_VIEW_ID
"ViewID" property for
an ItemRevision.
Values of this property are of type Property.Types.OBJECT_ID.
Property.Types.OBJECT_ID,
Constant Field Valuespublic static final java.lang.String REQ_PARENT_OBJECTID
"ParentRequirementID" property for
a Requirement.
Values of this property are of type Types.OBJECT_ID.
Property.Types.OBJECT_ID,
Constant Field Valuespublic static final java.lang.String REQ_STATUS
"Status" property for a Requirement.
This property is an EnumeratedProperty.
EnumeratedProperty,
Constant Field Values
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||