Uses of Class
story.dbcore.repositories.RepositoryType

Packages that use RepositoryType
story.aesop.repositories   
story.dbcore.admin   
story.dbcore.repositories   
story.flashback.repositories   
story.scheherazade.repositories   
 

Uses of RepositoryType in story.aesop.repositories
 

Methods in story.aesop.repositories that return RepositoryType
 RepositoryType FrameRepository.getType()
           
 RepositoryType ExampleRepository.getType()
           
 

Methods in story.aesop.repositories with parameters of type RepositoryType
 NodeRepositoryConfig RepositoryFactory.getConfig(RepositoryType type)
           
 NodeTypeSet RepositoryFactory.validNodeTypes(RepositoryType type)
           
 

Uses of RepositoryType in story.dbcore.admin
 

Methods in story.dbcore.admin with parameters of type RepositoryType
 NodeRepositoryID DBCAccessor.newRepository(RepositoryType type, java.lang.Object repositoryID)
          Add a new repository.
 

Uses of RepositoryType in story.dbcore.repositories
 

Fields in story.dbcore.repositories declared as RepositoryType
static RepositoryType RepositoryType.FrameRep
           
static RepositoryType RepositoryType.RootRep
           
static RepositoryType RepositoryType.StateRep
           
static RepositoryType RepositoryType.TimelineRep
           
static RepositoryType RepositoryType.TransitionRep
           
 

Methods in story.dbcore.repositories that return RepositoryType
static RepositoryType RepositoryType.get(int number)
          Return the corresponding RepositoryType for the given Unique ID (see getUniqueID).
static RepositoryType RepositoryType.get(java.lang.String string)
          Static version of get() that gets around the Java restriction on static types in interfaces.
 RepositoryType NodeRepositoryConfig.getType()
           
 RepositoryType NodeRepository.getType()
          Get the repository type.
 

Methods in story.dbcore.repositories with parameters of type RepositoryType
 NodeRepositoryConfig RepositoryFactoryInterface.getConfig(RepositoryType type)
          Given a certain repository type, return a configuration object
 NodeTypeSet RepositoryFactoryInterface.validNodeTypes(RepositoryType type)
          Given a certain repository type, return a set of the types of nodes which are valid for that repository.
 

Uses of RepositoryType in story.flashback.repositories
 

Methods in story.flashback.repositories that return RepositoryType
 RepositoryType VenueRepository.getType()
           
 RepositoryType ReferenceRepository.getType()
           
 RepositoryType AreaRepository.getType()
           
 

Methods in story.flashback.repositories with parameters of type RepositoryType
 NodeRepositoryConfig RepositoryFactory.getConfig(RepositoryType type)
           
 NodeTypeSet RepositoryFactory.validNodeTypes(RepositoryType type)
           
 

Uses of RepositoryType in story.scheherazade.repositories
 

Methods in story.scheherazade.repositories that return RepositoryType
 RepositoryType TransitionRepository.getType()
           
 RepositoryType TimelineRepository.getType()
           
 RepositoryType StateRepository.getType()
           
 RepositoryType RootRepository.getType()
           
 RepositoryType FrameRepository.getType()
           
 

Methods in story.scheherazade.repositories with parameters of type RepositoryType
 NodeRepositoryConfig RepositoryFactory.getConfig(RepositoryType type)
           
 NodeTypeSet RepositoryFactory.validNodeTypes(RepositoryType type)
           
 



Copyright © 2011 David K. Elson. All Rights Reserved.