|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface RevisionTrackingManager
This interface acts as accessor for Revision tracking functionality.
Method Summary | |
---|---|
void |
checkIn(java.util.List<AssetId> ids)
Checks in a given collection of AssetIds |
void |
checkIn(java.util.List<AssetId> ids,
java.lang.String checkinMsg)
Checks in a given collection of AssetIds |
void |
checkOut(java.util.List<AssetId> ids)
Checks out a collection of AssetIds |
AssetData |
get(AssetId id,
int versionNnmber)
Returns AssetData for a given asset and version number. |
java.util.List<AssetData> |
getAll(AssetId id)
Returns all revision tracked data for a given asset |
java.util.List<java.lang.Integer> |
getVersions(AssetId id)
Returns all available version numbers of tracked assets given an asset id. |
Method Detail |
---|
void checkOut(java.util.List<AssetId> ids) throws AssetAccessException
ids
- ids to be checked out
AssetAccessException
- if the underlying operation failsvoid checkIn(java.util.List<AssetId> ids) throws AssetAccessException
ids
- ids to be checked in
AssetAccessException
- if the underlying operation failsvoid checkIn(java.util.List<AssetId> ids, java.lang.String checkinMsg) throws AssetAccessException
ids
- ids to be checked incheckinMsg
- the message for checkin
AssetAccessException
- if the underlying operation failsjava.util.List<AssetData> getAll(AssetId id) throws AssetAccessException
id
- AssetId
AssetAccessException
- if the underlying operation failsjava.util.List<java.lang.Integer> getVersions(AssetId id) throws AssetAccessException
id
- AssetId
AssetAccessException
- if the underlying operation failsAssetData get(AssetId id, int versionNnmber) throws AssetAccessException
id
- AssetIdversionNnmber
- a valid version number
AssetAccessException
- if the underlying operation fails
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |