Package com.sforce.soap.metadata
Class DeployOptions
java.lang.Object
com.sforce.soap.metadata.DeployOptions
- All Implemented Interfaces:
XMLizable
This is a generated class for the SObject Enterprise API.
Do not edit this file, as your changes will be lost.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanbooleanbooleanbooleanbooleanbooleanString[]booleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanvoidload(XmlInputStream __in, TypeMapper __typeMapper) protected voidloadFields(XmlInputStream __in, TypeMapper __typeMapper) voidsetAllowMissingFiles(boolean allowMissingFiles) protected voidsetAllowMissingFiles(XmlInputStream __in, TypeMapper __typeMapper) voidsetAutoUpdatePackage(boolean autoUpdatePackage) protected voidsetAutoUpdatePackage(XmlInputStream __in, TypeMapper __typeMapper) voidsetCheckOnly(boolean checkOnly) protected voidsetCheckOnly(XmlInputStream __in, TypeMapper __typeMapper) voidsetIgnoreWarnings(boolean ignoreWarnings) protected voidsetIgnoreWarnings(XmlInputStream __in, TypeMapper __typeMapper) voidsetPerformRetrieve(boolean performRetrieve) protected voidsetPerformRetrieve(XmlInputStream __in, TypeMapper __typeMapper) voidsetPurgeOnDelete(boolean purgeOnDelete) protected voidsetPurgeOnDelete(XmlInputStream __in, TypeMapper __typeMapper) voidsetRollbackOnError(boolean rollbackOnError) protected voidsetRollbackOnError(XmlInputStream __in, TypeMapper __typeMapper) protected voidsetRunTests(XmlInputStream __in, TypeMapper __typeMapper) voidsetRunTests(String[] runTests) voidsetSinglePackage(boolean singlePackage) protected voidsetSinglePackage(XmlInputStream __in, TypeMapper __typeMapper) voidsetTestLevel(TestLevel testLevel) protected voidsetTestLevel(XmlInputStream __in, TypeMapper __typeMapper) toString()voidwrite(QName __element, XmlOutputStream __out, TypeMapper __typeMapper) protected voidwriteFields(XmlOutputStream __out, TypeMapper __typeMapper)
-
Constructor Details
-
DeployOptions
public DeployOptions()Constructor
-
-
Method Details
-
getAllowMissingFiles
public boolean getAllowMissingFiles() -
isAllowMissingFiles
public boolean isAllowMissingFiles() -
setAllowMissingFiles
public void setAllowMissingFiles(boolean allowMissingFiles) -
setAllowMissingFiles
protected void setAllowMissingFiles(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getAutoUpdatePackage
public boolean getAutoUpdatePackage() -
isAutoUpdatePackage
public boolean isAutoUpdatePackage() -
setAutoUpdatePackage
public void setAutoUpdatePackage(boolean autoUpdatePackage) -
setAutoUpdatePackage
protected void setAutoUpdatePackage(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getCheckOnly
public boolean getCheckOnly() -
isCheckOnly
public boolean isCheckOnly() -
setCheckOnly
public void setCheckOnly(boolean checkOnly) -
setCheckOnly
protected void setCheckOnly(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getIgnoreWarnings
public boolean getIgnoreWarnings() -
isIgnoreWarnings
public boolean isIgnoreWarnings() -
setIgnoreWarnings
public void setIgnoreWarnings(boolean ignoreWarnings) -
setIgnoreWarnings
protected void setIgnoreWarnings(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getPerformRetrieve
public boolean getPerformRetrieve() -
isPerformRetrieve
public boolean isPerformRetrieve() -
setPerformRetrieve
public void setPerformRetrieve(boolean performRetrieve) -
setPerformRetrieve
protected void setPerformRetrieve(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getPurgeOnDelete
public boolean getPurgeOnDelete() -
isPurgeOnDelete
public boolean isPurgeOnDelete() -
setPurgeOnDelete
public void setPurgeOnDelete(boolean purgeOnDelete) -
setPurgeOnDelete
protected void setPurgeOnDelete(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getRollbackOnError
public boolean getRollbackOnError() -
isRollbackOnError
public boolean isRollbackOnError() -
setRollbackOnError
public void setRollbackOnError(boolean rollbackOnError) -
setRollbackOnError
protected void setRollbackOnError(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getRunTests
-
setRunTests
-
setRunTests
protected void setRunTests(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getSinglePackage
public boolean getSinglePackage() -
isSinglePackage
public boolean isSinglePackage() -
setSinglePackage
public void setSinglePackage(boolean singlePackage) -
setSinglePackage
protected void setSinglePackage(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getTestLevel
-
setTestLevel
-
setTestLevel
protected void setTestLevel(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
write
public void write(QName __element, XmlOutputStream __out, TypeMapper __typeMapper) throws IOException - Specified by:
writein interfaceXMLizable- Throws:
IOException
-
writeFields
- Throws:
IOException
-
load
public void load(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Specified by:
loadin interfaceXMLizable- Throws:
IOExceptionConnectionException
-
loadFields
protected void loadFields(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
toString
-