com.softwareag.centrasite.api.csom.search
Interface CSOLink

All Superinterfaces:
CentraSiteObject

public interface CSOLink
extends CentraSiteObject

  • Provides access through the link type and its parameters through the CSO.getAttributeValue() method.
  • CSOLink has a getURI() method returning a URI string which is needed for resolving CSOLinks


    Method Summary
     java.lang.String getURI()
              Returns a URI based on the link type and link parameters
     
    Methods inherited from interface com.softwareag.centrasite.api.csom.CentraSiteObject
    delete, getAttributeLink, getAttributeValue, getAttributeValue, getAttributeValue, getId, getType, isModified, isReadOnly, save, setAttributeValue, setAttributeValue, setAttributeValue
     

    Method Detail

    getURI

    java.lang.String getURI()
                            throws CLLException
    Returns a URI based on the link type and link parameters

    Returns:
    URI - Based on the link type and link parameters
    Throws:
    CLLException