Uses of Interface
it.sistematica.isharedoc.opencmis.indatabase.storedobj.api.Filing

Packages that use Filing
it.sistematica.isharedoc.opencmis.indatabase.storedobj.api   
it.sistematica.isharedoc.opencmis.indatabase.storedobj.impl   
 

Uses of Filing in it.sistematica.isharedoc.opencmis.indatabase.storedobj.api
 

Subinterfaces of Filing in it.sistematica.isharedoc.opencmis.indatabase.storedobj.api
 interface Document
          A document is a concrete object (meaning it can be stored) and has content.
 interface DocumentVersion
          A DocumentVersion is a concrete version of a versioned document.
 interface Folder
          A folder is a concrete object (meaning it can be stored) and has Each folder is contained in a parent folder.
 interface MultiFiling
          Documents can have in the CMIS specification multiple parents.
 interface SingleFiling
          Folders have in the CMIS specification exactly one parent.
 interface VersionedDocument
          A version series is a concrete object (meaning it can be stored) and has methods for check-out and checkin.
 

Uses of Filing in it.sistematica.isharedoc.opencmis.indatabase.storedobj.impl
 

Classes in it.sistematica.isharedoc.opencmis.indatabase.storedobj.impl that implement Filing
 class AbstractMultiFilingImpl
          AbstractMultiPathImpl is the common superclass of all objects hold in the repository that have multiple parent folders, these are: Folders
 class AbstractSingleFilingImpl
          AbstractPathImpl is the common superclass of all objects hold in the repository that have a single parent, these are: Folders.
 class DocumentVersionImpl
          A class representing a single version of a document
 class FolderImpl
           
 class ItemImpl
          itemImpl is used for CMIS:item objects.
 class VersionedDocumentImpl