com.sap.sdm.api.remote
Interface UnDeployItem


public interface UnDeployItem

Provides a link from an archive to its deploy result. Use HelperFactory.createDeployItem(File) to create an instance of this interface.

Version:
1.0

Method Summary
 java.lang.String getDeploymentID()
          Returns the deploymentID of the undeployed component after the undeployment has been executed.
 UnDeployResult getUnDeployResult()
          Returns the undeploy result of the linked component after the undeployment has been executed.
 

Method Detail

getUnDeployResult

public UnDeployResult getUnDeployResult()
                                 throws RemoteException
Returns the undeploy result of the linked component after the undeployment has been executed.
Returns:
a UnDeployResult

getDeploymentID

public java.lang.String getDeploymentID()
                                 throws RemoteException
Returns the deploymentID of the undeployed component after the undeployment has been executed.
Returns:
a String