Package com.sforce.soap.partner
Class ProcessWorkitemRequest
- java.lang.Object
-
- com.sforce.soap.partner.ProcessRequest
-
- com.sforce.soap.partner.ProcessWorkitemRequest
-
- All Implemented Interfaces:
IProcessRequest,IProcessWorkitemRequest,XMLizable
public class ProcessWorkitemRequest extends ProcessRequest implements IProcessWorkitemRequest
This is a generated class for the SObject Enterprise API. Do not edit this file, as your changes will be lost.
-
-
Constructor Summary
Constructors Constructor Description ProcessWorkitemRequest()Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAction()element : action of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.StringStringgetWorkitemId()element : workitemId of type {urn:partner.soap.sforce.com}ID java type: java.lang.Stringvoidload(XmlInputStream __in, TypeMapper __typeMapper)protected voidloadFields(XmlInputStream __in, TypeMapper __typeMapper)protected voidsetAction(XmlInputStream __in, TypeMapper __typeMapper)voidsetAction(String action)protected voidsetWorkitemId(XmlInputStream __in, TypeMapper __typeMapper)voidsetWorkitemId(String workitemId)StringtoString()voidwrite(QName __element, XmlOutputStream __out, TypeMapper __typeMapper)protected voidwriteFields(XmlOutputStream __out, TypeMapper __typeMapper)-
Methods inherited from class com.sforce.soap.partner.ProcessRequest
getComments, getNextApproverIds, setComments, setComments, setNextApproverIds, setNextApproverIds
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface com.sforce.soap.partner.IProcessRequest
getComments, getNextApproverIds, setComments, setNextApproverIds
-
-
-
-
Method Detail
-
getAction
public String getAction()
Description copied from interface:IProcessWorkitemRequestelement : action of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String- Specified by:
getActionin interfaceIProcessWorkitemRequest
-
setAction
public void setAction(String action)
- Specified by:
setActionin interfaceIProcessWorkitemRequest
-
setAction
protected void setAction(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getWorkitemId
public String getWorkitemId()
Description copied from interface:IProcessWorkitemRequestelement : workitemId of type {urn:partner.soap.sforce.com}ID java type: java.lang.String- Specified by:
getWorkitemIdin interfaceIProcessWorkitemRequest
-
setWorkitemId
public void setWorkitemId(String workitemId)
- Specified by:
setWorkitemIdin interfaceIProcessWorkitemRequest
-
setWorkitemId
protected void setWorkitemId(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 classProcessRequest- Throws:
IOException
-
writeFields
protected void writeFields(XmlOutputStream __out, TypeMapper __typeMapper) throws IOException
- Overrides:
writeFieldsin classProcessRequest- Throws:
IOException
-
load
public void load(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Specified by:
loadin interfaceXMLizable- Overrides:
loadin classProcessRequest- Throws:
IOExceptionConnectionException
-
loadFields
protected void loadFields(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Overrides:
loadFieldsin classProcessRequest- Throws:
IOExceptionConnectionException
-
toString
public String toString()
- Overrides:
toStringin classProcessRequest
-
-