|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface MultiFiling
Documents can have in the CMIS specification multiple parents. This interface describes the behavior of objects with multiple parent objects.
| Field Summary |
|---|
| Fields inherited from interface it.sistematica.isharedoc.opencmis.indatabase.storedobj.api.Filing |
|---|
PATH_SEPARATOR |
| Method Summary | |
|---|---|
void |
addParent(Folder parent)
Add this document to a new parent folder as child object |
java.lang.String |
getPathSegment()
retrieve the path segment of this folder |
void |
removeParent(Folder parent)
Remove this object from the children of parent |
| Methods inherited from interface it.sistematica.isharedoc.opencmis.indatabase.storedobj.api.Filing |
|---|
getParents, hasParent, move |
| Method Detail |
|---|
java.lang.String getPathSegment()
void addParent(Folder parent)
parent - new parent folder of the document.void removeParent(Folder parent)
parent - parent folder of the document
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||