com.wewebu.ow.server.ecmimpl.cmis.version
Class OwCMISStandardVersionSeries

java.lang.Object
  extended by com.wewebu.ow.server.ecmimpl.cmis.version.OwCMISStandardVersionSeries
All Implemented Interfaces:
com.wewebu.ow.server.ecm.OwVersionSeries

public class OwCMISStandardVersionSeries
extends Object
implements com.wewebu.ow.server.ecm.OwVersionSeries

OwCMISStandardVersionSeries. Implementation of the OwVersionSeries specific to the CMIS wrapping.

Alfresco Workdesk
Copyright (c) Alfresco Software, Inc.
All rights reserved.

For licensing information read the license.txt file or
go to: http://wiki.alfresco.com

See Also:
OwVersionSeries

Constructor Summary
OwCMISStandardVersionSeries(OwCMISDocumentObject documentObject_p, OwCMISNetwork network_p)
           
 
Method Summary
 String getId()
           
 com.wewebu.ow.server.ecm.OwVersion getLatest()
           
 OwCMISObject getObject(com.wewebu.ow.server.ecm.OwVersion version_p)
           
 com.wewebu.ow.server.ecm.OwVersion getReleased()
           
 com.wewebu.ow.server.ecm.OwVersion getReservation()
           
 List<OwCMISStandardVersion> getVersions(Collection properties_p, com.wewebu.ow.server.field.OwSort sort_p, int maxSize_p)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OwCMISStandardVersionSeries

public OwCMISStandardVersionSeries(OwCMISDocumentObject documentObject_p,
                                   OwCMISNetwork network_p)
Method Detail

getLatest

public com.wewebu.ow.server.ecm.OwVersion getLatest()
                                             throws Exception
Specified by:
getLatest in interface com.wewebu.ow.server.ecm.OwVersionSeries
Throws:
Exception

getObject

public OwCMISObject getObject(com.wewebu.ow.server.ecm.OwVersion version_p)
                       throws Exception
Specified by:
getObject in interface com.wewebu.ow.server.ecm.OwVersionSeries
Throws:
Exception

getReleased

public com.wewebu.ow.server.ecm.OwVersion getReleased()
                                               throws Exception
Specified by:
getReleased in interface com.wewebu.ow.server.ecm.OwVersionSeries
Throws:
Exception

getReservation

public com.wewebu.ow.server.ecm.OwVersion getReservation()
                                                  throws Exception
Specified by:
getReservation in interface com.wewebu.ow.server.ecm.OwVersionSeries
Throws:
Exception

getVersions

public List<OwCMISStandardVersion> getVersions(Collection properties_p,
                                               com.wewebu.ow.server.field.OwSort sort_p,
                                               int maxSize_p)
                                        throws com.wewebu.ow.server.exceptions.OwException
Specified by:
getVersions in interface com.wewebu.ow.server.ecm.OwVersionSeries
Throws:
com.wewebu.ow.server.exceptions.OwException

getId

public String getId()
Specified by:
getId in interface com.wewebu.ow.server.ecm.OwVersionSeries


Copyright © 2013 Alfresco Business Solutions. All Rights Reserved.