NoteList



NoteList is an application to store data in a free format using text and images with full word processing capabilities. There are several predefined groups that can have a reference list styled so that the label (a superscripted character within square brackets, e.g.,) of an explanatory note or citation (aka footnote, reference) matches and links to the note marker label located in the main text and the label in front of the note's text in the appropriate group's list.

Toggle navigation. Faceted Browser; Sparql Endpoint; Browse using. OpenLink Faceted Browser; OpenLink Structured Data Editor. Safety Data Sheets. Updated June 30, 2018 All Safety Data Sheets are in compliance with the GHS standard. These are PDF documents that you can download and print using the following links.

Updated June 30, 2018
All Safety Data Sheets are in compliance with the GHS standard.
These are PDF documents that you can download and print using the following links.
If you are a European customer or distributor, please contact us by email to obtain a REACH / CLP compliant version.

  • English
    • SDS - Stabilant 22 (Tech Note 1)
    • SDS - Stabilant 22A (Tech Note 4)
    • SDS - Stabilant 22E (Tech Note 5)
  • Français
    • FDS - Stabilant 22 (Note Technique 3)
    • FDS - Stabilant 22A (Note Technique 6)
    • FDS - Stabilant 22E (Note Technique 7)
  • Español
    • FDS - Stabilant 22 (Nota Tecnica 11)
    • FDS - Stabilant 22A (Nota Tecnica 8)
    • FDS - Stabilant 22E (Nota Tecnica 12)

Please note that some Technical Note numbers are omitted from the sequence; Some are discontinued, while others were written for specific clients. These, of course, are confidential, and will not be published.

  • Tech Note 2


Most of these application notes were written as a reference to a contact problem in a particular field and contain specific information. Many commonly asked questions and their answers are included and are repeated in many of the notes.





A small structure for returning a list of notes out of a larger set.

startIndex
The starting index within the overall set of notes. This is also the number of notes that are 'before' this list in the set.
totalNotes
The number of notes in the larger set. This can be used to calculate how many notes are 'after' this note in the set. (I.e. remaining = totalNotes - (startIndex + notes.length) )
notes
The list of notes from this range. The Notes will include all metadata (attributes, resources, etc.), but will not include the ENML content of the note or the binary contents of any resources.
stoppedWords
If the NoteList was produced using a text based search query that included words that are not indexed or searched by the service, this will include a list of those ignored words.
searchedWords
If the NoteList was produced using a text based search query that included viable search words or quoted expressions, this will include a list of those words. Any stopped words will not be included in this list.
updateCount
Indicates the total number of transactions that have been committed within the account. This reflects (for example) the number of discrete additions or modifications that have been made to the data in this account (tags, notes, resources, etc.). This number is the 'high water mark' for Update Sequence Numbers (USN) within the account.
See Also:
Serialized Form
Note
Constructor Summary
NoteList()
NoteList(int startIndex, int totalNotes, java.util.List<Note> notes)
NoteList(NoteList other)
Performs a deep copy on other.
Method Summary
voidaddToNotes(Note elem)
voidaddToSearchedWords(java.lang.String elem)
voidaddToStoppedWords(java.lang.String elem)
voidclear()
Return to the state of having just been initialized, as though you had just called the default constructor.
intcompareTo(NoteList other)
NoteListdeepCopy()
Creates a deep copy of the object.
booleanequals(NoteList that)
booleanequals(java.lang.Object that)
java.util.List<Note>getNotes()
java.util.Iterator<Note>getNotesIterator()
intgetNotesSize()
java.util.List<java.lang.String>getSearchedWords()
java.util.Iterator<java.lang.String>getSearchedWordsIterator()
intgetSearchedWordsSize()
intgetStartIndex()
java.util.List<java.lang.String>getStoppedWords()
java.util.Iterator<java.lang.String>getStoppedWordsIterator()
intgetStoppedWordsSize()
intgetTotalNotes()
intgetUpdateCount()
inthashCode()
booleanisSetNotes()
Returns true if field notes is set (has been asigned a value) and false otherwise
booleanisSetSearchedWords()
Returns true if field searchedWords is set (has been asigned a value) and false otherwise
booleanisSetStartIndex()
Returns true if field startIndex is set (has been asigned a value) and false otherwise
booleanisSetStoppedWords()
Returns true if field stoppedWords is set (has been asigned a value) and false otherwise
booleanisSetTotalNotes()
Returns true if field totalNotes is set (has been asigned a value) and false otherwise
booleanisSetUpdateCount()
Returns true if field updateCount is set (has been asigned a value) and false otherwise
voidread(com.evernote.thrift.protocol.TProtocol iprot)
Reads an instance of the object from the given protocol.
voidsetNotes(java.util.List<Note> notes)
voidsetNotesIsSet(boolean value)
voidsetSearchedWords(java.util.List<java.lang.String> searchedWords)
voidsetSearchedWordsIsSet(boolean value)
voidsetStartIndex(int startIndex)
voidsetStartIndexIsSet(boolean value)
voidsetStoppedWords(java.util.List<java.lang.String> stoppedWords)
voidsetStoppedWordsIsSet(boolean value)
voidsetTotalNotes(int totalNotes)
voidsetTotalNotesIsSet(boolean value)
voidsetUpdateCount(int updateCount)
voidsetUpdateCountIsSet(boolean value)
java.lang.StringtoString()
voidunsetNotes()
voidunsetSearchedWords()
voidunsetStartIndex()
voidunsetStoppedWords()
voidunsetTotalNotes()
voidunsetUpdateCount()
voidvalidate()
voidwrite(com.evernote.thrift.protocol.TProtocol oprot)
Writes the object to the given protocol.
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
Constructor Detail

