public interface OwVersionSeries
Base interface for Versions Series.
A Version Series is attached to a versionable object and switches between versions.
NOTE: a document is always working on a specific version.
With the VersionSeries a document can select a different version.
To be implemented with the specific ECM system.
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
Modifier and Type | Method and Description |
---|---|
String |
getId()
Return a String which represent the version series Id.
|
OwVersion |
getLatest()
retrieve the latest version in the series
|
OwObject |
getObject(OwVersion version_p)
get a OwObject for a given OwVersion
|
OwVersion |
getReleased()
retrieve the released version in the series
|
OwVersion |
getReservation()
retrieve the reservation (intermediate after checkout) version in the series
|
Collection |
getVersions(Collection properties_p,
OwSort sort_p,
int iMaxSize_p)
get the available version objects
|
OwObject getObject(OwVersion version_p) throws Exception
version_p
- OwVersion object identifying the OwObjectException
Collection getVersions(Collection properties_p, OwSort sort_p, int iMaxSize_p) throws Exception
properties_p
- Collection of property names to retrieve for cached fast accesssort_p
- OwSortiMaxSize_p
- maximum number of items to retrieveException
OwVersion getLatest() throws Exception
Exception
OwVersion getReleased() throws Exception
Exception
OwVersion getReservation() throws Exception
Exception
String getId()
Method is available since 3.2.0.0
Copyright © 2014 Alfresco Business Solutions. All Rights Reserved.