Uses of Interface
com.hammurapi.flow.runtime.PropertySet

Packages that use PropertySet
com.hammurapi.flow.runtime   
 

Uses of PropertySet in com.hammurapi.flow.runtime
 

Subinterfaces of PropertySet in com.hammurapi.flow.runtime
 interface PersistentPropertySet
          Property sets backed by persistent storage implement this interface
 

Methods in com.hammurapi.flow.runtime that return PropertySet
 PropertySet PropertySetFactory.createPropertySet(PropertySet... chain)
          Creates new property set.
 PropertySet Invocation.getProperties()
           
 PropertySet PropertySet.getSubset(String prefix)
           
 

Methods in com.hammurapi.flow.runtime with parameters of type PropertySet
 boolean PropertySet.compareProperties(PropertySet otherSet)
           
 boolean PropertySet.containsAll(PropertySet subSet)
           
 PropertySet PropertySetFactory.createPropertySet(PropertySet... chain)
          Creates new property set.
 Collection<Future<?>> Invocable.invoke(S flowState, A[] args, PropertySet properties, Context context, List<ProcessingPathElement> processingPath)
          Invokes this invocable.
 void PropertySet.mount(String prefix, PropertySet source)
          Mounts source property set at specified prefix.
 void PropertySet.setAll(PropertySet source)
          Copies all entries from the source property set to self.