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, wait
register
public void registerEndPoints(RestApiContext context)
registerEndPoints
in interface RestApiExtension
public void registerSchemas(RestApiContext context)
registerSchemas
in interface RestApiExtension
public java.lang.String getName()
RestApiExtension
getName
in interface RestApiExtension
protected final void registerModelBuilder(ModelBuilder mbProto, int version)
mbProto
- prototype instance of algorithm model builderversion
- registration version