Package org.bridgedb.server
Class Batch
- java.lang.Object
-
- org.restlet.resource.UniformResource
-
- org.restlet.resource.ServerResource
-
- org.bridgedb.server.IDMapperResource
-
- org.bridgedb.server.Batch
-
public class Batch extends IDMapperResource
- Author:
- nuno
-
-
Constructor Summary
Constructors Constructor Description Batch()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringaccept(org.restlet.representation.Representation entity)protected voiddoInit()StringmultiDataSource(org.restlet.representation.Representation entity)StringoneDataSource(org.restlet.representation.Representation entity)protected DataSourceparseDataSource(String dsName)-
Methods inherited from class org.bridgedb.server.IDMapperResource
getIDMappers, urlDecode
-
Methods inherited from class org.restlet.resource.ServerResource
abort, commit, delete, delete, describeVariants, doConditionalHandle, doHandle, doHandle, doNegotiatedHandle, get, get, getInfo, getInfo, getOnSent, getPreferredVariant, getVariants, getVariants, handle, head, head, isAnnotated, isAutoCommitting, isCommitted, isConditional, isExisting, isInRole, isNegotiated, options, options, post, post, put, put, redirectPermanent, redirectPermanent, redirectSeeOther, redirectSeeOther, redirectTemporary, redirectTemporary, setAllowedMethods, setAnnotated, setAutoCommitting, setChallengeRequests, setCommitted, setConditional, setCookieSettings, setDimensions, setExisting, setLocationRef, setLocationRef, setNegotiated, setOnSent, setServerInfo, setStatus, setStatus, setStatus, setStatus, updateAllowedMethods, updateDimensions
-
Methods inherited from class org.restlet.resource.UniformResource
doCatch, doRelease, getAllowedMethods, getApplication, getChallengeRequests, getChallengeResponse, getClientInfo, getConditions, getContext, getConverterService, getCookies, getCookieSettings, getDimensions, getHostRef, getLocationRef, getLogger, getMatrix, getMaxForwards, getMetadataService, getMethod, getOriginalRef, getProtocol, getQuery, getRanges, getReference, getReferrerRef, getRequest, getRequestAttributes, getRequestEntity, getResponse, getResponseAttributes, getResponseEntity, getRootRef, getServerInfo, getStatus, getStatusService, init, isConfidential, release, setRequest, setResponse, toObject, toRepresentation
-
-
-
-
Method Detail
-
doInit
protected void doInit() throws org.restlet.resource.ResourceException- Overrides:
doInitin classIDMapperResource- Throws:
org.restlet.resource.ResourceException
-
accept
@Post public String accept(org.restlet.representation.Representation entity)
- Parameters:
entity-- Returns:
-
multiDataSource
public String multiDataSource(org.restlet.representation.Representation entity)
- Parameters:
entity-- Returns:
-
oneDataSource
public String oneDataSource(org.restlet.representation.Representation entity)
- Parameters:
entity-- Returns:
-
parseDataSource
protected DataSource parseDataSource(String dsName)
- Overrides:
parseDataSourcein classIDMapperResource
-
-