Uses of Class
story.dbcore.admin.CommandType

Packages that use CommandType
story.dbcore.admin   
 

Uses of CommandType in story.dbcore.admin
 

Fields in story.dbcore.admin declared as CommandType
static CommandType CommandType.AreRelatedDirectly
           
static CommandType CommandType.AreRelatedIndirectly
           
static CommandType CommandType.CloseDocument
           
static CommandType CommandType.CommandHistory
           
static CommandType CommandType.CoreBrowser
           
static CommandType CommandType.FindNode
           
static CommandType CommandType.Generate
           
static CommandType CommandType.GetCommandHistory
           
static CommandType CommandType.GetLinksFromNode
           
static CommandType CommandType.GetLinksToNode
           
static CommandType CommandType.GetLinkVias
           
static CommandType CommandType.GetNode
           
static CommandType CommandType.GetNodeAttribute
           
static CommandType CommandType.GetNodeAttributeIDs
           
static CommandType CommandType.GetNodeDefinition
           
static CommandType CommandType.GetNodeProxy
           
static CommandType CommandType.GetNodeType
           
static CommandType CommandType.GetRepositoryType
           
static CommandType CommandType.Link
           
static CommandType CommandType.LinkInstancing
           
static CommandType CommandType.ListRepositories
           
static CommandType CommandType.MaxAttributeLength
           
static CommandType CommandType.MoveNode
           
static CommandType CommandType.NewDocument
           
static CommandType CommandType.NewInstanceNode
           
static CommandType CommandType.NewInstancing
           
static CommandType CommandType.NewNode
           
static CommandType CommandType.NewNodeAddress
           
static CommandType CommandType.NewRepository
           
static CommandType CommandType.NewSubtypeNode
           
static CommandType CommandType.NodeAttributeEquals
           
static CommandType CommandType.NodeAttributeGreaterThan
           
static CommandType CommandType.NodeExists
           
static CommandType CommandType.NodeRepositoryExists
           
static CommandType CommandType.OpenDocument
           
static CommandType CommandType.Query
           
static CommandType CommandType.Reconstruct
           
static CommandType CommandType.RedefineNode
           
static CommandType CommandType.Redo
           
static CommandType CommandType.RedoTo
           
static CommandType CommandType.RemoveNode
           
static CommandType CommandType.RemoveRepository
           
static CommandType CommandType.RenameNode
           
static CommandType CommandType.RenameRepository
           
static CommandType CommandType.RenderDocument
           
static CommandType CommandType.RenderNode
           
static CommandType CommandType.RenderNodeAttributes
           
static CommandType CommandType.RenderRawLinkTables
           
static CommandType CommandType.RenderRepositoryContents
           
static CommandType CommandType.Reset
           
static CommandType CommandType.SetNodeAttribute
           
static CommandType CommandType.TestSatisfaction
           
static CommandType CommandType.Undo
           
static CommandType CommandType.UndoTo
           
static CommandType CommandType.Unlink
           
static CommandType CommandType.UnlinkAllLinks
           
static CommandType CommandType.UnlinkInstancing
           
static CommandType CommandType.ValidateNodeInstancing
           
 

Methods in story.dbcore.admin that return CommandType
static CommandType CommandType.get(int number)
          Return the corresponding CommandType for the given Unique ID (see getUniqueID).
static CommandType CommandType.get(java.lang.String string)
          Static version of get() that gets around the Java restriction on static types in interfaces.
 CommandType Command.getType()
          Retrieve the type of command.
 CommandType Command.type()
          Returns the command type.
 

Constructors in story.dbcore.admin with parameters of type CommandType
Command(CommandType commandType)
          Constructor with no arguments.
Command(CommandType commandType, ArgumentVector args)
          Constructor with vector of arguments
Command(CommandType commandType, java.lang.Object argument0)
          Constructor with one argument.
Command(CommandType commandType, java.lang.Object argument0, java.lang.Object argument1)
          Constructor with two arguments.
Command(CommandType commandType, java.lang.Object argument0, java.lang.Object argument1, java.lang.Object argument2)
          Constructor with three arguments.
Command(CommandType commandType, java.lang.Object argument0, java.lang.Object argument1, java.lang.Object argument2, java.lang.Object argument3)
          Constructor with four arguments.
Command(CommandType commandType, java.lang.Object argument0, java.lang.Object argument1, java.lang.Object argument2, java.lang.Object argument3, java.lang.Object argument4)
          Constructor with five arguments.
 



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