Modifier and Type | Method and Description |
---|---|
Logs |
OlogImpl.createOrReplaceLogs(Logs logs)
Create logs specified in data.
|
static Logs |
LogManager.findAll()
Deprecated.
|
static Logs |
LogManager.findLog(javax.ws.rs.core.MultivaluedMap<String,String> matches) |
Logs |
OlogImpl.findLogsByMultiMatch(javax.ws.rs.core.MultivaluedMap<String,String> matches)
Returns logs found by matching logbook names, tag names, log description.
|
Logs |
Tag.getLogs()
Getter for tag's Logs.
|
Logs |
Logbook.getLogs()
Getter for logbook's Logs.
|
Logs |
XmlProperty.getLogs()
Getter for property's Logs.
|
Logs |
XmlLogAdapter.marshal(Logs logs) |
Logs |
XmlLogAdapter.unmarshal(Logs logs) |
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
LogsResource.add(javax.servlet.http.HttpServletRequest req,
javax.ws.rs.core.HttpHeaders headers,
Logs data)
POST method for creating multiple log instances.
|
void |
OlogImpl.checkUserBelongsToGroup(String user,
Logs data)
Check that user belongs to the owner groups of all logs in
data.
|
void |
OlogImpl.checkValid(Logs data)
Check all logs in data for valid owner data.
|
Logs |
OlogImpl.createOrReplaceLogs(Logs logs)
Create logs specified in data.
|
Logs |
XmlLogAdapter.marshal(Logs logs) |
void |
Tag.setLogs(Logs logs)
Setter for tag's Logs.
|
void |
Logbook.setLogs(Logs logs)
Setter for logbook's Logs.
|
void |
XmlProperty.setLogs(Logs logs)
Setter for property's Logs.
|
static String |
Logs.toLogger(Logs data)
Creates a compact string representation for the log.
|
Logs |
XmlLogAdapter.unmarshal(Logs logs) |
Copyright © 2010-2014 Michigan State University. All Rights Reserved.