info.magnolia.ui.vaadin.integration.contentconnector
Interface JcrContentConnectorDefinition

All Superinterfaces:
ContentConnectorDefinition
All Known Implementing Classes:
ConfiguredJcrContentConnectorDefinition

public interface JcrContentConnectorDefinition
extends ContentConnectorDefinition

Defines a JcrContentConnector. Contains all elements which defines a JcrContentConnector configuration.


Method Summary
 String getDefaultOrder()
           
 List<NodeTypeDefinition> getNodeTypes()
           
 String getRootPath()
           
 String getWorkspace()
           
 boolean isIncludeProperties()
           
 boolean isIncludeSystemNodes()
           
 
Methods inherited from interface info.magnolia.ui.vaadin.integration.contentconnector.ContentConnectorDefinition
getImplementationClass
 

Method Detail

getNodeTypes

List<NodeTypeDefinition> getNodeTypes()
Returns:
all configured NodeTypes.

isIncludeProperties

boolean isIncludeProperties()
Returns:
whether properties should be displayed as well (or just nodes)

isIncludeSystemNodes

boolean isIncludeSystemNodes()
Returns:
whether nodes used by the system should be included, for instance nodes internal to the operations of the JCR implementation.

getDefaultOrder

String getDefaultOrder()
Returns:
the property (or comma separated list of properties) to be applied when no other order is requested.

getWorkspace

String getWorkspace()
Returns:
the name of the workspace the JcrContentConnector is bound to.

getRootPath

String getRootPath()
Returns:
the path configured as root for this workspace. If not specified, defaults to root ("/").


Copyright © 2014 Magnolia International Ltd.. All Rights Reserved.