Uses of Interface
things.data.ThingsPropertyView

Packages that use ThingsPropertyView
things.common.commands   
things.common.configuration   
things.common.impl   
things.common.tools   
things.data   
things.data.impl   
things.data.processing.http   
things.testing.unit   
things.thing   
things.thing.modules   
things.thinger   
things.thinger.kernel   
things.thinger.kernel.basic   
things.thinger.service.httptool   
things.thinger.service.thing   
things.universe   
things.universe.server   
 

Uses of ThingsPropertyView in things.common.commands
 

Fields in things.common.commands declared as ThingsPropertyView
 ThingsPropertyView CommandRoot.configPropsView
          Configuration properties from a writable view, if provided.
 ThingsPropertyView CommandRoot.valuePropsView
          Value properties from a writable view, if provided.
 

Methods in things.common.commands with parameters of type ThingsPropertyView
 CommandLine CommandLineProcessor.process(java.io.Reader target, ThingsPropertyView properties)
          Process a command line.
 CommandLine CommandLineProcessor.process(java.lang.String[] target, ThingsPropertyView properties)
          Process a command line.
static CommandLine CommandLineProcessor.processStatic(java.io.Reader target, ThingsPropertyView properties)
          Process a command line.
 

Uses of ThingsPropertyView in things.common.configuration
 

Methods in things.common.configuration with parameters of type ThingsPropertyView
static void ConfigureByProps.checkpoint(ThingsPropertyView props, LineFeeder configAsLines, StringPoster log, AFileSystem src, AFileSystem dest)
          Checkpoint the system.
static void ConfigureByProps.configure(ThingsPropertyView props, LineFeeder configAsLines, StringPoster log, AFileSystem src, AFileSystem dest)
          Configure the system.
 

Uses of ThingsPropertyView in things.common.impl
 

Methods in things.common.impl with parameters of type ThingsPropertyView
static void ThingsMarkup2Printable.engine(java.io.Reader in, java.io.Writer out, ThingsPropertyView props)
          This is the processing engine.
static java.lang.String ThingsMarkup2Printable.makePrintable(java.lang.String text, ThingsPropertyView props)
          This will make a printable string from a string.
 

Uses of ThingsPropertyView in things.common.tools
 

Methods in things.common.tools with parameters of type ThingsPropertyView
static java.util.Vector<java.lang.String> CommandLineSingleTokenizer.tokenize(java.io.Reader target, ThingsPropertyView properties)
          Tokenize a command line of strings to a vector.
 

Uses of ThingsPropertyView in things.data
 

Methods in things.data that return ThingsPropertyView
 ThingsPropertyView ThingsPropertyView.cutting(java.lang.String path)
          A cutting to get a new a new view.
 ThingsPropertyView ThingsPropertyTree.getBranch(java.lang.String path)
          Get a view of a branch on the tree.
 ThingsPropertyView ThingsPropertyTree.getRoot()
          Get a view from the root.
 

Methods in things.data with parameters of type ThingsPropertyView
 void ThingsPropertyView.graft(ThingsPropertyView sourceView)
          Graft one view onto this view.
 

Uses of ThingsPropertyView in things.data.impl
 

Classes in things.data.impl that implement ThingsPropertyView
 class ThingsPropertyTreeBASIC
          A basic property tree that supports load and save.
 class ThingsPropertyTreeRAM
          A very basic property view for an in-memory store using java HashMap.
 

Methods in things.data.impl that return ThingsPropertyView
 ThingsPropertyView ThingsPropertyTreeRAM.cutting(java.lang.String path)
          Pruning to get a new a new view.
 ThingsPropertyView ThingsPropertyTreeBASIC.cutting(java.lang.String path)
          Pruning to get a new a new view.
 ThingsPropertyView ThingsPropertyTreeRAM.getBranch(java.lang.String path)
          Get a view of a branch on the tree.
 ThingsPropertyView ThingsPropertyTreeBASIC.getBranch(java.lang.String path)
          Get a view of a branch on the tree.
 ThingsPropertyView ThingsPropertyTreeRAM.getRoot()
          Get a view from the root.
 ThingsPropertyView ThingsPropertyTreeBASIC.getRoot()
          Get a view from the root.
 

Methods in things.data.impl with parameters of type ThingsPropertyView
 void ThingsPropertyTreeRAM.graft(ThingsPropertyView sourceView)
          Graft one view onto this view.
 void ThingsPropertyTreeBASIC.graft(ThingsPropertyView sourceView)
          Graft one view onto this view.
 

