Interface EntityActivityPlugin

All Known Implementing Classes:
DefaultEntityActivityPlugin

public interface EntityActivityPlugin

EntityActivityPlugin interface.

Version:
$Id: $Id
Author:
matthieu
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    isIgnoreStateProperty(org.alfresco.service.namespace.QName propName)
    isIgnoreStateProperty.
    boolean
    isMatchingEntityType(org.alfresco.service.namespace.QName entityName)
    isMatchingEntityType.
    boolean
    isMatchingStateProperty(org.alfresco.service.namespace.QName propName)
    isMatchingStateProperty.
  • Method Details

    • isMatchingStateProperty

      boolean isMatchingStateProperty(org.alfresco.service.namespace.QName propName)

      isMatchingStateProperty.

      Parameters:
      propName - a QName object.
      Returns:
      a boolean.
    • isMatchingEntityType

      boolean isMatchingEntityType(org.alfresco.service.namespace.QName entityName)

      isMatchingEntityType.

      Parameters:
      entityName - a QName object.
      Returns:
      a boolean.
    • isIgnoreStateProperty

      boolean isIgnoreStateProperty(org.alfresco.service.namespace.QName propName)

      isIgnoreStateProperty.

      Parameters:
      propName - a QName object.
      Returns:
      a boolean.