Package org.dspace.app.rest.model
Class RestAddressableModel
java.lang.Object
org.dspace.app.rest.model.RestAddressableModel
- All Implemented Interfaces:
Serializable,RestModel
- Direct Known Subclasses:
AuthenticationTokenRest,BaseObjectRest,ExternalSourceEntryRest,LinksetRest,NotifyRequestStatusRest,PotentialDuplicateRest,RegistrationRest,RootRest,SearchFacetEntryRest,SearchFacetValueRest,SearchResultEntryRest,TypedLinkRest
A directly addressable REST resource
- Author:
- Andrea Bollini (andrea.bollini at 4science.it)
- See Also:
-
Field Summary
Fields 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 TypeMethodDescriptionabstract Stringabstract ClassintvoidsetEmbedLevel(int embedLevel) voidsetProjection(Projection projection) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.dspace.app.rest.model.RestModel
getType, getTypePlural
-
Constructor Details
-
RestAddressableModel
public RestAddressableModel()
-
-
Method Details
-
getCategory
-
getController
-
getEmbedLevel
public int getEmbedLevel() -
setEmbedLevel
public void setEmbedLevel(int embedLevel) -
getProjection
-
setProjection
-
getUniqueType
-