org.alfresco.cmis.mapping
Class VersionSeriesCheckedOutIdProperty

java.lang.Object
  extended by org.alfresco.cmis.mapping.AbstractProperty
      extended by org.alfresco.cmis.mapping.AbstractVersioningProperty
          extended by org.alfresco.cmis.mapping.VersionSeriesCheckedOutIdProperty
All Implemented Interfaces:
CMISPropertyAccessor, org.alfresco.opencmis.dictionary.CMISPropertyLuceneBuilder

public class VersionSeriesCheckedOutIdProperty
extends AbstractVersioningProperty

Get the CMIS version series checked out id property


Constructor Summary
VersionSeriesCheckedOutIdProperty(ServiceRegistry serviceRegistry)
          Construct
 
Method Summary
 java.io.Serializable getValue(org.alfresco.service.cmr.repository.NodeRef nodeRef)
          Get the property value for a node or an association
 
Methods inherited from class org.alfresco.cmis.mapping.AbstractVersioningProperty
getVersionSeries, hasWorkingCopy, isWorkingCopy
 
Methods inherited from class org.alfresco.cmis.mapping.AbstractProperty
buildLuceneEquality, buildLuceneExists, buildLuceneGreaterThan, buildLuceneGreaterThanOrEquals, buildLuceneIn, buildLuceneInequality, buildLuceneLessThan, buildLuceneLessThanOrEquals, buildLuceneLike, getLuceneFieldName, getLuceneSortField, getMappedProperty, getName, getServiceRegistry, getValue, setValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VersionSeriesCheckedOutIdProperty

public VersionSeriesCheckedOutIdProperty(ServiceRegistry serviceRegistry)
Construct

Parameters:
serviceRegistry -
Method Detail

getValue

public java.io.Serializable getValue(org.alfresco.service.cmr.repository.NodeRef nodeRef)
Description copied from interface: CMISPropertyAccessor
Get the property value for a node or an association

Specified by:
getValue in interface CMISPropertyAccessor
Overrides:
getValue in class AbstractProperty
Returns:


Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.