Interface ControlDocumentService
The interface describing the services available for the DocControl package
Supported API: true
Extendable: false
Supported API: true
Extendable: false
-
Method Summary
Modifier and TypeMethodDescriptionReturns the list of Control Documents associated with the specified Change Activity.Returns the list of Control Documents associated with the specified Change Order.Returns the original (non-working) copy of the specified WTDocument object.
-
Method Details
-
getControlDocList
Returns the list of Control Documents associated with the specified Change Order.
Supported API: true- Returns:
- Control Documents from a given change order
- Throws:
WTException
-
getControlDocList
Returns the list of Control Documents associated with the specified Change Activity.
Supported API: true- Returns:
- Control Documents from a given change activity
- Throws:
WTException
-
getOriginalCopy
Returns the original (non-working) copy of the specified WTDocument object.
Supported API: true- Returns:
- The original (non-working) copy of the specified WTDocument
- Throws:
WTExceptionWorkInProgressException
-