Uses of Class
ca.uhn.fhir.context.BaseRuntimeElementDefinition
Packages that use BaseRuntimeElementDefinition
-
Uses of BaseRuntimeElementDefinition in ca.uhn.fhir.context
Subclasses of BaseRuntimeElementDefinition in ca.uhn.fhir.contextModifier and TypeClassDescriptionclassBaseRuntimeElementCompositeDefinition<T extends IBase>classclassHL7org structures use a List for contained instead of a distinct datatypeclassclassclassclassclassclassclassclassclassMethods in ca.uhn.fhir.context that return BaseRuntimeElementDefinitionModifier and TypeMethodDescriptionBaseRuntimeChildDatatypeDefinition.getChildByName(String theName)abstract BaseRuntimeElementDefinition<?>BaseRuntimeChildDefinition.getChildByName(String theName)RuntimeChildChoiceDefinition.getChildByName(String theName)RuntimeChildContainedResources.getChildByName(String theName)RuntimeChildDeclaredExtensionDefinition.getChildByName(String theName)RuntimeChildDirectResource.getChildByName(String theName)RuntimeChildExt.getChildByName(String theName)RuntimeChildExtension.getChildByName(String theName)RuntimeChildResourceDefinition.getChildByName(String theName)RuntimeChildUndeclaredExtensionDefinition.getChildByName(String theName)BaseRuntimeChildDatatypeDefinition.getChildElementDefinitionByDatatype(Class<? extends IBase> theDatatype)abstract BaseRuntimeElementDefinition<?>BaseRuntimeChildDefinition.getChildElementDefinitionByDatatype(Class<? extends IBase> theType)RuntimeChildChoiceDefinition.getChildElementDefinitionByDatatype(Class<? extends IBase> theDatatype)RuntimeChildContainedResources.getChildElementDefinitionByDatatype(Class<? extends IBase> theType)RuntimeChildDeclaredExtensionDefinition.getChildElementDefinitionByDatatype(Class<? extends IBase> theDatatype)RuntimeChildDirectResource.getChildElementDefinitionByDatatype(Class<? extends IBase> theType)RuntimeChildExt.getChildElementDefinitionByDatatype(Class<? extends IBase> theType)RuntimeChildResourceBlockDefinition.getChildElementDefinitionByDatatype(Class<? extends IBase> theDatatype)RuntimeChildResourceDefinition.getChildElementDefinitionByDatatype(Class<? extends IBase> theDatatype)RuntimeChildUndeclaredExtensionDefinition.getChildElementDefinitionByDatatype(Class<? extends IBase> theType)FhirContext.getElementDefinition(Class<? extends IBase> theElementType)Returns the scanned runtime model for the given type.FhirContext.getElementDefinition(String theElementName)Returns the scanned runtime model for the given type.BaseRuntimeElementDefinition.getRootParentDefinition()Methods in ca.uhn.fhir.context that return types with arguments of type BaseRuntimeElementDefinitionModifier and TypeMethodDescriptionFhirContext.getElementDefinitions()Returns all element definitions (resources, datatypes, etc.)Methods in ca.uhn.fhir.context with parameters of type BaseRuntimeElementDefinitionModifier and TypeMethodDescriptionstatic StringRuntimeChildUndeclaredExtensionDefinition.createExtensionChildName(BaseRuntimeElementDefinition<?> next)Method parameters in ca.uhn.fhir.context with type arguments of type BaseRuntimeElementDefinitionModifier and TypeMethodDescriptionvoidRuntimeCompositeDatatypeDefinition.sealAndInitialize(FhirContext theContext, Map<Class<? extends IBase>,BaseRuntimeElementDefinition<?>> theClassToElementDefinitions)voidRuntimeExtensionDtDefinition.sealAndInitialize(FhirContext theContext, Map<Class<? extends IBase>,BaseRuntimeElementDefinition<?>> theClassToElementDefinitions)voidRuntimeResourceDefinition.sealAndInitialize(FhirContext theContext, Map<Class<? extends IBase>,BaseRuntimeElementDefinition<?>> theClassToElementDefinitions)Constructor parameters in ca.uhn.fhir.context with type arguments of type BaseRuntimeElementDefinitionModifierConstructorDescriptionBaseRuntimeElementCompositeDefinition(String theName, Class<? extends T> theImplementingClass, boolean theStandardType, FhirContext theContext, Map<Class<? extends IBase>,BaseRuntimeElementDefinition<?>> theClassToElementDefinitions)RuntimeCompositeDatatypeDefinition(DatatypeDef theDef, Class<? extends ICompositeType> theImplementingClass, boolean theStandardType, FhirContext theContext, Map<Class<? extends IBase>,BaseRuntimeElementDefinition<?>> theClassToElementDefinitions)RuntimeExtensionDtDefinition(DatatypeDef theDef, Class<? extends ICompositeType> theImplementingClass, boolean theStandardType, FhirContext theContext, Map<Class<? extends IBase>,BaseRuntimeElementDefinition<?>> theClassToElementDefinitions)RuntimeResourceBlockDefinition(String theName, Class<? extends IBase> theImplementingClass, boolean theStandardType, FhirContext theContext, Map<Class<? extends IBase>,BaseRuntimeElementDefinition<?>> theClassToElementDefinitions)RuntimeResourceDefinition(FhirContext theContext, String theResourceName, Class<? extends IBaseResource> theClass, ResourceDef theResourceAnnotation, boolean theStandardType, Map<Class<? extends IBase>,BaseRuntimeElementDefinition<?>> theClassToElementDefinitions) -
Uses of BaseRuntimeElementDefinition in ca.uhn.fhir.parser
Methods in ca.uhn.fhir.parser with parameters of type BaseRuntimeElementDefinitionModifier and TypeMethodDescriptionprotected booleanBaseParser.isChildContained(BaseRuntimeElementDefinition<?> childDef, boolean theIncludedResource) -
Uses of BaseRuntimeElementDefinition in ca.uhn.fhir.util
Methods in ca.uhn.fhir.util with parameters of type BaseRuntimeElementDefinitionModifier and TypeMethodDescriptionvoidIModelVisitor.acceptElement(IBaseResource theResource, IBase theElement, List<String> thePathToElement, BaseRuntimeChildDefinition theChildDefinition, BaseRuntimeElementDefinition<?> theDefinition)