com.ibm.workplace.wcm.api.extensions.resolution
Interface ResolvedItem
-
public interface ResolvedItem
Identification information of content items that are resolved by resolution services.
- Since:
- 7.0
- Note:
This interface is designed to be implemented by clients. |
Method Summary
|
java.lang.String |
getItemID()
Gets the String representation of the UUID of the item to be resolved. |
java.lang.String |
getItemPath()
Gets the path of the item to be resolved.
Returns null if the content item cannot be loaded from the repository, for example, in case it does not exist
any longer. |
getItemPath
java.lang.String getItemPath()
- Gets the path of the item to be resolved.
Returns null if the content item cannot be loaded from the repository, for example, in case it does not exist
any longer.
- Returns:
- the item path of the item to be resolved or null
getItemID
java.lang.String getItemID()
- Gets the String representation of the UUID of the item to be resolved. This ID can be used to create a
DocumentId using Workspace.createDocumentId(String).
Returns null if the content item cannot be loaded from the repository, for example, in case it does not exist
any longer.
- Returns:
- the ID of the item to be resolved or null