|
Web Dynpro API Documentation | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IWDDeployableObject | |
| com.sap.tc.webdynpro.services.sal.config.api | The com.sap.tc.webdynpro.services.sal.config.api package contains application visible
interfaces for the configuration service and its corresponding factory. |
| 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 IWDDeployableObject in com.sap.tc.webdynpro.services.sal.config.api |
| Methods in com.sap.tc.webdynpro.services.sal.config.api with parameters of type IWDDeployableObject | |
static IWDConfiguration |
WDConfiguration.getConfiguration(IWDDeployableObject deployableObject)
Returns the default configuration object named default.properties
of the specified deployable object if existing. |
static IWDConfiguration |
WDConfiguration.getConfigurationByName(IWDDeployableObject deployableObject,
java.lang.String configName)
Returns the configuration specified by configName. |
| Uses of IWDDeployableObject in com.sap.tc.webdynpro.services.sal.deployment.api |
| Methods in com.sap.tc.webdynpro.services.sal.deployment.api that return IWDDeployableObject | |
static IWDDeployableObject |
WDDeployableObject.getDeployableObject(java.lang.String objectName)
Returns the deployable object for the object specified by the given objectName. |
IWDDeployableObject[] |
IWDDeployableObject.getReferencedDeployableObjects()
Return the list of referenced deployable objects. |
IWDDeployableObject[] |
IWDDeployableObject.isReferencedByObjects()
Return the list of deployable objects referencing the actual deployable object. |
IWDDeployableObject |
WDDeployableObjectPart.getDeployableObject()
Return is the deployable object to which the current deployable object part belongs. |
|
Web Dynpro API Documentation | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||