Markus Malkusch wrote: >> Do you have some concrete examples of things you'd like to achieve? > > Still CRUD operations on a repository. At the moment I'm guessing the semantic > of the API by try and error and I seem to achieve slowly what I want.
What workspace are you talking about? I'll assume you're talking about the website workspace for now. In the website workspace you'll work with Content (pages and paragraphs) and NodeData (properties of pages/paragraphs) objects. Using the methods in ContentUtil, NodeDataUtil and the methods on objects that implement that Content or NodeData interfaces you should be able to achieve most, if not everything, of what you're looking for using their create*, get*, set* and delete* methods. Don't forget to call save() after creating or modifying Content or NodeData objects yourself to persist your changes. If you have more specific questions or problems, please state them and we might be able to help you out. Nils. ------------------------------------------------------------------------ VPRO www.vpro.nl ------------------------------------------------------------------------ ---------------------------------------------------------------- For list details, see http://www.magnolia-cms.com/community/mailing-lists.html Alternatively, use our forums: http://forum.magnolia-cms.com/ To unsubscribe, E-mail to: <[email protected]> ----------------------------------------------------------------
