com.sap.sdm.api.remote
Interface UnDeployResult
- public interface UnDeployResult
Represents the result of a started undeployment process.
- Version:
- 1.0
|
Method Summary |
java.lang.String |
getResultText()
Returns the result text of the started undeployment process. |
com.sap.sdm.api.remote.undeployresults.UnDeployResultType |
getType()
Returns the result type of the started undeployment process. |
getType
public com.sap.sdm.api.remote.undeployresults.UnDeployResultType getType()
throws RemoteException
- Returns the result type of the started undeployment process.
- Returns:
- a
UnDeployResultType representing the result type - See Also:
com.sap.sdm.api.remote.undeployresults
getResultText
public java.lang.String getResultText()
- Returns the result text of the started undeployment process.
- Returns:
- a
String containing the result text