Uses of Interface
org.exoplatform.services.jcr.ext.resource.NodeRepresentation
-
Packages that use NodeRepresentation Package Description org.exoplatform.services.jcr.ext.resource org.exoplatform.services.jcr.ext.resource.representation -
-
Uses of NodeRepresentation in org.exoplatform.services.jcr.ext.resource
Classes in org.exoplatform.services.jcr.ext.resource that implement NodeRepresentation Modifier and Type Class Description classAbstractXMLViewNodeRepresentationCreated by The eXo Platform SAS .classDocumentViewNodeRepresentationCreated by The eXo Platform SAS .classSystemViewNodeRepresentationCreated by The eXo Platform SAS .Methods in org.exoplatform.services.jcr.ext.resource that return NodeRepresentation Modifier and Type Method Description NodeRepresentationDocumentViewNodeRepresentationFactory. createNodeRepresentation(javax.jcr.Node node, String mediaTypeHint)creates new NodeRepresentation instanceNodeRepresentationNodeRepresentationFactory. createNodeRepresentation(javax.jcr.Node node, String mediaTypeHint)creates new NodeRepresentation instanceNodeRepresentationSystemViewNodeRepresentationFactory. createNodeRepresentation(javax.jcr.Node node, String mediaTypeHint)creates new NodeRepresentation instanceNodeRepresentationNodeRepresentationService. getNodeRepresentation(javax.jcr.Node node, String mediaTypeHint)Get NodeRepresentation for given node. -
Uses of NodeRepresentation in org.exoplatform.services.jcr.ext.resource.representation
Classes in org.exoplatform.services.jcr.ext.resource.representation that implement NodeRepresentation Modifier and Type Class Description classNtFileNodeRepresentationclassNtResourceNodeRepresentationMethods in org.exoplatform.services.jcr.ext.resource.representation that return NodeRepresentation Modifier and Type Method Description NodeRepresentationNtFileNodeRepresentationFactory. createNodeRepresentation(javax.jcr.Node node, String mediaTypeHint)NodeRepresentationNtResourceNodeRepresentationFactory. createNodeRepresentation(javax.jcr.Node node, String mediaTypeHint)creates new NodeRepresentation instanceConstructors in org.exoplatform.services.jcr.ext.resource.representation with parameters of type NodeRepresentation Constructor Description NtFileNodeRepresentation(javax.jcr.Node node, NodeRepresentation content)
-