Package se.conciliate.extensions.xml
Interface MutablePluginDataStructure
- All Superinterfaces:
PluginDataStructure
- Author:
- Per-Erik
-
Method Summary
Modifier and TypeMethodDescriptionvoid
void
setRelations
(Collection<MTPluginDataOperations.Relation> relations) void
Sets the root's uuid, implicitly setting the root.Methods inherited from interface se.conciliate.extensions.xml.PluginDataStructure
getContent, getData, getEntityReferences, getRelations, getRoot
-
Method Details
-
setData
-
setRelations
-
setRoot
Sets the root's uuid, implicitly setting the root. The supplied uuid must be a uuid that appears on a data-object in getData().
This method may only be called once for this MutablePluginDataStructure.- Parameters:
rootUUID
- The root uuid
-