Package ca.uhn.fhir.jpa.model.entity
Class ResourceHistoryTable
java.lang.Object
ca.uhn.fhir.jpa.model.entity.BasePartitionable
ca.uhn.fhir.jpa.model.entity.BaseHasResource
ca.uhn.fhir.jpa.model.entity.ResourceHistoryTable
- All Implemented Interfaces:
IBasePersistedResource,IBaseResourceEntity,Serializable
- See Also:
- Serialized Form
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddTag(ResourceTag theTag)addTag(TagDefinition theTag)getId()ca.uhn.fhir.model.primitive.IdDtgetIdDt()getMyId()Do not delete, required for java bean introspectionca.uhn.fhir.rest.api.server.storage.ResourcePersistentIdbyte[]getTags()longbooleanReturnstrueif there is a populated resource text (i.e.voidsetEncoding(ResourceEncodingEnum theEncoding)voidsetForcedId(ForcedId theForcedId)voidDo not delete, required for java bean introspectionvoidsetResource(byte[] theResource)voidsetResourceId(Long theResourceId)voidsetResourceTable(ResourceTable theResourceTable)voidsetResourceTextVc(String theResourceTextVc)voidsetResourceType(String theResourceType)voidsetVersion(long theVersion)toString()Methods inherited from class ca.uhn.fhir.jpa.model.entity.BaseHasResource
getDeleted, getFhirVersion, getPublished, getPublishedDate, getTransientForcedId, getUpdated, getUpdatedDate, isHasTags, setDeleted, setFhirVersion, setHasTags, setPublished, setPublished, setTransientForcedId, setUpdated, setUpdatedMethods inherited from class ca.uhn.fhir.jpa.model.entity.BasePartitionable
getPartitionId, setPartitionIdMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface ca.uhn.fhir.jpa.model.entity.IBaseResourceEntity
getPartitionId
-
Field Details
-
IDX_RESVER_ID_VER
- See Also:
- Constant Field Values
-
ENCODING_COL_LENGTH
- See Also:
ResourceEncodingEnum, Constant Field Values
-
HFJ_RES_VER
- See Also:
- Constant Field Values
-
RES_TEXT_VC_MAX_LENGTH
- See Also:
- Constant Field Values
-
-
Constructor Details
-
ResourceHistoryTable
public ResourceHistoryTable()Constructor
-
-
Method Details
-
toString
-
getResourceTextVc
-
setResourceTextVc
-
getProvenance
-
addTag
-
addTag
- Specified by:
addTagin classBaseHasResource
-
getEncoding
-
setEncoding
-
getId
- Specified by:
getIdin interfaceIBaseResourceEntity- Specified by:
getIdin classBaseHasResource
-
getMyId
Do not delete, required for java bean introspection -
setMyId
Do not delete, required for java bean introspection -
getResource
-
setResource
-
getResourceId
- Specified by:
getResourceIdin interfaceIBaseResourceEntity- Specified by:
getResourceIdin classBaseHasResource
-
setResourceId
-
getResourceType
- Specified by:
getResourceTypein interfaceIBaseResourceEntity- Specified by:
getResourceTypein classBaseHasResource
-
setResourceType
-
getTags
- Specified by:
getTagsin classBaseHasResource
-
getVersion
- Specified by:
getVersionin interfaceIBaseResourceEntity- Specified by:
getVersionin classBaseHasResource
-
setVersion
-
getPersistentId
- Specified by:
getPersistentIdin interfaceIBasePersistedResource
-
getResourceTable
-
setResourceTable
-
getIdDt
- Specified by:
getIdDtin interfaceIBasePersistedResource- Specified by:
getIdDtin interfaceIBaseResourceEntity
-
getForcedId
- Specified by:
getForcedIdin classBaseHasResource
-
setForcedId
- Specified by:
setForcedIdin classBaseHasResource
-
hasResource
Returnstrueif there is a populated resource text (i.e. eithergetResource()orgetResourceTextVc()return a non null value.
-