Package com.sforce.soap.metadata
Class EntitlementProcessMilestoneItem
- java.lang.Object
-
- com.sforce.soap.metadata.EntitlementProcessMilestoneItem
-
-
Constructor Summary
Constructors Constructor Description EntitlementProcessMilestoneItem()Constructor
-
Method Summary
-
-
-
Method Detail
-
getBusinessHours
public String getBusinessHours()
-
setBusinessHours
public void setBusinessHours(String businessHours)
-
setBusinessHours
protected void setBusinessHours(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getCriteriaBooleanFilter
public String getCriteriaBooleanFilter()
-
setCriteriaBooleanFilter
public void setCriteriaBooleanFilter(String criteriaBooleanFilter)
-
setCriteriaBooleanFilter
protected void setCriteriaBooleanFilter(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getMilestoneCriteriaFilterItems
public FilterItem[] getMilestoneCriteriaFilterItems()
-
setMilestoneCriteriaFilterItems
public void setMilestoneCriteriaFilterItems(FilterItem[] milestoneCriteriaFilterItems)
-
setMilestoneCriteriaFilterItems
protected void setMilestoneCriteriaFilterItems(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getMilestoneCriteriaFormula
public String getMilestoneCriteriaFormula()
-
setMilestoneCriteriaFormula
public void setMilestoneCriteriaFormula(String milestoneCriteriaFormula)
-
setMilestoneCriteriaFormula
protected void setMilestoneCriteriaFormula(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getMilestoneName
public String getMilestoneName()
-
setMilestoneName
public void setMilestoneName(String milestoneName)
-
setMilestoneName
protected void setMilestoneName(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getMinutesCustomClass
public String getMinutesCustomClass()
-
setMinutesCustomClass
public void setMinutesCustomClass(String minutesCustomClass)
-
setMinutesCustomClass
protected void setMinutesCustomClass(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getMinutesToComplete
public int getMinutesToComplete()
-
setMinutesToComplete
public void setMinutesToComplete(int minutesToComplete)
-
setMinutesToComplete
protected void setMinutesToComplete(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getSuccessActions
public WorkflowActionReference[] getSuccessActions()
-
setSuccessActions
public void setSuccessActions(WorkflowActionReference[] successActions)
-
setSuccessActions
protected void setSuccessActions(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getTimeTriggers
public EntitlementProcessMilestoneTimeTrigger[] getTimeTriggers()
-
setTimeTriggers
public void setTimeTriggers(EntitlementProcessMilestoneTimeTrigger[] timeTriggers)
-
setTimeTriggers
protected void setTimeTriggers(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getUseCriteriaStartTime
public boolean getUseCriteriaStartTime()
-
isUseCriteriaStartTime
public boolean isUseCriteriaStartTime()
-
setUseCriteriaStartTime
public void setUseCriteriaStartTime(boolean useCriteriaStartTime)
-
setUseCriteriaStartTime
protected void setUseCriteriaStartTime(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
-
-