Log of /jackrabbit/trunk/jackrabbit-spi/src/main/java/org/apache/jackrabbit/spi/LockInfo.java
Parent Directory
|
Revision Log
Revision
753244 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Fri Mar 13 13:37:44 2009 UTC
(8 months, 1 week ago)
by
angela
File length: 3090 byte(s)
Diff to
previous 615649
(
colored)
JCR-1590 JSR 283: Locking
- getSecondsRemaining is negative if lock is expired or released
- getLockToken always returns null if lock is sessionscoped
JCR-2004 Update SPI locking to match JCR 2.0
- extend spi/LockInfo.java
- add JCR 2.0 variant of RepositoryService#lock that takes timeoutHint and ownerHint
- adjust jcr2spi
- adjust spi implementation(s)
Revision
615649 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Sun Jan 27 21:08:08 2008 UTC
(21 months, 3 weeks ago)
by
jukka
File length: 2232 byte(s)
Diff to
previous 568530
(
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: 2233 byte(s)
Diff to
previous 555314
(
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
506927 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Tue Feb 13 09:31:36 2007 UTC
(2 years, 9 months ago)
by
angela
Original Path:
jackrabbit/trunk/contrib/spi/spi/src/main/java/org/apache/jackrabbit/spi/LockInfo.java
File length: 1224 byte(s)
Diff to
previous 482657
(
colored)
Refactoring
- separate hierarchy from ItemStates
- remove ItemStateManager
- move all hierarchy related classes to a separate package ('hierarchy')
- allow loading of deep Item without loading ancestors
- consequently item definition is only built upon usage, since parent is needed.
- minor fixes with adding/removing mixin-nodetypes
Consequences for SPI interfaces:
- SPI impl must be able to deal with both proper itemID and path, since jcr2spi
might not be aware of a uniqueID defined with a parent node.
- ItemInfo.getPath added, in order to be able to built the missing hierarchy
entries if a deep Item identified by uniqueID (plus ev. path) is loaded
- LockInfo.getNodeId added, in order to be able to determine the lock-holding node.
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/LockInfo.java
File length: 1039 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.