Package com.sforce.soap.metadata
Class OrchestrationContextEvent
- java.lang.Object
-
- com.sforce.soap.metadata.OrchestrationContextEvent
-
-
Constructor Summary
Constructors Constructor Description OrchestrationContextEvent()Constructor
-
Method Summary
-
-
-
Method Detail
-
getEventType
public String getEventType()
-
setEventType
public void setEventType(String eventType)
-
setEventType
protected void setEventType(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getOrchestrationEvent
public String getOrchestrationEvent()
-
setOrchestrationEvent
public void setOrchestrationEvent(String orchestrationEvent)
-
setOrchestrationEvent
protected void setOrchestrationEvent(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getPlatformEvent
public String getPlatformEvent()
-
setPlatformEvent
public void setPlatformEvent(String platformEvent)
-
setPlatformEvent
protected void setPlatformEvent(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getPlatformEventPrimaryKey
public String getPlatformEventPrimaryKey()
-
setPlatformEventPrimaryKey
public void setPlatformEventPrimaryKey(String platformEventPrimaryKey)
-
setPlatformEventPrimaryKey
protected void setPlatformEventPrimaryKey(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
-
-