Package net.dona.doip
Class DoipConstants
java.lang.Object
net.dona.doip.DoipConstants
Constants useful in processing DOIP messages.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe key for a message in the error output of a DOIP server response.static final StringCreate a digital object.static final StringDelete a digital object.static final StringProvides a target digital object provided along with this operation ID in a DOIP request.static final StringList operations associated with a target digital object provided along with this operation ID in a DOIP request.static final StringRetrieve a digital objectstatic final StringSearch for digital objects.static final StringUpdate a digital object.static final StringThere was something wrong with the structure or content of the request.static final StringThere was a conflict preventing the request from being executed.static final StringThere was something wrong with the structure or content of the request.static final StringThere was an interval server error.static final StringThe client was not permitted to perform the attempted operation.static final StringThe requested digital object could not be found.static final StringThe request was processed successfully.static final StringThe client must authenticate to perform the attempted operation. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
STATUS_OK
The request was processed successfully.- See Also:
-
STATUS_BAD_REQUEST
There was something wrong with the structure or content of the request.- See Also:
-
STATUS_UNAUTHENTICATED
The client must authenticate to perform the attempted operation.- See Also:
-
STATUS_FORBIDDEN
The client was not permitted to perform the attempted operation.- See Also:
-
STATUS_NOT_FOUND
The requested digital object could not be found.- See Also:
-
STATUS_CONFLICT
There was a conflict preventing the request from being executed.- See Also:
-
STATUS_DECLINED
There was something wrong with the structure or content of the request.- See Also:
-
STATUS_ERROR
There was an interval server error.- See Also:
-
OP_HELLO
Provides a target digital object provided along with this operation ID in a DOIP request.- See Also:
-
OP_LIST_OPERATIONS
List operations associated with a target digital object provided along with this operation ID in a DOIP request.- See Also:
-
OP_CREATE
Create a digital object.- See Also:
-
OP_RETRIEVE
Retrieve a digital object- See Also:
-
OP_UPDATE
Update a digital object.- See Also:
-
OP_DELETE
Delete a digital object.- See Also:
-
OP_SEARCH
Search for digital objects.- See Also:
-
MESSAGE_ATT
The key for a message in the error output of a DOIP server response.- See Also:
-
-
Constructor Details
-
DoipConstants
public DoipConstants()
-