Package fr.becpg.repo.activity
Interface EntityActivityPlugin
- All Known Implementing Classes:
DefaultEntityActivityPlugin
public interface EntityActivityPlugin
EntityActivityPlugin interface.
- Version:
- $Id: $Id
- Author:
- matthieu
-
Method Summary
Modifier and TypeMethodDescriptionbooleanisIgnoreStateProperty(org.alfresco.service.namespace.QName propName) isIgnoreStateProperty.booleanisMatchingEntityType(org.alfresco.service.namespace.QName entityName) isMatchingEntityType.booleanisMatchingStateProperty(org.alfresco.service.namespace.QName propName) isMatchingStateProperty.
-
Method Details
-
isMatchingStateProperty
boolean isMatchingStateProperty(org.alfresco.service.namespace.QName propName) isMatchingStateProperty.
- Parameters:
propName- aQNameobject.- Returns:
- a boolean.
-
isMatchingEntityType
boolean isMatchingEntityType(org.alfresco.service.namespace.QName entityName) isMatchingEntityType.
- Parameters:
entityName- aQNameobject.- Returns:
- a boolean.
-
isIgnoreStateProperty
boolean isIgnoreStateProperty(org.alfresco.service.namespace.QName propName) isIgnoreStateProperty.
- Parameters:
propName- aQNameobject.- Returns:
- a boolean.
-