|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--com.sap.netweaver.bc.rf.common.property.SystemPropertyFactory
Class implementing a factory constructing system properties.
IProperty,
PropertyFlags| Constructor Summary | |
SystemPropertyFactory()
|
|
| Method Summary | |
static BooleanSingleValueProperty |
createCollectionProperty(boolean value)
Create system property. |
static StringSingleValueProperty |
createContentEncodingProperty(java.lang.String value)
Create system property. |
static StringSingleValueProperty |
createContentLanguageProperty(java.lang.String value)
Create system property. |
static LongSingleValueProperty |
createContentLengthProperty(long value)
Create system property. |
static StringSingleValueProperty |
createContentTypeProperty(java.lang.String value)
Create system property. |
static StringSingleValueProperty |
createCreatedByProperty(java.lang.String value)
Create system property. |
static DateSingleValueProperty |
createCreatedProperty(java.util.Date value)
Create system property. |
static StringSingleValueProperty |
createDescriptionProperty(java.lang.String value)
Create system property. |
static StringSingleValueProperty |
createDisplayNameProperty(java.lang.String value)
Create system property. |
static StringSingleValueProperty |
createETagProperty(java.lang.String value)
Create system property. |
static BooleanSingleValueProperty |
createHiddenProperty(boolean value)
Create system property. |
static LongSingleValueProperty |
createLinkTypeProperty(int value)
Create system property. |
static StringSingleValueProperty |
createModifiedByProperty(java.lang.String value)
Create system property. |
static DateSingleValueProperty |
createModifiedProperty(java.util.Date value)
Create system property. |
static BooleanSingleValueProperty |
createReadOnlyProperty(boolean value)
Create system property. |
static StringSingleValueProperty |
createResourceNameProperty(java.lang.String value)
Create system property. |
static StringSingleValueProperty |
createResourceTypeProperty(java.lang.String value)
Create system property. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public SystemPropertyFactory()
| Method Detail |
public static StringSingleValueProperty createResourceNameProperty(java.lang.String value)
throws ResourceException
value - system property valueResourceException - Exception raised in failure situation
public static StringSingleValueProperty createResourceTypeProperty(java.lang.String value)
throws ResourceException
value - system property valueResourceException - Exception raised in failure situation
public static DateSingleValueProperty createCreatedProperty(java.util.Date value)
throws ResourceException
value - system property valueResourceException - Exception raised in failure situation
public static StringSingleValueProperty createCreatedByProperty(java.lang.String value)
throws ResourceException
value - system property valueResourceException - Exception raised in failure situation
public static DateSingleValueProperty createModifiedProperty(java.util.Date value)
throws ResourceException
value - system property valueResourceException - Exception raised in failure situation
public static StringSingleValueProperty createModifiedByProperty(java.lang.String value)
throws ResourceException
value - system property valueResourceException - Exception raised in failure situation
public static BooleanSingleValueProperty createCollectionProperty(boolean value)
throws ResourceException
value - system property valueResourceException - Exception raised in failure situation
public static LongSingleValueProperty createLinkTypeProperty(int value)
throws ResourceException
value - system property valueResourceException - Exception raised in failure situation
public static BooleanSingleValueProperty createReadOnlyProperty(boolean value)
throws ResourceException
value - system property valueResourceException - Exception raised in failure situation
public static BooleanSingleValueProperty createHiddenProperty(boolean value)
throws ResourceException
value - system property valueResourceException - Exception raised in failure situation
public static StringSingleValueProperty createDisplayNameProperty(java.lang.String value)
throws ResourceException
value - system property valueResourceException - Exception raised in failure situation
public static StringSingleValueProperty createDescriptionProperty(java.lang.String value)
throws ResourceException
value - system property valueResourceException - Exception raised in failure situation
public static LongSingleValueProperty createContentLengthProperty(long value)
throws ResourceException
value - system property valueResourceException - Exception raised in failure situation
public static StringSingleValueProperty createContentTypeProperty(java.lang.String value)
throws ResourceException
value - system property valueResourceException - Exception raised in failure situation
public static StringSingleValueProperty createContentEncodingProperty(java.lang.String value)
throws ResourceException
value - system property valueResourceException - Exception raised in failure situation
public static StringSingleValueProperty createContentLanguageProperty(java.lang.String value)
throws ResourceException
value - system property valueResourceException - Exception raised in failure situation
public static StringSingleValueProperty createETagProperty(java.lang.String value)
throws ResourceException
value - system property valueResourceException - Exception raised in failure situation
|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||