Uses of Interface
ca.uhn.fhir.model.api.IResource
-
Packages that use IResource Package Description ca.uhn.fhir.model.api ca.uhn.fhir.model.base.composite ca.uhn.fhir.model.base.resource ca.uhn.fhir.parser ca.uhn.fhir.rest.annotation ca.uhn.fhir.rest.server.exceptions -
-
Uses of IResource in ca.uhn.fhir.model.api
Methods in ca.uhn.fhir.model.api with parameters of type IResource Modifier and Type Method Description ExtensionDtResourceMetadataKeyEnum.ExtensionResourceMetadataKey. get(IResource theResource)abstract TResourceMetadataKeyEnum. get(IResource theResource)voidResourceMetadataKeyEnum.ExtensionResourceMetadataKey. put(IResource theResource, ExtensionDt theObject)abstract voidResourceMetadataKeyEnum. put(IResource theResource, T theObject) -
Uses of IResource in ca.uhn.fhir.model.base.composite
Methods in ca.uhn.fhir.model.base.composite that return types with arguments of type IResource Modifier and Type Method Description abstract List<? extends IResource>BaseContainedDt. getContainedResources()Constructors in ca.uhn.fhir.model.base.composite with parameters of type IResource Constructor Description BaseResourceReferenceDt(IResource theResource)Constructor -
Uses of IResource in ca.uhn.fhir.model.base.resource
Subinterfaces of IResource in ca.uhn.fhir.model.base.resource Modifier and Type Interface Description interfaceBaseConformanceinterfaceBaseOperationOutcomeinterfaceBaseSecurityEvent -
Uses of IResource in ca.uhn.fhir.parser
Methods in ca.uhn.fhir.parser with parameters of type IResource Modifier and Type Method Description protected static <T> List<T>BaseParser. extractMetadataListNotNull(IResource resource, ResourceMetadataKeyEnum<List<T>> key)protected List<Map.Entry<ResourceMetadataKeyEnum<?>,Object>>BaseParser. getExtensionMetadataKeys(IResource resource)protected TagListBaseParser. getMetaTagsForEncoding(IResource theIResource, BaseParser.EncodeContext theEncodeContext)protected booleanBaseParser. shouldEncodePath(IResource theResource, String thePath)Used for DSTU2 onlyprotected booleanBaseParser. shouldEncodeResourceMeta(IResource theResource)Used for DSTU2 only -
Uses of IResource in ca.uhn.fhir.rest.annotation
Methods in ca.uhn.fhir.rest.annotation that return types with arguments of type IResource Modifier and Type Method Description Class<? extends IResource>type()The return type for this search method. -
Uses of IResource in ca.uhn.fhir.rest.server.exceptions
Constructor parameters in ca.uhn.fhir.rest.server.exceptions with type arguments of type IResource Constructor Description 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 removedResourceNotFoundException(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)
-