public interface IPipelineElementDescriptionStorage
boolean storeInvocableSEPAElement(InvocableStreamPipesEntity element)
boolean storeSEP(DataSourceDescription sep)
boolean storeSEP(String jsonld)
boolean storeSEPA(DataProcessorDescription sepa)
boolean storeSEPA(String jsonld)
DataSourceDescription getSEPById(URI rdfId)
DataSourceDescription getSEPByAppId(String appId)
DataSourceDescription getSEPById(String rdfId) throws URISyntaxException
URISyntaxExceptionDataProcessorDescription getSEPAById(String rdfId) throws URISyntaxException
URISyntaxExceptionDataProcessorDescription getSEPAById(URI rdfId)
DataProcessorDescription getSEPAByAppId(String appId)
DataSinkDescription getSECById(String rdfId) throws URISyntaxException
URISyntaxExceptionDataSinkDescription getSECById(URI rdfId)
DataSinkDescription getSECByAppId(String appId)
List<DataSourceDescription> getAllSEPs()
List<DataProcessorDescription> getAllSEPAs()
List<DataSourceDescription> getSEPsByDomain(String domain)
List<DataProcessorDescription> getSEPAsByDomain(String domain)
boolean deleteSEP(DataSourceDescription sep)
boolean deleteSEP(String rdfId)
boolean deleteSEPA(DataProcessorDescription sepa)
boolean deleteSEPA(String rdfId)
boolean exists(DataSourceDescription sep)
boolean exists(DataProcessorDescription sepa)
boolean existsSepa(String rdfid)
boolean update(DataSourceDescription sep)
boolean update(DataProcessorDescription sepa)
boolean exists(DataSinkDescription sec)
boolean update(DataSinkDescription sec)
boolean deleteSEC(DataSinkDescription sec)
boolean deleteSEC(String rdfId)
boolean storeSEC(DataSinkDescription sec)
List<DataSinkDescription> getAllSECs()
StaticProperty getStaticPropertyById(String rdfId)
SpDataStream getEventStreamById(String rdfId)
Copyright © 2019. All rights reserved.