Interface InplaceRecordService
-
- All Known Implementing Classes:
InplaceRecordServiceImpl
@AlfrescoPublicApi public interface InplaceRecordService
Inplace Record Service Interface.- Since:
- 2.3
- Author:
- Tuna Aksoy
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
hideRecord(NodeRef nodeRef)
Hides a record within a collaboration sitevoid
moveRecord(NodeRef nodeRef, NodeRef targetNodeRef)
Moves a record within a collaboration site
-
-
-
Method Detail
-
hideRecord
void hideRecord(NodeRef nodeRef)
Hides a record within a collaboration site- Parameters:
nodeRef
- The record which should be hidden
-
-