com.starbase.starteam
Class PropertyNames

java.lang.Object
  |
  +--com.starbase.starteam.PropertyNames

public class PropertyNames
extends java.lang.Object

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

OBJECT_ID

public final java.lang.String OBJECT_ID
The generic Item property "Object ID". Values of this property are of type Property.Types.INT32.

See Also:
Property.Types.INT32, Constant Field Values

CREATED_TIME

public final java.lang.String CREATED_TIME
The generic Item property "Created Time". Values of this property are of type Property.Types.TIME.

See Also:
Property.Types.TIME, Constant Field Values

CREATED_USER_ID

public final java.lang.String CREATED_USER_ID
The generic Item property "Created By". Values of this property are of type Property.Types.USER_ID.

See Also:
Property.Types.USER_ID, Constant Field Values

DELETED_TIME

public final java.lang.String DELETED_TIME
The generic Item property "Deleted Time". Values of this property are of type Property.Types.TIME.

See Also:
Property.Types.TIME, Constant Field Values

DELETED_USER_ID

public final java.lang.String DELETED_USER_ID
The generic Item property "Deleted By". Values of this property are of type Property.Types.USER_ID.

See Also:
Property.Types.USER_ID, Constant Field Values

ITEM_DELETED_TIME

public static final java.lang.String ITEM_DELETED_TIME
The generic Item property "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.

See Also:
Property.Types.TIME, SupportedFeatures.hasDeletedItems(), Item.getDeletedTime(), Constant Field Values

ITEM_DELETED_USER_ID

public static final java.lang.String ITEM_DELETED_USER_ID
The generic Item property "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.

See Also:
Property.Types.USER_ID, SupportedFeatures.hasDeletedItems(), Item.getDeletedUserID(), Constant Field Values

MODIFIED_TIME

public final java.lang.String MODIFIED_TIME
The generic Item property "Modified Time". Values of this property are of type Property.Types.TIME.

See Also:
Property.Types.TIME, Constant Field Values

END_MODIFIED_TIME

public final java.lang.String END_MODIFIED_TIME
The generic Item property "End Modified Time". Values of this property are of type Property.Types.TIME.

See Also:
Property.Types.TIME, Constant Field Values

MODIFIED_USER_ID

public final java.lang.String MODIFIED_USER_ID
The generic Item property "Modified By". Values of this property are of type Property.Types.USER_ID.

See Also:
Property.Types.USER_ID, Constant Field Values

REVISION_NUMBER

public final java.lang.String REVISION_NUMBER
The generic Item property "Version". Values of this property are of type Property.Types.INT32.

See Also:
Property.Types.INT32, Constant Field Values

COMMENT_ID

public final java.lang.String COMMENT_ID
The generic Item property "Comment ID". Values of this property are of type Property.Types.COMMENT_ID.

See Also:
Property.Types.COMMENT_ID, Constant Field Values

COMMENT

public final java.lang.String COMMENT
The generic Item property "Comment". Values of this property are of type Property.Types.TEXT.

See Also:
Property.Types.TEXT, Constant Field Values

SHORT_COMMENT

public final java.lang.String SHORT_COMMENT
The generic Item property "Short Comment". Values of this property are of type Property.Types.TEXT.

See Also:
Property.Types.TEXT, Constant Field Values

ROOT_OBJECT_ID

public final java.lang.String ROOT_OBJECT_ID
The generic Item property "Root Object ID". Values of this property are of type Property.Types.INT32.

See Also:
Property.Types.INT32, Constant Field Values

PARENT_OBJECT_ID

public final java.lang.String PARENT_OBJECT_ID
The generic Item property "Parent ID". Values of this property are of type Property.Types.INT32.

See Also:
Property.Types.INT32, Constant Field Values

PARENT_REVISION

public final java.lang.String PARENT_REVISION
The generic Item property "Parent Branch Revision". Values of this property are of type Property.Types.INT32.

See Also:
Property.Types.INT32, Constant Field Values

PATH_REVISION

public final java.lang.String PATH_REVISION
The generic Item property "Path Revision". Values of this property are of type Property.Types.INT32.

See Also:
Property.Types.INT32, Constant Field Values

REVISION_FLAGS

public final java.lang.String REVISION_FLAGS
The generic Item property "Revision Flags". Values of this property are of type Property.Types.INT32.

See Also:
Property.Types.INT32, Constant Field Values

VIEW_ID

public final java.lang.String VIEW_ID
The generic Item property "View". Values of this property are of type Property.Types.VIEW_ID.

See Also:
Property.Types.VIEW_ID, Constant Field Values

DOTNOTATION_ID

public final java.lang.String DOTNOTATION_ID
The generic Item property "Dot Notation ID". Values of this property are of type Property.Types.INT32.

See Also:
Property.Types.INT32, Constant Field Values

DOTNOTATION

public final java.lang.String DOTNOTATION
The generic Item property "Dot Notation". Values of this property are of type Property.Types.TEXT.

See Also:
Property.Types.TEXT, Constant Field Values

CONFIGURATION_TIME

public final java.lang.String CONFIGURATION_TIME
The generic Item property "Configuration Time". Values of this property are of type Property.Types.TIME.

See Also:
Property.Types.TIME, Constant Field Values

BRANCH_ON_CHANGE

public final java.lang.String BRANCH_ON_CHANGE
The generic Item property "Branch On Change". Values of this property are of type Property.Types.ENUMERATED.

See Also:
Property.Types.ENUMERATED, Constant Field Values

BRANCH_STATE

public final java.lang.String BRANCH_STATE
The generic Item property "Branch State". Values of this property are of type Property.Types.ENUMERATED.

See Also:
Property.Types.ENUMERATED, Constant Field Values

EXCLUSIVE_LOCKER

public final java.lang.String EXCLUSIVE_LOCKER
The generic Item property "Locked By". Values of this property are of type Property.Types.OBJECT_ID.

See Also:
Property.Types.OBJECT_ID, Constant Field Values

FOLDER_PATH

public final java.lang.String FOLDER_PATH
The generic Item property "Folder Path". Values of this property are of type Property.Types.TEXT.

See Also:
Property.Types.TEXT, Constant Field Values

NON_EXCLUSIVE_LOCKERS

public final java.lang.String NON_EXCLUSIVE_LOCKERS
The generic Item property "Non-Exclusive Lockers". Values of this property are of type Property.Types.TEXT.

See Also:
Property.Types.TEXT, Constant Field Values

MY_LOCK

public final java.lang.String MY_LOCK
The generic Item property "My Lock". Values of this property are of type Property.Types.ENUMERATED.

See Also:
Property.Types.ENUMERATED, Constant Field Values

READ_ONLY

public final java.lang.String READ_ONLY
The generic Item property "Read Only". Values of this property are of type Property.Types.ENUMERATED.

See Also:
Property.Types.ENUMERATED, Constant Field Values

FLAG

public final java.lang.String FLAG
The generic Item property "Flag". Values of this property are of type Property.Types.ENUMERATED.

See Also:
Property.Types.ENUMERATED, Constant Field Values

FLAG_USER_LIST

public final java.lang.String FLAG_USER_LIST
The generic Item property "Flag User List". Values of this property are of type Property.Types.IDARRAY.

See Also:
Property.Types.IDARRAY, Constant Field Values

SHARE_STATE

public final java.lang.String SHARE_STATE
The generic Item property "Share State". Values of this property are of type Property.Types.ENUMERATED.

See Also:
Property.Types.ENUMERATED, Constant Field Values

ATTACHMENT_COUNT

public final java.lang.String ATTACHMENT_COUNT
The generic Item property "Attachment Count". Values of this property are of type Property.Types.INT32.

See Also:
Property.Types.INT32, Constant Field Values

ATTACHMENT_IDS

public final java.lang.String ATTACHMENT_IDS
The generic Item property "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.

See Also:
Property.Types.IDARRAY, Property.Types.BINARY, Constant Field Values

ATTACHMENT_NAMES

public final java.lang.String ATTACHMENT_NAMES
The generic Item property "Attachment Names". Values of this property are of type Property.Types.TEXT.

See Also:
Property.Types.TEXT, Constant Field Values

RECIPIENT_COUNT

public final java.lang.String RECIPIENT_COUNT
The generic Item property "Recipient Count". Values of this property are of type Property.Types.INT32.

See Also:
Property.Types.INT32, Constant Field Values

RECIPIENT_IDS

public final java.lang.String RECIPIENT_IDS
The generic Item property "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.

See Also:
Property.Types.IDARRAY, Property.Types.BINARY, Constant Field Values

RECIPIENT_NAMES

public final java.lang.String RECIPIENT_NAMES
The generic Item property "Recipient Names". Values of this property are of type Property.Types.TEXT.

See Also:
Property.Types.TEXT, Constant Field Values

