Package csw.params.commands
Interface CommandResponse.ValidateResponse
-
- All Superinterfaces:
CommandResponse
,CommandSerializable
- All Known Implementing Classes:
CommandResponse.Accepted
,CommandResponse.Invalid
,CommandResponse.Locked
- Enclosing interface:
- CommandResponse
public static interface CommandResponse.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
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface csw.params.commands.CommandResponse
CommandResponse.Accepted, CommandResponse.Accepted$, CommandResponse.Cancelled, CommandResponse.Cancelled$, CommandResponse.Completed, CommandResponse.Completed$, CommandResponse.Error, CommandResponse.Error$, CommandResponse.Invalid, CommandResponse.Invalid$, CommandResponse.Locked, CommandResponse.Locked$, CommandResponse.MatchingResponse, CommandResponse.OnewayResponse, CommandResponse.Started, CommandResponse.Started$, CommandResponse.SubmitResponse, CommandResponse.ValidateCommandResponse, CommandResponse.ValidateResponse
-
-
Method Summary
-
Methods inherited from interface csw.params.commands.CommandResponse
runId
-
-