|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sap.netweaver.bc.rf.common.property.SystemPropertyFactory
com.sap.netweaver.bc.rf.mi.property.SystemPropertyFactory
Class implementing a factory constructing system properties for managers.
IProperty,
PropertyFlags| Constructor Summary | |
SystemPropertyFactory()
|
|
| Method Summary | |
static BooleanSingleValueProperty |
createCollectionProperty(boolean value,
int propertyFlags)
Create system property. |
static StringSingleValueProperty |
createContentEncodingProperty(String value,
int propertyFlags)
Create system property. |
static StringSingleValueProperty |
createContentLanguageProperty(String value,
int propertyFlags)
Create system property. |
static LongSingleValueProperty |
createContentLengthProperty(long value,
int propertyFlags)
Create system property. |
static StringSingleValueProperty |
createContentTypeProperty(String value,
int propertyFlags)
Create system property. |
static StringSingleValueProperty |
createCreatedByProperty(String value,
int propertyFlags)
Create system property. |
static DateSingleValueProperty |
createCreatedProperty(Date value,
int propertyFlags)
Create system property. |
static StringSingleValueProperty |
createDescriptionProperty(String value,
int propertyFlags)
Create system property. |
static StringSingleValueProperty |
createDisplayNameProperty(String value,
int propertyFlags)
Create system property. |
static StringSingleValueProperty |
createETagProperty(String value,
int propertyFlags)
Create system property. |
static BooleanSingleValueProperty |
createHiddenProperty(boolean value,
int propertyFlags)
Create system property. |
static LongSingleValueProperty |
createLinkTypeProperty(long value,
int propertyFlags)
Create system property. |
static StringSingleValueProperty |
createModifiedByProperty(String value,
int propertyFlags)
Create system property. |
static DateSingleValueProperty |
createModifiedProperty(Date value,
int propertyFlags)
Create system property. |
static BooleanSingleValueProperty |
createReadOnlyProperty(boolean value,
int propertyFlags)
Create system property. |
static StringSingleValueProperty |
createResourceNameProperty(String value,
int propertyFlags)
Create system property. |
static StringSingleValueProperty |
createResourceTypeProperty(String value,
int propertyFlags)
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 final StringSingleValueProperty createResourceNameProperty(String value,
int propertyFlags)
throws ResourceException
value - system property valuepropertyFlags - system property flags
ResourceException - Exception raised in failure situation
public static final StringSingleValueProperty createResourceTypeProperty(String value,
int propertyFlags)
throws ResourceException
value - system property valuepropertyFlags - system property flags
ResourceException - Exception raised in failure situation
public static final DateSingleValueProperty createCreatedProperty(Date value,
int propertyFlags)
throws ResourceException
value - system property valuepropertyFlags - system property flags
ResourceException - Exception raised in failure situation
public static final StringSingleValueProperty createCreatedByProperty(String value,
int propertyFlags)
throws ResourceException
value - system property valuepropertyFlags - system property flags
ResourceException - Exception raised in failure situation
public static final DateSingleValueProperty createModifiedProperty(Date value,
int propertyFlags)
throws ResourceException
value - system property valuepropertyFlags - system property flags
ResourceException - Exception raised in failure situation
public static final StringSingleValueProperty createModifiedByProperty(String value,
int propertyFlags)
throws ResourceException
value - system property valuepropertyFlags - system property flags
ResourceException - Exception raised in failure situation
public static final BooleanSingleValueProperty createCollectionProperty(boolean value,
int propertyFlags)
throws ResourceException
value - system property valuepropertyFlags - system property flags
ResourceException - Exception raised in failure situation
public static final LongSingleValueProperty createLinkTypeProperty(long value,
int propertyFlags)
throws ResourceException
value - system property valuepropertyFlags - system property flags
ResourceException - Exception raised in failure situation
public static final BooleanSingleValueProperty createReadOnlyProperty(boolean value,
int propertyFlags)
throws ResourceException
value - system property valuepropertyFlags - system property flags
ResourceException - Exception raised in failure situation
public static final BooleanSingleValueProperty createHiddenProperty(boolean value,
int propertyFlags)
throws ResourceException
value - system property valuepropertyFlags - system property flags
ResourceException - Exception raised in failure situation
public static final StringSingleValueProperty createDisplayNameProperty(String value,
int propertyFlags)
throws ResourceException
value - system property valuepropertyFlags - system property flags
ResourceException - Exception raised in failure situation
public static final StringSingleValueProperty createDescriptionProperty(String value,
int propertyFlags)
throws ResourceException
value - system property valuepropertyFlags - system property flags
ResourceException - Exception raised in failure situation
public static final LongSingleValueProperty createContentLengthProperty(long value,
int propertyFlags)
throws ResourceException
value - system property valuepropertyFlags - system property flags
ResourceException - Exception raised in failure situation
public static final StringSingleValueProperty createContentTypeProperty(String value,
int propertyFlags)
throws ResourceException
value - system property valuepropertyFlags - system property flags
ResourceException - Exception raised in failure situation
public static final StringSingleValueProperty createContentEncodingProperty(String value,
int propertyFlags)
throws ResourceException
value - system property valuepropertyFlags - system property flags
ResourceException - Exception raised in failure situation
public static final StringSingleValueProperty createContentLanguageProperty(String value,
int propertyFlags)
throws ResourceException
value - system property valuepropertyFlags - system property flags
ResourceException - Exception raised in failure situation
public static final StringSingleValueProperty createETagProperty(String value,
int propertyFlags)
throws ResourceException
value - system property valuepropertyFlags - system property flags
ResourceException - Exception raised in failure situation
|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||