Package wt.change2.disposition
Interface DispositionService
The intent of the Disposition service is to handle service calls for the Disposition Module
Supported API: true
Extendable: false
Supported API: true
Extendable: false
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionwt.change2.disposition.DispositionActiongetDispositionAction(wt.change2.disposition.DispositionRecord dispositionRecord) Get Disposition Action from Disposition Record.getDispositionDetailsLink(wt.change2.disposition.DispositionRecord dispositionRecord) Get Disposition Details Link from a Disposition Record
Supported API: truewt.change2.disposition.DispositionPlangetDispositionPlan(ChangeItem changeItem) Get the Disposition Plan from a Change Item
Supported API: truegetDispositionRecords(ChangeItem changeItem) Get Disposition Records from Change Item
Supported API: true
-
Method Details
-
getDispositionPlan
Get the Disposition Plan from a Change Item
Supported API: true- Parameters:
changeItem-- Returns:
- DispositionPlan
- Throws:
WTException
-
getDispositionDetailsLink
WTCollection getDispositionDetailsLink(wt.change2.disposition.DispositionRecord dispositionRecord) throws WTException Get Disposition Details Link from a Disposition Record
Supported API: true- Parameters:
dispositionRecord-- Returns:
- WTCollection
- Throws:
WTException
-
getDispositionRecords
Get Disposition Records from Change Item
Supported API: true- Parameters:
changeItem-- Returns:
- WTCollection
- Throws:
WTException
-
getDispositionAction
wt.change2.disposition.DispositionAction getDispositionAction(wt.change2.disposition.DispositionRecord dispositionRecord) throws WTException Get Disposition Action from Disposition Record.
Supported API: true- Parameters:
dispositionRecord-- Returns:
- DispositionAction
- Throws:
WTException
-