public class FileChildWorkflowRunsResource extends DatabaseResource
Modifier and Type | Class and Description |
---|---|
static class |
FileChildWorkflowRunsResource.SEARCH_TYPE |
Modifier and Type | Field and Description |
---|---|
static String |
DIRECT_SEARCH
A direct search uses the workflow_run_input_files table rather than attempting a search via the ius_workflow_run and
lane_workflow_run and processing hierarchy
|
table
fields, queryValues, registration
Constructor and Description |
---|
FileChildWorkflowRunsResource()
Constructor for FileChildWorkflowRunsResource.
|
Modifier and Type | Method and Description |
---|---|
protected static WorkflowRunList2 |
directRetrieveWorkflowRuns(List<Integer> files,
List<Integer> interestingWorkflows)
Use SQL to directly retrieve relevant workflows runs (defined as any workflow runs that include one or more files in the set we were
given)
|
void |
getXml()
getXml.
|
protected WorkflowRunList2 |
handleWorkflowRunsViaChild(Set<File> files,
net.sf.beanlib.hibernate3.Hibernate3DtoCopier copier) |
protected WorkflowRunList2 |
handleWorkflowRunsViaIUS(Set<File> files,
net.sf.beanlib.hibernate3.Hibernate3DtoCopier copier) |
protected WorkflowRunList2 |
handleWorkflowRunsViaLane(Set<File> files,
net.sf.beanlib.hibernate3.Hibernate3DtoCopier copier) |
authenticate, doInit, parseClientInt, setRegistrationService, testIfNull
canDescribe, createHtmlRepresentation, createWadlRepresentation, describe, describe, describe, describe, describe, describe, describe, describe, describeDelete, describeGet, describeMethod, describeMethod, describeOptions, describeParameters, describePatch, describePost, describePut, getDescription, getName, getParameter, getParameters, getPreferredWadlVariant, getResourcePath, getResourcesBase, getWadlVariants, isAutoDescribing, options, setAutoDescribing, setDescription, setName
abort, commit, delete, delete, describeVariants, doCatch, doConditionalHandle, doError, doHandle, doHandle, doNegotiatedHandle, get, get, getAttribute, getInfo, getInfo, getOnSent, getPreferredVariant, getRole, getVariants, getVariants, handle, hasAnnotations, head, head, isAnnotated, isAutoCommitting, isCommitted, isConditional, isExisting, isInRole, isNegotiated, options, patch, patch, post, post, put, put, redirectPermanent, redirectPermanent, redirectSeeOther, redirectSeeOther, redirectTemporary, redirectTemporary, setAllowedMethods, setAnnotated, setAttribute, setAutoCommitting, setChallengeRequests, setCommitted, setConditional, setCookieSettings, setDimensions, setExisting, setLocationRef, setLocationRef, setNegotiated, setOnSent, setProxyChallengeRequests, setServerInfo, setStatus, setStatus, setStatus, setStatus, updateAllowedMethods, updateDimensions
doError, doRelease, getAllowedMethods, getApplication, getChallengeRequests, getChallengeResponse, getClientInfo, getConditions, getConnegService, getContext, getConverterService, getCookies, getCookieSettings, getDimensions, getHostRef, getLocationRef, getLogger, getMatrix, getMatrixValue, getMaxForwards, getMetadataService, getMethod, getOriginalRef, getProtocol, getProxyChallengeRequests, getProxyChallengeResponse, getQuery, getQueryValue, getRanges, getReference, getReferrerRef, getRequest, getRequestAttributes, getRequestCacheDirectives, getRequestEntity, getResponse, getResponseAttributes, getResponseCacheDirectives, getResponseEntity, getRootRef, getServerInfo, getStatus, getStatusService, init, isConfidential, isLoggable, release, setApplication, setQueryValue, setRequest, setResponse, toObject, toRepresentation, toString
public static final String DIRECT_SEARCH
public FileChildWorkflowRunsResource()
Constructor for FileChildWorkflowRunsResource.
@Get public void getXml() throws SQLException
getXml.
SQLException
protected WorkflowRunList2 handleWorkflowRunsViaChild(Set<File> files, net.sf.beanlib.hibernate3.Hibernate3DtoCopier copier)
protected WorkflowRunList2 handleWorkflowRunsViaIUS(Set<File> files, net.sf.beanlib.hibernate3.Hibernate3DtoCopier copier)
protected WorkflowRunList2 handleWorkflowRunsViaLane(Set<File> files, net.sf.beanlib.hibernate3.Hibernate3DtoCopier copier)
protected static WorkflowRunList2 directRetrieveWorkflowRuns(List<Integer> files, List<Integer> interestingWorkflows) throws SQLException
files
- interestingWorkflows
- SQLException
Copyright © 2015 SeqWare. All rights reserved.