Package | Description |
---|---|
org.modeshape.connector.filesystem | |
org.modeshape.connector.git | |
org.modeshape.jcr.spi.federation |
This package provides a Service Provider Interface (SPI) for connectors to external systems.
|
Modifier and Type | Method and Description |
---|---|
Document |
FileSystemConnector.getChildren(PageKey pageKey) |
Modifier and Type | Method and Description |
---|---|
protected void |
GitFunction.addCommitsAsPageOfChildren(org.eclipse.jgit.api.Git git,
org.eclipse.jgit.lib.Repository repository,
CallSpecification spec,
PageWriter writer,
PageKey pageKey)
Add an additional page of commits in the history names of the tags as children of the current node.
|
Document |
PageableGitFunction.execute(org.eclipse.jgit.lib.Repository repository,
org.eclipse.jgit.api.Git git,
CallSpecification spec,
PageWriter writer,
Values values,
PageKey pageKey) |
Document |
GitTree.execute(org.eclipse.jgit.lib.Repository repository,
org.eclipse.jgit.api.Git git,
CallSpecification spec,
PageWriter writer,
Values values,
PageKey pageKey) |
Document |
GitHistory.execute(org.eclipse.jgit.lib.Repository repository,
org.eclipse.jgit.api.Git git,
CallSpecification spec,
PageWriter writer,
Values values,
PageKey pageKey) |
Document |
GitCommitDetails.execute(org.eclipse.jgit.lib.Repository repository,
org.eclipse.jgit.api.Git git,
CallSpecification spec,
PageWriter writer,
Values values,
PageKey pageKey) |
Document |
GitConnector.getChildren(PageKey pageKey) |
Modifier and Type | Method and Description |
---|---|
PageKey |
PageKey.withParentId(String parentId)
Creates a new
PageKey instance which has the given parent ID and the same
offset & block size as this page. |
Modifier and Type | Method and Description |
---|---|
Document |
Pageable.getChildren(PageKey pageKey)
Returns a document which represents the document of a parent node to which an optional page of children has been added.
|
protected PageWriter |
Connector.newPageDocument(PageKey pageKey)
Obtain a new
PageWriter that can be used to construct a page of children, typically within the
Pageable.getChildren(PageKey) method. |
Copyright © 2008-2014 JBoss, a division of Red Hat. All Rights Reserved.