Class Collection
java.lang.Object
org.nuxeo.ecm.collections.core.adapter.Collection
- Since:
- 5.9.3
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddDocument(String documentId) booleanmoveMembers(String member1Id, String member2Id) Move member1Id right after the member2Id of at first position if member2Id is null.voidremoveDocument(String documentId) voidsetDocumentIds(List<String> documentIds) intsize()
-
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
-