Tabnine Logo
SInstance.addUnreadInfo
Code IndexAdd Tabnine to your IDE (free)

How to use
addUnreadInfo
method
in
org.opensingular.form.SInstance

Best Java code snippets using org.opensingular.form.SInstance.addUnreadInfo (Showing top 2 results out of 315)

origin: org.opensingular/singular-form-core

/**
 * @see {@link SInstance#addUnreadInfo(MElement)}
 */
public void addUnreadInfo(SInstance instance, MElement xmlInfo) {
  instance.addUnreadInfo(xmlInfo);
}
origin: org.opensingular/form-core

/**
 * @see {@link SInstance#addUnreadInfo(MElement)}
 */
public void addUnreadInfo(MElement xmlInfo) {
  instance.addUnreadInfo(xmlInfo);
}
org.opensingular.formSInstanceaddUnreadInfo

Javadoc

Salva uma informação lida da persitência para o qual não foi encontrado estruturada de dados correspondente no tipo. Essa informações provavelmente será salva quando a instancia for persistida novamente. Ou seja, esse dado não será perdido no ato de ler e regravar.

Popular methods of SInstance

  • getDocument
    Retorna o documento ao qual pertence a instância atual.
  • getType
  • toStringDisplay
  • getId
    Retorna um ID único dentre as instâncias do mesmo documento. Um ID nunca é reutilizado, mesmo se a i
  • getAttributeValue
  • findNearest
    Returns the nearest SInstance for the given type in the form SInstance tree. The search is performed
  • setId
    Apenas para uso nas soluções de persistencia. Não deve ser usado fora dessa situação.
  • clearInstance
    Apaga os valores associados a instância. Se for uma lista ou composto, apaga os valores em profundid
  • getName
  • getParent
  • getValue
  • isEmptyOfData
    Retorna true se a instancia não conter nenhuma informação diferente de null. A pesquisa é feita em
  • getValue,
  • isEmptyOfData,
  • asAtr,
  • asAtrAnnotation,
  • asAtrProvider,
  • attachEventCollector,
  • detachEventCollector,
  • getDictionary,
  • getField,
  • getPathFromRoot

Popular in Java

  • Reading from database using SQL prepared statement
  • setRequestProperty (URLConnection)
  • scheduleAtFixedRate (Timer)
  • scheduleAtFixedRate (ScheduledExecutorService)
  • EOFException (java.io)
    Thrown when a program encounters the end of a file or stream during an input operation.
  • Hashtable (java.util)
    A plug-in replacement for JDK1.5 java.util.Hashtable. This version is based on org.cliffc.high_scale
  • TimeZone (java.util)
    TimeZone represents a time zone offset, and also figures out daylight savings. Typically, you get a
  • Annotation (javassist.bytecode.annotation)
    The annotation structure.An instance of this class is returned bygetAnnotations() in AnnotationsAttr
  • ImageIO (javax.imageio)
  • JOptionPane (javax.swing)
  • Best IntelliJ 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