com.sforce.soap.metadata
Class MetadataConnection

java.lang.Object
  extended by com.sforce.soap.metadata.MetadataConnection

public class MetadataConnection
extends java.lang.Object

Generated class, please do not edit.


Constructor Summary
MetadataConnection(com.sforce.ws.ConnectorConfig config)
           
 
Method Summary
 void __setCallOptions(CallOptions_element __header)
           
 void __setDebuggingHeader(DebuggingHeader_element __header)
           
 void __setDebuggingInfo(DebuggingInfo_element __header)
           
 void __setSessionHeader(SessionHeader_element __header)
           
 void addExtraHeader(javax.xml.namespace.QName __headerName, com.sforce.ws.bind.XMLizable __value)
           
 DeployResult checkDeployStatus(java.lang.String asyncProcessId)
           
 RetrieveResult checkRetrieveStatus(java.lang.String asyncProcessId)
           
 AsyncResult[] checkStatus(java.lang.String[] asyncProcessId)
           
 void clearCallOptions()
           
 void clearDebuggingHeader()
           
 void clearDebuggingInfo()
           
 void clearExtraHeaders()
           
 void clearSessionHeader()
           
 AsyncResult[] create(Metadata[] metadata)
           
 AsyncResult[] delete(Metadata[] metadata)
           
 AsyncResult deploy(byte[] ZipFile, DeployOptions DeployOptions)
           
 DescribeMetadataResult describeMetadata(double asOfVersion)
           
 CallOptions_element getCallOptions()
           
 com.sforce.ws.ConnectorConfig getConfig()
           
 DebuggingHeader_element getDebuggingHeader()
           
 DebuggingInfo_element getDebuggingInfo()
           
 com.sforce.ws.bind.XMLizable getExtraHeader(javax.xml.namespace.QName __headerName)
           
 SessionHeader_element getSessionHeader()
           
 FileProperties[] listMetadata(ListMetadataQuery[] queries, double asOfVersion)
           
 void removeExtraHeader(javax.xml.namespace.QName __headerName)
           
 AsyncResult retrieve(RetrieveRequest retrieveRequest)
           
 void setCallOptions(java.lang.String client)
           
 void setDebuggingHeader(LogInfo[] categories, LogType debugLevel)
           
 void setDebuggingInfo(java.lang.String debugLog)
           
 void setSessionHeader(java.lang.String sessionId)
           
 AsyncResult[] update(UpdateMetadata[] UpdateMetadata)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MetadataConnection

public MetadataConnection(com.sforce.ws.ConnectorConfig config)
                   throws com.sforce.ws.ConnectionException
Throws:
com.sforce.ws.ConnectionException
Method Detail

getConfig

public com.sforce.ws.ConnectorConfig getConfig()

setSessionHeader

public void setSessionHeader(java.lang.String sessionId)

clearSessionHeader

public void clearSessionHeader()

getSessionHeader

public SessionHeader_element getSessionHeader()

__setSessionHeader

public void __setSessionHeader(SessionHeader_element __header)

setDebuggingInfo

public void setDebuggingInfo(java.lang.String debugLog)

clearDebuggingInfo

public void clearDebuggingInfo()

getDebuggingInfo

public DebuggingInfo_element getDebuggingInfo()

__setDebuggingInfo

public void __setDebuggingInfo(DebuggingInfo_element __header)

setCallOptions

public void setCallOptions(java.lang.String client)

clearCallOptions

public void clearCallOptions()

getCallOptions

public CallOptions_element getCallOptions()

__setCallOptions

public void __setCallOptions(CallOptions_element __header)

setDebuggingHeader

public void setDebuggingHeader(LogInfo[] categories,
                               LogType debugLevel)

clearDebuggingHeader

public void clearDebuggingHeader()

getDebuggingHeader

public DebuggingHeader_element getDebuggingHeader()

__setDebuggingHeader

public void __setDebuggingHeader(DebuggingHeader_element __header)

retrieve

public AsyncResult retrieve(RetrieveRequest retrieveRequest)
                     throws com.sforce.ws.ConnectionException
Throws:
com.sforce.ws.ConnectionException

checkDeployStatus

public DeployResult checkDeployStatus(java.lang.String asyncProcessId)
                               throws com.sforce.ws.ConnectionException
Throws:
com.sforce.ws.ConnectionException

update

public AsyncResult[] update(UpdateMetadata[] UpdateMetadata)
                     throws com.sforce.ws.ConnectionException
Throws:
com.sforce.ws.ConnectionException

listMetadata

public FileProperties[] listMetadata(ListMetadataQuery[] queries,
                                     double asOfVersion)
                              throws com.sforce.ws.ConnectionException
Throws:
com.sforce.ws.ConnectionException

checkStatus

public AsyncResult[] checkStatus(java.lang.String[] asyncProcessId)
                          throws com.sforce.ws.ConnectionException
Throws:
com.sforce.ws.ConnectionException

create

public AsyncResult[] create(Metadata[] metadata)
                     throws com.sforce.ws.ConnectionException
Throws:
com.sforce.ws.ConnectionException

checkRetrieveStatus

public RetrieveResult checkRetrieveStatus(java.lang.String asyncProcessId)
                                   throws com.sforce.ws.ConnectionException
Throws:
com.sforce.ws.ConnectionException

delete

public AsyncResult[] delete(Metadata[] metadata)
                     throws com.sforce.ws.ConnectionException
Throws:
com.sforce.ws.ConnectionException

describeMetadata

public DescribeMetadataResult describeMetadata(double asOfVersion)
                                        throws com.sforce.ws.ConnectionException
Throws:
com.sforce.ws.ConnectionException

deploy

public AsyncResult deploy(byte[] ZipFile,
                          DeployOptions DeployOptions)
                   throws com.sforce.ws.ConnectionException
Throws:
com.sforce.ws.ConnectionException

addExtraHeader

public void addExtraHeader(javax.xml.namespace.QName __headerName,
                           com.sforce.ws.bind.XMLizable __value)

removeExtraHeader

public void removeExtraHeader(javax.xml.namespace.QName __headerName)

getExtraHeader

public com.sforce.ws.bind.XMLizable getExtraHeader(javax.xml.namespace.QName __headerName)

clearExtraHeaders

public void clearExtraHeaders()


Copyright © 2011. All Rights Reserved.