toggle menu
XML Calabash 3.x
jvm
switch theme
search in API
XMLCalabash
/
com.xmlcalabash.steps.extension
/
CollectionManagerStep
/
Collection
Collection
inner
class
Collection
(
val
href
:
String
,
val
documents
:
Map
<
String
,
CollectionManagerStep.Resource
>
,
val
stable
:
Boolean
)
:
ResourceCollection
(
source
)
Members
Constructors
Collection
Link copied to clipboard
constructor
(
href
:
String
,
documents
:
Map
<
String
,
CollectionManagerStep.Resource
>
,
stable
:
Boolean
)
Properties
documents
Link copied to clipboard
val
documents
:
Map
<
String
,
CollectionManagerStep.Resource
>
href
Link copied to clipboard
val
href
:
String
stable
Link copied to clipboard
val
stable
:
Boolean
Functions
get
Collection
URI
Link copied to clipboard
open
override
fun
getCollectionURI
(
)
:
String
?
get
Resources
Link copied to clipboard
open
override
fun
getResources
(
context
:
XPathContext
?
)
:
Iterator
<
CollectionManagerStep.Resource
?
>
?
get
Resource
URIs
Link copied to clipboard
open
override
fun
getResourceURIs
(
context
:
XPathContext
?
)
:
Iterator
<
String
?
>
?
is
Stable
Link copied to clipboard
open
override
fun
isStable
(
context
:
XPathContext
?
)
:
Boolean