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 String
The key for a message in the error output of a DOIP server response.static final String
Create a digital object.static final String
Delete a digital object.static final String
Provides a target digital object provided along with this operation ID in a DOIP request.static final String
List operations associated with a target digital object provided along with this operation ID in a DOIP request.static final String
Retrieve a digital objectstatic final String
Search for digital objects.static final String
Update a digital object.static final String
There was something wrong with the structure or content of the request.static final String
There was a conflict preventing the request from being executed.static final String
There was something wrong with the structure or content of the request.static final String
There was an interval server error.static final String
The client was not permitted to perform the attempted operation.static final String
The requested digital object could not be found.static final String
The request was processed successfully.static final String
The 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()
-