AM_I_RECIPIENT

public final java.lang.String AM_I_RECIPIENT
The generic Item property "Am I Recipient". Values of this property are of type Property.Types.ENUMERATED.

See Also:
Property.Types.ENUMERATED, Constant Field Values

READ_STATUS

public final java.lang.String READ_STATUS
The generic Item property "Read Status". Values of this property are of type Property.Types.ENUMERATED.

See Also:
Property.Types.ENUMERATED, Constant Field Values

READ_STATUS_USER_LIST

public final java.lang.String READ_STATUS_USER_LIST
The generic Item property "Read Status User List". Values of this property are of type Property.Types.IDARRAY.

See Also:
Property.Types.IDARRAY, Constant Field Values

AUDIT_FOLDER_VMID

public final java.lang.String AUDIT_FOLDER_VMID
The "Folder VMID" property for Items of type Audit. Values of this property are of type Property.Types.INT32.

See Also:
Property.Types.INT32, Constant Field Values

AUDIT_CLASS_ID

public final java.lang.String AUDIT_CLASS_ID
The "Class ID" property for Items of type Audit. Values of this property are of type Property.Types.INT32.

See Also:
Property.Types.INT32, Constant Field Values

AUDIT_EVENT_ID

public final java.lang.String AUDIT_EVENT_ID
The "Event" property for Items of type Audit. Values of this property are of type Property.Types.ENUMERATED.

See Also:
Property.Types.ENUMERATED, Constant Field Values

AUDIT_PROJECT_ID

public final java.lang.String AUDIT_PROJECT_ID
The "Project" property for Items of type Audit. Values of this property are of type Property.Types.OBJECT_ID.

See Also:
Property.Types.OBJECT_ID, Constant Field Values

AUDIT_OBJECT_ID

public final java.lang.String AUDIT_OBJECT_ID
The "Item Object ID" property for Items of type Audit. Values of this property are of type Property.Types.INT32.

See Also:
Property.Types.INT32, Constant Field Values

AUDIT_USER_ID

public final java.lang.String AUDIT_USER_ID
The "User" property for Items of type Audit. Values of this property are of type Property.Types.USER_ID.

See Also:
Property.Types.USER_ID, Constant Field Values

AUDIT_DESCRIPTOR

public final java.lang.String AUDIT_DESCRIPTOR
The "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.

See Also:
Property.Types.TEXT, Constant Field Values

AUDIT_CLASS_NAME

public final java.lang.String AUDIT_CLASS_NAME
The "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.

See Also:
Property.Types.TEXT, Constant Field Values

AUDIT_DESCRIPTOR2

public final java.lang.String AUDIT_DESCRIPTOR2
The "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.

See Also:
Property.Types.TEXT, Constant Field Values

AUDIT_CLASS2_NAME

public final java.lang.String AUDIT_CLASS2_NAME
The "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.

See Also:
Property.Types.TEXT, Constant Field Values

AUDIT_DESCRIPTOR3

public final java.lang.String AUDIT_DESCRIPTOR3
The "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.

See Also:
Property.Types.TEXT, Constant Field Values

AUDIT_CLASS3_NAME

public final java.lang.String AUDIT_CLASS3_NAME
The "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.

See Also:
Property.Types.TEXT, Constant Field Values

AUDIT_FOLDER

public final java.lang.String AUDIT_FOLDER
The "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.

See Also:
Property.Types.TEXT, Constant Field Values

CR_SYNOPSIS

public final java.lang.String CR_SYNOPSIS
The "Synopsis" property for Items of type ChangeRequest. Values of this property are of type Property.Types.TEXT.

See Also:
Property.Types.TEXT, Constant Field Values

CR_TYPE

public final java.lang.String CR_TYPE
The "Type" property for Items of type ChangeRequest. Values of this property are of type Property.Types.ENUMERATED.

See Also:
Property.Types.ENUMERATED, Constant Field Values

CR_STATUS

public final java.lang.String CR_STATUS
The "Status" property for Items of type ChangeRequest. Values of this property are of type Property.Types.ENUMERATED.

See Also:
Property.Types.ENUMERATED, Constant Field Values

CR_SEVERITY

public final java.lang.String CR_SEVERITY
The "Severity" property for Items of type ChangeRequest. Values of this property are of type Property.Types.ENUMERATED.

See Also:
Property.Types.ENUMERATED, Constant Field Values

CR_PLATFORM

public final java.lang.String CR_PLATFORM
The "Platform" property for Items of type ChangeRequest. Values of this property are of type Property.Types.ENUMERATED.

See Also:
Property.Types.ENUMERATED, Constant Field Values

CR_CATEGORY

public final java.lang.String CR_CATEGORY
The "Category" property for Items of type ChangeRequest. Values of this property are of type Property.Types.TEXT.

See Also:
Property.Types.TEXT, Constant Field Values

CR_COMPONENT

public final java.lang.String CR_COMPONENT
The "Component" property for Items of type ChangeRequest. Values of this property are of type Property.Types.TEXT.

See Also:
Property.Types.TEXT, Constant Field Values

CR_EXTERNAL_REFERENCE

public final java.lang.String CR_EXTERNAL_REFERENCE
The "External Reference" property for Items of type ChangeRequest. Values of this property are of type Property.Types.TEXT.

See Also:
Property.Types.TEXT, Constant Field Values

CR_ADDRESSED_IN

public final java.lang.String CR_ADDRESSED_IN
The "Addressed In" property for Items of type ChangeRequest. Values of this property are of type Property.Types.OBJECT_ID.

See Also:
Property.Types.OBJECT_ID, Constant Field Values

CR_ADDRESSED_BY

public final java.lang.String CR_ADDRESSED_BY
The "Addressed By" property for Items of type ChangeRequest. Values of this property are of type Property.Types.USER_ID.

See Also:
Property.Types.USER_ID, Constant Field Values

CR_ENTERED_BY

public final java.lang.String CR_ENTERED_BY
The "Entered By" property for Items of type ChangeRequest. Values of this property are of type Property.Types.USER_ID.

See Also:
Property.Types.USER_ID, Constant Field Values

CR_ENTERED_ON

public final java.lang.String CR_ENTERED_ON
The "Entered On" property for Items of type ChangeRequest. Values of this property are of type Property.Types.TIME.

See Also:
Property.Types.TIME, Constant Field Values

CR_LAST_BUILD_TESTED

public final java.lang.String CR_LAST_BUILD_TESTED
The "Last Build Tested" property for Items of type ChangeRequest. Values of this property are of type Property.Types.OBJECT_ID.

See Also:
Property.Types.OBJECT_ID, Constant Field Values

CR_RESPONSIBILITY

public final java.lang.String CR_RESPONSIBILITY
The "Responsibility" property for Items of type ChangeRequest. Values of this property are of type Property.Types.USER_ID.

See Also:
Property.Types.USER_ID, Constant Field Values

CR_PRIORITY

public final java.lang.String CR_PRIORITY
The "Priority" property for Items of type ChangeRequest. Values of this property are of type Property.Types.ENUMERATED.

See Also:
Property.Types.ENUMERATED, Constant Field Values

CR_DESCRIPTION

public final java.lang.String CR_DESCRIPTION
The "Description" property for Items of type ChangeRequest. Values of this property are of type Property.Types.TEXT.

See Also:
Property.Types.TEXT, Constant Field Values

CR_TEST_COMMAND

public final java.lang.String CR_TEST_COMMAND
The "Test Command" property for Items of type ChangeRequest. Values of this property are of type Property.Types.TEXT.

See Also:
Property.Types.TEXT, Constant Field Values

CR_WORK_AROUND

public final java.lang.String CR_WORK_AROUND
The "Work Around" property for Items of type ChangeRequest. Values of this property are of type Property.Types.TEXT.

See Also:
Property.Types.TEXT, Constant Field Values

CR_FIX

public final java.lang.String CR_FIX
The "Fix" property for Items of type ChangeRequest. Values of this property are of type Property.Types.TEXT.

See Also:
Property.Types.TEXT, Constant Field Values

CR_CHANGE_NUMBER

public final java.lang.String CR_CHANGE_NUMBER
The "CR Number" property for Items of type ChangeRequest. Values of this property are of type Property.Types.INT32.

See Also:
Property.Types.INT32, Constant Field Values

CR_CLOSED_ON

public final java.lang.String CR_CLOSED_ON
The "Closed On" property for Items of type ChangeRequest. Values of this property are of type Property.Types.TIME.

See Also:
Property.Types.TIME, Constant Field Values

CR_RESOLVED_ON

public final java.lang.String CR_RESOLVED_ON
The "Resolved On" property for Items of type ChangeRequest. Values of this property are of type Property.Types.TIME.

See Also:
Property.Types.TIME, Constant Field Values

CR_VERIFIED_ON

