Package com.emc.d2fs.interfaces
Interface ICheckoutService
- All Superinterfaces:
ID2fsService
Document checkout services.
-
Method Summary
Modifier and TypeMethodDescriptionboolean
cancelCheckout
(Context context, String id) Cancel check out of a documentboolean
cancelCheckoutAll
(Context context, List<String> ids) Cancel check out of multiple documentsboolean
Check out a documentboolean
checkoutAsNew
(Context context, String id) Check out a document as a new oneint
getNumberOfCheckoutDocument
(Context context) Get count of checked out documentstestCheckout
(Context context, String id) Get informations about check out statusboolean
testControlledPrint
(Context context, String id, List<Attribute> parameters) Test if there is a controlled printingMethods inherited from interface com.emc.d2fs.interfaces.ID2fsService
isRemote, setRemote
-
Method Details
-
checkoutAsNew
Check out a document as a new one -
checkout
Check out a document -
testCheckout
Get informations about check out status -
cancelCheckout
Cancel check out of a document -
cancelCheckoutAll
Cancel check out of multiple documents -
getNumberOfCheckoutDocument
Get count of checked out documents -
testControlledPrint
boolean testControlledPrint(Context context, String id, List<Attribute> parameters) throws Exception Test if there is a controlled printing
-