|
Web Dynpro API Documentation | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--com.sap.tc.webdynpro.services.sal.deployment.api.WDDeployableObjectPart
WDDeployableObjectPart represents the content of a Web Dynpro
deployment unit, like applications, components, configurations or component
interfaces. There is always exactly one deployable object related to a deployable
object part.
| Constructor Summary | |
WDDeployableObjectPart(java.lang.String deployableObjectName)
Constructs a WDDeployableObejctPart that represents a part of type WDDeployableObjectPart.WEB_RESOURCE. |
|
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. |
|
| Method Summary | |
java.util.Collection |
getAliases()
Return is the collection of defined aliases. |
IWDDeployableObject |
getDeployableObject()
Return is the deployable object to which the current deployable object part belongs. |
java.lang.String |
getDeployableObjectName()
Returns the deployableObjectName. |
java.lang.String |
getName()
Returns the partName. |
java.lang.String |
getShortName()
Returns the shortName. |
WDDeployableObjectPartType |
getType()
Returns the partType. |
WDDeployableObjectPart |
resolveAlias(java.lang.String alias)
Resolves the specified alias. |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public WDDeployableObjectPart(java.lang.String deployableObjectName,
java.lang.String name,
java.lang.String shortName,
WDDeployableObjectPartType type)
WDDeployableObjectPart representing a deployable object part
with the specified name, short name and type, that is contained within the deployable
object deployableObjectName.deployableObjectName - the name of the deployable objectname - the name of the part to be createdshortName - the short name of the deployable object parttype - the part typeNullPointerException - if deployable object name, name or type is null or the empty stringpublic WDDeployableObjectPart(java.lang.String deployableObjectName)
WDDeployableObjectPart.WEB_RESOURCE. The constructor
new WDDeployableObectPart(deployableObjectName, "", WDDeployableObjectPartType.WEB_RESOURCE)
creates the same object.deployableObjectName - the name of the deployable objectNullPointerException - if deployableObjectName is null or the empty string| Method Detail |
public WDDeployableObjectPart resolveAlias(java.lang.String alias)
throws WDAliasResolvingException
alias - the alias that should be resolvedWDAliasResolvingException - if the alias cannot be resolvedpublic java.lang.String getDeployableObjectName()
public IWDDeployableObject getDeployableObject()
public java.lang.String getName()
public WDDeployableObjectPartType getType()
public java.lang.String getShortName()
public java.lang.String toString()
toString in class java.lang.ObjectObject.toString()public java.util.Collection getAliases()
null.null is returned
|
Web Dynpro API Documentation | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||