M3BatchHandler
instead.@Path(value="/") @Deprecated public interface M3Handler
MolecularModelManager
.Modifier and Type | Interface and Description |
---|---|
static class |
M3Handler.M3Response
Deprecated.
|
Modifier and Type | Field and Description |
---|---|
static String |
PARAM_CLASSID
Deprecated.
|
static String |
PARAM_DB
Deprecated.
|
static String |
PARAM_FILLERID
Deprecated.
|
static String |
PARAM_FORMAT
Deprecated.
|
static String |
PARAM_HELP
Deprecated.
|
static String |
PARAM_INDIVIDIALID
Deprecated.
|
static String |
PARAM_MODEL_STRING
Deprecated.
|
static String |
PARAM_MODELID
Deprecated.
|
static String |
PARAM_PROPERTYID
Deprecated.
|
static String |
PARAM_SIMPLE_ENABLED_BY
Deprecated.
|
static String |
PARAM_SIMPLE_OCCURS_IN
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
M3Handler.M3Response |
getRelations()
Deprecated.
|
M3Handler.M3Response |
m3GetAllModelIds(boolean help)
Deprecated.
|
M3Handler.M3Response |
m3GetModel(String modelId,
boolean help)
Deprecated.
|
static final String PARAM_HELP
static final String PARAM_DB
static final String PARAM_CLASSID
static final String PARAM_MODELID
static final String PARAM_MODEL_STRING
static final String PARAM_INDIVIDIALID
static final String PARAM_PROPERTYID
static final String PARAM_FILLERID
static final String PARAM_FORMAT
static final String PARAM_SIMPLE_ENABLED_BY
static final String PARAM_SIMPLE_OCCURS_IN
@Path(value="m3GetModel") @GET M3Handler.M3Response m3GetModel(@QueryParam(value="modelId") String modelId, @DefaultValue(value="false")@QueryParam(value="help") boolean help)
@Path(value="m3GetAllModelIds") @GET M3Handler.M3Response m3GetAllModelIds(@DefaultValue(value="false")@QueryParam(value="help") boolean help)
@Path(value="getRelations") @GET M3Handler.M3Response getRelations()
Copyright © 2010–2015. All rights reserved.