Modifier and Type | Method and Description |
---|---|
static LogbookBuilder |
LogbookBuilder.logbook(Logbook logbook) |
static LogbookBuilder |
LogbookBuilder.logbook(String name) |
LogbookBuilder |
LogbookBuilder.owner(String owner) |
Modifier and Type | Method and Description |
---|---|
LogBuilder |
LogBuilder.appendToLogbook(LogbookBuilder logbook) |
void |
OlogClientImpl.delete(LogbookBuilder logbook,
Collection<Long> logIds) |
void |
OlogClient.delete(LogbookBuilder logbook,
Collection<Long> logIds)
Remove the logbook logbook from the set of logs logIds
|
void |
OlogClientImpl.delete(LogbookBuilder logbook,
Long logId) |
void |
OlogClient.delete(LogbookBuilder logbook,
Long logId)
Remove logbook logbook from the log with name logName
|
Logbook |
OlogClientImpl.set(LogbookBuilder logbook) |
Logbook |
OlogClient.set(LogbookBuilder logbookBuilder)
Set a new logbook logbook with no associated logs.
|
Logbook |
OlogClientImpl.set(LogbookBuilder logbook,
Collection<Long> logIds) |
Logbook |
OlogClient.set(LogbookBuilder logbook,
Collection<Long> logIds)
Set Logbook logbook to the logs logIds and remove it
from all other logs
TODO: all logids should exist, no nulls, check transaction
|
Logbook |
OlogClientImpl.update(LogbookBuilder logbook,
Collection<Long> logIds) |
Logbook |
OlogClient.update(LogbookBuilder logbook,
Collection<Long> logIds)
TODO: transaction check
|
Logbook |
OlogClientImpl.update(LogbookBuilder logbook,
Long logId) |
Logbook |
OlogClient.update(LogbookBuilder logbook,
Long logId)
Add Logbook logbook to the log logId
|
Modifier and Type | Method and Description |
---|---|
LogBuilder |
LogBuilder.inLogbooks(Set<LogbookBuilder> logbooks) |
Copyright © 2010-2014 Michigan State University. All Rights Reserved.