Modifier and Type | Method and Description |
---|---|
Log |
OlogClientImpl.findLogById(Long logId) |
Log |
OlogClient.findLogById(Long logId)
Deprecated.
|
Log |
OlogClientImpl.getLog(Long logId) |
Log |
OlogClient.getLog(Long logId)
Returns a log that exactly matches the logId logId
|
Log |
OlogClientImpl.set(LogBuilder log) |
Log |
OlogClient.set(LogBuilder log)
Set a single log log, if the log already exists it is replaced.
|
Log |
OlogClientImpl.update(LogBuilder log) |
Log |
OlogClient.update(LogBuilder log)
Update a log entry log
|
Log |
OlogClientImpl.update(PropertyBuilder property,
Long logId) |
Log |
OlogClient.update(PropertyBuilder property,
Long logId)
Update Property property by adding it to Log with id
logId
TODO : service invalid payload, need attribute and value
|
Modifier and Type | Method and Description |
---|---|
Collection<Log> |
OlogClientImpl.findLogs(Map<String,String> map) |
Collection<Log> |
OlogClient.findLogs(Map<String,String> map)
Query for logs based on the criteria specified in the map
|
Collection<Log> |
OlogClientImpl.findLogs(javax.ws.rs.core.MultivaluedMap<String,String> map) |
Collection<Log> |
OlogClient.findLogs(javax.ws.rs.core.MultivaluedMap<String,String> map)
Multivalued map used to search for a key with multiple values.
|
Collection<Log> |
OlogClientImpl.findLogsByLogbook(String logbook) |
Collection<Log> |
OlogClient.findLogsByLogbook(String logbook)
This function is a subset of queryLogs - should it be removed??
|
Collection<Log> |
OlogClientImpl.findLogsByProperty(String propertyName) |
Collection<Log> |
OlogClient.findLogsByProperty(String propertyName) |
Collection<Log> |
OlogClientImpl.findLogsByProperty(String propertyName,
String attributeName,
String attributeValue) |
Collection<Log> |
OlogClient.findLogsByProperty(String propertyName,
String attributeName,
String attributeValue)
This function is a subset of queryLogs should it be removed??
|
Collection<Log> |
OlogClientImpl.findLogsBySearch(String pattern) |
Collection<Log> |
OlogClient.findLogsBySearch(String pattern) |
Collection<Log> |
OlogClientImpl.findLogsByTag(String pattern) |
Collection<Log> |
OlogClient.findLogsByTag(String pattern) |
Collection<Log> |
OlogClientImpl.listLogs() |
Collection<Log> |
OlogClient.listLogs()
Return all the logs.
|
Collection<Log> |
OlogClientImpl.set(Collection<LogBuilder> logs) |
Collection<Log> |
OlogClient.set(Collection<LogBuilder> logs)
Deprecated.
|
Collection<Log> |
OlogClientImpl.update(Collection<LogBuilder> logs) |
Collection<Log> |
OlogClient.update(Collection<LogBuilder> logs)
Update a set of logs
|
Modifier and Type | Method and Description |
---|---|
int |
Log.compareTo(Log obj) |
static Collection<String> |
LogUtil.getLogbookNames(Log log)
Return a list of logbook names associated with this log
|
static Collection<String> |
LogUtil.getTagNames(Log log)
Return a list of tag names associated with this log
|
static LogBuilder |
LogBuilder.log(Log log) |
Modifier and Type | Method and Description |
---|---|
void |
OlogClientImpl.delete(Collection<Log> logs)
Deprecated.
|
void |
OlogClient.delete(Collection<Log> logs)
Remove the log collection identified by log
|
static Collection<String> |
LogUtil.getAllTagNames(Collection<Log> logs)
Return a union of tag names associated with logs
|
static Collection<String> |
LogUtil.getLogbookNames(Collection<Log> logs)
Return a union of logbook names associated with logs
|
static Collection<String> |
LogUtil.getLogDescriptions(Collection<Log> logs) |
static Collection<Long> |
LogUtil.getLogIds(Collection<Log> logs)
Returns all the log ids
|
Copyright © 2010-2014 Michigan State University. All Rights Reserved.