Package | Description |
---|---|
com.versionone.om | |
com.versionone.om.filters |
Modifier and Type | Method and Description |
---|---|
Note |
BaseAsset.createNote(String name,
String content,
boolean personal)
Create a note that belongs to this asset.
|
Note |
BaseAsset.createNote(String name,
String content,
boolean personal,
Map<String,Object> attributes)
Create a note that belongs to this asset.
|
Note |
Note.createResponse(String name,
String content,
boolean personal)
Deprecated.
Create a response to this note
|
Note |
Note.createResponse(String name,
String content,
boolean personal,
Map<String,Object> attributes)
Deprecated.
Create a response to this note.
|
Note |
Note.getInResponseTo()
Deprecated.
Note this note is a response to
|
Note |
V1InstanceCreator.note(Note responseTo,
String name,
String content,
boolean personal)
Create a new response to an existing note with a name, content, and 'personal' flag
|
Note |
V1InstanceCreator.note(Note responseTo,
String name,
String content,
boolean personal,
Map<String,Object> attributes)
Create a new response to an existing note with a name, content, and 'personal' flag
|
Note |
V1InstanceCreator.note(String name,
BaseAsset asset,
String content,
boolean personal)
Create a new note with a name, asset, content, and 'personal' flag.
|
Note |
V1InstanceCreator.note(String name,
BaseAsset asset,
String content,
boolean personal,
Map<String,Object> attributes)
Create a new note with a name, asset, content, and 'personal' flag.
|
Note |
V1InstanceGetter.noteByID(AssetID id)
Returns a Note with the given ID or null if the ID is invalid.
|
Note |
V1InstanceGetter.noteByID(String sId)
Returns a Note with the given ID or null if the ID is invalid.
|
Modifier and Type | Method and Description |
---|---|
Collection<Note> |
BaseAsset.getNotes(NoteFilter filter) |
Collection<Note> |
Note.getResponses()
Deprecated.
Responses to this Note
|
Collection<Note> |
V1InstanceGetter.notes(NoteFilter filter)
Get notes filtered by the criteria specified in the passed in filter.
|
Modifier and Type | Method and Description |
---|---|
Note |
V1InstanceCreator.note(Note responseTo,
String name,
String content,
boolean personal)
Create a new response to an existing note with a name, content, and 'personal' flag
|
Note |
V1InstanceCreator.note(Note responseTo,
String name,
String content,
boolean personal,
Map<String,Object> attributes)
Create a new response to an existing note with a name, content, and 'personal' flag
|
Modifier and Type | Field and Description |
---|---|
List<Note> |
NoteFilter.inResponseTo
Deprecated.
Who the note is related to.
|
Copyright © 2013 Version One, Inc.. All rights reserved.