Package com.sforce.soap.metadata
Class WorkflowTask
- java.lang.Object
-
- com.sforce.soap.metadata.Metadata
-
- com.sforce.soap.metadata.WorkflowAction
-
- com.sforce.soap.metadata.WorkflowTask
-
- All Implemented Interfaces:
XMLizable
public class WorkflowTask extends WorkflowAction
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 WorkflowTask()Constructor
-
Method Summary
-
Methods inherited from class com.sforce.soap.metadata.Metadata
getFullName, setFullName, setFullName
-
-
-
-
Method Detail
-
getAssignedTo
public String getAssignedTo()
-
setAssignedTo
public void setAssignedTo(String assignedTo)
-
setAssignedTo
protected void setAssignedTo(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getAssignedToType
public ActionTaskAssignedToTypes getAssignedToType()
-
setAssignedToType
public void setAssignedToType(ActionTaskAssignedToTypes assignedToType)
-
setAssignedToType
protected void setAssignedToType(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
-
getDueDateOffset
public int getDueDateOffset()
-
setDueDateOffset
public void setDueDateOffset(int dueDateOffset)
-
setDueDateOffset
protected void setDueDateOffset(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getNotifyAssignee
public boolean getNotifyAssignee()
-
isNotifyAssignee
public boolean isNotifyAssignee()
-
setNotifyAssignee
public void setNotifyAssignee(boolean notifyAssignee)
-
setNotifyAssignee
protected void setNotifyAssignee(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getOffsetFromField
public String getOffsetFromField()
-
setOffsetFromField
public void setOffsetFromField(String offsetFromField)
-
setOffsetFromField
protected void setOffsetFromField(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getPriority
public String getPriority()
-
setPriority
public void setPriority(String priority)
-
setPriority
protected void setPriority(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getProtected
public boolean getProtected()
-
isProtected
public boolean isProtected()
-
setProtected
public void setProtected(boolean _protected)
-
setProtected
protected void setProtected(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getStatus
public String getStatus()
-
setStatus
public void setStatus(String status)
-
setStatus
protected void setStatus(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getSubject
public String getSubject()
-
setSubject
public void setSubject(String subject)
-
setSubject
protected void setSubject(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 classWorkflowAction- Throws:
IOException
-
writeFields
protected void writeFields(XmlOutputStream __out, TypeMapper __typeMapper) throws IOException
- Overrides:
writeFieldsin classWorkflowAction- Throws:
IOException
-
load
public void load(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Specified by:
loadin interfaceXMLizable- Overrides:
loadin classWorkflowAction- Throws:
IOExceptionConnectionException
-
loadFields
protected void loadFields(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Overrides:
loadFieldsin classWorkflowAction- Throws:
IOExceptionConnectionException
-
toString
public String toString()
- Overrides:
toStringin classWorkflowAction
-
-