|
ModeShape Distribution 3.2.0.Final | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PageKey | |
---|---|
org.modeshape.connector.git | |
org.modeshape.jcr.federation.spi | This package provides a Service Provider Interface (SPI) for connectors to external systems. |
Uses of PageKey in org.modeshape.connector.git |
---|
Methods in org.modeshape.connector.git with parameters of type PageKey | |
---|---|
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)
|
Uses of PageKey in org.modeshape.jcr.federation.spi |
---|
Methods in org.modeshape.jcr.federation.spi with parameters of type PageKey | |
---|---|
Document |
Pageable.getChildren(PageKey pageKey)
Returns a document which represents a page of children. |
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. |
|
ModeShape Distribution 3.2.0.Final | |||||||||
PREV NEXT | FRAMES NO FRAMES |