public class SchemaImpl extends ResourceImpl implements Schema
Schema.Method| Constructor and Description |
|---|
SchemaImpl() |
SchemaImpl(SchemaImpl schema) |
getActions, getFields, getType, setActions, setFields, setLinks, setTypeclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetActions, getFields, getTypepublic SchemaImpl()
public SchemaImpl(SchemaImpl schema)
public void load(SchemaImpl schema)
public String getId()
getId in interface ResourcegetId in class ResourceImplpublic void setId(String name)
setId in class ResourceImplpublic Map<String,Field> getResourceFields()
getResourceFields in interface Schemapublic void setName(String name)
public boolean isCreate()
public void setCreate(boolean create)
public boolean isUpdate()
public void setUpdate(boolean update)
public boolean isList()
public void setList(boolean list)
public boolean isDeletable()
public void setDeletable(boolean deletable)
public boolean isById()
public void setById(boolean byId)
public List<String> getResourceMethods()
getResourceMethods in interface Schemapublic List<String> getCollectionMethods()
getCollectionMethods in interface Schemapublic Map<String,URL> getLinks()
getLinks in interface ResourcegetLinks in class ResourceImplpublic Map<String,Action> getResourceActions()
getResourceActions in interface Schemapublic Map<String,Action> getCollectionActions()
getCollectionActions in interface Schemapublic Map<String,Field> getCollectionFields()
getCollectionFields in interface Schemapublic Map<String,Filter> getCollectionFilters()
getCollectionFilters in interface Schemapublic String getPluralName()
getPluralName in interface Schemapublic void setPluralName(String pluralName)
public String getRawPluralName()
public List<String> getIncludeableLinks()
getIncludeableLinks in interface Schemapublic void setParent(String parent)
public List<String> getChildren()
getChildren in interface SchemaCopyright © 2014. All rights reserved.