Web Dynpro API Documentation

Uses of Class
com.sap.tc.webdynpro.services.sal.deployment.api.WDDeployableObjectPartType

Packages that use WDDeployableObjectPartType
com.sap.tc.webdynpro.services.sal.deployment.api The com.sap.tc.webdynpro.services.sal.deployment.api package contains application visible interfaces for the deployment service and its corresponding factory. 
 

Uses of WDDeployableObjectPartType in com.sap.tc.webdynpro.services.sal.deployment.api
 

Fields in com.sap.tc.webdynpro.services.sal.deployment.api declared as WDDeployableObjectPartType
static WDDeployableObjectPartType WDDeployableObjectPartType.APPLICATION
          Constant identifying Web Dynpro application.
static WDDeployableObjectPartType WDDeployableObjectPartType.COMPONENT
          Constant identifying Web Dynpro application.
static WDDeployableObjectPartType WDDeployableObjectPartType.COMPONENT_CONFIGURATION
          Deprecated. Use constant CONFIGURATION for configuration instead. This constant may be withdrawn with the first new NetWeaver release in 2006.
static WDDeployableObjectPartType WDDeployableObjectPartType.COMPONENT_INTERFACE
          Constant identifying Web Dynpro application.
static WDDeployableObjectPartType WDDeployableObjectPartType.WEB_RESOURCE
          Constant identifying a Web resource.
static WDDeployableObjectPartType WDDeployableObjectPartType.MODEL
          Constant identifying a model part.
static WDDeployableObjectPartType WDDeployableObjectPartType.VARIANT
          Constant identifying variants.
static WDDeployableObjectPartType WDDeployableObjectPartType.CUSTOMIZING_LAYER
          Constant identifying layers.
static WDDeployableObjectPartType WDDeployableObjectPartType.CONFIGURATION
          Constant identifying a configuration part.
 

Methods in com.sap.tc.webdynpro.services.sal.deployment.api that return WDDeployableObjectPartType
static WDDeployableObjectPartType WDDeployableObjectPartType.getType(java.lang.String typeString)
          Deprecated. For better consistency across the Web Dynpro API this method has been renamed to valueOf(String). The method with the old name has been kept for backward compatibility reasons and may be withdrawn with the first new NetWeaver release in 2006.
static WDDeployableObjectPartType WDDeployableObjectPartType.valueOf(java.lang.String typeName)
          Return is the WDDeployableObjectPartType instance for the specified typeName.
static WDDeployableObjectPartType WDDeployableObjectPartType.valueOfFolderName(java.lang.String folderName)
          Return is the WDDeployableObjectPartType instance for the specified folderName.
 WDDeployableObjectPartType WDDeployableObjectPart.getType()
          Returns the partType.
 

Methods in com.sap.tc.webdynpro.services.sal.deployment.api with parameters of type WDDeployableObjectPartType
static WDDeployableObjectPart WDDeployableObject.getDeployableObjectPart(java.lang.String objectName, java.lang.String partName, WDDeployableObjectPartType partType)
          Returns a deployable object part description for the specified object part.
 WDDeployableObjectPart[] IWDDeployableObject.getParts(WDDeployableObjectPartType partType)
          Returns the IWDDeployableObjectPart instances located in the deployable object with the specified part type.
 

Constructors in com.sap.tc.webdynpro.services.sal.deployment.api with parameters of type WDDeployableObjectPartType
WDDeployableObjectPart(java.lang.String deployableObjectName, java.lang.String name, java.lang.String shortName, WDDeployableObjectPartType type)
          Constructs a WDDeployableObjectPart representing a deployable object part with the specified name, short name and type, that is contained within the deployable object deployableObjectName.
 


Web Dynpro API Documentation

Copyright © 2004 SAP AG. Automatically generated Thu Mar 3 2005, 22:15