Package com.sforce.soap.metadata
Class AuraDefinitionBundle
- java.lang.Object
-
- com.sforce.soap.metadata.Metadata
-
- com.sforce.soap.metadata.AuraDefinitionBundle
-
-
Constructor Summary
Constructors Constructor Description AuraDefinitionBundle()Constructor
-
Method Summary
-
Methods inherited from class com.sforce.soap.metadata.Metadata
getFullName, setFullName, setFullName
-
-
-
-
Method Detail
-
getSVGContent
public byte[] getSVGContent()
-
setSVGContent
public void setSVGContent(byte[] SVGContent)
-
setSVGContent
protected void setSVGContent(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getApiVersion
public double getApiVersion()
-
setApiVersion
public void setApiVersion(double apiVersion)
-
setApiVersion
protected void setApiVersion(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getAuraDefinitions
public AuraDefinitions getAuraDefinitions()
-
setAuraDefinitions
public void setAuraDefinitions(AuraDefinitions auraDefinitions)
-
setAuraDefinitions
protected void setAuraDefinitions(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getControllerContent
public byte[] getControllerContent()
-
setControllerContent
public void setControllerContent(byte[] controllerContent)
-
setControllerContent
protected void setControllerContent(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
-
getDesignContent
public byte[] getDesignContent()
-
setDesignContent
public void setDesignContent(byte[] designContent)
-
setDesignContent
protected void setDesignContent(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getDocumentationContent
public byte[] getDocumentationContent()
-
setDocumentationContent
public void setDocumentationContent(byte[] documentationContent)
-
setDocumentationContent
protected void setDocumentationContent(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getHelperContent
public byte[] getHelperContent()
-
setHelperContent
public void setHelperContent(byte[] helperContent)
-
setHelperContent
protected void setHelperContent(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getMarkup
public byte[] getMarkup()
-
setMarkup
public void setMarkup(byte[] markup)
-
setMarkup
protected void setMarkup(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getModelContent
public byte[] getModelContent()
-
setModelContent
public void setModelContent(byte[] modelContent)
-
setModelContent
protected void setModelContent(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getPackageVersions
public PackageVersion[] getPackageVersions()
-
setPackageVersions
public void setPackageVersions(PackageVersion[] packageVersions)
-
setPackageVersions
protected void setPackageVersions(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getRendererContent
public byte[] getRendererContent()
-
setRendererContent
public void setRendererContent(byte[] rendererContent)
-
setRendererContent
protected void setRendererContent(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getStyleContent
public byte[] getStyleContent()
-
setStyleContent
public void setStyleContent(byte[] styleContent)
-
setStyleContent
protected void setStyleContent(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getTestsuiteContent
public byte[] getTestsuiteContent()
-
setTestsuiteContent
public void setTestsuiteContent(byte[] testsuiteContent)
-
setTestsuiteContent
protected void setTestsuiteContent(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getType
public AuraBundleType getType()
-
setType
public void setType(AuraBundleType type)
-
setType
protected void setType(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
-
-