|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LogEntryRepository | |
---|---|
ccc.commands | Commands available in CCC. |
ccc.persistence |
Uses of LogEntryRepository in ccc.commands |
---|
Methods in ccc.commands that return LogEntryRepository | |
---|---|
protected LogEntryRepository |
Command.getAudit()
Accessor. |
Constructors in ccc.commands with parameters of type LogEntryRepository | |
---|---|
ClearWorkingCopyCommand(ResourceRepository repository,
LogEntryRepository audit)
Constructor. |
|
Command(ResourceRepository repository,
LogEntryRepository audit,
UserRepository userRepo,
DataRepository data)
Constructor. |
|
CommandFactory(ResourceRepository repository,
LogEntryRepository audit,
DataRepository data)
Constructor. |
|
DeleteResourceCommand(ResourceRepository repository,
LogEntryRepository audit,
java.util.UUID resourceId)
Constructor. |
|
IncludeInMainMenuCommand(ResourceRepository repository,
LogEntryRepository audit)
Constructor. |
|
MoveResourceCommand(ResourceRepository repository,
LogEntryRepository audit)
Constructor. |
|
RenameResourceCommand(ResourceRepository repository,
LogEntryRepository audit,
java.util.UUID resourceId,
java.lang.String name)
Constructor. |
|
UpdateCachingCommand(ResourceRepository repository,
LogEntryRepository audit,
java.util.UUID resourceId,
Duration duration)
Constructor. |
Uses of LogEntryRepository in ccc.persistence |
---|
Methods in ccc.persistence that return LogEntryRepository | |
---|---|
LogEntryRepository |
IRepositoryFactory.createLogEntryRepo()
Create an instance of the LogEntryRepository interface. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |