public class LogUtil extends Object
Modifier and Type | Method and Description |
---|---|
static Collection<String> |
getAllTagNames(Collection<Log> logs)
Return a union of tag names associated with logs
|
static Collection<String> |
getLogbookNames(Collection<Log> logs)
Return a union of logbook names associated with logs
|
static Collection<String> |
getLogbookNames(Log log)
Return a list of logbook names associated with this log
|
static Collection<String> |
getLogDescriptions(Collection<Log> logs) |
static Collection<Long> |
getLogIds(Collection<Log> logs)
Returns all the log ids
|
static Collection<String> |
getTagNames(Log log)
Return a list of tag names associated with this log
|
public static Collection<String> getTagNames(Log log)
log
- public static Collection<String> getAllTagNames(Collection<Log> logs)
logs
- public static Collection<String> getLogbookNames(Log log)
log
- public static Collection<String> getLogbookNames(Collection<Log> logs)
logs
- public static Collection<Long> getLogIds(Collection<Log> logs)
logs
- public static Collection<String> getLogDescriptions(Collection<Log> logs)
Copyright © 2010-2014 Michigan State University. All Rights Reserved.