org.exoplatform.services.jcr.ext.resource
Interface NodeRepresentationFactory
- All Known Implementing Classes:
- DocumentViewNodeRepresentationFactory, NtFileNodeRepresentationFactory, NtResourceNodeRepresentationFactory, SystemViewNodeRepresentationFactory
public interface NodeRepresentationFactory
Created by The eXo Platform SAS .
- Version:
- $Id: NodeRepresentationFactory.java 35186 2009-08-07 14:23:43Z pnedonosko $
- Author:
- Gennady Azarenkov
createNodeRepresentation
NodeRepresentation createNodeRepresentation(javax.jcr.Node node,
java.lang.String mediaTypeHint)
- creates new NodeRepresentation instance
- Parameters:
node - mediaTypeHint -
- Returns:
getNodeType
java.lang.String getNodeType()
- Returns:
- node type name
Copyright © 2011 eXo Platform SAS. All Rights Reserved.