Uses of Interface
org.xiruss.repository.api.TextStorageObject

Packages that use TextStorageObject
org.xiruss.repository.api Defines the repository-level interfaces common to clients and servers. 
org.xiruss.repository.common Holds implementation classes usable by both clients and servers. 
org.xiruss.repository.server.storagemanagement.specializations Defines specializations of StorageObject that understand the details of specific kinds of data. 
org.xiruss.xirussrepository.client This package provides client-side proxies that implement all the relevant Repository and XirussRepository APIs and manage all communication with the HTTP Xiruss Repository API (provided by the JettyXirussHttpApiRunner class. 
 

Uses of TextStorageObject in org.xiruss.repository.api
 

Subinterfaces of TextStorageObject in org.xiruss.repository.api
 interface XmlStorageObject
          Represents XML documents.
 

Uses of TextStorageObject in org.xiruss.repository.common
 

Methods in org.xiruss.repository.common with parameters of type TextStorageObject
 void HtmlReportRepositoryVisitor.visitTextStorageObject(TextStorageObject so)
           
 

Uses of TextStorageObject in org.xiruss.repository.server.storagemanagement.specializations
 

Classes in org.xiruss.repository.server.storagemanagement.specializations that implement TextStorageObject
 class TextStorageObjectBase
          Represents storage objects that are interpreted as sequences of characters in some character encoding, as opposed to binary objects, such as bitmapped graphics.
 class XmlStorageObjectBase
          Represents XML documents.
 

Uses of TextStorageObject in org.xiruss.xirussrepository.client
 

Classes in org.xiruss.xirussrepository.client that implement TextStorageObject
 class TextStorageObjectProxy
           
 class XmlStorageObjectProxy