javax.wvcm
Class PropertyNameList.PropertyName

java.lang.Object
  extended by javax.wvcm.PropertyNameList.PropertyName
Direct Known Subclasses:
PropertyNameList.AttributeName, PropertyNameList.NestedPropertyName
Enclosing class:
PropertyNameList

public static class PropertyNameList.PropertyName
extends java.lang.Object

The name of a property of a persistent resource.


Field Summary
static PropertyNameList.PropertyName ACTIVITY_CHECKOUT_LIST
           
static PropertyNameList.PropertyName ACTIVITY_FOLDER_LIST
           
static PropertyNameList.PropertyName ACTIVITY_LIST
           
static PropertyNameList.PropertyName ACTIVITY_VERSION_LIST
           
static PropertyNameList.PropertyName ALL_ATTRIBUTES
          This is a generic property that matches all attributes.
static PropertyNameList.PropertyName AUTO_MERGE_LIST
           
static PropertyNameList.PropertyName BASELINE_CONTROLLABLE
           
static PropertyNameList.PropertyName BASELINE_CONTROLLED_FOLDER_LIST
           
static PropertyNameList.PropertyName BASELINE_FOLDER
           
static PropertyNameList.PropertyName BINDING_LIST
           
static PropertyNameList.PropertyName CHECKED_IN
           
static PropertyNameList.PropertyName CHECKED_OUT
           
static PropertyNameList.PropertyName CHECKIN_FORK
           
static PropertyNameList.PropertyName CHECKOUT_FORK
           
static PropertyNameList.PropertyName CHECKOUT_LIST
           
static PropertyNameList.PropertyName COMMENT
           
static PropertyNameList.PropertyName CONTENT_CHARACTER_SET
           
static PropertyNameList.PropertyName CONTENT_IDENTIFIER
           
static PropertyNameList.PropertyName CONTENT_LANGUAGE
           
static PropertyNameList.PropertyName CONTENT_LENGTH
           
static PropertyNameList.PropertyName CONTENT_TYPE
           
static PropertyNameList.PropertyName CREATION_DATE
           
static PropertyNameList.PropertyName CREATION_USER
           
static PropertyNameList.PropertyName CREATOR_DISPLAY_NAME
           
static PropertyNameList.PropertyName CURRENT_ACTIVITY_LIST
           
static PropertyNameList.PropertyName CURRENT_WORKSPACE_LIST
           
static PropertyNameList.PropertyName DIRTY_PROPERTY_LIST
           
static PropertyNameList.PropertyName DISPLAY_NAME
           
static PropertyNameList.PropertyName ECLIPSED_LIST
           
static PropertyNameList.PropertyName GROUP_MEMBER_LIST
           
static PropertyNameList.PropertyName GROUP_MEMBERSHIP
           
static PropertyNameList.PropertyName IS_CHECKED_OUT
           
static PropertyNameList.PropertyName IS_DIRTY_CONTENT
           
static PropertyNameList.PropertyName IS_STALE_CONTENT
           
static PropertyNameList.PropertyName LABEL_NAME_LIST
           
static PropertyNameList.PropertyName LAST_MODIFIED
           
static PropertyNameList.PropertyName MERGE_LIST
           
static PropertyNameList.PropertyName MODIFICATION_DATE
           
static PropertyNameList.PropertyName MODIFICATION_USER
           
static PropertyNameList.PropertyName OWNER
           
static PropertyNameList.PropertyName PARENT_BINDING_LIST
           
static PropertyNameList.PropertyName PREDECESSOR_LIST
           
static PropertyNameList.PropertyName PRINCIPAL_FOLDER_LIST
           
static PropertyNameList.PropertyName PRIVILEGE_FOLDER_LIST
           
static PropertyNameList.PropertyName PROVIDER_LIST
           
static PropertyNameList.PropertyName RESOURCE_IDENTIFIER
           
static PropertyNameList.PropertyName ROOT_FOLDER
           
static PropertyNameList.PropertyName ROOT_VERSION
           
static PropertyNameList.PropertyName SERVER_STATE
           
static PropertyNameList.PropertyName STALE_PROPERTY_LIST
           
