source: ComponentRegistry/trunk/ComponentRegistry/src/main/java/clarin/cmdi/componentregistry/rest/RegisterAction.java @ 4098

Last change on this file since 4098 was 4098, checked in by George.Georgovassilis@mpi.nl, 10 years ago

#360, #431, #432: JPA and unified component entities

File size: 444 bytes
Line 
1package clarin.cmdi.componentregistry.rest;
2
3import clarin.cmdi.componentregistry.ComponentRegistry;
4import clarin.cmdi.componentregistry.components.CMDComponentSpec;
5import clarin.cmdi.componentregistry.model.BaseDescription;
6import clarin.cmdi.componentregistry.model.RegisterResponse;
7
8public interface RegisterAction {
9
10    int execute(BaseDescription desc, CMDComponentSpec spec, RegisterResponse response, ComponentRegistry registry);
11
12}
Note: See TracBrowser for help on using the repository browser.