Interface NodeRepresentationFactory
- All Known Implementing Classes:
DocumentViewNodeRepresentationFactory,NtFileNodeRepresentationFactory,NtResourceNodeRepresentationFactory,SystemViewNodeRepresentationFactory
public interface NodeRepresentationFactory
Created by The eXo Platform SAS .
- Version:
- $Id: $
- Author:
- Gennady Azarenkov
-
Method Summary
Modifier and TypeMethodDescriptioncreateNodeRepresentation(javax.jcr.Node node, String mediaTypeHint) creates new NodeRepresentation instance
-
Method Details
-
createNodeRepresentation
creates new NodeRepresentation instance- Parameters:
node-mediaTypeHint-- Returns:
-
getNodeType
String getNodeType()- Returns:
- node type name
-