Package com.flowable.policy.engine
Interface PolicyEngine
-
- All Known Implementing Classes:
PolicyEngineImpl
public interface PolicyEngine
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
close()
String
getName()
PolicyEngineConfiguration
getPolicyEngineConfiguration()
PolicyRepositoryService
getPolicyRepositoryService()
-
-
-
Method Detail
-
getName
String getName()
-
close
void close()
-
getPolicyRepositoryService
PolicyRepositoryService getPolicyRepositoryService()
-
getPolicyEngineConfiguration
PolicyEngineConfiguration getPolicyEngineConfiguration()
-
-