Class PropertyTreePermissionModel
java.lang.Object
com.inductiveautomation.perspective.gateway.property.PropertyTreePermissionModel
- Direct Known Subclasses:
- ClientPermissionModel,- DesignerPermissionModel,- StaticPermissionModel
Object attached to a property tree that controls which nodes may be written to and sync'ed to the browser.
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionbooleanbooleanallowWrite(JsonPath path, Origin source) protected abstract Stream<org.apache.commons.lang3.tuple.Pair<JsonPath,PropertyAccess>> 
- 
Field Details- 
ALLOW_ALL
 
- 
- 
Constructor Details- 
PropertyTreePermissionModelpublic PropertyTreePermissionModel()
 
- 
- 
Method Details- 
getRestrictionsprotected abstract Stream<org.apache.commons.lang3.tuple.Pair<JsonPath,PropertyAccess>> getRestrictions()
- 
allowWrite
- 
allowSync
 
-