public abstract class AbstractRegister extends java.lang.Object implements RestApiExtension
| Constructor and Description |
|---|
AbstractRegister() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getName()
Provide name of the REST API extension.
|
void |
registerEndPoints(RestApiContext context) |
protected void |
registerModelBuilder(ModelBuilder mbProto,
int version)
Register algorithm common REST interface.
|
void |
registerSchemas(RestApiContext context) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitregisterpublic void registerEndPoints(RestApiContext context)
registerEndPoints in interface RestApiExtensionpublic void registerSchemas(RestApiContext context)
registerSchemas in interface RestApiExtensionpublic java.lang.String getName()
RestApiExtensiongetName in interface RestApiExtensionprotected final void registerModelBuilder(ModelBuilder mbProto, int version)
mbProto - prototype instance of algorithm model builderversion - registration version