Package com.sforce.soap.metadata
Class WorkflowFieldUpdate
java.lang.Object
com.sforce.soap.metadata.Metadata
com.sforce.soap.metadata.WorkflowAction
com.sforce.soap.metadata.WorkflowFieldUpdate
- All Implemented Interfaces:
XMLizable
This is a generated class for the SObject Enterprise API.
Do not edit this file, as your changes will be lost.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetField()getName()booleanbooleanbooleanbooleanbooleanbooleanvoidload(XmlInputStream __in, TypeMapper __typeMapper) protected voidloadFields(XmlInputStream __in, TypeMapper __typeMapper) protected voidsetDescription(XmlInputStream __in, TypeMapper __typeMapper) voidsetDescription(String description) protected voidsetField(XmlInputStream __in, TypeMapper __typeMapper) voidprotected voidsetFormula(XmlInputStream __in, TypeMapper __typeMapper) voidsetFormula(String formula) protected voidsetLiteralValue(XmlInputStream __in, TypeMapper __typeMapper) voidsetLiteralValue(String literalValue) protected voidsetLookupValue(XmlInputStream __in, TypeMapper __typeMapper) voidsetLookupValue(String lookupValue) voidsetLookupValueType(LookupValueType lookupValueType) protected voidsetLookupValueType(XmlInputStream __in, TypeMapper __typeMapper) protected voidsetName(XmlInputStream __in, TypeMapper __typeMapper) voidvoidsetNotifyAssignee(boolean notifyAssignee) protected voidsetNotifyAssignee(XmlInputStream __in, TypeMapper __typeMapper) voidsetOperation(FieldUpdateOperation operation) protected voidsetOperation(XmlInputStream __in, TypeMapper __typeMapper) voidsetProtected(boolean _protected) protected voidsetProtected(XmlInputStream __in, TypeMapper __typeMapper) voidsetReevaluateOnChange(boolean reevaluateOnChange) protected voidsetReevaluateOnChange(XmlInputStream __in, TypeMapper __typeMapper) protected voidsetTargetObject(XmlInputStream __in, TypeMapper __typeMapper) voidsetTargetObject(String targetObject) toString()voidwrite(QName __element, XmlOutputStream __out, TypeMapper __typeMapper) protected voidwriteFields(XmlOutputStream __out, TypeMapper __typeMapper) Methods inherited from class com.sforce.soap.metadata.Metadata
getFullName, setFullName, setFullName
-
Constructor Details
-
WorkflowFieldUpdate
public WorkflowFieldUpdate()Constructor
-
-
Method Details
-
getDescription
-
setDescription
-
setDescription
protected void setDescription(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getField
-
setField
-
setField
protected void setField(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getFormula
-
setFormula
-
setFormula
protected void setFormula(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getLiteralValue
-
setLiteralValue
-
setLiteralValue
protected void setLiteralValue(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getLookupValue
-
setLookupValue
-
setLookupValue
protected void setLookupValue(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getLookupValueType
-
setLookupValueType
-
setLookupValueType
protected void setLookupValueType(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getName
-
setName
-
setName
protected void setName(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
-
getOperation
-
setOperation
-
setOperation
protected void setOperation(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
-
getReevaluateOnChange
public boolean getReevaluateOnChange() -
isReevaluateOnChange
public boolean isReevaluateOnChange() -
setReevaluateOnChange
public void setReevaluateOnChange(boolean reevaluateOnChange) -
setReevaluateOnChange
protected void setReevaluateOnChange(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getTargetObject
-
setTargetObject
-
setTargetObject
protected void setTargetObject(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
- 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
- Overrides:
toStringin classWorkflowAction
-