public interface CentraSiteExternalLink extends CentraSiteRegistryObject, javax.xml.registry.infomodel.ExternalLink
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
getExternalURI, getLinkedObjects, setExternalURI
addAssociation, addAssociations, addClassification, addClassifications, addExternalIdentifier, addExternalIdentifiers, addExternalLink, addExternalLinks, getAssociatedObjects, getAssociations, getAuditTrail, getClassifications, getDescription, getExternalIdentifiers, getExternalLinks, getKey, getLifeCycleManager, getName, getObjectType, getRegistryPackages, getSubmittingOrganization, removeAssociation, removeAssociations, removeClassification, removeClassifications, removeExternalIdentifier, removeExternalIdentifiers, removeExternalLink, removeExternalLinks, setAssociations, setClassifications, setDescription, setExternalIdentifiers, setExternalLinks, setKey, setName, toXML
boolean isRelative() throws javax.xml.registry.JAXRException
javax.xml.registry.JAXRException
- if an internal error occursjava.lang.String getRelativeURI() throws javax.xml.registry.JAXRException
javax.xml.registry.JAXRException
- if an internal error occursjava.lang.String getExternalURI(java.lang.String baseURL) throws javax.xml.registry.JAXRException
baseURL
- the base URLjavax.xml.registry.JAXRException
- if an internal error occursjava.lang.String getRawExternalURI()