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