public class SubmissionDefinitionRest extends BaseObjectRest<String>
| Modifier and Type | Field and Description |
|---|---|
static String |
CATEGORY |
static String |
NAME |
idAUTHORIZATION, CONFIGURATION, CORE, DISCOVER, EPERSON, INTEGRATION, ROOT, SUBMISSION, WORKFLOW| Constructor and Description |
|---|
SubmissionDefinitionRest() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCategory() |
List<CollectionRest> |
getCollections() |
Class |
getController() |
String |
getId() |
String |
getName() |
List<SubmissionSectionRest> |
getPanels() |
String |
getType() |
boolean |
isDefaultConf() |
void |
setCollections(List<CollectionRest> collections) |
void |
setDefaultConf(boolean isDefault) |
void |
setName(String name) |
void |
setPanels(List<SubmissionSectionRest> panels) |
getErrors, setErrors, setIdclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetTypePluralpublic static final String NAME
public static final String CATEGORY
public String getId()
getId in interface org.springframework.hateoas.Identifiable<String>getId in class BaseObjectRest<String>public void setName(String name)
public String getName()
public void setPanels(List<SubmissionSectionRest> panels)
@LinkRest(name="sections", linkClass=SubmissionSectionRest.class) public List<SubmissionSectionRest> getPanels()
public String getType()
public void setDefaultConf(boolean isDefault)
public boolean isDefaultConf()
public Class getController()
public String getCategory()
@LinkRest(linkClass=CollectionRest.class) public List<CollectionRest> getCollections()
public void setCollections(List<CollectionRest> collections)
Copyright © 2019 DuraSpace. All rights reserved.