congrats Icon
New! Announcing Tabnine Chat Beta
Learn More
Tabnine Logo
IAnyResource.getUserData
Code IndexAdd Tabnine to your IDE (free)

How to use
getUserData
method
in
org.hl7.fhir.instance.model.api.IAnyResource

Best Java code snippets using org.hl7.fhir.instance.model.api.IAnyResource.getUserData (Showing top 10 results out of 315)

origin: jamesagnew/hapi-fhir

@SuppressWarnings("unchecked")
@Override
public IPrimitiveType<Date> get(IAnyResource theResource) {
  return (IPrimitiveType<Date>) theResource.getUserData(DELETED_AT.name());
}
origin: jamesagnew/hapi-fhir

@Override
public String get(IAnyResource theResource) {
  return (String) theResource.getUserData(ENTRY_SEARCH_MODE.name());
}
origin: jamesagnew/hapi-fhir

@Override
public Boolean get(IAnyResource theResource) {
  return (Boolean) theResource.getUserData(IDao.CURRENTLY_REINDEXING.name());
}
origin: jamesagnew/hapi-fhir

@Override
public Long get(IAnyResource theResource) {
  return (Long) theResource.getUserData(IDao.RESOURCE_PID.name());
}
origin: jamesagnew/hapi-fhir

@Override
public String get(IAnyResource theResource) {
  return (String) theResource.getUserData(ENTRY_TRANSACTION_METHOD.name());
}
origin: ca.uhn.hapi.fhir/hapi-fhir-base

@SuppressWarnings("unchecked")
@Override
public IPrimitiveType<Date> get(IAnyResource theResource) {
  return (IPrimitiveType<Date>) theResource.getUserData(DELETED_AT.name());
}
origin: ca.uhn.hapi.fhir/hapi-fhir-base

@Override
public String get(IAnyResource theResource) {
  return (String) theResource.getUserData(ENTRY_TRANSACTION_METHOD.name());
}
origin: ca.uhn.hapi.fhir/hapi-fhir-jpaserver-base

@Override
public Boolean get(IAnyResource theResource) {
  return (Boolean) theResource.getUserData(IDao.CURRENTLY_REINDEXING.name());
}
origin: ca.uhn.hapi.fhir/hapi-fhir-jpaserver-base

@Override
public Long get(IAnyResource theResource) {
  return (Long) theResource.getUserData(IDao.RESOURCE_PID.name());
}
origin: ca.uhn.hapi.fhir/hapi-fhir-base

@Override
public String get(IAnyResource theResource) {
  return (String) theResource.getUserData(ENTRY_SEARCH_MODE.name());
}
org.hl7.fhir.instance.model.apiIAnyResourcegetUserData

Popular methods of IAnyResource

  • getIdElement
  • setId
  • getMeta
  • setUserData
  • getId
  • getLanguageElement

Popular in Java

  • Making http requests using okhttp
  • putExtra (Intent)
  • getResourceAsStream (ClassLoader)
  • setContentView (Activity)
  • Font (java.awt)
    The Font class represents fonts, which are used to render text in a visible way. A font provides the
  • BigInteger (java.math)
    An immutable arbitrary-precision signed integer.FAST CRYPTOGRAPHY This implementation is efficient f
  • UnknownHostException (java.net)
    Thrown when a hostname can not be resolved.
  • Path (java.nio.file)
  • DateFormat (java.text)
    Formats or parses dates and times.This class provides factories for obtaining instances configured f
  • Executor (java.util.concurrent)
    An object that executes submitted Runnable tasks. This interface provides a way of decoupling task s
  • Top PhpStorm plugins
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogTabnine AcademyTerms of usePrivacy policyJava Code IndexJavascript Code Index
Get Tabnine for your IDE now