Package com.sforce.soap.metadata
Class OrchestrationContext
- java.lang.Object
-
- com.sforce.soap.metadata.Metadata
-
- com.sforce.soap.metadata.OrchestrationContext
-
-
Constructor Summary
Constructors Constructor Description OrchestrationContext()Constructor
-
Method Summary
-
Methods inherited from class com.sforce.soap.metadata.Metadata
getFullName, setFullName, setFullName
-
-
-
-
Method Detail
-
getDatasets
public OrchestrationContextDataset[] getDatasets()
-
setDatasets
public void setDatasets(OrchestrationContextDataset[] datasets)
-
setDatasets
protected void setDatasets(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getDescription
public String getDescription()
-
setDescription
public void setDescription(String description)
-
setDescription
protected void setDescription(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getEvents
public OrchestrationContextEvent[] getEvents()
-
setEvents
public void setEvents(OrchestrationContextEvent[] events)
-
setEvents
protected void setEvents(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getImageFile
public String getImageFile()
-
setImageFile
public void setImageFile(String imageFile)
-
setImageFile
protected void setImageFile(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getImageScale
public int getImageScale()
-
setImageScale
public void setImageScale(int imageScale)
-
setImageScale
protected void setImageScale(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getMasterLabel
public String getMasterLabel()
-
setMasterLabel
public void setMasterLabel(String masterLabel)
-
setMasterLabel
protected void setMasterLabel(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getRuntimeType
public String getRuntimeType()
-
setRuntimeType
public void setRuntimeType(String runtimeType)
-
setRuntimeType
protected void setRuntimeType(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getSalesforceObject
public String getSalesforceObject()
-
setSalesforceObject
public void setSalesforceObject(String salesforceObject)
-
setSalesforceObject
protected void setSalesforceObject(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getSalesforceObjectPrimaryKey
public String getSalesforceObjectPrimaryKey()
-
setSalesforceObjectPrimaryKey
public void setSalesforceObjectPrimaryKey(String salesforceObjectPrimaryKey)
-
setSalesforceObjectPrimaryKey
protected void setSalesforceObjectPrimaryKey(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- Overrides:
writein classMetadata- Throws:
IOException
-
writeFields
protected void writeFields(XmlOutputStream __out, TypeMapper __typeMapper) throws IOException
- Overrides:
writeFieldsin classMetadata- Throws:
IOException
-
load
public void load(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Specified by:
loadin interfaceXMLizable- Overrides:
loadin classMetadata- Throws:
IOExceptionConnectionException
-
loadFields
protected void loadFields(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Overrides:
loadFieldsin classMetadata- Throws:
IOExceptionConnectionException
-
-