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

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

Parent Directory Parent Directory | Revision Log Revision Log


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

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 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/LockInfo.java
File length: 2233 byte(s)
Diff to previous 546557 (colored)
javadoc

Revision 546557 - (view) (annotate) - [select for diffs]
Modified Tue Jun 12 16:22:46 2007 UTC (2 years, 5 months ago) by reschke
Original Path: jackrabbit/trunk/contrib/spi/spi/src/main/java/org/apache/jackrabbit/spi/LockInfo.java
File length: 2037 byte(s)
Diff to previous 521352 (colored)
fix a few javadoc problems (JCR-73)

Revision 521352 - (view) (annotate) - [select for diffs]
Modified Thu Mar 22 17:18:01 2007 UTC (2 years, 8 months ago) by angela
Original Path: jackrabbit/trunk/contrib/spi/spi/src/main/java/org/apache/jackrabbit/spi/LockInfo.java
File length: 2041 byte(s)
Diff to previous 506927 (colored)
javadoc

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

Revision 467909 - (view) (annotate) - [select for diffs]
Modified Thu Oct 26 08:23:14 2006 UTC (3 years ago) by angela
Original Path: jackrabbit/trunk/contrib/spi/spi/src/main/java/org/apache/jackrabbit/spi/LockInfo.java
File length: 1292 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/LockInfo.java
File length: 1253 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