Hi Magnolians,

I have a little question on Magnolia's import behaviour when bootstrapping 
configuration. Seemingly, Magnolia comes with four built-in ways of dealing 
with such conflicts:

[code]public interface ImportUUIDBehavior {
    public static final int IMPORT_UUID_CREATE_NEW = 0;
    public static final int IMPORT_UUID_COLLISION_REMOVE_EXISTING = 1;
    public static final int IMPORT_UUID_COLLISION_REPLACE_EXISTING = 2;
    public static final int IMPORT_UUID_COLLISION_THROW = 3;
}[/code]

Is there by any chance a way to specify the conflict behaviour via 
configuration, be it globally, per module or workspace?

Many thanks in advance,

Dominik

-- 
Context is everything: 
http://forum.magnolia-cms.com/forum/thread.html?threadId=35c33297-868a-4504-8434-1f05d1b0a298


----------------------------------------------------------------
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]>
----------------------------------------------------------------

Reply via email to