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

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

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

origin: org.opensingular/singular-form-core

/**
 * @see {@link SInstance#getUnreadInfo()}
 */
public List<MElement> getUnreadInfo(SInstance instance) {
  return instance.getUnreadInfo();
}
origin: org.opensingular/form-core

/**
 * @see {@link SInstance#getUnreadInfo()}
 */
public List<MElement> getUnreadInfo() {
  return instance.getUnreadInfo();
}
org.opensingular.formSInstancegetUnreadInfo

Javadoc

Retorna uma lista das informações encontrada para essa instância que não foram "consumidas" durante a leitura a parti da persistência. Ou seja, dados "perdidos".

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

  • Making http requests using okhttp
  • getSharedPreferences (Context)
  • addToBackStack (FragmentTransaction)
  • requestLocationUpdates (LocationManager)
  • Pointer (com.sun.jna)
    An abstraction for a native pointer data type. A Pointer instance represents, on the Java side, a na
  • BufferedImage (java.awt.image)
    The BufferedImage subclass describes an java.awt.Image with an accessible buffer of image data. All
  • TimerTask (java.util)
    The TimerTask class represents a task to run at a specified time. The task may be run once or repeat
  • Semaphore (java.util.concurrent)
    A counting semaphore. Conceptually, a semaphore maintains a set of permits. Each #acquire blocks if
  • Collectors (java.util.stream)
  • JList (javax.swing)
  • Best plugins for Eclipse
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