mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
Merged HEAD-BUG-FIX (5.0/Cloud) to HEAD (5.0/Cloud)
84769: Merged PLATFORM1 (5.0/Cloud) to HEAD-BUG-FIX (5.0/Cloud) 80836: ACE-2081 git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@85132 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -18,6 +18,7 @@
|
|||||||
*/
|
*/
|
||||||
package org.alfresco.repo.audit.extractor;
|
package org.alfresco.repo.audit.extractor;
|
||||||
|
|
||||||
|
import org.alfresco.api.AlfrescoPublicApi;
|
||||||
import org.alfresco.util.PropertyCheck;
|
import org.alfresco.util.PropertyCheck;
|
||||||
import org.alfresco.util.registry.NamedObjectRegistry;
|
import org.alfresco.util.registry.NamedObjectRegistry;
|
||||||
import org.apache.commons.logging.Log;
|
import org.apache.commons.logging.Log;
|
||||||
@@ -31,6 +32,7 @@ import org.springframework.beans.factory.InitializingBean;
|
|||||||
* @author Derek Hulley
|
* @author Derek Hulley
|
||||||
* @since 3.2
|
* @since 3.2
|
||||||
*/
|
*/
|
||||||
|
@AlfrescoPublicApi
|
||||||
public abstract class AbstractDataExtractor implements DataExtractor, InitializingBean, BeanNameAware
|
public abstract class AbstractDataExtractor implements DataExtractor, InitializingBean, BeanNameAware
|
||||||
{
|
{
|
||||||
/** Logger that can be used by subclasses */
|
/** Logger that can be used by subclasses */
|
||||||
|
@@ -20,6 +20,8 @@ package org.alfresco.repo.audit.extractor;
|
|||||||
|
|
||||||
import java.io.Serializable;
|
import java.io.Serializable;
|
||||||
|
|
||||||
|
import org.alfresco.api.AlfrescoPublicApi;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Interface for Audit data value extractors. These are used to extract auditable values
|
* Interface for Audit data value extractors. These are used to extract auditable values
|
||||||
* from those arguments, return values, exceptions and any other value passed into the audit
|
* from those arguments, return values, exceptions and any other value passed into the audit
|
||||||
@@ -32,6 +34,7 @@ import java.io.Serializable;
|
|||||||
* @author Derek Hulley
|
* @author Derek Hulley
|
||||||
* @since 3.2
|
* @since 3.2
|
||||||
*/
|
*/
|
||||||
|
@AlfrescoPublicApi
|
||||||
public interface DataExtractor
|
public interface DataExtractor
|
||||||
{
|
{
|
||||||
/**
|
/**
|
||||||
|
@@ -18,6 +18,7 @@
|
|||||||
*/
|
*/
|
||||||
package org.alfresco.repo.audit.generator;
|
package org.alfresco.repo.audit.generator;
|
||||||
|
|
||||||
|
import org.alfresco.api.AlfrescoPublicApi;
|
||||||
import org.alfresco.util.PropertyCheck;
|
import org.alfresco.util.PropertyCheck;
|
||||||
import org.alfresco.util.registry.NamedObjectRegistry;
|
import org.alfresco.util.registry.NamedObjectRegistry;
|
||||||
import org.apache.commons.logging.Log;
|
import org.apache.commons.logging.Log;
|
||||||
@@ -31,6 +32,7 @@ import org.springframework.beans.factory.InitializingBean;
|
|||||||
* @author Derek Hulley
|
* @author Derek Hulley
|
||||||
* @since 3.2
|
* @since 3.2
|
||||||
*/
|
*/
|
||||||
|
@AlfrescoPublicApi
|
||||||
public abstract class AbstractDataGenerator implements DataGenerator, InitializingBean, BeanNameAware
|
public abstract class AbstractDataGenerator implements DataGenerator, InitializingBean, BeanNameAware
|
||||||
{
|
{
|
||||||
/** Logger that can be used by subclasses */
|
/** Logger that can be used by subclasses */
|
||||||
|
@@ -20,6 +20,8 @@ package org.alfresco.repo.audit.generator;
|
|||||||
|
|
||||||
import java.io.Serializable;
|
import java.io.Serializable;
|
||||||
|
|
||||||
|
import org.alfresco.api.AlfrescoPublicApi;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Interface for Audit data value generators.These are used to produce auditable data values
|
* Interface for Audit data value generators.These are used to produce auditable data values
|
||||||
* extract auditable values from nothing; typically these values are derived from the system
|
* extract auditable values from nothing; typically these values are derived from the system
|
||||||
@@ -30,6 +32,7 @@ import java.io.Serializable;
|
|||||||
* @author Derek Hulley
|
* @author Derek Hulley
|
||||||
* @since 3.2
|
* @since 3.2
|
||||||
*/
|
*/
|
||||||
|
@AlfrescoPublicApi
|
||||||
public interface DataGenerator
|
public interface DataGenerator
|
||||||
{
|
{
|
||||||
/**
|
/**
|
||||||
|
Reference in New Issue
Block a user