public interface IResourceLocator
extends com.arcway.cockpit.modulelib2.client.docgen.provider.interfaces.IModuleData
IResourceLocator object allows to read attribute values of a resource
locator from the COCKPIT document module.Item type constant: "dcm.resourceLocator" (to request information on defined custom properties, the more specific constants "dcm.webLink" and "dcm.fileSystemLink" must be used).
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getCategoryID()
Returns the (human readable) category ID
|
java.lang.String |
getUniqueIdentifier()
Returns a unique identifier that uniquely identifies this object
within its project.
|
java.lang.String |
getURL()
Returns the URL.
|
boolean |
isFileLink()
Returns if the ResourceLocater contains a file link
|
boolean |
isWebLink()
Returns if the ResourceLocater contains a web link
|
getCommitVersion, getCreationDate_MilliSecondsSince_01_01_1970, getCreationDate, getCreator, getDateOfLastModification_MilliSecondsSince_01_01_1970, getDateOfLastModification, getDisplayName, getLastModifier, getModificationCount, getProjectUniqueIdentifier, getTypeID, getTypeName, toRecord, toRecordjava.lang.String getUniqueIdentifier()
getUniqueIdentifier in interface com.arcway.cockpit.docgen.provider.interfaces.ICockpitDatajava.lang.String getURL()
java.lang.String getCategoryID()
boolean isFileLink()
boolean isWebLink()