javax.wvcm
Class SearchToken.XPathAttributeName

java.lang.Object
  extended by javax.wvcm.PropertyNameList.PropertyName
      extended by javax.wvcm.PropertyNameList.AttributeName
          extended by javax.wvcm.SearchToken.XPathAttributeName
Enclosing class:
SearchToken

public static class SearchToken.XPathAttributeName
extends PropertyNameList.AttributeName

XPath-based pseudo-attribute


Field Summary
 
Fields inherited from class javax.wvcm.PropertyNameList.PropertyName
ACTIVITY_CHECKOUT_LIST, ACTIVITY_FOLDER_LIST, ACTIVITY_LIST, ACTIVITY_VERSION_LIST, ALL_ATTRIBUTES, AUTO_MERGE_LIST, BASELINE_CONTROLLABLE, BASELINE_CONTROLLED_FOLDER_LIST, BASELINE_FOLDER, BINDING_LIST, CHECKED_IN, CHECKED_OUT, CHECKIN_FORK, CHECKOUT_FORK, CHECKOUT_LIST, COMMENT, CONTENT_CHARACTER_SET, CONTENT_IDENTIFIER, CONTENT_LANGUAGE, CONTENT_LENGTH, CONTENT_TYPE, CREATION_DATE, CREATION_USER, CREATOR_DISPLAY_NAME, CURRENT_ACTIVITY_LIST, CURRENT_WORKSPACE_LIST, DIRTY_PROPERTY_LIST, DISPLAY_NAME, ECLIPSED_LIST, GROUP_MEMBER_LIST, GROUP_MEMBERSHIP, IS_CHECKED_OUT, IS_DIRTY_CONTENT, IS_STALE_CONTENT, LABEL_NAME_LIST, LAST_MODIFIED, MERGE_LIST, MODIFICATION_DATE, MODIFICATION_USER, OWNER, PARENT_BINDING_LIST, PREDECESSOR_LIST, PRINCIPAL_FOLDER_LIST, PRIVILEGE_FOLDER_LIST, PROVIDER_LIST, RESOURCE_IDENTIFIER, ROOT_FOLDER, ROOT_VERSION, SERVER_STATE, STALE_PROPERTY_LIST, SUBACTIVITY_LIST, SUBBASELINE_LIST, SUCCESSOR_LIST, SUPPORTED_PRIVILEGE_LIST, UNRESERVED, VERSION_BY_LABEL_FOLDER, VERSION_CONTROLLABLE, VERSION_CONTROLLED_CONFIGURATION, VERSION_HISTORY, VERSION_HISTORY_FOLDER_LIST, VERSION_NAME, WORKSPACE, WORKSPACE_CHECKOUT_LIST, WORKSPACE_FOLDER_LIST
 
Constructor Summary
SearchToken.XPathAttributeName(java.lang.String namespace, java.lang.String name, java.lang.String xpath)
          Constructor
 
Method Summary
 java.lang.String getXpath()
          Get the xpath expression of this pseudo-attribute
 
Methods inherited from class javax.wvcm.PropertyNameList.AttributeName
equals, getNamespace, hashCode
 
Methods inherited from class javax.wvcm.PropertyNameList.PropertyName
getString, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SearchToken.XPathAttributeName

public SearchToken.XPathAttributeName(java.lang.String namespace,
                                      java.lang.String name,
                                      java.lang.String xpath)
Constructor

Parameters:
namespace - a String
name - a String
xpath - a String
Method Detail

getXpath

public java.lang.String getXpath()
Get the xpath expression of this pseudo-attribute

Returns:
a String


Copyright (c) 2003 - Apache Software Foundation