|
SAP NetWeaver 7.40 SP 07 KMC | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sapportals.wcm.util.name.Name
com.sapportals.wcm.repository.PropertyName
public class PropertyName
The name of a resource's property.
Copyright (c) SAP AG 2001-2002
| Constructor Summary | |
|---|---|
PropertyName(Name name)
Deprecated. since NW04 SPS19 / NW04s SP10, please use PropertyName.getPN() instead |
|
PropertyName(String namespace,
String name)
Deprecated. since NW04 SPS19 / NW04s SP10, please use PropertyName.getPN() instead |
|
| Method Summary | |
|---|---|
static IPropertyName |
createCollection()
|
static IPropertyName |
createContentLanguage()
|
static IPropertyName |
createContentLength()
|
static IPropertyName |
createContentType()
|
static IPropertyName |
createCreatedBy()
|
static IPropertyName |
createCreationDate()
|
static IPropertyName |
createDescription()
|
static IPropertyName |
createDisplayname()
|
static IPropertyName |
createEnhancedCollection()
|
static IPropertyName |
createETag()
|
static IPropertyName |
createExtension()
|
static IPropertyName |
createFollowLinks()
The property with this name has the following semantics: If this property is present on a resource, has type boolean and evaluates to FALSE, then pointers from this resource to others should not be followed. |
static IPropertyName |
createHidden()
|
static IPropertyName |
createIndexContent()
The property with this name has the following semantics: If this property is present on a resource, has type boolean and evaluates to FALSE, then the content of this resource is not suitable for indexing. |
static IPropertyName |
createLastModified()
|
static IPropertyName |
createLastModifiedBy()
|
static IPropertyName |
createLinkType()
|
static IPropertyName |
createReadOnly()
|
static IPropertyName |
createResourceType()
|
static IPropertyName |
createVersioned()
|
static List |
dumpRegistry()
dumps the entire list of property name instances currently cached. |
static PropertyName |
getPN(Name name)
Get a property name from a Name instance. |
static PropertyName |
getPN(String namespace,
String name)
Get a property name instance for a given namespace and name. |
long |
getRegistryHitCount()
returns the number of access to this property name instance. |
| Methods inherited from class com.sapportals.wcm.util.name.Name |
|---|
equals, equalsNode, get, get, getName, getNamespace, getNamespaceOrNull, hashCode, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface com.sapportals.wcm.util.name.IName |
|---|
getName, getNamespace, getNamespaceOrNull |
| Constructor Detail |
|---|
public PropertyName(String namespace,
String name)
throws ResourceException
ResourceException
public PropertyName(Name name)
throws ResourceException
ResourceException| Method Detail |
|---|
public long getRegistryHitCount()
public static List dumpRegistry()
PropertyNames currently being cached.
public static final PropertyName getPN(String namespace,
String name)
throws ResourceException
namespace - The namespace string or null for a local name.name - The name of the property. It must not contain whitespaces and
must not start with a digit ('0'...'9') character.
PropertyName instance for the given namespace and name.
ResourceException - If the property name is invalid (invalid
characters or no local name given)
TODO : implement
public static final PropertyName getPN(Name name)
throws ResourceException
Name instance.
name - the Name to get a PropertyName for.
PropertyName instance for the given Name.
ResourceException - If the property name is invalid (invalid
characters)
NullPointerException - if the given Name is null.public static IPropertyName createVersioned()
public static IPropertyName createCreatedBy()
public static IPropertyName createLastModifiedBy()
public static IPropertyName createCreationDate()
public static IPropertyName createHidden()
public static IPropertyName createIndexContent()
public static IPropertyName createFollowLinks()
public static IPropertyName createExtension()
public static IPropertyName createLastModified()
public static IPropertyName createDescription()
public static IPropertyName createDisplayname()
public static IPropertyName createReadOnly()
public static IPropertyName createContentLength()
public static IPropertyName createContentType()
public static IPropertyName createETag()
public static IPropertyName createEnhancedCollection()
public static IPropertyName createContentLanguage()
public static IPropertyName createResourceType()
public static IPropertyName createCollection()
public static IPropertyName createLinkType()
| Access Rights |
|---|
| SC | DC | Public Part | ACH |
|---|---|---|---|
[sap.com] KMC-CM
|
[sap.com] tc/km/frwk
|
api
|
EP-KM-CM
|
[sap.com] KMC-WPC
|
[sap.com] tc/kmc/wpc/wpcfacade
|
api
|
EP-PIN-WPC-WCM
|
|
SAP NetWeaver 7.40 SP 07 KMC | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||