Interface Linkable

All Known Implementing Classes:
AbstractLinkable, AccessorPermission, AclObject, AspectTypeObject, AtomEntry, AtomFeed, AuditEvent, AuditEventList, AuditPolicy, AuditTrail, CabinetObject, Compat71TypeAtomEntryJson, ContentfulObject, ContentMetaData, DocumentObject, FolderLink, FolderObject, Format, GroupObject, HomeDocument, JobObject, Lifecycle, MethodObject, ModuleObject, NetworkLocation, ObjectAspects, ObjectLifecycle, PermissionSetObject, PersistentObject, PreferenceObject, ProductInfo, QueryResultItem, RelationObject, RelationTypeObject, Repository, SysObject, TypeLifecycleInfo, TypeObject, UserObject, ValueAssistances, VirtualDocumentNode, VirtualDocumentSnapshot

public interface Linkable
linkable
  • Method Summary

    Modifier and Type
    Method
    Description
    Get links of the persistent object in the representation
    void
    setLinks(List<Link> links)
    Set links for the persistent object representation
  • Method Details

    • getLinks

      List<Link> getLinks()
      Get links of the persistent object in the representation
      Returns:
      links of the persistent object
    • setLinks

      void setLinks(List<Link> links)
      Set links for the persistent object representation
      Parameters:
      links - the links to be set