Package com.sforce.soap.metadata
Class ApprovalStep
- java.lang.Object
-
- com.sforce.soap.metadata.ApprovalStep
-
-
Constructor Summary
Constructors Constructor Description ApprovalStep()Constructor
-
Method Summary
-
-
-
Method Detail
-
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
public ApprovalAction getApprovalActions()
-
setApprovalActions
public void setApprovalActions(ApprovalAction approvalActions)
-
setApprovalActions
protected void setApprovalActions(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getAssignedApprover
public ApprovalStepApprover getAssignedApprover()
-
setAssignedApprover
public void setAssignedApprover(ApprovalStepApprover assignedApprover)
-
setAssignedApprover
protected void setAssignedApprover(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
-
getEntryCriteria
public ApprovalEntryCriteria getEntryCriteria()
-
setEntryCriteria
public void setEntryCriteria(ApprovalEntryCriteria entryCriteria)
-
setEntryCriteria
protected void setEntryCriteria(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getIfCriteriaNotMet
public StepCriteriaNotMetType getIfCriteriaNotMet()
-
setIfCriteriaNotMet
public void setIfCriteriaNotMet(StepCriteriaNotMetType ifCriteriaNotMet)
-
setIfCriteriaNotMet
protected void setIfCriteriaNotMet(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getLabel
public String getLabel()
-
setLabel
public void setLabel(String label)
-
setLabel
protected void setLabel(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getName
public String getName()
-
setName
public void setName(String name)
-
setName
protected void setName(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getRejectBehavior
public ApprovalStepRejectBehavior getRejectBehavior()
-
setRejectBehavior
public void setRejectBehavior(ApprovalStepRejectBehavior rejectBehavior)
-
setRejectBehavior
protected void setRejectBehavior(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getRejectionActions
public ApprovalAction getRejectionActions()
-
setRejectionActions
public void setRejectionActions(ApprovalAction rejectionActions)
-
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
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
-
-