Core Policy Api

Aggregates the projects that make up Core Policy. Core Policy allows the definition of and evaluation of conditions, with structures to organize conditions as various groupings.

Лицензия

Лицензия

Категории

Категории

Данные
Группа

Группа

com.github.cafdataprocessing
Идентификатор

Идентификатор

corepolicy-api
Последняя версия

Последняя версия

1.2.0-165
Дата

Дата

Тип

Тип

jar
Описание

Описание

Core Policy Api
Aggregates the projects that make up Core Policy. Core Policy allows the definition of and evaluation of conditions, with structures to organize conditions as various groupings.
Организация-разработчик

Организация-разработчик

EntIT Software LLC, a Micro Focus company

Скачать corepolicy-api

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/com.github.cafdataprocessing/corepolicy-api/ -->
<dependency>
    <groupId>com.github.cafdataprocessing</groupId>
    <artifactId>corepolicy-api</artifactId>
    <version>1.2.0-165</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.cafdataprocessing/corepolicy-api/
implementation 'com.github.cafdataprocessing:corepolicy-api:1.2.0-165'
// https://jarcasting.com/artifacts/com.github.cafdataprocessing/corepolicy-api/
implementation ("com.github.cafdataprocessing:corepolicy-api:1.2.0-165")
'com.github.cafdataprocessing:corepolicy-api:jar:1.2.0-165'
<dependency org="com.github.cafdataprocessing" name="corepolicy-api" rev="1.2.0-165">
  <artifact name="corepolicy-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.cafdataprocessing', module='corepolicy-api', version='1.2.0-165')
)
libraryDependencies += "com.github.cafdataprocessing" % "corepolicy-api" % "1.2.0-165"
[com.github.cafdataprocessing/corepolicy-api "1.2.0-165"]

Зависимости

compile (8)

Идентификатор библиотеки Тип Версия
com.github.cafdataprocessing : corepolicy-condition-engine jar 1.2.0-165
com.github.cafdataprocessing : corepolicy-common jar 1.2.0-165
org.apache.httpcomponents : httpclient jar 4.3.4
org.springframework : spring-core jar 4.0.5.RELEASE
org.springframework : spring-beans jar 4.0.5.RELEASE
org.springframework : spring-context jar 4.0.5.RELEASE
org.slf4j : slf4j-api jar 1.7.10
org.slf4j : jcl-over-slf4j jar 1.7.10

test (4)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.11
org.mockito : mockito-all jar 1.9.5
org.apache.logging.log4j : log4j-api jar 2.0
org.apache.logging.log4j : log4j-core jar 2.0

Модули Проекта

Данный проект не имеет модулей.

Policy Administration Service

Policy Administration Service should be used to administer Workflows, Classifications and Policies. This service can also be used to Classify documents into different collections and to understand which conditions caused the classification.

A Docker container is included in this project that packages the Core Policy Web Service. The container relies on an external database being available with the Policy Database schema already installed. Default supported database types are postgres and h2.

Documentation

The Policy API is documented here.

Configuration details for the container can be found here.

com.github.cafdataprocessing

CAF Data Processing

Версии библиотеки

Версия
1.2.0-165
1.1.0-94
1.0.0-4