public interface EngineControlIntegration extends EngineIntegration
| Modifier and Type | Method and Description |
|---|---|
void |
configure(CallChain callChain,
IntegrationConfig integrationConf,
Map<String,String> properties,
BigInteger projectId) |
String |
copyWithName(IntegrationConfig integrationConf,
String newName,
String sourceTcId,
BigInteger projectId) |
void |
create(CallChain callChain,
IntegrationConfig integrationConf,
Map<String,String> properties,
BigInteger projectId) |
void |
create(Situation situation,
IntegrationConfig integrationConf,
BigInteger projectId) |
void |
delete(CallChain callChain,
IntegrationConfig integrationConf,
Map<String,String> properties,
BigInteger projectId) |
void |
delete(Situation situation,
IntegrationConfig integrationConf,
BigInteger projectId) |
boolean |
isExist(Storable storable,
IntegrationConfig integrationConf,
Map<String,String> properties,
BigInteger projectId) |
void create(CallChain callChain, IntegrationConfig integrationConf, Map<String,String> properties, BigInteger projectId) throws EngineIntegrationException
EngineIntegrationExceptionvoid create(Situation situation, IntegrationConfig integrationConf, BigInteger projectId) throws EngineIntegrationException
EngineIntegrationExceptionvoid delete(CallChain callChain, IntegrationConfig integrationConf, Map<String,String> properties, BigInteger projectId) throws EngineIntegrationException, IOException
void delete(Situation situation, IntegrationConfig integrationConf, BigInteger projectId) throws EngineIntegrationException, IOException
void configure(CallChain callChain, IntegrationConfig integrationConf, Map<String,String> properties, BigInteger projectId) throws EngineIntegrationException
EngineIntegrationExceptionboolean isExist(Storable storable, IntegrationConfig integrationConf, Map<String,String> properties, BigInteger projectId) throws IOException
IOExceptionString copyWithName(IntegrationConfig integrationConf, String newName, String sourceTcId, BigInteger projectId) throws EngineIntegrationException
EngineIntegrationExceptionCopyright © 2025. All rights reserved.