public interface CentraSiteExternalLink extends CentraSiteRegistryObject
ExternalLink
,
RegistryObject
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getExternalURI(java.lang.String baseURL)
Gets the external URI of this ExternalLink, where the protocol / host / port
are taken from the given base URL.
|
java.lang.String |
getRawExternalURI()
Deprecated.
|
java.lang.String |
getRelativeURI()
Gets the relative URI if the URI is relative, null otherwise.
|
boolean |
isRelative()
Return whether the ExternalLink points into CentraSite WebDAV.
|
accept, addAuditComment, addCustomAuditableEvent, addImportUpdateAuditableEvent, addPostListener, addPreListener, getCentraSiteACL, getClassificationValue, getConsumers, getCreationDate, getCurrentUserPrivilege, getEmbeddedAuditTrail, getEnclosingObject, getFileAsExternalLink, getFileValue, getInstanceLevelPermissionSet, getLastModificationDate, getOwner, getParentObject, getPreviousOwner, getPreviousSubmittingOrganization, getRelationShipValue, getRelationShipValueMap, getServerTimezoneOffset, getSubmittingOrganizationKey, getVirtualObjectType, isAclModified, isAssociatedTo, isClassifiedWith, isDeleted, isDescendantObjectModified, isInternal, isLocked, isModified, isModifiedByUser, isMoved, isMoveOrganization, isMoveOwner, isObjectModified, isPermissionModified, isPredefined, isPropagatePermissions, isPropagateProfilePermissions, isRevisionObject, logLCStateChange, removeExternalLinkId, setCentraSiteACL, setClassificationValue, setFileValue, setFileValue, setFileWithExternalLink, setFileWithExternalLink, setIgnoreForImport, setInstanceLevelPermissionSet, setInternal, setLocked, setOwner, setParentObject, setPropagatePermissions, setPropagateProfilePermissions, setRelationShipValue, setRelationShipValueMap, setSubmittingOrganization, toXMLforExport, toXMLforExport
getRegistryService
boolean isRelative() throws JAXRException
JAXRException
- if an internal error occursjava.lang.String getRelativeURI() throws JAXRException
JAXRException
- if an internal error occursjava.lang.String getExternalURI(java.lang.String baseURL) throws JAXRException
baseURL
- the base URLJAXRException
- if an internal error occursjava.lang.String getRawExternalURI()