All Downloads are FREE. Search and download functionalities are using the official Maven repository.

jpaoletti.jpm.core.audit.AuditService Maven / Gradle / Ivy

The newest version!
package jpaoletti.jpm.core.audit;

import jpaoletti.jpm.core.PMContext;

/**
 * Audit system.
 *
 * @author jpaoletti
 */
public interface AuditService {

    public void register(PMContext ctx, Integer level, String operationId, String observations);

    public Integer getLevel();

    public void setLevel(Integer level);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy