Class Utils
java.lang.Object
org.exoplatform.documents.storage.jcr.util.Utils
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic <S,D> void broadcast(org.exoplatform.services.listener.ListenerService listenerService, String eventName, S source, D data) static StringgetStringProperty(javax.jcr.Node node, String propertyName)
-
Constructor Details
-
Utils
public Utils()
-
-
Method Details
-
broadcast
public static <S,D> void broadcast(org.exoplatform.services.listener.ListenerService listenerService, String eventName, S source, D data) -
getStringProperty
public static String getStringProperty(javax.jcr.Node node, String propertyName) throws javax.jcr.RepositoryException - Throws:
javax.jcr.RepositoryException
-