Uses of Class
okapi.util.OkapiStore

Packages that use OkapiStore
okapi.coreobjects   
okapi.tools   
okapi.util   
 

Uses of OkapiStore in okapi.coreobjects
 

Methods in okapi.coreobjects that return OkapiStore
 OkapiStore OkapiContent.getStore(java.util.List filePathVector)
          Return a OkapiStore for the specified path, or null.
 OkapiStore OkapiArc.getStore(java.util.List filePathVector)
          Return a OkapiStore for the specified path, or null.
 OkapiStore OkapiContent.getStore(java.util.List filePathVector, OkapiUser user)
          Return a OkapiStore for the specified path, or null, or throw a okapi.util.OkapiPermissionDenied exception.
 OkapiStore OkapiArc.getStore(java.util.List filePathVector, OkapiUser user)
          Return a OkapiStore for the specified path, or null, or throw a okapi.util.OkapiPermissionDenied exception.
 OkapiStore OkapiContent.getStore(java.lang.String filePath)
          Return a OkapiStore for the specified path, or null.
 

Methods in okapi.coreobjects with parameters of type OkapiStore
 void OkapiContent.addAtom(java.lang.String filePath, OkapiStore store)
          Create Content Atom and add it, also adding it to the end of the ordering.
 void OkapiContent.addAtomUnordered(java.lang.String filePath, OkapiStore store)
          Deprecated. not used
 

Uses of OkapiStore in okapi.tools
 

Methods in okapi.tools that return OkapiStore
static OkapiStore OkapiToolUtilities.getStore(java.util.List pathVector, java.lang.String pathSegment, OkapiNexus thisNexus)
          Finds the store located in the last nexus in this nexusHistory at the arc indicated by pathSegment at the path indicated by pathVector.
 

Methods in okapi.tools with parameters of type OkapiStore
static java.lang.String OkapiToolUtilities.getStoreAsString(OkapiStore store)
          Returns the text of a store as a String.
 

Uses of OkapiStore in okapi.util
 

Methods in okapi.util that return OkapiStore
 OkapiStore OkapiStoreFactory.createOkapiStore(java.lang.String filePath, java.lang.String mimeType)
           
 OkapiStore OkapiStoreFactory.createOkapiStore(java.lang.String filePath, java.lang.String mimeType, java.lang.String userName)
           
 OkapiStore OkapiStoreFactory.returnOkapiStore(java.lang.String id)
           
 

Constructors in okapi.util with parameters of type OkapiStore
OkapiStoreDataSource(OkapiStore store)
          Constructor OkapiStoreDataSource
OkapiStoreInputStream(OkapiStore store)
          Constructor OkapiStoreInputStream
OkapiStoreOutputStream(OkapiStore store)
          Constructor OkapiStoreOutputStream
OkapiStoreReader(OkapiStore store)
          Create a StoreReader that uses the default character encoding.
OkapiStoreReader(OkapiStore store, java.lang.String enc)
          Create a StoreReader that uses the named character encoding.
OkapiStoreWriter(OkapiStore store)
          Create an StoreWriter that uses the default character encoding.
OkapiStoreWriter(OkapiStore store, java.lang.String enc)
          Create a StoreWriter that uses the named character encoding.
 



Copyright ? 2001-2009 MIT. All Rights Reserved.