Uses of Class
javax.wvcm.PropertyNameList.PropertyName

Uses of PropertyNameList.PropertyName in javax.wvcm
 

Subclasses of PropertyNameList.PropertyName in javax.wvcm
static class PropertyNameList.AttributeName
          A name of an attribute.
static class PropertyNameList.NestedPropertyName
          A property name that has a nested property name list.
 

Fields in javax.wvcm declared as PropertyNameList.PropertyName
static PropertyNameList.PropertyName PropertyNameList.PropertyName.ALL_ATTRIBUTES
          This is a generic property that matches all attributes.
static PropertyNameList.PropertyName PropertyNameList.PropertyName.CONTENT_CHARACTER_SET
           
static PropertyNameList.PropertyName PropertyNameList.PropertyName.CONTENT_IDENTIFIER
           
static PropertyNameList.PropertyName PropertyNameList.PropertyName.CONTENT_LANGUAGE
           
static PropertyNameList.PropertyName PropertyNameList.PropertyName.CONTENT_LENGTH
           
static PropertyNameList.PropertyName PropertyNameList.PropertyName.CONTENT_TYPE
           
static PropertyNameList.PropertyName PropertyNameList.PropertyName.CREATION_DATE
           
static PropertyNameList.PropertyName PropertyNameList.PropertyName.DISPLAY_NAME
           
static PropertyNameList.PropertyName PropertyNameList.PropertyName.LAST_MODIFIED
           
static PropertyNameList.PropertyName PropertyNameList.PropertyName.ACTIVITY_CHECKOUT_LIST
           
static PropertyNameList.PropertyName PropertyNameList.PropertyName.ACTIVITY_FOLDER_LIST
           
static PropertyNameList.PropertyName PropertyNameList.PropertyName.ACTIVITY_LIST
           
static PropertyNameList.PropertyName PropertyNameList.PropertyName.ACTIVITY_VERSION_LIST
           
static PropertyNameList.PropertyName PropertyNameList.PropertyName.AUTO_MERGE_LIST
           
static PropertyNameList.PropertyName PropertyNameList.PropertyName.BASELINE_CONTROLLED_FOLDER_LIST
           
static PropertyNameList.PropertyName PropertyNameList.PropertyName.BASELINE_FOLDER
           
static PropertyNameList.PropertyName PropertyNameList.PropertyName.BINDING_LIST
           
static PropertyNameList.PropertyName PropertyNameList.PropertyName.CHECKED_IN
           
static PropertyNameList.PropertyName PropertyNameList.PropertyName.CHECKED_OUT
           
static PropertyNameList.PropertyName PropertyNameList.PropertyName.CHECKIN_FORK
           
static PropertyNameList.PropertyName PropertyNameList.PropertyName.CHECKOUT_FORK
           
static PropertyNameList.PropertyName PropertyNameList.PropertyName.CHECKOUT_LIST
           
static PropertyNameList.PropertyName PropertyNameList.PropertyName.COMMENT
           
static PropertyNameList.PropertyName PropertyNameList.PropertyName.CREATOR_DISPLAY_NAME
           
static PropertyNameList.PropertyName PropertyNameList.PropertyName.CURRENT_ACTIVITY_LIST
           
static PropertyNameList.PropertyName PropertyNameList.PropertyName.CURRENT_WORKSPACE_LIST
           
static PropertyNameList.PropertyName PropertyNameList.PropertyName.ECLIPSED_LIST
           
static PropertyNameList.PropertyName PropertyNameList.PropertyName.LABEL_NAME_LIST
           
static PropertyNameList.PropertyName PropertyNameList.PropertyName.MERGE_LIST
           
static PropertyNameList.PropertyName PropertyNameList.PropertyName.PREDECESSOR_LIST
           
static PropertyNameList.PropertyName PropertyNameList.PropertyName.ROOT_FOLDER
           
static PropertyNameList.PropertyName PropertyNameList.PropertyName.ROOT_VERSION
           
static PropertyNameList.PropertyName PropertyNameList.PropertyName.SUBACTIVITY_LIST
           
static PropertyNameList.PropertyName PropertyNameList.PropertyName.SUBBASELINE_LIST
           
static PropertyNameList.PropertyName PropertyNameList.PropertyName.SUCCESSOR_LIST
           
static PropertyNameList.PropertyName PropertyNameList.PropertyName.UNRESERVED
           
static PropertyNameList.PropertyName PropertyNameList.PropertyName.VERSION_BY_LABEL_FOLDER
           
static PropertyNameList.PropertyName PropertyNameList.PropertyName.VERSION_CONTROLLED_CONFIGURATION
           
static PropertyNameList.PropertyName PropertyNameList.PropertyName.VERSION_HISTORY
           
static PropertyNameList.PropertyName PropertyNameList.PropertyName.VERSION_HISTORY_FOLDER_LIST
           
static PropertyNameList.PropertyName PropertyNameList.PropertyName.VERSION_NAME
           
static PropertyNameList.PropertyName PropertyNameList.PropertyName.WORKSPACE
           
static PropertyNameList.PropertyName PropertyNameList.PropertyName.WORKSPACE_CHECKOUT_LIST
           
static PropertyNameList.PropertyName PropertyNameList.PropertyName.WORKSPACE_FOLDER_LIST
           
static PropertyNameList.PropertyName PropertyNameList.PropertyName.BASELINE_CONTROLLABLE
           
static PropertyNameList.PropertyName PropertyNameList.PropertyName.DIRTY_PROPERTY_LIST
           
static PropertyNameList.PropertyName PropertyNameList.PropertyName.IS_CHECKED_OUT
           
static PropertyNameList.PropertyName PropertyNameList.PropertyName.IS_DIRTY_CONTENT
           
static PropertyNameList.PropertyName PropertyNameList.PropertyName.IS_STALE_CONTENT
           
static PropertyNameList.PropertyName PropertyNameList.PropertyName.PARENT_BINDING_LIST
           
static PropertyNameList.PropertyName PropertyNameList.PropertyName.PROVIDER_LIST
           
static PropertyNameList.PropertyName PropertyNameList.PropertyName.RESOURCE_IDENTIFIER
           
static PropertyNameList.PropertyName PropertyNameList.PropertyName.SERVER_STATE
           
static PropertyNameList.PropertyName PropertyNameList.PropertyName.STALE_PROPERTY_LIST
           
static PropertyNameList.PropertyName PropertyNameList.PropertyName.VERSION_CONTROLLABLE
           
 

Methods in javax.wvcm that return PropertyNameList.PropertyName
 PropertyNameList.PropertyName[] PropertyNameList.getPropertyNames()
          Return the array of property names maintained by this PropertyNameList.
 

Constructors in javax.wvcm with parameters of type PropertyNameList.PropertyName
PropertyNameList(PropertyNameList.PropertyName[] propertyNames)
           
PropertyNameList.NestedPropertyName(PropertyNameList.PropertyName name, PropertyNameList nested)