ContextObject
instead.@Deprecated public class Request extends ContextBean
CONTEXT_GET
Constructor and Description |
---|
Request()
Deprecated.
|
Request(Set<DataElement> dataElements)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
ContextBean |
copy()
Deprecated.
|
String |
getBeanUri()
Deprecated.
|
String |
getLogString()
Deprecated.
|
Set<UUID> |
getPodIds()
Deprecated.
Use search API to find pods matching the requestId instead.
|
List<Pod> |
getPods()
Deprecated.
Use search API to find pods matching the requestId instead.
|
static String |
getRelURL(String id)
Deprecated.
Returns the relative base url for the given.
|
UUID |
getRequestId()
Deprecated.
|
void |
setPods(List<Pod> pods)
Deprecated.
Pods no longer stored in the request object. Use search API to find pods matching the requestId instead.
|
void |
setRequestId(UUID requestId)
Deprecated.
|
convertAndSetId, getContributors, getCreated, getDataElements, getFieldsets, getLastContributor, getNewContributor, getWorkgroups, setContributors, setCreated, setDataElements, setFieldsets, setNewContributor, setWorkgroups
compareTo, getId, getKey, getLastUpdated, getRefURL, setId, setKey, setLastUpdated, setRefURL
public Request()
public Request(Set<DataElement> dataElements)
public UUID getRequestId()
public void setRequestId(UUID requestId)
@Deprecated public List<Pod> getPods()
@Deprecated public void setPods(List<Pod> pods)
@Deprecated public Set<UUID> getPodIds()
public String getBeanUri()
getBeanUri
in class BaseDbBean<UUID>
public String getLogString()
public static final String getRelURL(String id)
id
- the id from which to build the RelURLpublic ContextBean copy()
copy
in class ContextBean
Copyright © 2018. All rights reserved.