Interface DispositionService


@RemoteInterface public interface DispositionService
The intent of the Disposition service is to handle service calls for the Disposition Module

Supported API: true

Extendable: false
See Also:
  • StandardDispositionService
  • DispositionHelper
  • Method Summary

    Modifier and Type
    Method
    Description
    wt.change2.disposition.DispositionAction
    getDispositionAction(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: true
    wt.change2.disposition.DispositionPlan
    Get the Disposition Plan from a Change Item

    Supported API: true
    Get Disposition Records from Change Item

    Supported API: true
  • Method Details

    • getDispositionPlan

      wt.change2.disposition.DispositionPlan getDispositionPlan(ChangeItem changeItem) throws WTException
      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

      WTCollection getDispositionRecords(ChangeItem changeItem) throws WTException
      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