public final java.lang.String CR_VERIFIED_ON
The "Verified On" property for Items of type ChangeRequest. Values of this property are of type Property.Types.TIME.

See Also:
Property.Types.TIME, Constant Field Values

CR_ADDRESSED_IN_VIEW

public final java.lang.String CR_ADDRESSED_IN_VIEW
The "Addressed In View" property for Items of type ChangeRequest. Values of this property are of type Property.Types.VIEW_ID.

See Also:
Property.Types.VIEW_ID, Constant Field Values

CR_FOLDER

public final java.lang.String CR_FOLDER
The "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.

See Also:
Property.Types.TEXT, Constant Field Values

FILE_DESCRIPTION

public final java.lang.String FILE_DESCRIPTION
The "Description" property for Items of type File. Values of this property are of type Property.Types.TEXT.

See Also:
Property.Types.TEXT, Constant Field Values

FILE_ARCHIVE_PATH

public final java.lang.String FILE_ARCHIVE_PATH
The "Archive Path" property for Items of type File. Values of this property are of type Property.Types.TEXT.

See Also:
Property.Types.TEXT, Constant Field Values

FILE_ARCHIVE_TYPE

public final java.lang.String FILE_ARCHIVE_TYPE
The "Archive Type" property for Items of type File. Values of this property are of type Property.Types.ENUMERATED.

See Also:
Property.Types.ENUMERATED, Constant Field Values

FILE_ARCHIVE_FORMAT

public final java.lang.String FILE_ARCHIVE_FORMAT
The "Archive Format" property for Items of type File. Values of this property are of type Property.Types.ENUMERATED.

See Also:
Property.Types.ENUMERATED, SupportedFeatures.hasNativeIIVault(), Constant Field Values

FILE_ARCHIVE_NAME

public final java.lang.String FILE_ARCHIVE_NAME
The "Archive Name" property for Items of type File. Values of this property are of type Property.Types.TEXT.

See Also:
SupportedFeatures.hasNativeIIVault(), Constant Field Values

FILE_HIVE_ID

public final java.lang.String FILE_HIVE_ID
The "Hive ID" property for Items of type File. Values of this property are of type Property.Types.INT32.

See Also:
SupportedFeatures.hasNativeIIVault(), Property.Types.INT32, Constant Field Values

FILE_COMPRESSION_LEVEL

public final java.lang.String FILE_COMPRESSION_LEVEL
The "Compression Level" property for Items of type File. Values of this property are of type Property.Types.ENUMERATED.

See Also:
Property.Types.ENUMERATED, Constant Field Values

FILE_CONTENT_REVISION

public final java.lang.String FILE_CONTENT_REVISION
The "Content Revision" property for Items of type File. Values of this property are of type Property.Types.INT32.

See Also:
Property.Types.INT32, Constant Field Values

FILE_EOL_CHARACTER

public final java.lang.String FILE_EOL_CHARACTER
The "EOL Character" property for Items of type File. Values of this property are of type Property.Types.INT32.

See Also:
Property.Types.INT32, Constant Field Values

FILE_FILE_TIME_AT_CHECKIN

public final java.lang.String FILE_FILE_TIME_AT_CHECKIN
The "File Time Stamp at Check-In" property for Items of type File. Values of this property are of type Property.Types.TIME.

See Also:
Property.Types.TIME, Constant Field Values

FILE_ENCODING

public final java.lang.String FILE_ENCODING
The "File Type" property for Items of type File. Values of this property are of type Property.Types.ENUMERATED.

See Also:
Property.Types.ENUMERATED, Constant Field Values

FILE_MD5_CHECKSUM

public final java.lang.String FILE_MD5_CHECKSUM
The "MD5 Checksum" property for Items of type File. Values of this property are of type Property.Types.BINARY.

See Also:
Property.Types.BINARY, Constant Field Values

FILE_NAME

public final java.lang.String FILE_NAME
The "Name" property for Items of type File. Values of this property are of type Property.Types.TEXT.

See Also:
Property.Types.TEXT, Constant Field Values

FILE_PROJECT_ID

public final java.lang.String FILE_PROJECT_ID
The "Project ID" property for Items of type File. Values of this property are of type Property.Types.INT32.

See Also:
Property.Types.INT32, Constant Field Values

FILE_PVCS_REVISION

public final java.lang.String FILE_PVCS_REVISION
The "PVCS Revision" property for Items of type File. Values of this property are of type Property.Types.TEXT.

See Also:
Property.Types.TEXT, Constant Field Values

FILE_SIZE

public final java.lang.String FILE_SIZE
The "Size" property for Items of type File. Values of this property are of type Property.Types.INT32.

See Also:
Property.Types.INT32, Constant Field Values

FILE_STORAGE_TYPE

public final java.lang.String FILE_STORAGE_TYPE
The "Storage Type" property for Items of type File. Values of this property are of type Property.Types.ENUMERATED.

See Also:
Property.Types.ENUMERATED, Constant Field Values

FILE_VAULT_BRANCH_VERSION

public final java.lang.String FILE_VAULT_BRANCH_VERSION
The "Vault Branch Version" property for Items of type File. Values of this property are of type Property.Types.INT32.

See Also:
Property.Types.INT32, Constant Field Values

FILE_EXECUTABLE

public final java.lang.String FILE_EXECUTABLE
The "Executable" property for Items of type File. Values of this property are of type Property.Types.ENUMERATED.

See Also:
Property.Types.ENUMERATED, Constant Field Values

FILE_EXTENSION

public final java.lang.String FILE_EXTENSION
The "Extension" property for Items of type File. Values of this property are of type Property.Types.TEXT.

See Also:
Property.Types.TEXT, Constant Field Values

FILE_FOLDER

public final java.lang.String FILE_FOLDER
The "Folder" property for Items of type File. Values of this property are of type Property.Types.TEXT.

See Also:
Property.Types.TEXT, Constant Field Values

FILE_PATH

public final java.lang.String FILE_PATH
The "Path" property for Items of type File. Values of this property are of type Property.Types.TEXT.

See Also:
Property.Types.TEXT, Constant Field Values

FILE_SYNC_MD5

public final java.lang.String FILE_SYNC_MD5
The "Sync MD5" property for Items of type File. Values of this property are of type Property.Types.BINARY.

See Also:
Property.Types.BINARY, Constant Field Values

FILE_SYNC_TIME

public final java.lang.String FILE_SYNC_TIME
The "Sync Time" property for Items of type File. Values of this property are of type Property.Types.TIME.

See Also:
Property.Types.TIME, Constant Field Values

FILE_LOCAL_TIMESTAMP

public final java.lang.String FILE_LOCAL_TIMESTAMP
The "Local Timestamp" property for Items of type File. Values of this property are of type Property.Types.TIME.

See Also:
Property.Types.TIME, Constant Field Values

FILE_STATUS

public final java.lang.String FILE_STATUS
The "Status" property for Items of type File. Values of this property are of type Property.Types.ENUMERATED.

See Also:
Property.Types.ENUMERATED, Constant Field Values

FILE_LOCAL_FILE_EXISTS

public final java.lang.String FILE_LOCAL_FILE_EXISTS
The "Local File Exists" property for Items of type File. Values of this property are of type Property.Types.ENUMERATED.

See Also:
Property.Types.ENUMERATED, Constant Field Values

FILE_SYNC_KNOWN

public final java.lang.String FILE_SYNC_KNOWN
The "Sync Known" property for Items of type File. Values of this property are of type Property.Types.ENUMERATED.

See Also:
Property.Types.ENUMERATED, Constant Field Values

FILE_SYNC_ON_ROOT_PATH

public final java.lang.String FILE_SYNC_ON_ROOT_PATH
The "Sync On Root Path" property for Items of type File. Values of this property are of type Property.Types.ENUMERATED.

See Also:
Property.Types.ENUMERATED, Constant Field Values

FILE_LOCAL_SIZE

public final java.lang.String FILE_LOCAL_SIZE
The "Local Size" property for Items of type File. Values of this property are of type Property.Types.INT32.

See Also:
Property.Types.INT32, Constant Field Values

FILE_VIEW_VERSION

public final java.lang.String FILE_VIEW_VERSION
The "View Version" property for Items of type File. Values of this property are of type Property.Types.INT32.

See Also:
Property.Types.INT32, Constant Field Values

FILE_SYNC_PATH_VERSION

public final java.lang.String FILE_SYNC_PATH_VERSION
The "Sync Path Version" property for Items of type File. Values of this property are of type Property.Types.INT32.

See Also:
Property.Types.INT32, Constant Field Values

FILE_SYNC_SIZE

public final java.lang.String FILE_SYNC_SIZE
The "Sync Size" property for Items of type File. Values of this property are of type Property.Types.INT32.

See Also:
Property.Types.INT32, Constant Field Values