Uses of ThingsPropertyView in things.data.processing.http
 

Fields in things.data.processing.http declared as ThingsPropertyView
 ThingsPropertyView HttpHeaders.bodyValues
          Request body values.
 ThingsPropertyView HttpHeaders.headerItems
          Header items.
 ThingsPropertyView HttpHeaders.urlValues
          Request URL values.
 

Uses of ThingsPropertyView in things.testing.unit
 

Fields in things.testing.unit declared as ThingsPropertyView
 ThingsPropertyView TestGroup.properties
           
protected  ThingsPropertyView Test.properties
          Properties passed to the test by the harness.
 

Methods in things.testing.unit with parameters of type ThingsPropertyView
 void TestGroup.prepare(java.lang.String runnerNaming, java.lang.String givenName, ResultExpresser expresserIn, StringPoster logIn, ThingsPropertyView view, int inDepth)
          Init this group
 void Test.prepare(java.lang.String runnerNaming, java.lang.String givenName, ResultExpresser expresserIn, StringPoster log, ThingsPropertyView view, int inDepth)
          Prepare for the test.
 

Uses of ThingsPropertyView in things.thing
 

Fields in things.thing declared as ThingsPropertyView
protected  ThingsPropertyView BASE.localProperties
           
 

Methods in things.thing with parameters of type ThingsPropertyView
 void Cluster.add(java.lang.String clusterNodeName, java.lang.String thingName, ThingsPropertyView overlayProperties)
          Add a node to the cluster.
 

Uses of ThingsPropertyView in things.thing.modules
 

Methods in things.thing.modules with parameters of type ThingsPropertyView
 void PropertyUniverseActor.load(ThingsPropertyView properties, java.lang.String universeName, java.lang.String... universeObject)
          Load properties from the named universe in the named universe object.
 void PropertyUniverseActor.save(ThingsPropertyView properties, java.lang.String universeName, java.lang.String path, java.lang.String... universeObject)
          Save properties starting with the given path to the named universe in the named universe object.
 

Uses of ThingsPropertyView in things.thinger
 

Methods in things.thinger that return ThingsPropertyView
 ThingsPropertyView SystemSuperInterface.getConfigPropertiesWritable()
          Get the configuration properties that are writable.
 ThingsPropertyView SystemSuperInterface.getGlobalProperties()
          Get system global property view.
 ThingsPropertyView SystemInterface.getLocalProperties()
          Get local property view for the caller only.
 ThingsPropertyView SystemSuperInterface.getLocalProperties(java.lang.String id)
          Get local property view for the given id.
 ThingsPropertyView SystemInterface.getSharedProperties()
          Get shared property view for this server.
 ThingsPropertyView SystemSuperInterface.getUserGlobalProperties()
          Get user global property view.
 

Methods in things.thinger with parameters of type ThingsPropertyView
 java.lang.String SystemInterface.runThing(java.lang.String name, ExpressionInterface parentExpressor, ThingsPropertyView properties)
          Load and run a thing in a new process, giving an expression parent.
 WhoAmI SystemSuperInterface.startProcess(ThingsProcess processObject, ThingsPropertyView properties)
          Start the passed process.
 WhoAmI SystemSuperInterface.startProcess(ThingsProcess processObject, ThingsPropertyView properties, Clearance processClearance)
          Start the passed process.
 

Uses of ThingsPropertyView in things.thinger.kernel
 

Methods in things.thinger.kernel that return ThingsPropertyView
 ThingsPropertyView PCB.getMyLocalProperties()
          Get the local properties for this process.
 

Methods in things.thinger.kernel with parameters of type ThingsPropertyView
 PCB ProcessCoordinator.registerProcess(ThingsProcess aProcess, Clearance processClearance, ThingsPropertyView localProperties, ThingsPropertyViewReader configProperties)
          Register process.
 

Constructors in things.thinger.kernel with parameters of type ThingsPropertyView
PCB(ThingsProcess process, Clearance processClearance, ThingsPropertyView localProperties, ThingsPropertyViewReader configProperties)
          Constructor.
 

Uses of ThingsPropertyView in things.thinger.kernel.basic
 

Fields in things.thinger.kernel.basic declared as ThingsPropertyView
protected  ThingsPropertyView KernelBasicBase.myGlobalPropertiesViewRoot
           
protected  ThingsPropertyView KernelBasicBase.sharedGlobalPropertiesView
           
protected  ThingsPropertyView KernelBasicBase.userGlobalConfigView
           
