infraservice

This commit is contained in:
insanity 2018-06-20 19:31:04 +09:00
parent 14feb6e924
commit 33bc79efe8
2 changed files with 5 additions and 1 deletions

View File

@ -13,7 +13,7 @@
<groupId>com.loafle.overflow</groupId>
<artifactId>commons-java</artifactId>
<packaging>jar</packaging>
<version>1.0.87-SNAPSHOT</version>
<version>1.0.88-SNAPSHOT</version>
<name>com.loafle.overflow.commons-java</name>
<properties>

View File

@ -51,4 +51,8 @@ public interface InfraService {
@WebappAPI
List<InfraZone> readAllInfraZoneByProbeDomainID(Long probeDomainID) throws OverflowException;
@WebappAPI
List<Infra> readAllByMetaInfraTypeKeyAndProbeID(String metaInfraTypeKey, Long probeID) throws OverflowException;
}