| Modifier and Type | Method and Description |
|---|---|
RuntimeResourceDefinition |
RuntimeResourceReferenceDefinition.getDefinitionForResourceType(Class<? extends IResource> theType) |
| Modifier and Type | Method and Description |
|---|---|
<T extends IResource> |
Bundle.getResources(Class<T> theClass)
Returns a list containing all resources of the given type from this bundle
|
| Modifier and Type | Method and Description |
|---|---|
IResource |
BundleEntry.getResource() |
IResource |
Bundle.getResourceById(IdDt theId)
Retrieves a resource from a bundle given its logical ID.
|
| Modifier and Type | Method and Description |
|---|---|
List<IResource> |
Bundle.toListOfResources() |
| Modifier and Type | Method and Description |
|---|---|
BundleEntry |
Bundle.addResource(IResource theResource,
FhirContext theContext,
String theServerBase)
Creates a new entry using the given resource and populates it accordingly
|
abstract T |
ResourceMetadataKeyEnum.get(IResource theResource) |
abstract void |
ResourceMetadataKeyEnum.put(IResource theResource,
T theObject) |
void |
BundleEntry.setResource(IResource theResource) |
static Bundle |
Bundle.withSingleResource(IResource theResource) |
| Modifier and Type | Method and Description |
|---|---|
static Bundle |
Bundle.withResources(List<IResource> theResources,
FhirContext theContext,
String theServerBase) |
| Modifier and Type | Method and Description |
|---|---|
abstract List<? extends IResource> |
BaseContainedDt.getContainedResources() |
| Constructor and Description |
|---|
BaseResourceReferenceDt(IResource theResource)
Constructor
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
BaseConformance |
interface |
BaseOperationOutcome |
interface |
BaseSecurityEvent |
| Modifier and Type | Method and Description |
|---|---|
<T extends IResource> |
ViewGenerator.newView(IResource theResource,
Class<T> theTargetType) |
| Modifier and Type | Method and Description |
|---|---|
<T extends IResource> |
ViewGenerator.newView(IResource theResource,
Class<T> theTargetType) |
| Modifier and Type | Method and Description |
|---|---|
protected static <T> List<T> |
BaseParser.extractMetadataListNotNull(IResource resource,
ResourceMetadataKeyEnum<List<T>> key) |
protected TagList |
BaseParser.getMetaTagsForEncoding(IResource theIResource) |
| Modifier and Type | Method and Description |
|---|---|
protected BaseHttpClientInvocation |
ValidateMethodBindingDstu1.createClientInvocation(Object[] theArgs,
IResource theResource) |
protected BaseHttpClientInvocation |
UpdateMethodBinding.createClientInvocation(Object[] theArgs,
IResource theResource) |
protected BaseHttpClientInvocation |
DeleteMethodBinding.createClientInvocation(Object[] theArgs,
IResource theResource) |
protected BaseHttpClientInvocation |
CreateMethodBinding.createClientInvocation(Object[] theArgs,
IResource theResource) |
| Constructor and Description |
|---|
ResourceParameter(Class<? extends IResource> theParameterType,
Object theProvider,
ResourceParameter.Mode theMode) |
| Modifier and Type | Method and Description |
|---|---|
IResource |
PageProvider.getPage() |
| Modifier and Type | Interface and Description |
|---|---|
interface |
IResourceAuditor<T extends IResource> |
| Constructor and Description |
|---|
ResourceGoneException(Class<? extends IResource> theClass,
BaseIdentifierDt thePatientId) |
ResourceGoneException(Class<? extends IResource> theClass,
IdDt thePatientId) |
ResourceNotFoundException(Class<? extends IResource> theClass,
BaseIdentifierDt theId)
Deprecated.
This doesn't make sense, since an identifier is not a resource ID and shouldn't generate a 404 if it isn't found - Should be removed
|
ResourceNotFoundException(Class<? extends IResource> theClass,
IdDt theId) |
ResourceNotFoundException(Class<? extends IResource> theClass,
IdDt theId,
IBaseOperationOutcome theOperationOutcome) |
ResourceNotFoundException(Class<? extends IResource> theClass,
IIdType theId) |
ResourceNotFoundException(Class<? extends IResource> theClass,
IIdType theId,
IBaseOperationOutcome theOperationOutcome) |
| Modifier and Type | Method and Description |
|---|---|
static IValidationContext<IBaseResource> |
ValidationContext.newChild(IValidationContext<Bundle> theContext,
IResource theResource) |
void |
FhirValidator.validate(IResource theResource)
Deprecated.
use
FhirValidator.validateWithResult(IBaseResource) instead |
Copyright © 2014–2016 University Health Network. All rights reserved.