isLocked

@RequestWrapper(localName = "isLocked", targetNamespace = "http://matrikkel.statkart.no/matrikkelapi/wsapi/v1/service/lock", className = "no.solibo.libs.solibo.kartverket.wsdl.kartverket.IsLocked")
@ResponseWrapper(localName = "isLockedResponse", targetNamespace = "http://matrikkel.statkart.no/matrikkelapi/wsapi/v1/service/lock", className = "no.solibo.libs.solibo.kartverket.wsdl.kartverket.IsLockedResponse")
@Action(input = "http://matrikkel.statkart.no/matrikkelapi/wsapi/v1/service/lock/LockService/isLockedRequest", output = "http://matrikkel.statkart.no/matrikkelapi/wsapi/v1/service/lock/LockService/isLockedResponse", fault = [FaultAction(className = ServiceException::class, value = "http://matrikkel.statkart.no/matrikkelapi/wsapi/v1/service/lock/LockService/isLocked/Fault/ServiceException")])
abstract fun isLocked(id: MatrikkelBubbleId, matrikkelContext: MatrikkelContext): Boolean

Return

returnsboolean

Parameters

id
matrikkelContext

Throws