Interface InplaceRecordService

All Known Implementing Classes:
InplaceRecordServiceImpl

@AlfrescoPublicApi public interface InplaceRecordService
Inplace Record Service Interface.
Since:
2.3
Author:
Tuna Aksoy
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Hides a record within a collaboration site
    void
    moveRecord(NodeRef nodeRef, NodeRef targetNodeRef)
    Moves a record within a collaboration site
  • Method Details

    • hideRecord

      void hideRecord(NodeRef nodeRef)
      Hides a record within a collaboration site
      Parameters:
      nodeRef - The record which should be hidden
    • moveRecord

      void moveRecord(NodeRef nodeRef, NodeRef targetNodeRef)
      Moves a record within a collaboration site
      Parameters:
      nodeRef - The record which should be moved
      targetNodeRef - The target node reference where it should be moved to