Interface CheckedoutDocumentsServiceLocal
public interface CheckedoutDocumentsServiceLocal
Local interface for the CheckedoutDocuments service from the Planner API
-
Method Summary
Modifier and TypeMethodDescriptionReturns the checked out document at the specified IDReturns the list of checked out documents fulfilling the search criteria passed as parameterbooleanUnlocks (closes) the checked out document at the specified ID
-
Method Details
-
getCheckedoutDocument
Returns the checked out document at the specified ID- Parameters:
id- document id- Returns:
- the checked out document
- Throws:
PubServerExceptionServiceException
-
unlockCheckedoutDocument
Unlocks (closes) the checked out document at the specified ID- Parameters:
id- document ID- Returns:
- result as boolean
- Throws:
ServiceException
-
getCheckedoutDocuments
List<CheckedoutDocument> getCheckedoutDocuments(CheckedoutDocumentsFilter filter) throws ServiceException Returns the list of checked out documents fulfilling the search criteria passed as parameter- Parameters:
filter- search criteria in CheckedoutDocumentsFilter object- Returns:
- the list of checked out documents
- Throws:
ServiceException- See Also:
-