Uses of Class
org.exoplatform.services.jcr.ext.resource.UnifiedNodeReference
-
Packages that use UnifiedNodeReference Package Description org.exoplatform.services.jcr.ext.resource org.exoplatform.services.jcr.ext.script.groovy -
-
Uses of UnifiedNodeReference in org.exoplatform.services.jcr.ext.resource
Constructors in org.exoplatform.services.jcr.ext.resource with parameters of type UnifiedNodeReference Constructor Description JcrURLConnection(UnifiedNodeReference nodeReference, SessionProvider sessionProvider, NodeRepresentationService nodeRepresentationService)JcrURLConnection(UnifiedNodeReference nodeReference, SessionProvider sessionProvider, NodeRepresentationService nodeRepresentationService, boolean closeSessionProvider) -
Uses of UnifiedNodeReference in org.exoplatform.services.jcr.ext.script.groovy
Methods in org.exoplatform.services.jcr.ext.script.groovy with parameters of type UnifiedNodeReference Modifier and Type Method Description Class<?>[]JcrGroovyCompiler. compile(UnifiedNodeReference... sourceReferences)Compile Groovy source that located insourceReferences.Class<?>[]JcrGroovyCompiler. compile(org.exoplatform.services.rest.ext.groovy.SourceFolder[] src, UnifiedNodeReference... sourceReferences)Compile Groovy source that located insourceReferences.
-