|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Provides methods for executing the deployment process on the remote server.
| Method Summary | |
void |
deploy(DeployItem[] deployItems)
Executes the deployment of the specified archives on the SDM server. |
ComponentVersionHandlingRule |
getComponentVersionHandlingRule()
Returns the rule which is used for the version handling by this DeployProcessor. |
ErrorHandlingRule |
getErrorHandlingRule()
Returns the rule which is used for the error handling by this DeployProcessor.
|
void |
setComponentVersionHandlingRule(ComponentVersionHandlingRule rule)
Sets the rule which should be used for the version handling by this DeployProcessor. |
void |
setErrorHandlingRule(ErrorHandlingRule rule)
Sets the rule which should be used for the error handling by this DeployProcessor. |
| Method Detail |
public void deploy(DeployItem[] deployItems)
throws RemoteException
DeployItem that also
provides a description of the deploy result for the particular archive
after the method has returned.
Regarding the handling of different versions for a DC during deployment
an explicit ComponentVersionHandlingRule can be set. If no explicit
rule was set the default is ComponentVersionHandlingRules.UPDATE_ALL_VERSIONSdeployItems - an array of DeployItemURLMimic pointing to a file that contains the logs
of the executed deploy process
public ComponentVersionHandlingRule getComponentVersionHandlingRule()
throws RemoteException
DeployProcessor.ComponentVersionHandlingRule describing the rule for
version handling of this DeployProcessor
public void setComponentVersionHandlingRule(ComponentVersionHandlingRule rule)
throws RemoteException
DeployProcessor. The rule will be applied by all following
calls of the deploy method.rule - a ComponentVersionHandlingRule specifying the rule to be appliedNullPointerException - if rule is nullHelperFactory.createComponentVersionHandlingRule(int)
public ErrorHandlingRule getErrorHandlingRule()
throws RemoteException
DeployProcessor.
This method is new with API client version 5.ErrorHandlingRule describing the rule for
version handling of this DeployProcessor
public void setErrorHandlingRule(ErrorHandlingRule rule)
throws RemoteException
DeployProcessor. The rule will be applied by all following
calls of the deploy method.
This method is new with API client version 5.rule - a ErrorHandlingRule specifying the rule to be appliedNullPointerException - if rule is nullcom.sap.sdm.api.local.HelperFactory#createErrorHandlingRule(int)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||