SAP NetWeaver '04

com.sap.netweaver.bc.rf.mi.property
Class SystemPropertyFactory

[contained in: com.sap.netweaver.bc.rf.par - bc.rf.mi_api.jar]
java.lang.Object
  |
  +--com.sap.netweaver.bc.rf.common.property.SystemPropertyFactory
        |
        +--com.sap.netweaver.bc.rf.mi.property.SystemPropertyFactory

public class SystemPropertyFactory
extends SystemPropertyFactory

Class implementing a factory constructing system properties for managers.

See Also:
IProperty, PropertyFlags

Constructor Summary
SystemPropertyFactory()
           
 
Method Summary
static BooleanSingleValueProperty createCollectionProperty(boolean value, int propertyFlags)
          Create system property.
static StringSingleValueProperty createContentEncodingProperty(java.lang.String value, int propertyFlags)
          Create system property.
static StringSingleValueProperty createContentLanguageProperty(java.lang.String value, int propertyFlags)
          Create system property.
static LongSingleValueProperty createContentLengthProperty(long value, int propertyFlags)
          Create system property.
static StringSingleValueProperty createContentTypeProperty(java.lang.String value, int propertyFlags)
          Create system property.
static StringSingleValueProperty createCreatedByProperty(java.lang.String value, int propertyFlags)
          Create system property.
static DateSingleValueProperty createCreatedProperty(java.util.Date value, int propertyFlags)
          Create system property.
static StringSingleValueProperty createDescriptionProperty(java.lang.String value, int propertyFlags)
          Create system property.
static StringSingleValueProperty createDisplayNameProperty(java.lang.String value, int propertyFlags)
          Create system property.
