Tabnine Logo
CvObject2xmlCommons.getXmlFromCache
Code IndexAdd Tabnine to your IDE (free)

How to use
getXmlFromCache
method
in
uk.ac.ebi.intact.application.dataConversion.psiDownload.xmlGenerator.CvObject2xmlCommons

Best Java code snippets using uk.ac.ebi.intact.application.dataConversion.psiDownload.xmlGenerator.CvObject2xmlCommons.getXmlFromCache (Showing top 6 results out of 315)

origin: uk.ac.ebi.intact.app/data-conversion

/**
 * Checks if the given CvObject has already been generated as XML content. <br> If so, that content is cloned which
 * is faster than recreating it.
 *
 * @param cvObject the CvObject we want to check.
 *
 * @return the XML representation (as the root of a DOM tree) of the given CvObject, or null if it hasn't been
 *         generated  yet.
 */
private Element getXmlFromCache( UserSessionDownload session, Element parent, CvObject cvObject ) {
  Map cache = session.getCvObjectCache();
  return CvObject2xmlCommons.getInstance().getXmlFromCache( cache, new Cv2Source( cvObject, parent.getNodeName() ) );
}
origin: uk.ac.ebi.intact.dataexchange.psimi.legacy/data-conversion

/**
 * Checks if the given CvObject has already been generated as XML content. <br> If so, that content is cloned which
 * is faster than recreating it.
 *
 * @param cvObject the CvObject we want to check.
 *
 * @return the XML representation (as the root of a DOM tree) of the given CvObject, or null if it hasn't been
 *         generated  yet.
 */
private Element getXmlFromCache( UserSessionDownload session, Element parent, CvObject cvObject ) {
  Map cache = session.getCvObjectCache();
  return CvObject2xmlCommons.getInstance().getXmlFromCache( cache, new Cv2Source( cvObject, parent.getNodeName() ) );
}
origin: uk.ac.ebi.intact.util/data-conversion

/**
 * Checks if the given CvObject has already been generated as XML content. <br> If so, that content is cloned which
 * is faster than recreating it.
 *
 * @param cvObject the CvObject we want to check.
 *
 * @return the XML representation (as the root of a DOM tree) of the given CvObject, or null if it hasn't been
 *         generated  yet.
 */
private Element getXmlFromCache( UserSessionDownload session, Element parent, CvObject cvObject ) {
  Map cache = session.getCvObjectCache();
  return CvObject2xmlCommons.getInstance().getXmlFromCache( cache, new Cv2Source( cvObject, parent.getNodeName() ) );
}
origin: uk.ac.ebi.intact.dataexchange.psimi.legacy/data-conversion

/**
 * Checks if the given CvObject has already been generated as XML content. <br> If so, that content is cloned which
 * is faster than recreating it.
 *
 * @param cvObject the CvObject we want to check.
 *
 * @return the XML representation (as the root of a DOM tree) of the given CvObject, or null if it hasn't been
 *         generated  yet.
 */
private Element getXmlFromCache( UserSessionDownload session, Element parent, CvObject cvObject ) {
  Map cache = session.getCvObjectCache();
  return CvObject2xmlCommons.getInstance().getXmlFromCache( cache, new Cv2Source( cvObject, parent.getNodeName() ) );
}
origin: uk.ac.ebi.intact.util/data-conversion

/**
 * Checks if the given CvObject has already been generated as XML content. <br> If so, that content is cloned which
 * is faster than recreating it.
 *
 * @param cvObject the CvObject we want to check.
 *
 * @return the XML representation (as the root of a DOM tree) of the given CvObject, or null if it hasn't been
 *         generated  yet.
 */
private Element getXmlFromCache( UserSessionDownload session, Element parent, CvObject cvObject ) {
  Map cache = session.getCvObjectCache();
  return CvObject2xmlCommons.getInstance().getXmlFromCache( cache, new Cv2Source( cvObject, parent.getNodeName() ) );
}
origin: uk.ac.ebi.intact.app/data-conversion

/**
 * Checks if the given CvObject has already been generated as XML content. <br> If so, that content is cloned which
 * is faster than recreating it.
 *
 * @param cvObject the CvObject we want to check.
 *
 * @return the XML representation (as the root of a DOM tree) of the given CvObject, or null if it hasn't been
 *         generated  yet.
 */
private Element getXmlFromCache( UserSessionDownload session, Element parent, CvObject cvObject ) {
  Map cache = session.getCvObjectCache();
  return CvObject2xmlCommons.getInstance().getXmlFromCache( cache, new Cv2Source( cvObject, parent.getNodeName() ) );
}
uk.ac.ebi.intact.application.dataConversion.psiDownload.xmlGeneratorCvObject2xmlCommonsgetXmlFromCache

Javadoc

Checks if the given CvObject has already been generated as XML content.
If so, that content is cloned which is faster than recreating it.

Popular methods of CvObject2xmlCommons

  • createCvObjectXrefs
    Create PSI Xrefs from an IntAct cvObject. Put Xref(psi-mi, identity) as primaryRef, any other as se
  • getInstance
  • getNodeName
    Based on a concrete IntAct CvObject, get the name of the corresponding XML Element. This may be spe
  • initialiseAssociations
    Initialise the mapping of PSI1, PSI2, PSI2.5
  • updateCache
    Store in the cache the XML representation related to the given CvObject instance.

Popular in Java

  • Start an intent from android
  • startActivity (Activity)
  • getResourceAsStream (ClassLoader)
  • getOriginalFilename (MultipartFile)
    Return the original filename in the client's filesystem.This may contain path information depending
  • FileReader (java.io)
    A specialized Reader that reads from a file in the file system. All read requests made by calling me
  • TreeMap (java.util)
    Walk the nodes of the tree left-to-right or right-to-left. Note that in descending iterations, next
  • BlockingQueue (java.util.concurrent)
    A java.util.Queue that additionally supports operations that wait for the queue to become non-empty
  • Annotation (javassist.bytecode.annotation)
    The annotation structure.An instance of this class is returned bygetAnnotations() in AnnotationsAttr
  • JFrame (javax.swing)
  • Location (org.springframework.beans.factory.parsing)
    Class that models an arbitrary location in a Resource.Typically used to track the location of proble
  • Top Vim 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