Package org.dspace.app.rest.model
Class LDNMessageEntityRest
- All Implemented Interfaces:
Serializable,RestModel
The LDN Message REST resource.
- Author:
- Stefano Maffei (stefano.maffei at 4science.com)
- See Also:
-
Field Summary
FieldsFields inherited from class org.dspace.app.rest.model.BaseObjectRest
idFields inherited from interface org.dspace.app.rest.model.RestModel
AUTHENTICATION, AUTHORIZATION, CONFIGURATION, CONTENT_REPORT, CORE, DISCOVER, DUPLICATES, EPERSON, INTEGRATION, LDN, PID, ROOT, STATISTICS, SUBMISSION, SYSTEM, TOOLS, VERSIONING, WORKFLOW -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetType()voidsetActivityStreamType(String activityStreamType) voidsetCoarNotifyType(String coarNotifyType) voidsetContext(UUID context) voidsetInReplyTo(String inReplyTo) voidsetMessage(String message) voidsetNotificationId(String notificationId) voidsetNotificationType(String notificationType) voidvoidvoidsetQueueAttempts(Integer queueAttempts) voidsetQueueLastStartTime(Instant queueLastStartTime) voidsetQueueStatus(Integer queueStatus) voidsetQueueStatusLabel(String queueStatusLabel) voidsetQueueTimeout(Instant queueTimeout) voidMethods inherited from class org.dspace.app.rest.model.BaseObjectRest
getErrors, getId, setErrors, setIdMethods inherited from class org.dspace.app.rest.model.RestAddressableModel
getEmbedLevel, getProjection, getUniqueType, setEmbedLevel, setProjection
-
Field Details
-
NAME
- See Also:
-
NAME_PLURALS
- See Also:
-
CATEGORY
- See Also:
-
-
Constructor Details
-
LDNMessageEntityRest
public LDNMessageEntityRest()
-
-
Method Details
-
getType
-
getTypePlural
-
getCategory
- Specified by:
getCategoryin classRestAddressableModel
-
getController
- Specified by:
getControllerin classRestAddressableModel
-
getNotificationId
-
setNotificationId
-
getQueueStatus
-
setQueueStatus
-
getQueueStatusLabel
-
setQueueStatusLabel
-
getContext
-
setContext
-
getObject
-
setObject
-
getTarget
-
setTarget
-
getOrigin
-
setOrigin
-
getActivityStreamType
-
setActivityStreamType
-
getCoarNotifyType
-
setCoarNotifyType
-
getQueueAttempts
-
setQueueAttempts
-
getQueueLastStartTime
-
setQueueLastStartTime
-
getQueueTimeout
-
setQueueTimeout
-
getNotificationType
-
setNotificationType
-
getInReplyTo
-
setInReplyTo
-
getMessage
-
setMessage
-