static StringSingleValueProperty createETagProperty(java.lang.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(java.lang.String value, int propertyFlags)
          Create system property.
static DateSingleValueProperty createModifiedProperty(java.util.Date value, int propertyFlags)
          Create system property.
static BooleanSingleValueProperty createReadOnlyProperty(boolean value, int propertyFlags)
          Create system property.
static StringSingleValueProperty createResourceNameProperty(java.lang.String value, int propertyFlags)
          Create system property.
static StringSingleValueProperty createResourceTypeProperty(java.lang.String value, int propertyFlags)
          Create system property.
 
Methods inherited from class com.sap.netweaver.bc.rf.common.property.SystemPropertyFactory
createCollectionProperty, createContentEncodingProperty, createContentLanguageProperty, createContentLengthProperty, createContentTypeProperty, createCreatedByProperty, createCreatedProperty, createDescriptionProperty, createDisplayNameProperty, createETagProperty, createHiddenProperty, createLinkTypeProperty, createModifiedByProperty, createModifiedProperty, createReadOnlyProperty, createResourceNameProperty, createResourceTypeProperty
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SystemPropertyFactory

public SystemPropertyFactory()
Method Detail

createResourceNameProperty

public static final StringSingleValueProperty createResourceNameProperty(java.lang.String value,
                                                                         int propertyFlags)
                                                                  throws ResourceException
Create system property.
Parameters:
value - system property value
propertyFlags - system property flags
Returns:
system property
Throws:
ResourceException - Exception raised in failure situation

createResourceTypeProperty

public static final StringSingleValueProperty createResourceTypeProperty(java.lang.String value,
                                                                         int propertyFlags)
                                                                  throws ResourceException
Create system property.
Parameters:
value - system property value
propertyFlags - system property flags
Returns:
system property
Throws:
ResourceException - Exception raised in failure situation

createCreatedProperty

public static final DateSingleValueProperty createCreatedProperty(java.util.Date value,
                                                                  int propertyFlags)
                                                           throws ResourceException
Create system property.
Parameters:
value - system property value
propertyFlags - system property flags
Returns:
system property
Throws:
ResourceException - Exception raised in failure situation

createCreatedByProperty

public static final StringSingleValueProperty createCreatedByProperty(java.lang.String value,
                                                                      int propertyFlags)
                                                               throws ResourceException
Create system property.
Parameters:
value - system property value
propertyFlags - system property flags
Returns:
system property
Throws:
ResourceException - Exception raised in failure situation

createModifiedProperty

public static final DateSingleValueProperty createModifiedProperty(java.util.Date value,
                                                                   int propertyFlags)
                                                            throws ResourceException
Create system property.
Parameters:
value - system property value
propertyFlags - system property flags
Returns:
system property
Throws:
ResourceException - Exception raised in failure situation

createModifiedByProperty

public static final StringSingleValueProperty createModifiedByProperty(java.lang.String value,
                                                                       int propertyFlags)
                                                                throws ResourceException
Create system property.
Parameters:
value - system property value
propertyFlags - system property flags
Returns:
system property
Throws:
ResourceException - Exception raised in failure situation

createCollectionProperty

public static final BooleanSingleValueProperty createCollectionProperty(boolean value,
                                                                        int propertyFlags)
                                                                 throws ResourceException
Create system property.
Parameters:
value - system property value
propertyFlags - system property flags
Returns:
system property
Throws:
ResourceException - Exception raised in failure situation

createLinkTypeProperty

public static final LongSingleValueProperty createLinkTypeProperty(long value,
                                                                   int propertyFlags)
                                                            throws ResourceException
Create system property.
Parameters:
value - system property value
propertyFlags - system property flags
Returns:
system property
Throws:
ResourceException - Exception raised in failure situation

createReadOnlyProperty

public static final BooleanSingleValueProperty createReadOnlyProperty(boolean value,
                                                                      int propertyFlags)
                                                               throws ResourceException
Create system property.
Parameters:
value - system property value
propertyFlags - system property flags
Returns:
system property
Throws:
ResourceException - Exception raised in failure situation

createHiddenProperty

public static final BooleanSingleValueProperty createHiddenProperty(boolean value,
                                                                    int propertyFlags)
                                                             throws ResourceException
Create system property.
Parameters:
value - system property value
propertyFlags - system property flags
Returns:
system property
Throws:
ResourceException - Exception raised in failure situation

createDisplayNameProperty

public static final StringSingleValueProperty createDisplayNameProperty(java.lang.String value,
                                                                        int propertyFlags)
                                                                 throws ResourceException
Create system property.
Parameters:
value - system property value
propertyFlags - system property flags
Returns:
system property
Throws:
ResourceException - Exception raised in failure situation

createDescriptionProperty

public static final StringSingleValueProperty createDescriptionProperty(java.lang.String value,
                                                                        int propertyFlags)
                                                                 throws ResourceException
Create system property.
Parameters:
value - system property value
propertyFlags - system property flags
Returns:
system property
Throws:
ResourceException - Exception raised in failure situation

createContentLengthProperty

public static final LongSingleValueProperty createContentLengthProperty(long value,
                                                                        int propertyFlags)
                                                                 throws ResourceException
Create system property.
Parameters:
value - system property value
propertyFlags - system property flags
Returns:
system property
Throws:
ResourceException - Exception raised in failure situation

createContentTypeProperty

public static final StringSingleValueProperty createContentTypeProperty(java.lang.String value,
                                                                        int propertyFlags)
                                                                 throws ResourceException
Create system property.
Parameters:
value - system property value
propertyFlags - system property flags
Returns:
system property
Throws:
ResourceException - Exception raised in failure situation

createContentEncodingProperty

public static final StringSingleValueProperty createContentEncodingProperty(java.lang.String value,
                                                                            int propertyFlags)
                                                                     throws ResourceException
Create system property.
Parameters:
value - system property value
propertyFlags - system property flags
Returns:
system property
Throws:
ResourceException - Exception raised in failure situation

createContentLanguageProperty

public static final StringSingleValueProperty createContentLanguageProperty(java.lang.String value,
                                                                            int propertyFlags)
                                                                     throws ResourceException
Create system property.
Parameters:
value - system property value
propertyFlags - system property flags
Returns:
system property
Throws:
ResourceException - Exception raised in failure situation

createETagProperty

public static final StringSingleValueProperty createETagProperty(java.lang.String value,
                                                                 int propertyFlags)
                                                          throws ResourceException
Create system property.
Parameters:
value - system property value
propertyFlags - system property flags
Returns:
system property
Throws:
ResourceException - Exception raised in failure situation

SAP NetWeaver '04

Copyright © 2004 by SAP AG. All Rights Reserved.
SAP, R/3, mySAP, mySAP.com, xApps, xApp, SAP NetWeaver, and other SAP products and services mentioned herein as well as their respective logos are trademarks or registered trademarks of SAP AG in Germany and in several other countries all over the world. All other product and service names mentioned are the trademarks of their respective companies. Data contained in this document serves informational purposes only. National product specifications may vary.

These materials are subject to change without notice. These materials are provided by SAP AG and its affiliated companies ("SAP Group") for informational purposes only, without representation or warranty of any kind, and SAP Group shall not be liable for errors or omissions with respect to the materials. The only warranties for SAP Group products and services are those that are set forth in the express warranty statements accompanying such products and services, if any. Nothing herein should be construed as constituting an additional warranty.