probeservice
This commit is contained in:
parent
96b7a30f26
commit
ea7d650ac7
|
@ -21,9 +21,12 @@ public interface ProbeService {
|
|||
List<Probe> readAllByDomain(Domain domain) throws OverflowException;
|
||||
@WebappAPI
|
||||
Probe read(long id) throws OverflowException;
|
||||
@WebappAPI
|
||||
Probe modifyDisplayName(long probeId, String displayName) throws OverflowException;
|
||||
|
||||
@ProbeAPI //?
|
||||
Probe readByProbeKey(String probeKey) throws OverflowException;
|
||||
@ProbeAPI //?
|
||||
Probe modify(Probe probe) throws OverflowException;
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user