Collection

inner class Collection(val href: String, val documents: Map<String, CollectionManagerStep.Resource>, val stable: Boolean) : ResourceCollection(source)

Constructors

Link copied to clipboard
constructor(href: String, documents: Map<String, CollectionManagerStep.Resource>, stable: Boolean)

Properties

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

Functions

Link copied to clipboard
open override fun getCollectionURI(): String?
Link copied to clipboard
open override fun getResources(context: XPathContext?): Iterator<CollectionManagerStep.Resource?>?
Link copied to clipboard
open override fun getResourceURIs(context: XPathContext?): Iterator<String?>?
Link copied to clipboard
open override fun isStable(context: XPathContext?): Boolean