ModeShape Distribution 3.2.0.Final

org.modeshape.jcr.api
Interface Session

All Superinterfaces:
Session

public interface Session
extends Session

A specialization of the standard JCR Session interface that returns the ModeShape-specific extension interfaces from getWorkspace() and getRepository().


Field Summary
 
Fields inherited from interface javax.jcr.Session
ACTION_ADD_NODE, ACTION_READ, ACTION_REMOVE, ACTION_SET_PROPERTY
 
Method Summary
 Repository getRepository()
           
 Workspace getWorkspace()
           
 
Methods inherited from interface javax.jcr.Session
addLockToken, checkPermission, exportDocumentView, exportDocumentView, exportSystemView, exportSystemView, getAccessControlManager, getAttribute, getAttributeNames, getImportContentHandler, getItem, getLockTokens, getNamespacePrefix, getNamespacePrefixes, getNamespaceURI, getNode, getNodeByIdentifier, getNodeByUUID, getProperty, getRetentionManager, getRootNode, getUserID, getValueFactory, hasCapability, hasPendingChanges, hasPermission, impersonate, importXML, isLive, itemExists, logout, move, nodeExists, propertyExists, refresh, removeItem, removeLockToken, save, setNamespacePrefix
 

Method Detail

getWorkspace

Workspace getWorkspace()
Specified by:
getWorkspace in interface Session

getRepository

Repository getRepository()
Specified by:
getRepository in interface Session

ModeShape Distribution 3.2.0.Final

Copyright © 2008-2013 JBoss, a division of Red Hat. All Rights Reserved.