Package org.alfresco.repo.event.util
Class DataAttributesUtils
java.lang.Object
org.alfresco.repo.event.util.DataAttributesUtils
-
Method Summary
Modifier and TypeMethodDescriptionstatic booleancontainsNotBlankContent(DataAttributes<? extends Resource> dataAttributes) Checks withinDataAttributesif it contains not blank content.
-
Method Details
-
containsNotBlankContent
Checks withinDataAttributesif it contains not blank content. Content is considered to be present if the resource is aNodeResourceand itsContentInfo.getSizeInBytes()is greater than 0.
-