ModeShape Distribution 3.2.0.Final

Uses of Package
org.modeshape.jcr.federation.spi

Packages that use org.modeshape.jcr.federation.spi
org.modeshape.connector.filesystem   
org.modeshape.connector.git   
org.modeshape.jcr   
org.modeshape.jcr.federation   
org.modeshape.jcr.federation.spi This package provides a Service Provider Interface (SPI) for connectors to external systems. 
 

Classes in org.modeshape.jcr.federation.spi used by org.modeshape.connector.filesystem
Connector
          SPI of a generic external connector, representing the interface to an external system integrated with ModeShape.
DocumentChanges
          Interface which encapsulates the changes that occurred on a document during an update process.
WritableConnector
          A specialized abstract Connector class that is support both reads and writes.
 

Classes in org.modeshape.jcr.federation.spi used by org.modeshape.connector.git
Connector
          SPI of a generic external connector, representing the interface to an external system integrated with ModeShape.
DocumentWriter
          A writer which can create and manipulate the structure of EditableDocument instances, that should be used by connectors when they want to return the information regarding external nodes.
Pageable
          Marker interface that should be implemented by Connector(s) that want to expose children of nodes in a "page by page" fashion.
PageKey
          The key used to uniquely identify a page of children.
PageWriter
          A type of document writer that can add paging information to documents.
ReadOnlyConnector
          A specialized abstract Connector class that is readable and can never update content.
 

Classes in org.modeshape.jcr.federation.spi used by org.modeshape.jcr
Connector
          SPI of a generic external connector, representing the interface to an external system integrated with ModeShape.
ExtraPropertiesStore
          Store for extra properties, which a Connector implementation can use to store and retrieve "extra" properties on a node that cannot be persisted in the external system.
 

Classes in org.modeshape.jcr.federation.spi used by org.modeshape.jcr.federation
Connector
          SPI of a generic external connector, representing the interface to an external system integrated with ModeShape.
DocumentChanges
          Interface which encapsulates the changes that occurred on a document during an update process.
DocumentChanges.ChildrenChanges
          Interface which encapsulates the changes to a document's children during an update operation.
DocumentChanges.MixinChanges
          Interface which encapsulates the changes to a document's mixins during an update operation.
DocumentChanges.ParentChanges
          Interface which encapsulates the changes to a document's parents during an update operation.
DocumentChanges.PropertyChanges
          Interface which encapsulates the changes to a document's properties during an update operation.
DocumentChanges.ReferrerChanges
          Interface which encapsulates the changes to a document's referrers during an update operation.
DocumentReader
          A reader which can be used read the structure of Document instances and expose the underlying information.
DocumentWriter
          A writer which can create and manipulate the structure of EditableDocument instances, that should be used by connectors when they want to return the information regarding external nodes.
ExtraPropertiesStore
          Store for extra properties, which a Connector implementation can use to store and retrieve "extra" properties on a node that cannot be persisted in the external system.
PageWriter
          A type of document writer that can add paging information to documents.
 

Classes in org.modeshape.jcr.federation.spi used by org.modeshape.jcr.federation.spi
Connector
          SPI of a generic external connector, representing the interface to an external system integrated with ModeShape.
Connector.ExtraProperties
           
DocumentChanges
          Interface which encapsulates the changes that occurred on a document during an update process.
DocumentChanges.ChildrenChanges
          Interface which encapsulates the changes to a document's children during an update operation.
DocumentChanges.MixinChanges
          Interface which encapsulates the changes to a document's mixins during an update operation.
DocumentChanges.ParentChanges
          Interface which encapsulates the changes to a document's parents during an update operation.
DocumentChanges.PropertyChanges
          Interface which encapsulates the changes to a document's properties during an update operation.
DocumentChanges.ReferrerChanges
          Interface which encapsulates the changes to a document's referrers during an update operation.
DocumentReader
          A reader which can be used read the structure of Document instances and expose the underlying information.
DocumentWriter
          A writer which can create and manipulate the structure of EditableDocument instances, that should be used by connectors when they want to return the information regarding external nodes.
ExtraPropertiesStore
          Store for extra properties, which a Connector implementation can use to store and retrieve "extra" properties on a node that cannot be persisted in the external system.
PageKey
          The key used to uniquely identify a page of children.
PageWriter
          A type of document writer that can add paging information to documents.
 


ModeShape Distribution 3.2.0.Final

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