Package org.alfresco.repo.jscript.app
Interface PropertyDecorator
-
- All Known Implementing Classes:
BasePropertyDecorator,CategoryPropertyDecorator,IgnorePropertyDecorator,TagPropertyDecorator,UsernamePropertyDecorator
public interface PropertyDecoratorInterface for property decorators used by ApplicationScriptUtils.toJSON()- Author:
- Mike Hatfield
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.json.simple.JSONAwaredecorate(org.alfresco.service.namespace.QName propertyName, org.alfresco.service.cmr.repository.NodeRef nodeRef, java.io.Serializable value)java.util.Set<org.alfresco.service.namespace.QName>getPropertyNames()
-