static PropertyNameList.PropertyName SUBACTIVITY_LIST
           
static PropertyNameList.PropertyName SUBBASELINE_LIST
           
static PropertyNameList.PropertyName SUCCESSOR_LIST
           
static PropertyNameList.PropertyName SUPPORTED_PRIVILEGE_LIST
           
static PropertyNameList.PropertyName UNRESERVED
           
static PropertyNameList.PropertyName VERSION_BY_LABEL_FOLDER
           
static PropertyNameList.PropertyName VERSION_CONTROLLABLE
           
static PropertyNameList.PropertyName VERSION_CONTROLLED_CONFIGURATION
           
static PropertyNameList.PropertyName VERSION_HISTORY
           
static PropertyNameList.PropertyName VERSION_HISTORY_FOLDER_LIST
           
static PropertyNameList.PropertyName VERSION_NAME
           
static PropertyNameList.PropertyName WORKSPACE
           
static PropertyNameList.PropertyName WORKSPACE_CHECKOUT_LIST
           
static PropertyNameList.PropertyName WORKSPACE_FOLDER_LIST
           
 
Method Summary
 boolean equals(java.lang.Object o)
          Indicates whether some other object is "equal to" this one.
 java.lang.String getString()
          Return the The string value of the property name
 int hashCode()
          Returns a hash code value for the object.
 java.lang.String toString()
          Return the string value of the property name.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

ALL_ATTRIBUTES

public static final PropertyNameList.PropertyName ALL_ATTRIBUTES
This is a generic property that matches all attributes. When ALL_ATTRIBUTES appear in a wanted property list, of a getAttribute request, all attributes of that resource are available on the proxy.


CONTENT_CHARACTER_SET

public static final PropertyNameList.PropertyName CONTENT_CHARACTER_SET
See Also:
Resource.getContentCharacterSet()

CONTENT_IDENTIFIER

public static final PropertyNameList.PropertyName CONTENT_IDENTIFIER
See Also:
Resource.getContentIdentifier()

CONTENT_LANGUAGE

public static final PropertyNameList.PropertyName CONTENT_LANGUAGE
See Also:
Resource.getContentLanguage()

CONTENT_LENGTH

public static final PropertyNameList.PropertyName CONTENT_LENGTH
See Also:
Resource.getContentLength()

CONTENT_TYPE

public static final PropertyNameList.PropertyName CONTENT_TYPE
See Also:
Resource.getContentType()

CREATION_DATE

public static final PropertyNameList.PropertyName CREATION_DATE
See Also:
Resource.getCreationDate()

DISPLAY_NAME

public static final PropertyNameList.PropertyName DISPLAY_NAME
See Also:
Resource.getDisplayName()

LAST_MODIFIED

public static final PropertyNameList.PropertyName LAST_MODIFIED
See Also:
Resource.getLastModified()

ACTIVITY_CHECKOUT_LIST

public static final PropertyNameList.PropertyName ACTIVITY_CHECKOUT_LIST
See Also:
Activity.getActivityCheckoutList()

ACTIVITY_FOLDER_LIST

public static final PropertyNameList.PropertyName ACTIVITY_FOLDER_LIST
See Also:
Workspace.getActivityFolderList()

ACTIVITY_LIST

public static final PropertyNameList.PropertyName ACTIVITY_LIST
See Also:
Version.getActivityList()

ACTIVITY_VERSION_LIST

public static final PropertyNameList.PropertyName ACTIVITY_VERSION_LIST
See Also:
Activity.getActivityVersionList()

AUTO_MERGE_LIST

public static final PropertyNameList.PropertyName AUTO_MERGE_LIST
See Also:
ControllableResource.getAutoMergeList()

BASELINE_CONTROLLED_FOLDER_LIST

public static final PropertyNameList.PropertyName BASELINE_CONTROLLED_FOLDER_LIST
See Also:
Workspace.getBaselineControlledFolderList()

BASELINE_FOLDER

public static final PropertyNameList.PropertyName BASELINE_FOLDER
See Also:
Baseline.getBaselineFolder()

BINDING_LIST

