ValidateResponse

csw.params.commands.CommandResponse.ValidateResponse
sealed trait ValidateResponse extends CommandResponse

ValidateOnlyResponse is returned by Validate message, which calls validateCommand handler Values can be Invalid, Accepted, Locked. Since the component can be locked, it is ValidationResponse with Locked

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class Accepted
class Invalid
class Locked

Members list

Value members

Inherited and Abstract methods

def runId: Id

A helper method to get the runId for this command response

A helper method to get the runId for this command response

Attributes

Returns

the runId of command for which this response is created

Inherited from:
CommandResponse