Uses of Class
story.dbcore.admin.CommandReturn

Packages that use CommandReturn
story.dbcore.admin   
story.dbcore.links   
 

Uses of CommandReturn in story.dbcore.admin
 

Fields in story.dbcore.admin declared as CommandReturn
static CommandReturn CommandReturn.COMMAND_BUFFERED
           
 

Methods in story.dbcore.admin that return CommandReturn
 CommandReturn DBCoreInterface.execute(Command command)
          Interpret and execute a command.
 CommandReturn Document.unlink(NodeAddress fromAddress, LinkType linkType, NodeAddress toAddress)
          Remove all direct links of a certain type between two nodes in the Document.
 

Uses of CommandReturn in story.dbcore.links
 

Methods in story.dbcore.links that return CommandReturn
 CommandReturn LinkRepository.isolateNode(GenericNode node, LinkType linkType)
          Remove all links of a certain type to and from a node.
 CommandReturn LinkRepository.removeLinks(GenericNode from, LinkType linkType, GenericNode to)
          Remove all direct links of a particular type between two nodes.
 



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