Package com.sforce.soap.metadata
Class OmniProcessElement
- java.lang.Object
-
- com.sforce.soap.metadata.OmniProcessElement
-
-
Constructor Summary
Constructors Constructor Description OmniProcessElement()Constructor
-
Method Summary
-
-
-
Method Detail
-
getChildElements
public OmniProcessElement[] getChildElements()
-
setChildElements
public void setChildElements(OmniProcessElement[] childElements)
-
setChildElements
protected void setChildElements(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
-
getDesignerCustomizationType
public String getDesignerCustomizationType()
-
setDesignerCustomizationType
public void setDesignerCustomizationType(String designerCustomizationType)
-
setDesignerCustomizationType
protected void setDesignerCustomizationType(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getDiscoveryFrameworkUsageType
public String getDiscoveryFrameworkUsageType()
-
setDiscoveryFrameworkUsageType
public void setDiscoveryFrameworkUsageType(String discoveryFrameworkUsageType)
-
setDiscoveryFrameworkUsageType
protected void setDiscoveryFrameworkUsageType(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getEmbeddedOmniScriptKey
public String getEmbeddedOmniScriptKey()
-
setEmbeddedOmniScriptKey
public void setEmbeddedOmniScriptKey(String embeddedOmniScriptKey)
-
setEmbeddedOmniScriptKey
protected void setEmbeddedOmniScriptKey(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getIsActive
public boolean getIsActive()
-
isIsActive
public boolean isIsActive()
-
setIsActive
public void setIsActive(boolean isActive)
-
setIsActive
protected void setIsActive(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getIsOmniScriptEmbeddable
public boolean getIsOmniScriptEmbeddable()
-
isIsOmniScriptEmbeddable
public boolean isIsOmniScriptEmbeddable()
-
setIsOmniScriptEmbeddable
public void setIsOmniScriptEmbeddable(boolean isOmniScriptEmbeddable)
-
setIsOmniScriptEmbeddable
protected void setIsOmniScriptEmbeddable(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getLevel
public double getLevel()
-
setLevel
public void setLevel(double level)
-
setLevel
protected void setLevel(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getName
public String getName()
-
setName
public void setName(String name)
-
setName
protected void setName(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getOmniProcessVersionNumber
public double getOmniProcessVersionNumber()
-
setOmniProcessVersionNumber
public void setOmniProcessVersionNumber(double omniProcessVersionNumber)
-
setOmniProcessVersionNumber
protected void setOmniProcessVersionNumber(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getParentElementName
public String getParentElementName()
-
setParentElementName
public void setParentElementName(String parentElementName)
-
setParentElementName
protected void setParentElementName(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getParentElementType
public String getParentElementType()
-
setParentElementType
public void setParentElementType(String parentElementType)
-
setParentElementType
protected void setParentElementType(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getPropertySetConfig
public String getPropertySetConfig()
-
setPropertySetConfig
public void setPropertySetConfig(String propertySetConfig)
-
setPropertySetConfig
protected void setPropertySetConfig(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getSequenceNumber
public double getSequenceNumber()
-
setSequenceNumber
public void setSequenceNumber(double sequenceNumber)
-
setSequenceNumber
protected void setSequenceNumber(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getType
public String getType()
-
setType
public void setType(String type)
-
setType
protected void setType(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getUniqueIndex
public String getUniqueIndex()
-
setUniqueIndex
public void setUniqueIndex(String uniqueIndex)
-
setUniqueIndex
protected void setUniqueIndex(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
protected void writeFields(XmlOutputStream __out, TypeMapper __typeMapper) throws IOException
- 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
-
-