public static final PropertyNameList.PropertyName BINDING_LIST
See Also:
Folder.getBindingList()

CHECKED_IN

public static final PropertyNameList.PropertyName CHECKED_IN
See Also:
ControllableResource.getCheckedIn()

CHECKED_OUT

public static final PropertyNameList.PropertyName CHECKED_OUT
See Also:
ControllableResource.getCheckedOut()

CHECKIN_FORK

public static final PropertyNameList.PropertyName CHECKIN_FORK
See Also:
Version.getCheckinFork()

CHECKOUT_FORK

public static final PropertyNameList.PropertyName CHECKOUT_FORK
See Also:
Version.getCheckoutFork()

CHECKOUT_LIST

public static final PropertyNameList.PropertyName CHECKOUT_LIST
See Also:
Version.getCheckoutFork()

COMMENT

public static final PropertyNameList.PropertyName COMMENT
See Also:
Resource.getComment()

CREATOR_DISPLAY_NAME

public static final PropertyNameList.PropertyName CREATOR_DISPLAY_NAME
See Also:
Resource.getCreatorDisplayName()

CURRENT_ACTIVITY_LIST

public static final PropertyNameList.PropertyName CURRENT_ACTIVITY_LIST
See Also:
Workspace.getCurrentActivityList()

CURRENT_WORKSPACE_LIST

public static final PropertyNameList.PropertyName CURRENT_WORKSPACE_LIST
See Also:
Activity.getCurrentWorkspaceList()

ECLIPSED_LIST

public static final PropertyNameList.PropertyName ECLIPSED_LIST
See Also:
ControllableFolder.getEclipsedList()

LABEL_NAME_LIST

public static final PropertyNameList.PropertyName LABEL_NAME_LIST
See Also:
Version.getLabelNameList()

MERGE_LIST

public static final PropertyNameList.PropertyName MERGE_LIST
See Also:
ControllableResource.getMergeList()

PREDECESSOR_LIST

public static final PropertyNameList.PropertyName PREDECESSOR_LIST
See Also:
Version.getPredecessorList()

ROOT_FOLDER

public static final PropertyNameList.PropertyName ROOT_FOLDER
See Also:
Configuration.getRootFolder()

ROOT_VERSION

public static final PropertyNameList.PropertyName ROOT_VERSION
See Also:
VersionHistory.getRootVersion()

SUBACTIVITY_LIST

public static final PropertyNameList.PropertyName SUBACTIVITY_LIST
See Also:
Activity.getSubactivityList()

SUBBASELINE_LIST

public static final PropertyNameList.PropertyName SUBBASELINE_LIST
See Also:
Baseline.getSubbaselineList()

SUCCESSOR_LIST

public static final PropertyNameList.PropertyName SUCCESSOR_LIST
See Also:
Version.getSuccessorList()

UNRESERVED

public static final PropertyNameList.PropertyName UNRESERVED
See Also:
ControllableResource.getUnreserved()

VERSION_BY_LABEL_FOLDER

public static final PropertyNameList.PropertyName VERSION_BY_LABEL_FOLDER
See Also:
VersionHistory.getVersionByLabelFolder()

VERSION_CONTROLLED_CONFIGURATION

public static final PropertyNameList.PropertyName VERSION_CONTROLLED_CONFIGURATION
See Also:
ControllableResource.getControlledConfiguration()

VERSION_HISTORY

public static final PropertyNameList.PropertyName VERSION_HISTORY
See Also:
Version.getVersionHistory()

VERSION_HISTORY_FOLDER_LIST

public static final PropertyNameList.PropertyName VERSION_HISTORY_FOLDER_LIST
See Also:
Workspace.getVersionHistoryFolderList()

VERSION_NAME

public static final PropertyNameList.PropertyName VERSION_NAME
See Also:
Version.getVersionName()

WORKSPACE

public static final PropertyNameList.PropertyName WORKSPACE
See Also:
ControllableResource.getWorkspace()

WORKSPACE_CHECKOUT_LIST

public static final PropertyNameList.PropertyName WORKSPACE_CHECKOUT_LIST
See Also:
Workspace.getWorkspaceCheckoutList()

