Package com.sforce.soap.metadata
Class ApprovalStep
java.lang.Object
com.sforce.soap.metadata.ApprovalStep
- 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 TypeMethodDescriptionbooleangetLabel()getName()booleanvoidload(XmlInputStream __in, TypeMapper __typeMapper) protected voidloadFields(XmlInputStream __in, TypeMapper __typeMapper) voidsetAllowDelegate(boolean allowDelegate) protected voidsetAllowDelegate(XmlInputStream __in, TypeMapper __typeMapper) voidsetApprovalActions(ApprovalAction approvalActions) protected voidsetApprovalActions(XmlInputStream __in, TypeMapper __typeMapper) voidsetAssignedApprover(ApprovalStepApprover assignedApprover) protected voidsetAssignedApprover(XmlInputStream __in, TypeMapper __typeMapper) protected voidsetDescription(XmlInputStream __in, TypeMapper __typeMapper) voidsetDescription(String description) voidsetEntryCriteria(ApprovalEntryCriteria entryCriteria) protected voidsetEntryCriteria(XmlInputStream __in, TypeMapper __typeMapper) voidsetIfCriteriaNotMet(StepCriteriaNotMetType ifCriteriaNotMet) protected voidsetIfCriteriaNotMet(XmlInputStream __in, TypeMapper __typeMapper) protected voidsetLabel(XmlInputStream __in, TypeMapper __typeMapper) voidprotected voidsetName(XmlInputStream __in, TypeMapper __typeMapper) voidvoidsetRejectBehavior(ApprovalStepRejectBehavior rejectBehavior) protected voidsetRejectBehavior(XmlInputStream __in, TypeMapper __typeMapper) voidsetRejectionActions(ApprovalAction rejectionActions) protected voidsetRejectionActions(XmlInputStream __in, TypeMapper __typeMapper) toString()voidwrite(QName __element, XmlOutputStream __out, TypeMapper __typeMapper) protected voidwriteFields(XmlOutputStream __out, TypeMapper __typeMapper)
-
Constructor Details
-
ApprovalStep
public ApprovalStep()Constructor
-
-
Method Details
-
getAllowDelegate
public boolean getAllowDelegate() -
isAllowDelegate
public boolean isAllowDelegate() -
setAllowDelegate
public void setAllowDelegate(boolean allowDelegate) -
setAllowDelegate
protected void setAllowDelegate(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getApprovalActions
-
setApprovalActions
-
setApprovalActions
protected void setApprovalActions(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getAssignedApprover
-
setAssignedApprover
-
setAssignedApprover
protected void setAssignedApprover(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getDescription
-
setDescription
-
setDescription
protected void setDescription(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getEntryCriteria
-
setEntryCriteria
-
setEntryCriteria
protected void setEntryCriteria(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getIfCriteriaNotMet
-
setIfCriteriaNotMet
-
setIfCriteriaNotMet
protected void setIfCriteriaNotMet(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getLabel
-
setLabel
-
setLabel
protected void setLabel(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getName
-
setName
-
setName
protected void setName(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getRejectBehavior
-
setRejectBehavior
-
setRejectBehavior
protected void setRejectBehavior(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getRejectionActions
-
setRejectionActions
-
setRejectionActions
protected void setRejectionActions(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
- 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
-
toString
-