|
SAP NetWeaver '04 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IPropertyDef | |
| com.sapportals.wcm.repository | Contains the repository framework interfaces and classes. |
| Uses of IPropertyDef in com.sapportals.wcm.repository |
| Classes in com.sapportals.wcm.repository that implement IPropertyDef | |
class |
PropertyDef
Information about the type, name and other attributes of a property. |
| Methods in com.sapportals.wcm.repository that return IPropertyDef | |
IPropertyDef |
Property.getPropertyDef()
|
IPropertyDef |
IProperty.getPropertyDef()
Get a reference to the proeprty definition. |
static IPropertyDef |
PropertyDef.createCreatedBy()
|
static IPropertyDef |
PropertyDef.createLastModifiedBy()
|
static IPropertyDef |
PropertyDef.createCreationDate()
|
static IPropertyDef |
PropertyDef.createHidden()
|
static IPropertyDef |
PropertyDef.createLastModified()
|
static IPropertyDef |
PropertyDef.createDescription()
|
static IPropertyDef |
PropertyDef.createDisplayname()
|
static IPropertyDef |
PropertyDef.createReadOnly()
|
static IPropertyDef |
PropertyDef.createContentLength()
|
static IPropertyDef |
PropertyDef.createContentType()
|
static IPropertyDef |
PropertyDef.createETag()
|
static IPropertyDef |
PropertyDef.createContentLanguage()
|
static IPropertyDef |
PropertyDef.createResourceType()
|
| Constructors in com.sapportals.wcm.repository with parameters of type IPropertyDef | |
Property(IPropertyName name,
IPropertyDef def,
java.lang.String value)
Construct a new property of type STRING. |
|
Property(IPropertyName name,
IPropertyDef def,
java.util.Date value)
Construct a new property of type DATE. |
|
Property(IPropertyName name,
IPropertyDef def,
java.lang.Boolean value)
Construct a new property of type BOOLEAN. |
|
Property(IPropertyName name,
IPropertyDef def,
java.lang.Integer value)
Construct a new property of type INTEGER. |
|
Property(IPropertyName name,
IPropertyDef def,
java.lang.Long value)
Construct a new property of type LONG. |
|
Property(IPropertyName name,
IPropertyDef def,
XMLMarkup value)
Construct a new property of type XML. |
|
Property(IPropertyName name,
IPropertyDef def,
java.lang.Object value)
Construct a new property. |
|
Property(IPropertyName name,
IPropertyDef def,
java.util.List values)
Construct a new multi-valued property. |
|
Property(IPropertyName name,
IPropertyDef def,
java.lang.String value,
java.util.Properties attributes)
Construct a new property of type STRING. |
|
Property(IPropertyName name,
IPropertyDef def,
java.util.Date value,
java.util.Properties attributes)
Construct a new property of type DATE. |
|
Property(IPropertyName name,
IPropertyDef def,
java.lang.Boolean value,
java.util.Properties attributes)
Construct a new property of type BOOLEAN. |
|
Property(IPropertyName name,
IPropertyDef def,
java.lang.Integer value,
java.util.Properties attributes)
Construct a new property of type INTEGER. |
|
Property(IPropertyName name,
IPropertyDef def,
java.lang.Long value,
java.util.Properties attributes)
Construct a new property of type LONG. |
|
Property(IPropertyName name,
IPropertyDef def,
XMLMarkup value,
java.util.Properties attributes)
Construct a new property of type XML. |
|
Property(IPropertyName name,
IPropertyDef def,
java.lang.Object value,
java.util.Properties attributes)
Construct a new property. |
|
Property(IPropertyName name,
IPropertyDef def,
java.util.List values,
java.util.Properties attributes)
Construct a new multi-valued property. |
|
Property(IPropertyName name,
IPropertyDef def)
|
|
MutableProperty(IPropertyName name,
IPropertyDef def,
java.lang.String value)
Construct a new property of type STRING. |
|
MutableProperty(IPropertyName name,
IPropertyDef def,
java.util.Date value)
Construct a new property of type DATE. |
|
MutableProperty(IPropertyName name,
IPropertyDef def,
java.lang.Boolean value)
Construct a new property of type BOOLEAN. |
|
MutableProperty(IPropertyName name,
IPropertyDef def,
java.lang.Integer value)
Construct a new property of type INTEGER. |
|
MutableProperty(IPropertyName name,
IPropertyDef def,
java.lang.Long value)
Construct a new property of type LONG. |
|
MutableProperty(IPropertyName name,
IPropertyDef def,
XMLMarkup value)
Construct a new property of type XML. |
|
MutableProperty(IPropertyName name,
IPropertyDef def,
java.lang.Object value)
Construct a new property. |
|
MutableProperty(IPropertyName name,
IPropertyDef def,
java.util.List values)
Construct a new multi-valued property. |
|
MutableProperty(IPropertyName name,
IPropertyDef def,
java.lang.String value,
java.util.Properties attributes)
Construct a new property of type STRING. |
|
MutableProperty(IPropertyName name,
IPropertyDef def,
java.util.Date value,
java.util.Properties attributes)
Construct a new property of type DATE. |
|
MutableProperty(IPropertyName name,
IPropertyDef def,
java.lang.Boolean value,
java.util.Properties attributes)
Construct a new property of type BOOLEAN. |
|
MutableProperty(IPropertyName name,
IPropertyDef def,
java.lang.Integer value,
java.util.Properties attributes)
Construct a new property of type INTEGER. |
|
MutableProperty(IPropertyName name,
IPropertyDef def,
java.lang.Long value,
java.util.Properties attributes)
Construct a new property of type LONG. |
|
MutableProperty(IPropertyName name,
IPropertyDef def,
XMLMarkup value,
java.util.Properties attributes)
Construct a new property of type XML. |
|
MutableProperty(IPropertyName name,
IPropertyDef def,
java.lang.Object value,
java.util.Properties attributes)
Construct a new property. |
|
MutableProperty(IPropertyName name,
IPropertyDef def,
java.util.List values,
java.util.Properties attributes)
Construct a new multi-valued property. |
|
PropertyDef(IPropertyDef def)
Construct a new PropertyDef |
|
|
SAP NetWeaver '04 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||