WORKSPACE_FOLDER_LIST

public static final PropertyNameList.PropertyName WORKSPACE_FOLDER_LIST
See Also:
Resource.getWorkspaceFolderList()

BASELINE_CONTROLLABLE

public static final PropertyNameList.PropertyName BASELINE_CONTROLLABLE
See Also:
ControllableFolder.getBaselineControllable()

DIRTY_PROPERTY_LIST

public static final PropertyNameList.PropertyName DIRTY_PROPERTY_LIST
See Also:
ControllableResource.getDirtyPropertyList()

IS_CHECKED_OUT

public static final PropertyNameList.PropertyName IS_CHECKED_OUT
See Also:
ControllableResource.getIsCheckedOut()

IS_DIRTY_CONTENT

public static final PropertyNameList.PropertyName IS_DIRTY_CONTENT
See Also:
ControllableResource.getIsDirtyContent()

IS_STALE_CONTENT

public static final PropertyNameList.PropertyName IS_STALE_CONTENT
See Also:
ControllableResource.getIsStaleContent()

PARENT_BINDING_LIST

public static final PropertyNameList.PropertyName PARENT_BINDING_LIST
See Also:
Resource.getParentBindingList()

PROVIDER_LIST

public static final PropertyNameList.PropertyName PROVIDER_LIST
See Also:
Resource.getProviderList()

RESOURCE_IDENTIFIER

public static final PropertyNameList.PropertyName RESOURCE_IDENTIFIER
See Also:
Resource.getResourceIdentifier()

SERVER_STATE

public static final PropertyNameList.PropertyName SERVER_STATE
See Also:
ControllableResource.getServerState(), Workspace.setServerState(javax.wvcm.Workspace)

STALE_PROPERTY_LIST

public static final PropertyNameList.PropertyName STALE_PROPERTY_LIST
See Also:
ControllableResource.getStalePropertyList()

VERSION_CONTROLLABLE

public static final PropertyNameList.PropertyName VERSION_CONTROLLABLE
See Also:
ControllableResource.getVersionControllable()

GROUP_MEMBER_LIST

public static final PropertyNameList.PropertyName GROUP_MEMBER_LIST
See Also:
Principal.Group.getGroupMemberList()

GROUP_MEMBERSHIP

public static final PropertyNameList.PropertyName GROUP_MEMBERSHIP
See Also:
Principal.getGroupMembership()

OWNER

public static final PropertyNameList.PropertyName OWNER
See Also:
Resource.getOwner()

SUPPORTED_PRIVILEGE_LIST

public static final PropertyNameList.PropertyName SUPPORTED_PRIVILEGE_LIST
See Also:
Resource.getSupportedPrivilegeList()

PRINCIPAL_FOLDER_LIST

public static final PropertyNameList.PropertyName PRINCIPAL_FOLDER_LIST
See Also:
Resource.getPrincipalFolderList()

PRIVILEGE_FOLDER_LIST

public static final PropertyNameList.PropertyName PRIVILEGE_FOLDER_LIST
See Also:
Resource.getPrivilegeFolderList()

MODIFICATION_DATE

public static final PropertyNameList.PropertyName MODIFICATION_DATE
See Also:
Resource.getModificationDate()

CREATION_USER

public static final PropertyNameList.PropertyName CREATION_USER
See Also:
Resource.getCreationUser()

MODIFICATION_USER

public static final PropertyNameList.PropertyName MODIFICATION_USER
See Also:
Resource.getModificationUser()
Method Detail

getString

public java.lang.String getString()
Return the The string value of the property name


hashCode

public int hashCode()
Returns a hash code value for the object.

Overrides:
hashCode in class java.lang.Object

toString

public java.lang.String toString()
Return the string value of the property name.

Overrides:
toString in class java.lang.Object

equals

public boolean equals(java.lang.Object o)
Indicates whether some other object is "equal to" this one.

Overrides:
equals in class java.lang.Object
Returns:
true if and only if the specified object is a PropertyName whose name string is equal to the name string of this.


Copyright (c) 2003 - Apache Software Foundation