Log of /jackrabbit/trunk/jackrabbit-spi/src/main/java/org/apache/jackrabbit/spi/NodeInfo.java
Parent Directory
|
Revision Log
Revision
779555 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Thu May 28 10:45:05 2009 UTC
(5 months, 4 weeks ago)
by
angela
File length: 4060 byte(s)
Diff to
previous 654826
(
colored)
JCR-2003: JCR2SPI / SPI: Add support for JCR 2.0
- Node.getReferences(String)
- Node.getWeakReferences()
- Node.getWeakReferences(String)
JCR-1418: Redesign NodeInfo.getReferences()
- deprecated getReferences on NodeInfo
- added method to RepositoryService as suggested by marcel but including support for the variants in JCR 2.0
> weakrefs vs refs
> name-filter
Revision
654826 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Fri May 9 14:37:21 2008 UTC
(18 months, 2 weeks ago)
by
angela
File length: 3827 byte(s)
Diff to
previous 648215
(
colored)
JCR-1576 Remove RepositoryService exists()
JCR-1577 Remove RepositoryService.getRootId()
JCR-1405 SPI: Introduce NodeInfo.getChildInfos()
Revision
615649 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Sun Jan 27 21:08:08 2008 UTC
(21 months, 4 weeks ago)
by
jukka
File length: 2744 byte(s)
Diff to
previous 586055
(
colored)
JCR-97: Improve Checkstyle conformance
- Removed trailing spaces with:
find . -name *.java | xargs perl -i -pe 's/ +$//'
Revision
568530 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Wed Aug 22 09:38:10 2007 UTC
(2 years, 3 months ago)
by
angela
File length: 2579 byte(s)
Diff to
previous 555644
(
colored)
JCR-1070 Promotion of SPI from Contrib (jackrabbit-spi, jackrabbit-commons-spi)
JCR-788 Upgrade to Lucene 2.2 (adjusted dependency in spi contrib. the outdated dependency in caused build to fail)
Revision
482657 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Tue Dec 5 14:08:03 2006 UTC
(2 years, 11 months ago)
by
angela
Original Path:
jackrabbit/trunk/contrib/spi/spi/src/main/java/org/apache/jackrabbit/spi/NodeInfo.java
File length: 1953 byte(s)
Diff to
previous 467909
(
colored)
work in progress
- NodeInfo does not load information about child-node-entries
-> add separate SPI call
-> add initial draft ChildInfo interface
-> ChildNodeEntries are not built upon creation of the NodeState
-> ItemStateFactory: add method to retrieve ChildNodeEntries
- respect CacheBehaviour while persisting transient modifications
- LockInfo.getNodeId() -> not used so far -> remove
- SessionItemStateManager: getHierarchyManager() only used by SessionImpl -> moved
- Improve TODO comments
- Javadoc
This form allows you to request diffs between any two revisions of this file.
For each of the two "sides" of the diff,
enter a numeric revision.