public static class NoteRef.DefaultFactory extends java.lang.Object implements NoteRef.Factory
NoteRef instances.| Constructor and Description |
|---|
DefaultFactory() |
| Modifier and Type | Method and Description |
|---|---|
NoteRef |
fromLinked(NoteMetadata linkedNoteMetadata,
LinkedNotebook linkedNotebook) |
NoteRef |
fromPersonal(NoteMetadata personalNoteMetadata) |
public NoteRef fromPersonal(NoteMetadata personalNoteMetadata)
fromPersonal in interface NoteRef.FactorypersonalNoteMetadata - The meta data from the personal note from the server.public NoteRef fromLinked(NoteMetadata linkedNoteMetadata, LinkedNotebook linkedNotebook)
fromLinked in interface NoteRef.FactorylinkedNoteMetadata - The meta data from a linked note from the server.linkedNotebook - The corresponding linked notebook from this note meta data.