FILE_SYNC_CONTENT_VERSION

public final java.lang.String FILE_SYNC_CONTENT_VERSION
The "Sync Content Version" property for Items of type File. Values of this property are of type Property.Types.INT32.

See Also:
Property.Types.INT32, Constant Field Values

FILE_SYNC_OBJECT_VERSION

public final java.lang.String FILE_SYNC_OBJECT_VERSION
The "Sync Object Version" property for Items of type File. Values of this property are of type Property.Types.INT32.

See Also:
Property.Types.INT32, Constant Field Values

FILE_LOCAL_EXECUTABLE

public final java.lang.String FILE_LOCAL_EXECUTABLE
The "Working File Executable" property for Items of type File. Values of this property are of type Property.Types.ENUMERATED.

See Also:
Property.Types.ENUMERATED, Constant Field Values

FILE_LOCAL_NAME

public final java.lang.String FILE_LOCAL_NAME
The "Local Name" property for Items of type File. Values of this property are of type Property.Types.TEXT.

See Also:
Property.Types.TEXT, Constant Field Values

FILE_LOCAL_PATH

public final java.lang.String FILE_LOCAL_PATH
The "Local Path" property for Items of type File. Values of this property are of type Property.Types.TEXT.

See Also:
Property.Types.TEXT, Constant Field Values

FOLDER_NAME

public final java.lang.String FOLDER_NAME
The "Name" property for Items of type Folder. Values of this property are of type Property.Types.TEXT.

See Also:
Property.Types.TEXT, Constant Field Values

FOLDER_DESCRIPTION

public final java.lang.String FOLDER_DESCRIPTION
The "Description" property for Items of type Folder. Values of this property are of type Property.Types.TEXT.

See Also:
Property.Types.TEXT, Constant Field Values

FOLDER_WORKING_FOLDER

public final java.lang.String FOLDER_WORKING_FOLDER
The "Working Folder" property for Items of type Folder. Values of this property are of type Property.Types.TEXT.

See Also:
Property.Types.TEXT, Constant Field Values

FOLDER_EXCLUDE_FLAGS

public final java.lang.String FOLDER_EXCLUDE_FLAGS
The "Exclude Flags" property for Items of type Folder. Values of this property are of type Property.Types.ENUMERATED.

See Also:
Property.Types.ENUMERATED, Constant Field Values

FOLDER_EXCLUDE_SPEC

public final java.lang.String FOLDER_EXCLUDE_SPEC
The "Exclude Spec" property for Items of type Folder. Values of this property are of type Property.Types.TEXT.

See Also:
Property.Types.TEXT, Constant Field Values

FOLDER_CREATE_PROJECT_ID

public final java.lang.String FOLDER_CREATE_PROJECT_ID
The "Creating Project" property for Items of type Folder. Values of this property are of type Property.Types.OBJECT_ID.

See Also:
Property.Types.OBJECT_ID, Constant Field Values

LABEL_PROJECT_ID

public final java.lang.String LABEL_PROJECT_ID
The "Project ID" property for Labels. Values of this property are of type Property.Types.OBJECT_ID.

See Also:
Property.Types.OBJECT_ID, Constant Field Values

LABEL_VIEW_ID

public final java.lang.String LABEL_VIEW_ID
The "View ID" property for Labels. Values of this property are of type Property.Types.OBJECT_ID.

See Also:
Property.Types.OBJECT_ID, Constant Field Values

LABEL_NAME

public final java.lang.String LABEL_NAME
The "Name" property for Items of type Label. Values of this property are of type Property.Types.TEXT.

See Also:
Property.Types.TEXT, Constant Field Values

LABEL_DESCRIPTION

public final java.lang.String LABEL_DESCRIPTION
The "Description" property for Items of type Label. Values of this property are of type Property.Types.TEXT.

See Also:
Property.Types.TEXT, Constant Field Values

LABEL_MEMBER_ID

public final java.lang.String LABEL_MEMBER_ID
The "Member ID" property for Items of type Label. Values of this property are of type Property.Types.INT32.

See Also:
Property.Types.INT32, Constant Field Values

LABEL_LABEL_TIME

public final java.lang.String LABEL_LABEL_TIME
The "Label Time" property for Items of type Label. Values of this property are of type Property.Types.TIME.

See Also:
Property.Types.TIME, Constant Field Values

LABEL_FLAGS

public final java.lang.String LABEL_FLAGS
The "Flags" property for Items of type Label. Values of this property are of type Property.Types.INT32.

See Also:
Property.Types.INT32, Constant Field Values

PROJECT_NAME

public final java.lang.String PROJECT_NAME
The "Name" property for Items of type Project. Values of this property are of type Property.Types.TEXT.

See Also:
Property.Types.TEXT, Constant Field Values

PROJECT_DESCRIPTION

public final java.lang.String PROJECT_DESCRIPTION
The "Description" property for Items of type Project. Values of this property are of type Property.Types.TEXT.

See Also:
Property.Types.TEXT, Constant Field Values

PROJECT_COMPACTION

public final java.lang.String PROJECT_COMPACTION
The "Compact Data" property for Items of type Project. Values of this property are of type Property.Types.INT32.

See Also:
Property.Types.INT32, Constant Field Values

PROJECT_DEFAULT_TYPES

public static final java.lang.String PROJECT_DEFAULT_TYPES
The "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.

See Also:
Property.Types.IDARRAY, Constant Field Values

PROJECT_ENCRYPTION

public final java.lang.String PROJECT_ENCRYPTION
The "Encryption Method" property for Items of type Project. Values of this property are of type Property.Types.ENUMERATED.

See Also:
Property.Types.ENUMERATED, Constant Field Values

PROJECT_MAIL

public final java.lang.String PROJECT_MAIL
The "Enable Mail" property for Items of type Project. Values of this property are of type Property.Types.INT32.

See Also:
Property.Types.INT32, Constant Field Values

PROJECT_DEFAULT_VIEW_ID

public final java.lang.String PROJECT_DEFAULT_VIEW_ID
The "Default View ID" property for Items of type Project. Values of this property are of type Property.Types.INT32.

See Also:
Property.Types.INT32, Constant Field Values

PROJECT_TYPE

public final java.lang.String PROJECT_TYPE
The "Project Type" property for Items of type Project. Values of this property are of type Property.Types.ENUMERATED.

See Also:
Property.Types.ENUMERATED, Constant Field Values

PROJECT_CONFIGSOURCE1

public final java.lang.String PROJECT_CONFIGSOURCE1
The "Config Source 1" property for Items of type Project. Values of this property are of type Property.Types.TEXT.

See Also:
Property.Types.TEXT, Constant Field Values

PROJECT_CONFIGSOURCE2

public final java.lang.String PROJECT_CONFIGSOURCE2
The "Config Source 2" property for Items of type Project. Values of this property are of type Property.Types.TEXT.

See Also:
Property.Types.TEXT, Constant Field Values

PROJECT_KEYWORD_EXTENSIONS

public final java.lang.String PROJECT_KEYWORD_EXTENSIONS
The "Keywords File Extensions" property for Items of type Project. Values of this property are of type Property.Types.TEXT.

See Also:
Property.Types.TEXT, Constant Field Values

PROJECT_USE_KEYWORDS

public final java.lang.String PROJECT_USE_KEYWORDS
The "Use Keywords" property for Items of type Project. Values of this property are of type Property.Types.INT32.

See Also:
Property.Types.INT32, Constant Field Values

PROJECT_FORCE_CHECKIN_REASON

public final java.lang.String PROJECT_FORCE_CHECKIN_REASON
The "Force Checkin Reason" property for Items of type Project. Values of this property are of type Property.Types.INT32.

See Also:
Property.Types.INT32, Constant Field Values

PROJECT_REQUIRE_LOCK_FOR_CHECKIN

public final java.lang.String PROJECT_REQUIRE_LOCK_FOR_CHECKIN
The "Require Lock For Checkin" property for Items of type Project. Values of this property are of type Property.Types.INT32.

See Also:
Property.Types.INT32, Constant Field Values

PROJECT_MARK_UNLOCKED_FILES_READ_ONLY

public final java.lang.String PROJECT_MARK_UNLOCKED_FILES_READ_ONLY
The "Mark Unlocked Files ReadOnly" property for Items of type Project. Values of this property are of type Property.Types.INT32.

See Also:
Property.Types.INT32, Constant Field Values

PROJECT_PROCESS_REQUIRED

public final java.lang.String PROJECT_PROCESS_REQUIRED
The "Process Required" property for Items of type Project. Values of this property are of type Property.Types.INT32.

See Also:
Property.Types.INT32, Constant Field Values

PROJECT_PROCESS_SELECT_CR