protected  ThingsPropertyView KernelBasicBase.userGlobalPropertiesView
           
 

Methods in things.thinger.kernel.basic that return ThingsPropertyView
 ThingsPropertyView KernelBasic.getConfigPropertiesWritable()
          Get the configuration properties that are writable.
 ThingsPropertyView KernelBasic.getGlobalProperties()
          Get system global property view
 ThingsPropertyView KernelBasic.getLocalProperties()
          Get local property view for the caller only.
 ThingsPropertyView KernelBasic.getLocalProperties(java.lang.String id)
          Get local property view for the given id.
 ThingsPropertyView KernelBasic.getSharedProperties()
          Get shared property view for this server.
 ThingsPropertyView KernelBasic.getUserGlobalProperties()
          Get user global property view.
 

Methods in things.thinger.kernel.basic with parameters of type ThingsPropertyView
 java.lang.String KernelBasic.runThing(java.lang.String name, ExpressionInterface parentExpressor, ThingsPropertyView properties)
          Load and run a thing in a new process, giving an expression parent.
 WhoAmI KernelBasic.startProcess(ThingsProcess processObject, ThingsPropertyView properties)
          Start the passed process.
 WhoAmI KernelBasic.startProcess(ThingsProcess processObject, ThingsPropertyView properties, Clearance processClearance)
          Start the passed process.
 

Uses of ThingsPropertyView in things.thinger.service.httptool
 

Fields in things.thinger.service.httptool declared as ThingsPropertyView
 ThingsPropertyView Action.parameters
          This is what was passed in the command.
 ThingsPropertyView Action.tags
          This is what will finally be merged to the result page.
 

Methods in things.thinger.service.httptool with parameters of type ThingsPropertyView
protected abstract  ActionResult ActionIzer.doAction(java.lang.String action, ThingsPropertyView localProperties, java.util.HashMap<java.lang.String,ActionIzerItemValue> values, ThingsExceptionBundle<ThingsException> exceptions)
          Do the action.
 ActionResult Action.execute(ThingsPropertyView parameters, ThingsPropertyView tags, SystemInterface si)
          Call this, not process.
 Head ActionIzer.head(ThingsPropertyView parameters, ThingsPropertyView tags, SystemInterface si)
          Overload this if you want to manage HEAD processing on your own.
 Head Action.head(ThingsPropertyView parameters, ThingsPropertyView tags, SystemInterface si)
          Overload this if you want to manage HEAD processing on your own.
protected abstract  void ActionIzer.processUndeclaredParameters(ThingsPropertyView actualParameters, ThingsPropertyView localProperties, ThingsPropertyView saveParameter, ThingsExceptionBundle<ThingsException> exceptions)
          Allow the subclass to process undeclared parameters.
 

Uses of ThingsPropertyView in things.thinger.service.thing
 

Fields in things.thinger.service.thing declared as ThingsPropertyView
 ThingsPropertyView ThingSpecification.localProperties
           
 

Methods in things.thinger.service.thing with parameters of type ThingsPropertyView
 Receipt Thinger.issueThing(java.lang.String thingName, ThingsPropertyView localProperties)
          This will issue a thing.
 

Constructors in things.thinger.service.thing with parameters of type ThingsPropertyView
ThingSpecification(java.lang.String thingName, ThingsPropertyView localProperties)
          Construct a things specification.
 

Uses of ThingsPropertyView in things.universe
 

Methods in things.universe with parameters of type ThingsPropertyView
 java.lang.String Universe.feature(java.lang.String name, ThingsPropertyView params)
          Activate a feature by name.
 java.lang.String Universe.featureByKey(java.lang.String key, ThingsPropertyView params)
          Activate a feature by name.
 void UniverseRegistry.loadRegistry(ThingsPropertyView config)
          Load a registry from a configuration node.
 void UniverseRegistry.register(int type, ThingsPropertyView config)
          Register a universe.
 

Uses of ThingsPropertyView in things.universe.server
 

Methods in things.universe.server with parameters of type ThingsPropertyView
 java.lang.String UniverseLocal.feature(java.lang.String name, ThingsPropertyView params)
          Activate a feature by name.
 java.lang.String UniverseLocal.featureByKey(java.lang.String key, ThingsPropertyView params)
          Activate a feature by name.
 void UniverseRegistry_Simple.loadRegistry(ThingsPropertyView config)
          Load a registry from a configuration node.
 void UniverseRegistry_Simple.register(int type, ThingsPropertyView config)
          Register a universe.
 



Things.