Uses of Class
story.dbcore.misc.DocumentID

Packages that use DocumentID
story.dbcore.admin   
story.dbcore.exceptions   
story.dbcore.misc   
story.dbcore.nodes   
story.dbcore.repositories   
 

Uses of DocumentID in story.dbcore.admin
 

Methods in story.dbcore.admin that return DocumentID
 DocumentID HistoryFrame.getDocument()
          Retrieve the ID of the Document the frame has recorded.
 DocumentID Document.getID()
          Get the string identifier for this Document.
 DocumentID DBCoreInterface.getOpenDocument()
          Return the ID of the currently open document, or DocumentID.NO_DOCUMENT if no document is currently open.
 DocumentID DBCAccessor.getOpenDocument()
          Returns the DocumentID of the currently open document, or null if no document is currently open.
 DocumentID DBCAccessor.newDocument(java.lang.Object documentID)
          Returns DocumentID on success
 

Constructors in story.dbcore.admin with parameters of type DocumentID
HistoryFrame(HistoryFrameID HFID, DocumentID docID)
          Constructor for STATELESS MODE markers.
HistoryFrame(HistoryFrameID HFID, DocumentID docID, Executable executable, Executable undoSequence)
          Constructor for normal frames.
 

Uses of DocumentID in story.dbcore.exceptions
 

Constructors in story.dbcore.exceptions with parameters of type DocumentID
NoSuchRepository(NodeRepositoryID NRID, DocumentID doc)
           
 

Uses of DocumentID in story.dbcore.misc
 

Fields in story.dbcore.misc declared as DocumentID
static DocumentID DocumentID.NO_DOCUMENT
           
 

Uses of DocumentID in story.dbcore.nodes
 

Methods in story.dbcore.nodes that return DocumentID
 DocumentID GenericNode.getDocument()
          Retrieve the ID of this node's Document.
 

Uses of DocumentID in story.dbcore.repositories
 

Methods in story.dbcore.repositories that return DocumentID
 DocumentID NodeRepository.memberOf()
          Retreive the identifier of this repository's parent Document.
 



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