public final java.lang.String PROJECT_PROCESS_SELECT_CR
The "Process Select CR" property for Items of type Project. Values of this property are of type Property.Types.INT32.

See Also:
Property.Types.INT32, Constant Field Values

PROJECT_PROCESS_SHOW_CR_OPEN

public final java.lang.String PROJECT_PROCESS_SHOW_CR_OPEN
The "Process CR Open" property for Items of type Project. Values of this property are of type Property.Types.INT32.

See Also:
Property.Types.INT32, Constant Field Values

PROJECT_PROCESS_SHOW_CR_IN_PROGRESS

public final java.lang.String PROJECT_PROCESS_SHOW_CR_IN_PROGRESS
The "Process CR InProgress" property for Items of type Project. Values of this property are of type Property.Types.INT32.

See Also:
Property.Types.INT32, Constant Field Values

PROJECT_PROCESS_SELECT_TASK

public final java.lang.String PROJECT_PROCESS_SELECT_TASK
The "Process Select Task" property for Items of type Project. Values of this property are of type Property.Types.INT32.

See Also:
Property.Types.INT32, Constant Field Values

PROJECT_PROCESS_SHOW_TASK_READY

public final java.lang.String PROJECT_PROCESS_SHOW_TASK_READY
The "Process Task Ready" property for Items of type Project. Values of this property are of type Property.Types.INT32.

See Also:
Property.Types.INT32, Constant Field Values

PROJECT_PROCESS_SHOW_TASK_IN_PROGRESS

public final java.lang.String PROJECT_PROCESS_SHOW_TASK_IN_PROGRESS
The "Process Task InProgress" property for Items of type Project. Values of this property are of type Property.Types.INT32.

See Also:
Property.Types.INT32, Constant Field Values

PROJECT_PROCESS_SELECT_REQUIREMENT

public final java.lang.String PROJECT_PROCESS_SELECT_REQUIREMENT
The "Process Select Requirement" property for Items of type Project. Values of this property are of type Types.INT32.

See Also:
Property.Types.INT32, Constant Field Values

PROJECT_PROCESS_SHOW_REQUIREMENT_APPROVED

public final java.lang.String PROJECT_PROCESS_SHOW_REQUIREMENT_APPROVED
The "Process Requirement Approved" property for Items of type Project. Values of this property are of type Types.INT32.

See Also:
Property.Types.INT32, Constant Field Values

PROJECT_PROCESS_LINKS

public static final 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).

See Also:
Property.Types.ENUMERATED, PropertyEnums.PROJECT_PROCESS_LINKS_DIRECT, PropertyEnums.PROJECT_PROCESS_LINKS_VIA_PROCESS_TASK, Project.isEnhancedProcessItemsEnabled(), Constant Field Values

PROJECT_DISPLAY_ALTERNATE_TASK_EDITOR

public final java.lang.String PROJECT_DISPLAY_ALTERNATE_TASK_EDITOR
The "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.

See Also:
Constant Field Values

PROJECT_ALTERNATE_TASK_EDITOR_PATH

public final java.lang.String PROJECT_ALTERNATE_TASK_EDITOR_PATH
The "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

See Also:
Constant Field Values

PROJECT_DISPLAY_ALTERNATE_CR_EDITOR

public final java.lang.String PROJECT_DISPLAY_ALTERNATE_CR_EDITOR
The "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.

See Also:
Constant Field Values

PROJECT_ALTERNATE_CR_EDITOR_PATH

public final java.lang.String PROJECT_ALTERNATE_CR_EDITOR_PATH
The "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

See Also:
Constant Field Values

PROJECT_DISPLAY_ALTERNATE_REQUIREMENT_EDITOR

public final java.lang.String PROJECT_DISPLAY_ALTERNATE_REQUIREMENT_EDITOR
The "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.

See Also:
Constant Field Values

PROJECT_ALTERNATE_REQUIREMENT_EDITOR_PATH

public final java.lang.String PROJECT_ALTERNATE_REQUIREMENT_EDITOR_PATH
The "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

See Also:
Constant Field Values

PROJECT_DISPLAY_ALTERNATE_FILE_EDITOR

public final java.lang.String PROJECT_DISPLAY_ALTERNATE_FILE_EDITOR
The "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.

See Also:
Constant Field Values

PROJECT_ALTERNATE_FILE_EDITOR_PATH

public final java.lang.String PROJECT_ALTERNATE_FILE_EDITOR_PATH
The "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

See Also:
Constant Field Values

PROJECT_DISPLAY_ALTERNATE_TOPIC_EDITOR

public final java.lang.String PROJECT_DISPLAY_ALTERNATE_TOPIC_EDITOR
The "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.

See Also:
Constant Field Values

PROJECT_ALTERNATE_TOPIC_EDITOR_PATH

public final java.lang.String PROJECT_ALTERNATE_TOPIC_EDITOR_PATH
The "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

See Also:
Constant Field Values

PROMOTIONMODEL_NAME

public final java.lang.String PROMOTIONMODEL_NAME
The "Name" property for Items of type PromotionModel. Values of this property are of type Property.Types.TEXT.

See Also:
Property.Types.TEXT, Constant Field Values

PROMOTIONMODEL_DESCRIPTION

public final java.lang.String PROMOTIONMODEL_DESCRIPTION
The "Description" property for Items of type PromotionModel. Values of this property are of type Property.Types.TEXT.

See Also:
Property.Types.TEXT, Constant Field Values

PROMOTIONMODEL_STATE_COUNT

public final java.lang.String PROMOTIONMODEL_STATE_COUNT
The "State Count" property for Items of type PromotionModel. Values of this property are of type Property.Types.INT32.

See Also:
Property.Types.INT32, Constant Field Values

PROMOTIONMODEL_STATE_IDS

public final java.lang.String PROMOTIONMODEL_STATE_IDS
The "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.

See Also:
Property.Types.IDARRAY, Property.Types.BINARY, Constant Field Values

PROMOTIONSTATE_NAME

public final java.lang.String PROMOTIONSTATE_NAME
The "Name" property for Items of type PromotionState. Values of this property are of type Property.Types.TEXT.

See Also:
Property.Types.TEXT, Constant Field Values

PROMOTIONSTATE_DESCRIPTION

public final java.lang.String PROMOTIONSTATE_DESCRIPTION
The "Description" property for Items of type PromotionState. Values of this property are of type Property.Types.TEXT.

See Also:
Property.Types.TEXT, Constant Field Values

PROMOTIONSTATE_LABEL_ID

public final java.lang.String PROMOTIONSTATE_LABEL_ID
The "Label ID" property for Items of type PromotionState. Values of this property are of type Property.Types.OBJECT_ID.

See Also:
Property.Types.OBJECT_ID, Constant Field Values

REF_CREATED_TIME

public final java.lang.String REF_CREATED_TIME
The "Created Time" property for an ItemReference. Values of this property are of type Property.Types.TIME.

See Also:
Property.Types.TIME, Constant Field Values

REF_CREATED_USER_ID

public final java.lang.String REF_CREATED_USER_ID
The "Created User ID" property for an ItemReference. Values of this property are of type Property.Types.USER_ID.

See Also:
Property.Types.USER_ID, Constant Field Values

REF_MODIFIED_TIME

public final java.lang.String REF_MODIFIED_TIME
The "Modified Time" property for an ItemReference. Values of this property are of type Property.Types.TIME.

See Also:
Property.Types.TIME, Constant Field Values

REF_END_MODIFIED_TIME

public final java.lang.String REF_END_MODIFIED_TIME
The "End Modified Time" property for an ItemReference. Values of this property are of type Property.Types.TIME.

See Also:
Property.Types.TIME, Constant Field Values

REF_MODIFIED_USER_ID

public final java.lang.String REF_MODIFIED_USER_ID
The "Modified User ID" property for an ItemReference. Values of this property are of type Property.Types.USER_ID.

See Also:
Property.Types.USER_ID, Constant Field Values

REF_DELETED_TIME

public final java.lang.String REF_DELETED_TIME
The "Deleted Time" property for an ItemReference. Values of this property are of type Property.Types.TIME.

See Also:
Property.Types.TIME, Constant Field Values

REF_DELETED_USER_ID

public final java.lang.String REF_DELETED_USER_ID
The "Deleted User ID" property for an ItemReference. Values of this property are of type Property.Types.USER_ID.

See Also:
Property.Types.USER_ID, Constant Field Values

REF_PROJECT_ID

public final java.lang.String REF_PROJECT_ID
The "Project ID" property for an ItemReference. Values of this property are of type Property.Types.INT32.

See Also:
Property.Types.INT32, Constant Field Values

REF_PROJECT_NAME

public final java.lang.String REF_PROJECT_NAME
The "Project Name" property for an ItemReference. Values of this property are of type Property.Types.TEXT.

See Also:
Property.Types.TEXT, Constant Field Values

