Core Policy Hibernate

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.

License

License

Categories

Categories

Data Hibernate ORM
GroupId

GroupId

com.github.cafdataprocessing
ArtifactId

ArtifactId

corepolicy-hibernate
Last Version

Last Version

1.2.0-165
Release Date

Release Date

Type

Type

jar
Description

Description

Core Policy Hibernate
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.
Project Organization

Project Organization

EntIT Software LLC, a Micro Focus company

Download corepolicy-hibernate

How to add to project

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

Dependencies

compile (12)

Group / Artifact Type Version
com.github.cafdataprocessing : corepolicy-condition-engine jar 1.2.0-165
com.github.cafdataprocessing : corepolicy-common jar 1.2.0-165
com.github.cafdataprocessing : corepolicy-repositories jar 1.2.0-165
org.hibernate : hibernate-core jar 4.3.8.Final
org.hibernate : hibernate-c3p0 jar 4.3.8.Final
org.glassfish : javax.el jar 3.0.0
org.jadira.usertype : usertype.core jar 3.2.0.GA
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)

Group / Artifact Type Version
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

Project Modules

There are no modules declared in this project.

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

Versions

Version
1.2.0-165
1.1.0-94
1.0.0-4