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 TypeMethodDescriptionvoid
hideRecord
(NodeRef nodeRef) Hides a record within a collaboration sitevoid
moveRecord
(NodeRef nodeRef, NodeRef targetNodeRef) Moves a record within a collaboration site
-
Method Details
-
hideRecord
Hides a record within a collaboration site- Parameters:
nodeRef
- The record which should be hidden
-
moveRecord
Moves a record within a collaboration site- Parameters:
nodeRef
- The record which should be movedtargetNodeRef
- The target node reference where it should be moved to
-