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