Package com.sforce.soap.metadata
Class EventSettings
- java.lang.Object
-
- com.sforce.soap.metadata.Metadata
-
- com.sforce.soap.metadata.EventSettings
-
-
Constructor Summary
Constructors Constructor Description EventSettings()Constructor
-
Method Summary
-
Methods inherited from class com.sforce.soap.metadata.Metadata
getFullName, setFullName, setFullName
-
-
-
-
Method Detail
-
getBypassMeteringBlock
public boolean getBypassMeteringBlock()
-
isBypassMeteringBlock
public boolean isBypassMeteringBlock()
-
setBypassMeteringBlock
public void setBypassMeteringBlock(boolean bypassMeteringBlock)
-
setBypassMeteringBlock
protected void setBypassMeteringBlock(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getEnableApexLimitEvents
public boolean getEnableApexLimitEvents()
-
isEnableApexLimitEvents
public boolean isEnableApexLimitEvents()
-
setEnableApexLimitEvents
public void setEnableApexLimitEvents(boolean enableApexLimitEvents)
-
setEnableApexLimitEvents
protected void setEnableApexLimitEvents(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getEnableDeleteMonitoringData
public boolean getEnableDeleteMonitoringData()
-
isEnableDeleteMonitoringData
public boolean isEnableDeleteMonitoringData()
-
setEnableDeleteMonitoringData
public void setEnableDeleteMonitoringData(boolean enableDeleteMonitoringData)
-
setEnableDeleteMonitoringData
protected void setEnableDeleteMonitoringData(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getEnableDynamicStreamingChannel
public boolean getEnableDynamicStreamingChannel()
-
isEnableDynamicStreamingChannel
public boolean isEnableDynamicStreamingChannel()
-
setEnableDynamicStreamingChannel
public void setEnableDynamicStreamingChannel(boolean enableDynamicStreamingChannel)
-
setEnableDynamicStreamingChannel
protected void setEnableDynamicStreamingChannel(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getEnableEventLogGeneration
public boolean getEnableEventLogGeneration()
-
isEnableEventLogGeneration
public boolean isEnableEventLogGeneration()
-
setEnableEventLogGeneration
public void setEnableEventLogGeneration(boolean enableEventLogGeneration)
-
setEnableEventLogGeneration
protected void setEnableEventLogGeneration(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getEnableEventLogObjectFeature
public boolean getEnableEventLogObjectFeature()
-
isEnableEventLogObjectFeature
public boolean isEnableEventLogObjectFeature()
-
setEnableEventLogObjectFeature
public void setEnableEventLogObjectFeature(boolean enableEventLogObjectFeature)
-
setEnableEventLogObjectFeature
protected void setEnableEventLogObjectFeature(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getEnableEventLogWaveIntegration
public boolean getEnableEventLogWaveIntegration()
-
isEnableEventLogWaveIntegration
public boolean isEnableEventLogWaveIntegration()
-
setEnableEventLogWaveIntegration
public void setEnableEventLogWaveIntegration(boolean enableEventLogWaveIntegration)
-
setEnableEventLogWaveIntegration
protected void setEnableEventLogWaveIntegration(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getEnableLightningLoggerEvents
public boolean getEnableLightningLoggerEvents()
-
isEnableLightningLoggerEvents
public boolean isEnableLightningLoggerEvents()
-
setEnableLightningLoggerEvents
public void setEnableLightningLoggerEvents(boolean enableLightningLoggerEvents)
-
setEnableLightningLoggerEvents
protected void setEnableLightningLoggerEvents(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getEnableLoginForensics
public boolean getEnableLoginForensics()
-
isEnableLoginForensics
public boolean isEnableLoginForensics()
-
setEnableLoginForensics
public void setEnableLoginForensics(boolean enableLoginForensics)
-
setEnableLoginForensics
protected void setEnableLoginForensics(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getEnableStreamingApi
public boolean getEnableStreamingApi()
-
isEnableStreamingApi
public boolean isEnableStreamingApi()
-
setEnableStreamingApi
public void setEnableStreamingApi(boolean enableStreamingApi)
-
setEnableStreamingApi
protected void setEnableStreamingApi(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getEnableTransactionSecurityPolicies
public boolean getEnableTransactionSecurityPolicies()
-
isEnableTransactionSecurityPolicies
public boolean isEnableTransactionSecurityPolicies()
-
setEnableTransactionSecurityPolicies
public void setEnableTransactionSecurityPolicies(boolean enableTransactionSecurityPolicies)
-
setEnableTransactionSecurityPolicies
protected void setEnableTransactionSecurityPolicies(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getEventLogRetentionDuration
public int getEventLogRetentionDuration()
-
setEventLogRetentionDuration
public void setEventLogRetentionDuration(int eventLogRetentionDuration)
-
setEventLogRetentionDuration
protected void setEventLogRetentionDuration(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
-
-