|
Web Dynpro API Documentation | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
IWDDeployableObject specifies the interface of a deployment unit
containing Web Dynpro content.
An equivalent term for deployable object is
WDDeployableObject| Method Summary | |
java.lang.String[] |
getInterfacesReferences()
Return the list of referenced interfaces. |
java.lang.String[] |
getLibrariesReferences()
Return the list of referenced libraries. |
java.lang.String |
getName()
Returns the name of deployable object. |
WDDeployableObjectPart[] |
getParts()
Returns the IWDDeployableObjectPart instances located in the
deployable object. |
WDDeployableObjectPart[] |
getParts(WDDeployableObjectPartType partType)
Returns the IWDDeployableObjectPart instances located in the
deployable object with the specified part type. |
IWDDeployableObject[] |
getReferencedDeployableObjects()
Return the list of referenced deployable objects. |
java.lang.String[] |
getServiceReferences()
Return the list of referenced services. |
java.lang.String[] |
getSharingReferences()
Return the list of referenced deployable objects. |
WDDeployableObjectState |
getState()
Return is the state of the deployable object. |
java.lang.String[] |
getUsedJCOClients()
Return the list of used JCO clients defined in the actual deployable object. |
java.lang.String[] |
isReferencedBy()
Return the list of deployable objects referencing the actual deployable object. |
IWDDeployableObject[] |
isReferencedByObjects()
Return the list of deployable objects referencing the actual deployable object. |
WDDeployableObjectPart |
resolveAlias(java.lang.String alias)
Resolves the specified alias and return the referenced deployable object part. |
WDDeployableObjectPart |
resolveAlias(WDDeployableObjectPart part,
java.lang.String alias)
Resolves the specified alias on the level of the deployable object part contained within the current deployable object and return the referenced deployable object part. |
| Methods inherited from interface com.sap.tc.webdynpro.services.sal.api.IWDService |
getDescription, getServiceName, getVersion |
| Method Detail |
public java.lang.String getName()
public WDDeployableObjectPart[] getParts()
IWDDeployableObjectPart instances located in the
deployable object.public WDDeployableObjectPart[] getParts(WDDeployableObjectPartType partType)
IWDDeployableObjectPart instances located in the
deployable object with the specified part type.partType - the type of the requested deployable object partspartType, an array of length 0 is returned
public WDDeployableObjectPart resolveAlias(java.lang.String alias)
throws WDAliasResolvingException
alias - the alias that should be resolvedWDAliasResolvingException - if the specified alias cannot be resolved
public WDDeployableObjectPart resolveAlias(WDDeployableObjectPart part,
java.lang.String alias)
throws WDAliasResolvingException
alias - the alias that should be resolvedpart - the deployable object part that defines the alias which should be resolvedWDAliasResolvingException - if the specified alias to an deployable object
within a certain deployable object cannot be resolvedpublic WDDeployableObjectState getState()
public java.lang.String[] getSharingReferences()
throws WDSharingAccessException
WDSharingAccessException - if the sharing references of this deployable object
cannot be determined
public IWDDeployableObject[] getReferencedDeployableObjects()
throws WDSharingAccessException
WDSharingAccessException - if the referenced deployable objects of this deployable object
cannot be determined
public java.lang.String[] getServiceReferences()
throws WDSharingAccessException
WDSharingAccessException - if the service references of this deployable object
cannot be determined
public java.lang.String[] getLibrariesReferences()
throws WDSharingAccessException
WDSharingAccessException - if the library references of this deployable object
cannot be determined
public java.lang.String[] getInterfacesReferences()
throws WDSharingAccessException
WDSharingAccessException - if the interface references of this deployable object
cannot be determined
public java.lang.String[] isReferencedBy()
throws WDSharingAccessException
WDSharingAccessException - if the deployable objects referencing this deployable object
cannot be determined
public IWDDeployableObject[] isReferencedByObjects()
throws WDSharingAccessException
WDSharingAccessException - if the deployable objects referencing this deployable object
cannot be determined
public java.lang.String[] getUsedJCOClients()
throws WDSharingAccessException
WDSharingAccessException - if the used JCO clients of this deployable object
cannot be determined
|
Web Dynpro API Documentation | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||