Class ChangeEdits.Create

java.lang.Object
com.google.gerrit.server.restapi.change.ChangeEdits.Create
All Implemented Interfaces:
RestCollectionCreateView<ChangeResource,ChangeEditResource,FileContentInput>, RestCollectionView<ChangeResource,ChangeEditResource,FileContentInput>, RestView<ChangeEditResource>
Enclosing class:
ChangeEdits

public static class ChangeEdits.Create extends Object implements RestCollectionCreateView<ChangeResource,ChangeEditResource,FileContentInput>
Create handler that is activated when collection element is accessed but doesn't exist, e. g. PUT request with a path was called but change edit wasn't created yet. Change edit is created and PUT handler is called.