REF_VIEW_ID

public final java.lang.String REF_VIEW_ID
The "View ID" property for an ItemReference. Values of this property are of type Property.Types.INT32.

See Also:
Property.Types.INT32, Constant Field Values

REF_VIEW_PATH

public final java.lang.String REF_VIEW_PATH
The "View Path" property for an ItemReference. Values of this property are of type Property.Types.TEXT.

See Also:
Property.Types.TEXT, Constant Field Values

REF_FOLDER_ITEM_ID

public final java.lang.String REF_FOLDER_ITEM_ID
The "Folder Item ID" property for an ItemReference. Values of this property are of type Property.Types.INT32.

See Also:
Property.Types.INT32, Constant Field Values

REF_FOLDER_PATH

public final java.lang.String REF_FOLDER_PATH
The "Folder Path" property for an ItemReference. Values of this property are of type Property.Types.TEXT.

See Also:
Property.Types.TEXT, Constant Field Values

REF_ITEM_ID

public final java.lang.String REF_ITEM_ID
The "Item ID" property for an ItemReference. Values of this property are of type Property.Types.INT32.

See Also:
Property.Types.INT32, Constant Field Values

REF_ITEM_OBJECT_ID

public final java.lang.String REF_ITEM_OBJECT_ID
The "Item Object ID" property for an ItemReference. Values of this property are of type Property.Types.INT32.

See Also:
Property.Types.INT32, Constant Field Values

REF_ITEM_REVISION

public final java.lang.String REF_ITEM_REVISION
The "Item Revision" property for an ItemReference. Values of this property are of type Property.Types.TEXT.

See Also:
Property.Types.TEXT, Constant Field Values

REF_FLAGS

public final java.lang.String REF_FLAGS
The "Flags" property for an ItemReference. Values of this property are of type Property.Types.INT32.

See Also:
Property.Types.INT32, Constant Field Values

REF_DERIVED_COUNT

public final java.lang.String REF_DERIVED_COUNT
The "Derived Count" property for an ItemReference. Values of this property are of type Property.Types.INT32.

See Also:
Property.Types.INT32, Constant Field Values

TASK_ESTIMATED_HOURS_VARIANCE

public final java.lang.String TASK_ESTIMATED_HOURS_VARIANCE
The "Estimated Hours Variance" property for Items of type Task. Values of this property are of type Property.Types.FLOAT64.

See Also:
Property.Types.FLOAT64, Constant Field Values

TASK_ESTIMATED_START_VARIANCE

public final java.lang.String TASK_ESTIMATED_START_VARIANCE
The "Estimated Start Variance" property for Items of type Task. Values of this property are of type Property.Types.INT32.

See Also:
Property.Types.INT32, Constant Field Values

TASK_ESTIMATED_FINISH_VARIANCE

public final java.lang.String TASK_ESTIMATED_FINISH_VARIANCE
The "Estimated Finish Variance" property for Items of type Task. Values of this property are of type Property.Types.INT32.

See Also:
Property.Types.INT32, Constant Field Values

TASK_PARENT_ID

public final java.lang.String TASK_PARENT_ID
The "Parent Task ID" property for Items of type Task. Values of this property are of type Property.Types.INT32.

See Also:
Property.Types.INT32, Constant Field Values

TASK_DURATION

public final java.lang.String TASK_DURATION
The "Task Duration" property for Items of type Task. Values of this property are of type Property.Types.FLOAT64.

See Also:
Property.Types.FLOAT64, Constant Field Values

TASK_NUMBER

public final java.lang.String TASK_NUMBER
The "Task Number" property for Items of type Task. Values of this property are of type Property.Types.INT32.

See Also:
Property.Types.INT32, Constant Field Values

TASK_NEEDS_ATTENTION

public final java.lang.String TASK_NEEDS_ATTENTION
The "Needs Attention" property for Items of type Task. Values of this property are of type Property.Types.ENUMERATED.

See Also:
Property.Types.ENUMERATED, Constant Field Values

TASK_NAME

public final java.lang.String TASK_NAME
The "Task Name" property for Items of type Task. Values of this property are of type Property.Types.TEXT.

See Also:
Property.Types.TEXT, Constant Field Values

TASK_ATTENTION_NOTES

public final java.lang.String TASK_ATTENTION_NOTES
The "Attention Notes" property for Items of type Task. Values of this property are of type Property.Types.TEXT.

See Also:
Property.Types.TEXT, Constant Field Values

TASK_NOTES

public final java.lang.String TASK_NOTES
The "Notes" property for Items of type Task. Values of this property are of type Property.Types.TEXT.

See Also:
Property.Types.TEXT, Constant Field Values

TASK_PERCENT_COMPLETE

public final java.lang.String TASK_PERCENT_COMPLETE
The "Percent Complete" property for Items of type Task. Values of this property are of type Property.Types.INT32.

See Also:
Property.Types.INT32, Constant Field Values

TASK_MILESTONE

public final java.lang.String TASK_MILESTONE
The "Milestone" property for Items of type Task. Values of this property are of type Property.Types.ENUMERATED.

See Also:
Property.Types.ENUMERATED, Constant Field Values

TASK_TYPE

public final java.lang.String TASK_TYPE
The "Task Type" property for Items of type Task. Values of this property are of type Property.Types.ENUMERATED.

See Also:
Property.Types.ENUMERATED, Constant Field Values

TASK_PRIORITY

public final java.lang.String TASK_PRIORITY
The "Priority" property for Items of type Task. Values of this property are of type Property.Types.ENUMERATED.

See Also:
Property.Types.ENUMERATED, Constant Field Values

TASK_CONSTRAINT_TYPE

public final java.lang.String TASK_CONSTRAINT_TYPE
The "Constraint Type" property for Items of type Task. Values of this property are of type Property.Types.ENUMERATED.

See Also:
Property.Types.ENUMERATED, Constant Field Values

TASK_CONSTRAINT_DATE

public final java.lang.String TASK_CONSTRAINT_DATE
The "Constraint Date" property for Items of type Task. Values of this property are of type Property.Types.TIME.

See Also:
Property.Types.TIME, Constant Field Values

TASK_RESPONSIBILITY

public final java.lang.String TASK_RESPONSIBILITY
The "Responsibility" property for Items of type Task. Values of this property are of type Property.Types.USER_ID.

See Also:
Property.Types.USER_ID, Constant Field Values

TASK_GUID

public final java.lang.String TASK_GUID
The "MS Task GUID" property for Items of type Task. Values of this property are of type Property.Types.TEXT.

See Also:
Property.Types.TEXT, Constant Field Values

TASK_ESTIMATED_HOURS

public final java.lang.String TASK_ESTIMATED_HOURS
The "Estimated Hours" property for Items of type Task. Values of this property are of type Property.Types.FLOAT64.

See Also:
Property.Types.FLOAT64, Constant Field Values

TASK_UNIQUE_ID

public final java.lang.String TASK_UNIQUE_ID
The "MS Task Unique ID" property for Items of type Task. Values of this property are of type Property.Types.INT32.

See Also:
Property.Types.INT32, Constant Field Values

TASK_ESTIMATED_START

public final java.lang.String TASK_ESTIMATED_START
The "Estimated Start" property for Items of type Task. Values of this property are of type Property.Types.TIME.

See Also:
Property.Types.TIME, Constant Field Values

TASK_WBS_CODE

public final java.lang.String TASK_WBS_CODE
The "MS WBS Code" property for Items of type Task. Values of this property are of type Property.Types.TEXT.

See Also:
Property.Types.TEXT, Constant Field Values

TASK_ESTIMATED_FINISH

public final java.lang.String TASK_ESTIMATED_FINISH
The "Estimated Finish" property for Items of type Task. Values of this property are of type Property.Types.TIME.

See Also:
Property.Types.TIME, Constant Field Values

TASK_MSPROJECT_FILENAME

public final java.lang.String TASK_MSPROJECT_FILENAME
The "MS Project File Name" property for Items of type Task. Values of this property are of type Property.Types.TEXT.

See Also:
Property.Types.TEXT, Constant Field Values

TASK_ACTUAL_HOURS

public final java.lang.String TASK_ACTUAL_HOURS
The "Actual Hours" property for Items of type Task. Values of this property are of type Property.Types.FLOAT64.

See Also:
Property.Types.FLOAT64, Constant Field Values

TASK_MSPROJECT_LAST_UPDATE

public final java.lang.String TASK_MSPROJECT_LAST_UPDATE
The "Last MS Project Update" property for Items of type Task. Values of this property are of type Property.Types.TIME.

See Also:
Property.Types.TIME, Constant Field Values

TASK_ACTUAL_START

public final java.lang.String TASK_ACTUAL_START
The "Actual Start" property for Items of type Task. Values of this property are of type Property.Types.TIME.

