Node

data class Node(val subject: String, val ownerWebId: String, val resourceUri: String, val mode: ShareMode, val addedAt: String?, val resourceType: String? = null, val resourceName: String? = null)

One reified solidshare:Share record. subject is the node IRI (the writer targets patch deletes at it); mode is the strongest acl:mode asserted; addedAt is the record's dcterms:created, or null. resourceType / resourceName are the record's solidshare:resourceType IRI and dcterms:title, both null on untyped (file/folder) records.

Constructors

Link copied to clipboard
constructor(subject: String, ownerWebId: String, resourceUri: String, mode: ShareMode, addedAt: String?, resourceType: String? = null, resourceName: String? = null)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard