/[Apache-SVN]/jackrabbit/trunk/jackrabbit-spi/src/main/java/org/apache/jackrabbit/spi/NodeInfo.java
ViewVC logotype

Log of /jackrabbit/trunk/jackrabbit-spi/src/main/java/org/apache/jackrabbit/spi/NodeInfo.java

Parent Directory Parent Directory | Revision Log Revision Log


Links to HEAD: (view) (annotate)
Sticky Revision:

Revision 787219 - (view) (annotate) - [select for diffs]
Modified Mon Jun 22 12:27:30 2009 UTC (5 months ago) by mreutegg
File length: 4089 byte(s)
Diff to previous 779555 (colored)
JCR-2087: Upgrade to Java 5 as the base platform

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 648215 - (view) (annotate) - [select for diffs]
Modified Tue Apr 15 12:06:22 2008 UTC (19 months, 1 week ago) by angela
File length: 2827 byte(s)
Diff to previous 615649 (colored)
improve javadoc

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 586055 - (view) (annotate) - [select for diffs]
Modified Thu Oct 18 18:30:25 2007 UTC (2 years, 1 month ago) by angela
File length: 2745 byte(s)
Diff to previous 583868 (colored)
JCR-996 Name and Path interfaces in SPI

Revision 583868 - (view) (annotate) - [select for diffs]
Modified Thu Oct 11 16:17:52 2007 UTC (2 years, 1 month ago) by angela
File length: 2763 byte(s)
Diff to previous 568530 (colored)
javadoc improvement. patch provided by michael duerig.

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 555644 - (view) (annotate) - [select for diffs]
Modified Thu Jul 12 14:32:08 2007 UTC (2 years, 4 months ago) by angela
Original Path: jackrabbit/trunk/contrib/spi/spi/src/main/java/org/apache/jackrabbit/spi/NodeInfo.java
File length: 2579 byte(s)
Diff to previous 555314 (colored)
javadoc

Revision 555314 - (view) (annotate) - [select for diffs]
Modified Wed Jul 11 15:39:50 2007 UTC (2 years, 4 months ago) by angela
Original Path: jackrabbit/trunk/contrib/spi/spi/src/main/java/org/apache/jackrabbit/spi/NodeInfo.java
File length: 2135 byte(s)
Diff to previous 553409 (colored)
javadoc

Revision 553409 - (view) (annotate) - [select for diffs]
Modified Thu Jul 5 07:45:27 2007 UTC (2 years, 4 months ago) by angela
Original Path: jackrabbit/trunk/contrib/spi/spi/src/main/java/org/apache/jackrabbit/spi/NodeInfo.java
File length: 2034 byte(s)
Diff to previous 483477 (colored)
JCR-1001 SPI: prefer 'Iterator' instead of specialized subclasses

Revision 483477 - (view) (annotate) - [select for diffs]
Modified Thu Dec 7 15:09:57 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: 1957 byte(s)
Diff to previous 482657 (colored)
work in progress

- replace usage of UUID by uniqueID unless refering to 'jcr:uuid'
- PropertyImpl.checkValidReference: don't rely on Node-value to be NodeImpl
- spi.Event: getUUID() not used -> remove

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

Revision 467909 - (view) (annotate) - [select for diffs]
Modified Thu Oct 26 08:23:14 2006 UTC (3 years, 1 month ago) by angela
Original Path: jackrabbit/trunk/contrib/spi/spi/src/main/java/org/apache/jackrabbit/spi/NodeInfo.java
File length: 2072 byte(s)
Diff to previous 421270 (colored)
work in progress

- add 'isSessionScoped' to LockInfo and RepositoryService.lock
- add index to NodeInfo

Revision 421270 - (view) (annotate) - [select for diffs]
Added Wed Jul 12 13:33:19 2006 UTC (3 years, 4 months ago) by angela
Original Path: jackrabbit/trunk/contrib/spi/spi/src/main/java/org/apache/jackrabbit/spi/NodeInfo.java
File length: 1980 byte(s)
SPI Contribution

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.

  Diffs between and
  Type of Diff should be a

apache@apache.org
ViewVC Help
Powered by ViewVC 1.1.2