|
SAP NetWeaver '04 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IPropertyDef | |
| com.sapportals.wcm.repository | Contains the repository framework interfaces and classes. |
| com.sapportals.wcm.repository.service.layout | |
| com.sapportals.wcm.service.reporting | |
| 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 | |
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()
|
IPropertyDef |
Property.getPropertyDef()
|
IPropertyDef |
IProperty.getPropertyDef()
Get a reference to the proeprty definition. |
| Constructors in com.sapportals.wcm.repository with parameters of type IPropertyDef | |
PropertyDef(IPropertyDef def)
Construct a new PropertyDef |
|
Property(IPropertyName name,
IPropertyDef def,
String value)
Construct a new property of type STRING. |
|
Property(IPropertyName name,
IPropertyDef def,
Date value)
Construct a new property of type DATE. |
|
Property(IPropertyName name,
IPropertyDef def,
Boolean value)
Construct a new property of type BOOLEAN. |
|
Property(IPropertyName name,
IPropertyDef def,
Integer value)
Construct a new property of type INTEGER. |
|
Property(IPropertyName name,
IPropertyDef def,
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,
Object value)
Construct a new property. |
|
Property(IPropertyName name,
IPropertyDef def,
List values)
Construct a new multi-valued property. |
|
Property(IPropertyName name,
IPropertyDef def,
String value,
Properties attributes)
Construct a new property of type STRING. |
|
Property(IPropertyName name,
IPropertyDef def,
Date value,
Properties attributes)
Construct a new property of type DATE. |
|
Property(IPropertyName name,
IPropertyDef def,
Boolean value,
Properties attributes)
Construct a new property of type BOOLEAN. |
|
Property(IPropertyName name,
IPropertyDef def,
Integer value,
Properties attributes)
Construct a new property of type INTEGER. |
|
Property(IPropertyName name,
IPropertyDef def,
Long value,
Properties attributes)
Construct a new property of type LONG. |
|
Property(IPropertyName name,
IPropertyDef def,
XMLMarkup value,
Properties attributes)
Construct a new property of type XML. |
|
Property(IPropertyName name,
IPropertyDef def,
Object value,
Properties attributes)
Construct a new property. |
|
Property(IPropertyName name,
IPropertyDef def,
List values,
Properties attributes)
Construct a new multi-valued property. |
|
Property(IPropertyName name,
IPropertyDef def)
|
|
MutableProperty(IPropertyName name,
IPropertyDef def,
String value)
Construct a new property of type STRING. |
|
MutableProperty(IPropertyName name,
IPropertyDef def,
Date value)
Construct a new property of type DATE. |
|
MutableProperty(IPropertyName name,
IPropertyDef def,
Boolean value)
Construct a new property of type BOOLEAN. |
|
MutableProperty(IPropertyName name,
IPropertyDef def,
Integer value)
Construct a new property of type INTEGER. |
|
MutableProperty(IPropertyName name,
IPropertyDef def,
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,
Object value)
Construct a new property. |
|
MutableProperty(IPropertyName name,
IPropertyDef def,
List values)
Construct a new multi-valued property. |
|
MutableProperty(IPropertyName name,
IPropertyDef def,
String value,
Properties attributes)
Construct a new property of type STRING. |
|
MutableProperty(IPropertyName name,
IPropertyDef def,
Date value,
Properties attributes)
Construct a new property of type DATE. |
|
MutableProperty(IPropertyName name,
IPropertyDef def,
Boolean value,
Properties attributes)
Construct a new property of type BOOLEAN. |
|
MutableProperty(IPropertyName name,
IPropertyDef def,
Integer value,
Properties attributes)
Construct a new property of type INTEGER. |
|
MutableProperty(IPropertyName name,
IPropertyDef def,
Long value,
Properties attributes)
Construct a new property of type LONG. |
|
MutableProperty(IPropertyName name,
IPropertyDef def,
XMLMarkup value,
Properties attributes)
Construct a new property of type XML. |
|
MutableProperty(IPropertyName name,
IPropertyDef def,
Object value,
Properties attributes)
Construct a new property. |
|
MutableProperty(IPropertyName name,
IPropertyDef def,
List values,
Properties attributes)
Construct a new multi-valued property. |
|
| Uses of IPropertyDef in com.sapportals.wcm.repository.service.layout |
| Fields in com.sapportals.wcm.repository.service.layout declared as IPropertyDef | |
static IPropertyDef |
CustomPropertyConst.IMAGE_SRC_DEF
|
static IPropertyDef |
CustomPropertyConst.ICON_SRC_DEF
|
static IPropertyDef |
CustomPropertyConst.ICON_ROLLOVER_SRC_DEF
|
| Uses of IPropertyDef in com.sapportals.wcm.service.reporting |
| Methods in com.sapportals.wcm.service.reporting that return IPropertyDef | |
IPropertyDef |
ReportInputMeta.getDefinition(IName name)
|
IPropertyDef |
IReportInputMeta.getDefinition(IName name)
Get parameter definition for given parameter. |
|
SAP NetWeaver '04 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||