|
|||||||||
| 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 outAssetAccessException - if the underlying operation fails
void checkIn(java.util.List<AssetId> ids)
throws AssetAccessException
ids - ids to be checked inAssetAccessException - if the underlying operation fails
void checkIn(java.util.List<AssetId> ids,
java.lang.String checkinMsg)
throws AssetAccessException
ids - ids to be checked incheckinMsg - the message for checkinAssetAccessException - if the underlying operation fails
java.util.List<AssetData> getAll(AssetId id)
throws AssetAccessException
id - AssetIdAssetAccessException - if the underlying operation fails
java.util.List<java.lang.Integer> getVersions(AssetId id)
throws AssetAccessException
id - AssetIdAssetAccessException - if the underlying operation fails
AssetData get(AssetId id,
int versionNnmber)
throws AssetAccessException
id - AssetIdversionNnmber - a valid version numberAssetAccessException - if the underlying operation fails
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Copyright (c) 2013, Oracle and/or its affiliates. All rights reserved.