Class Collection
java.lang.Object
org.nuxeo.ecm.collections.core.adapter.Collection
- Since:
- 5.9.3
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addDocument
(String documentId) boolean
moveMembers
(String member1Id, String member2Id) Move member1Id right after the member2Id of at first position if member2Id is null.void
removeDocument
(String documentId) void
setDocumentIds
(List<String> documentIds) int
size()
-
Field Details
-
document
-
-
Constructor Details
-
Collection
-
-
Method Details
-
getCollectedDocumentIds
-
addDocument
-
removeDocument
-
setDocumentIds
-
getDocument
-
moveMembers
Move member1Id right after the member2Id of at first position if member2Id is null.- Returns:
- true if successful
- Since:
- 8.4
-
size
public int size()- Since:
- 8.3
-