Package org.dspace.app.rest.model
Interface RestModel
-
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
AInprogressSubmissionRest,AuthenticationStatusRest,AuthenticationTokenRest,AuthnRest,AuthorizationFeatureRest,AuthorizationRest,BaseObjectRest,BitstreamFormatRest,BitstreamRest,BrowseEntryRest,BrowseIndexRest,BundleRest,ClaimedTaskRest,CollectionRest,CommunityRest,DiscoveryResultsRest,DSpaceObjectRest,EntityTypeRest,EPersonRest,ExternalSourceEntryRest,ExternalSourceRest,FacetConfigurationRest,FacetResultsRest,GroupRest,HarvestedCollectionRest,HarvesterMetadataRest,ItemRest,LicenseRest,MetadataFieldRest,MetadataSchemaRest,PoolTaskRest,ProcessFileTypesRest,ProcessRest,PropertyRest,RegistrationRest,RelationshipRest,RelationshipTypeRest,ResourcePolicyRest,RestAddressableModel,RootRest,ScriptRest,SearchConfigurationRest,SearchEventRest,SearchFacetEntryRest,SearchFacetValueRest,SearchResultEntryRest,SearchResultsRest,SearchSupportRest,SiteRest,StatisticsSupportRest,SubmissionCCLicenseRest,SubmissionCCLicenseUrlRest,SubmissionDefinitionRest,SubmissionFormRest,SubmissionSectionRest,SubmissionUploadRest,TemplateItemRest,UsageReportPointCityRest,UsageReportPointCountryRest,UsageReportPointDateRest,UsageReportPointDsoTotalVisitsRest,UsageReportPointRest,UsageReportRest,VersionHistoryRest,VersionRest,ViewEventRest,VocabularyEntryDetailsRest,VocabularyEntryRest,VocabularyRest,WorkflowActionRest,WorkflowDefinitionRest,WorkflowItemRest,WorkflowStepRest,WorkspaceItemRest
public interface RestModel extends Serializable
A REST resource directly or indirectly (in a collection) exposed must have at least a type attribute to facilitate deserialization- Author:
- Andrea Bollini (andrea.bollini at 4science.it)
-
-
Field Summary
Fields Modifier and Type Field Description static StringAUTHENTICATIONstatic StringAUTHORIZATIONstatic StringCONFIGURATIONstatic StringCOREstatic StringDISCOVERstatic StringEPERSONstatic StringINTEGRATIONstatic StringROOTstatic StringSTATISTICSstatic StringSUBMISSIONstatic StringSYSTEMstatic StringVERSIONINGstatic StringWORKFLOW
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description StringgetType()default StringgetTypePlural()
-
-
-
Field Detail
-
ROOT
static final String ROOT
- See Also:
- Constant Field Values
-
CORE
static final String CORE
- See Also:
- Constant Field Values
-
EPERSON
static final String EPERSON
- See Also:
- Constant Field Values
-
DISCOVER
static final String DISCOVER
- See Also:
- Constant Field Values
-
CONFIGURATION
static final String CONFIGURATION
- See Also:
- Constant Field Values
-
INTEGRATION
static final String INTEGRATION
- See Also:
- Constant Field Values
-
STATISTICS
static final String STATISTICS
- See Also:
- Constant Field Values
-
SUBMISSION
static final String SUBMISSION
- See Also:
- Constant Field Values
-
SYSTEM
static final String SYSTEM
- See Also:
- Constant Field Values
-
WORKFLOW
static final String WORKFLOW
- See Also:
- Constant Field Values
-
AUTHORIZATION
static final String AUTHORIZATION
- See Also:
- Constant Field Values
-
VERSIONING
static final String VERSIONING
- See Also:
- Constant Field Values
-
AUTHENTICATION
static final String AUTHENTICATION
- See Also:
- Constant Field Values
-
-