Package com.google.gerrit.server.notedb
Interface DraftCommentNotes.Factory
- 
- Enclosing class:
- DraftCommentNotes
 
 public static interface DraftCommentNotes.Factory
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description DraftCommentNotescreate(Change change, Account.Id accountId)DraftCommentNotescreateWithAutoRebuildingDisabled(Change.Id changeId, Account.Id accountId)
 
- 
- 
- 
Method Detail- 
createDraftCommentNotes create(Change change, Account.Id accountId) 
 - 
createWithAutoRebuildingDisabledDraftCommentNotes createWithAutoRebuildingDisabled(Change.Id changeId, Account.Id accountId) 
 
- 
 
-