See Also:
Property.Types.TIME, Constant Field Values

TASK_ACTUAL_FINISH

public final java.lang.String TASK_ACTUAL_FINISH
The "Actual Finish" property for Items of type Task. Values of this property are of type Property.Types.TIME.

See Also:
Property.Types.TIME, Constant Field Values

TASK_RESOURCE_COUNT

public final java.lang.String TASK_RESOURCE_COUNT
The "Resource Count" property for Items of type Task. Values of this property are of type Property.Types.INT32.

See Also:
Property.Types.INT32, Constant Field Values

TASK_RESOURCE_IDS

public final java.lang.String TASK_RESOURCE_IDS
The "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.

See Also:
Property.Types.IDARRAY, Property.Types.BINARY, Constant Field Values

TASK_CHILDREN_COUNT

public final java.lang.String TASK_CHILDREN_COUNT
The "Children Count" property for Items of type Task. Values of this property are of type Property.Types.INT32.

See Also:
Property.Types.INT32, Constant Field Values

TASK_WORKRECORD_COUNT

public final java.lang.String TASK_WORKRECORD_COUNT
The "Work Record Count" property for Items of type Task. Values of this property are of type Property.Types.INT32.

See Also:
Property.Types.INT32, Constant Field Values

TASK_IS_REPLICATED

public final java.lang.String TASK_IS_REPLICATED
The "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.

See Also:
Property.Types.INT32, Constant Field Values

TASK_RESOURCE_NAMES

public final java.lang.String TASK_RESOURCE_NAMES
The "Resource Names" property for Items of type Task. Values of this property are of type Property.Types.TEXT.

See Also:
Property.Types.TEXT, Constant Field Values

TASK_IS_MY_TASK

public final java.lang.String TASK_IS_MY_TASK
The "Is My Task" property for Items of type Task. Values of this property are of type Property.Types.ENUMERATED.

See Also:
Property.Types.ENUMERATED, Constant Field Values

TASK_ORIGIN

public final java.lang.String TASK_ORIGIN
The "Task Origin" property for Items of type Task. Values of this property are of type Property.Types.ENUMERATED.

See Also:
Property.Types.ENUMERATED, Constant Field Values

TASK_STATUS

public final java.lang.String TASK_STATUS
The "Status" property for Items of type Task. Values of this property are of type Property.Types.ENUMERATED.

See Also:
Property.Types.ENUMERATED, Constant Field Values

TASK_WORK_DEPENDENCY_LAST_UPDATE

public final java.lang.String TASK_WORK_DEPENDENCY_LAST_UPDATE
The "Last Work/Dependency Update" property for Items of type Task. Values of this property are of type Property.Types.TIME.

See Also:
Property.Types.TIME, Constant Field Values

TASK_USAGE

public static final java.lang.String TASK_USAGE
The 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.

See Also:
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 Values

TASK_USAGE_90

public static final java.lang.String TASK_USAGE_90
A custom property that is the functional equivalent of TASK_USAGE for StarTeam 9.0 servers and earlier.

See Also:
Property.Types.ENUMERATED, PropertyNames.TASK_USAGE, Constant Field Values

TASKDEPENDENCY_TASK_ID

public final java.lang.String TASKDEPENDENCY_TASK_ID
The "Task ID" property for Items of type TaskDependency. Values of this property are of type Property.Types.INT32.

See Also:
Property.Types.INT32, Constant Field Values

TASKDEPENDENCY_PREDECESSOR_ID

public final java.lang.String TASKDEPENDENCY_PREDECESSOR_ID
The "Predecessor ID" property for Items of type TaskDependency. Values of this property are of type Property.Types.INT32.

See Also:
Property.Types.INT32, Constant Field Values

TASKDEPENDENCY_LAG_TIME

public final java.lang.String TASKDEPENDENCY_LAG_TIME
The "Lag Time" property for Items of type TaskDependency. Values of this property are of type Property.Types.INT32.

See Also:
Property.Types.INT32, Constant Field Values

TASKDEPENDENCY_TYPE

public final java.lang.String TASKDEPENDENCY_TYPE
The "Predecessor Type" property for Items of type TaskDependency. Values of this property are of type Property.Types.ENUMERATED.

See Also:
Property.Types.ENUMERATED, Constant Field Values

TOPIC_TITLE

public final java.lang.String TOPIC_TITLE
The "Title" property for Items of type Topic. Values of this property are of type Property.Types.TEXT.

See Also:
Property.Types.TEXT, Constant Field Values

TOPIC_PARENT

public final java.lang.String TOPIC_PARENT
The "Parent Topic ID" property for Items of type Topic. Values of this property are of type Property.Types.INT32.

See Also:
Property.Types.INT32, Constant Field Values

TOPIC_DESCRIPTION

public final java.lang.String TOPIC_DESCRIPTION
The "Content" property for Items of type Topic. Values of this property are of type Property.Types.TEXT.

See Also:
Property.Types.TEXT, Constant Field Values

TOPIC_PRIORITY

public final java.lang.String TOPIC_PRIORITY
The "Priority" property for Items of type Topic. Values of this property are of type Property.Types.ENUMERATED.

See Also:
Property.Types.ENUMERATED, Constant Field Values

TOPIC_NUMBER

public final java.lang.String TOPIC_NUMBER
The "Topic Number" property for Items of type Topic. Values of this property are of type Property.Types.INT32.

See Also:
Property.Types.INT32, Constant Field Values

TOPIC_STATUS

public final java.lang.String TOPIC_STATUS
The "Status" property for Items of type Topic. Values of this property are of type Property.Types.ENUMERATED.

See Also:
Property.Types.ENUMERATED, Constant Field Values

TOPIC_CHILDREN_COUNT

public final java.lang.String TOPIC_CHILDREN_COUNT
The "Children Count" property for Items of type Topic. Values of this property are of type Property.Types.INT32.

See Also:
Property.Types.INT32, Constant Field Values

TOPIC_TYPE

public final java.lang.String TOPIC_TYPE
The "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".

See Also:
Property.Types.ENUMERATED, Constant Field Values

USER_FULL_NAME

public final java.lang.String USER_FULL_NAME
The "Full Name" property for Items of type User. Values of this property are of type Property.Types.TEXT.

See Also:
Property.Types.TEXT, Constant Field Values

USER_EMAIL_ADDRESS

public final java.lang.String USER_EMAIL_ADDRESS
The "E-mail address" property for Items of type User. Values of this property are of type Property.Types.TEXT.

See Also:
Property.Types.TEXT, Constant Field Values

USER_ADDRESS

public final java.lang.String USER_ADDRESS
The "Address" property for Items of type User. Values of this property are of type Property.Types.TEXT.

See Also:
Property.Types.TEXT, Constant Field Values

USER_FAX

public final java.lang.String USER_FAX
The "Fax" property for Items of type User. Values of this property are of type Property.Types.TEXT.

See Also:
Property.Types.TEXT, Constant Field Values

USER_PAGER

public final java.lang.String USER_PAGER
The "Pager" property for Items of type User. Values of this property are of type Property.Types.TEXT.

See Also:
Property.Types.TEXT, Constant Field Values

USER_PHONE

public final java.lang.String USER_PHONE
The "Phone" property for Items of type User. Values of this property are of type Property.Types.TEXT.

See Also:
Property.Types.TEXT, Constant Field Values

USER_VOICE_MAIL

public final java.lang.String USER_VOICE_MAIL
The "VoiceMail" property for Items of type User. Values of this property are of type Property.Types.TEXT.

See Also:
Property.Types.TEXT, Constant Field Values

VIEW_NAME

public final java.lang.String VIEW_NAME
The "Name" property for Items of type View. Values of this property are of type Property.Types.TEXT.

See Also:
Property.Types.TEXT, Constant Field Values

VIEW_DESCRIPTION

public final java.lang.String VIEW_DESCRIPTION
The "Description" property for Items of type View. Values of this property are of type Property.Types.TEXT.

See Also:
Property.Types.TEXT, Constant Field Values

VIEW_PROJECT_ID

public final java.lang.String VIEW_PROJECT_ID
The "ProjectID" property for Items of type View. Values of this property are of type Property.Types.OBJECT_ID.

See Also:
Property.Types.OBJECT_ID, Constant Field Values

VIEW_PARENT_VIEW_ID

public final java.lang.String VIEW_PARENT_VIEW_ID
The "ParentViewID" property for Items of type View. Values of this property are of type Property.Types.OBJECT_ID.

See Also:
Property.Types.OBJECT_ID, Constant Field Values

VIEW_ROOT_MEMBER_ID

public final java.lang.String VIEW_ROOT_MEMBER_ID
The "RootMemberID" property for Items of type View. Values of this property are of type Property.Types.INT32.

See Also:
Property.Types.INT32, Constant Field Values

VIEW_WORKING_FOLDER

public final java.lang.String VIEW_WORKING_FOLDER
The "WorkingFolder" property for Items of type View. Values of this property are of type Property.Types.TEXT.

See Also:
Property.Types.TEXT, Constant Field Values

VIEW_BASECONFIG_TYPE

public final java.lang.String VIEW_BASECONFIG_TYPE
The "BaseConfigType" property for Items of type View. Values of this property are of type Property.Types.INT32.

See Also:
Property.Types.INT32, Constant Field Values

VIEW_BASECONFIG_DATA

public final java.lang.String VIEW_BASECONFIG_DATA
The "BaseConfigData" property for Items of type View. Values of this property are of type Property.Types.FLOAT64.

See Also:
Property.Types.FLOAT64, Constant Field Values

VIEW_FLAGS

public final java.lang.String VIEW_FLAGS
The "Flags" property for Items of type View. Values of this property are of type Property.Types.INT32.

See Also:
Property.Types.INT32, Constant Field Values

VIEW_SHARE_FLAGS

public final java.lang.String VIEW_SHARE_FLAGS
The "ShareFlags" property for Items of type View. Values of this property are of type Property.Types.INT32.

See Also:
Property.Types.INT32, Constant Field Values

VIEW_PROMOTION_ID

public final java.lang.String VIEW_PROMOTION_ID
The "PromotionID" property for Items of type View. Values of this property are of type Property.Types.INT32.

See Also:
Property.Types.INT32, Constant Field Values

VIEW_DELETE_COMPLETE

public final java.lang.String VIEW_DELETE_COMPLETE
The "DeleteComplete" property for Items of type View. Values of this property are of type Property.Types.INT32.

See Also:
Property.Types.INT32, Constant Field Values

WORKRECORD_USER_ID

public final java.lang.String WORKRECORD_USER_ID
The "User ID" property for Items of type WorkRecord. Values of this property are of type Property.Types.USER_ID.

See Also:
Property.Types.USER_ID, Constant Field Values

WORKRECORD_DATE

public final java.lang.String WORKRECORD_DATE
The "Work Date" property for Items of type WorkRecord. Values of this property are of type Property.Types.TIME.

See Also:
Property.Types.TIME, Constant Field Values

WORKRECORD_HOURS

public final java.lang.String WORKRECORD_HOURS
The "Hours" property for Items of type WorkRecord. Values of this property are of type Property.Types.FLOAT64.

See Also:
Property.Types.FLOAT64, Constant Field Values

WORKRECORD_TASK_ID

public final java.lang.String WORKRECORD_TASK_ID
The "Task ID" property for Items of type WorkRecord. Values of this property are of type Property.Types.INT32.

See Also:
Property.Types.INT32, Constant Field Values

WORKRECORD_COMMENT

public final java.lang.String WORKRECORD_COMMENT
The "Comment" property for Items of type WorkRecord. Values of this property are of type Property.Types.TEXT.

See Also:
Property.Types.TEXT, Constant Field Values

WORKRECORD_REMAINING_HOURS

public final java.lang.String WORKRECORD_REMAINING_HOURS
The "Remaining Hours" property for Items of type WorkRecord. Values of this property are of type Property.Types.FLOAT64.

See Also:
Property.Types.FLOAT64, Constant Field Values

AUDIT_TARGET_3_REVISION_TIME

public final java.lang.String AUDIT_TARGET_3_REVISION_TIME
The property "Target 3 Revision Time". Values of this property are of type Property.Types.TIME.

See Also:
Property.Types.TIME, Constant Field Values

AUDIT_TARGET_2_REVISION_TIME

public final java.lang.String AUDIT_TARGET_2_REVISION_TIME
The property "Target 2 Revision Time". Values of this property are of type Property.Types.TIME.

See Also:
Property.Types.TIME, Constant Field Values

AUDIT_ITEM_1_INFO

public final java.lang.String AUDIT_ITEM_1_INFO
The property "Item 1 Info". Values of this property are of type Property.Types.TEXT.

See Also:
Property.Types.TEXT, Constant Field Values

AUDIT_ITEM_3_INFO

public final java.lang.String AUDIT_ITEM_3_INFO
The property "Item 3 Info". Values of this property are of type Property.Types.TEXT.

See Also:
Property.Types.TEXT, Constant Field Values

AUDIT_ITEM_2_INFO

public final java.lang.String AUDIT_ITEM_2_INFO
The property "Item 2 Info". Values of this property are of type Property.Types.TEXT.

See Also:
Property.Types.TEXT, Constant Field Values

AUDIT_TARGET_3_CLASS_ID

public final java.lang.String AUDIT_TARGET_3_CLASS_ID
The property "Target 3 Class ID". Values of this property are of type Property.Types.INT32.

See Also:
Property.Types.INT32, Constant Field Values

AUDIT_TARGET_2_CLASS_ID

public final java.lang.String AUDIT_TARGET_2_CLASS_ID
The property "Target 2 Class ID". Values of this property are of type Property.Types.INT32.

See Also:
Property.Types.INT32, Constant Field Values

AUDIT_TARGET_1_REVISION_TIME

public final java.lang.String AUDIT_TARGET_1_REVISION_TIME
The property "Target 1 Revision Time". Values of this property are of type Property.Types.TIME.

See Also:
Property.Types.TIME, Constant Field Values

AUDIT_TARGET_3_OBJECT_ID

public final java.lang.String AUDIT_TARGET_3_OBJECT_ID
The property "Target 3 Object ID". Values of this property are of type Property.Types.INT32.

See Also:
Property.Types.INT32, Constant Field Values

AUDIT_TARGET_2_OBJECT_ID

public final java.lang.String AUDIT_TARGET_2_OBJECT_ID
The property "Target 2 Object ID". Values of this property are of type Property.Types.INT32.

See Also:
Property.Types.INT32, Constant Field Values

REV_BRANCH_FLAG

public final java.lang.String REV_BRANCH_FLAG
The "BranchFlag" property for an ItemRevision. Values of this property are of type Property.Types.INT32.

See Also:
Property.Types.INT32, Constant Field Values

REV_BRANCH_STATE

public final java.lang.String REV_BRANCH_STATE
The "BranchState" property for an ItemRevision. Values of this property are of type Property.Types.INT32.

See Also:
Property.Types.INT32, Constant Field Values

REV_LOCATION_ITEM_ID

public final java.lang.String REV_LOCATION_ITEM_ID
The "LocationItemID" property for an ItemRevision. Values of this property are of type Property.Types.INT32.

See Also:
Property.Types.INT32, Constant Field Values

REV_OBJECT_ID

public final java.lang.String REV_OBJECT_ID
The "ObjectID" property for an ItemRevision. Values of this property are of type Property.Types.OBJECT_ID.

See Also:
Property.Types.OBJECT_ID, Constant Field Values

REV_OBJECT_TIME

public final java.lang.String REV_OBJECT_TIME
The "ObjectTime" property for an ItemRevision. Values of this property are of type Property.Types.TIME.

See Also:
Property.Types.TIME, Constant Field Values

REV_PARENT_ITEM_ID

public final java.lang.String REV_PARENT_ITEM_ID
The "ParentItemID" property for an ItemRevision. Values of this property are of type Property.Types.INT32.

See Also:
Property.Types.INT32, Constant Field Values

REV_PROJECT_ID

public final java.lang.String REV_PROJECT_ID
The "ProjectID" property for an ItemRevision. Values of this property are of type Property.Types.INT32.

See Also:
Property.Types.INT32, Constant Field Values

REV_TIME

public final java.lang.String REV_TIME
The "Time" property for an ItemRevision. Values of this property are of type Property.Types.TIME.

See Also:
Property.Types.TIME, Constant Field Values

REV_USER_ID

public final java.lang.String REV_USER_ID
The "UserID" property for an ItemRevision. Values of this property are of type Property.Types.USER_ID.

See Also:
Property.Types.USER_ID, Constant Field Values

REV_VIEW_ID

public final java.lang.String REV_VIEW_ID
The "ViewID" property for an ItemRevision. Values of this property are of type Property.Types.OBJECT_ID.

See Also:
Property.Types.OBJECT_ID, Constant Field Values

REQ_PARENT_OBJECTID

public static final java.lang.String REQ_PARENT_OBJECTID
The "ParentRequirementID" property for a Requirement. Values of this property are of type Types.OBJECT_ID.

See Also:
Property.Types.OBJECT_ID, Constant Field Values

REQ_STATUS

public static final java.lang.String REQ_STATUS
The "Status" property for a Requirement. This property is an EnumeratedProperty.

See Also:
EnumeratedProperty, Constant Field Values


StarTeam SDK 10.4, Build 36
Copyright © 2003-2008 Borland Software Corporation. All rights reserved.