Uses of Class
it.sistematica.isharedoc.model.dms.Document.CheckoutApp

Packages that use Document.CheckoutApp
it.sistematica.isharedoc.model.dms   
it.sistematica.isharedoc.service.dms   
 

Uses of Document.CheckoutApp in it.sistematica.isharedoc.model.dms
 

Fields in it.sistematica.isharedoc.model.dms declared as Document.CheckoutApp
protected  Document.CheckoutApp Document.checkoutApp
           
 

Methods in it.sistematica.isharedoc.model.dms that return Document.CheckoutApp
 Document.CheckoutApp Document.getCheckoutApp()
           
static Document.CheckoutApp Document.CheckoutApp.parse(java.lang.String code)
           
static Document.CheckoutApp Document.CheckoutApp.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Document.CheckoutApp[] Document.CheckoutApp.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in it.sistematica.isharedoc.model.dms with parameters of type Document.CheckoutApp
 void Document.setCheckoutApp(Document.CheckoutApp checkoutApp)
           
 

Uses of Document.CheckoutApp in it.sistematica.isharedoc.service.dms
 

Fields in it.sistematica.isharedoc.service.dms with type parameters of type Document.CheckoutApp
protected static java.lang.ThreadLocal<Document.CheckoutApp> DocumentManagerImpl.app
           
 

Methods in it.sistematica.isharedoc.service.dms with parameters of type Document.CheckoutApp
 void DocumentManagerImpl.setCheckoutApp(Document.CheckoutApp checkoutApp)
           
 void DocumentManager.setCheckoutApp(Document.CheckoutApp app)
          Sets the checkout app.