|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
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
| Method Summary | |
|---|---|
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 |
| Method Detail |
|---|
OwObject getObject(OwVersion version_p)
throws Exception
version_p - OwVersion object identifying the OwObject
Exception
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 retrieve
Exception
OwVersion getLatest()
throws Exception
Exception
OwVersion getReleased()
throws Exception
Exception
OwVersion getReservation()
throws Exception
ExceptionString getId()
Method is available since 3.2.0.0
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||