NoteList

NoteList

NoteList

Performs a deep copy on other.
Method Detail

deepCopy

Description copied from interface: com.evernote.thrift.TBase
Creates a deep copy of the object.
Specified by:
deepCopy in interface com.evernote.thrift.TBase<NoteList>

clear

Description copied from interface: com.evernote.thrift.TBase
Return to the state of having just been initialized, as though you had just called the default constructor.
Specified by:
clear in interface com.evernote.thrift.TBase<NoteList>

getStartIndex

setStartIndex

unsetStartIndex

isSetStartIndex

Returns true if field startIndex is set (has been asigned a value) and false otherwise

setStartIndexIsSet

getTotalNotes

setTotalNotes

unsetTotalNotes

isSetTotalNotes

Returns true if field totalNotes is set (has been asigned a value) and false otherwise

setTotalNotesIsSet

getNotesSize

getNotesIterator

addToNotes

getNotes

setNotes

unsetNotes

NoteList

isSetNotes

Returns true if field notes is set (has been asigned a value) and false otherwise

setNotesIsSet

getStoppedWordsSize

getStoppedWordsIterator

addToStoppedWords

getStoppedWords

setStoppedWords

unsetStoppedWords

isSetStoppedWords

Returns true if field stoppedWords is set (has been asigned a value) and false otherwise

setStoppedWordsIsSet

getSearchedWordsSize

getSearchedWordsIterator

addToSearchedWords

Note list musicNoteList

getSearchedWords

setSearchedWords

unsetSearchedWords

isSetSearchedWords

Returns true if field searchedWords is set (has been asigned a value) and false otherwise

setSearchedWordsIsSet

getUpdateCount

setUpdateCount

unsetUpdateCount

isSetUpdateCount

Returns true if field updateCount is set (has been asigned a value) and false otherwise

setUpdateCountIsSet

equals

Overrides:
equals in class java.lang.Object

equals

hashCode

Overrides:
hashCode in class java.lang.Object

compareTo

Note Listener Online

Specified by:
compareTo in interface java.lang.Comparable<NoteList>

read

Description copied from interface: com.evernote.thrift.TBase
Reads an instance of the object from the given protocol.
Specified by:
read in interface com.evernote.thrift.TBase<NoteList>
Parameters:
iprot - Input protocol
Throws:
com.evernote.thrift.TException

write

Description copied from interface: com.evernote.thrift.TBase
Writes the object to the given protocol.
Specified by:
write in interface com.evernote.thrift.TBase<NoteList>
Parameters:
oprot - Output protocol
Throws:
com.evernote.thrift.TException

toString

Overrides:
toString in class java.lang.Object

validate

Note List App

Throws:
com.evernote.thrift.TException

Note List App

OverviewPackageClassTreeDeprecatedIndexHelp
FRAMESNO FRAMESAll Classes SUMMARY: NESTED | FIELD | CONSTR | METHODDETAIL: FIELD | CONSTR | METHOD