Nuxeo Enterprise Platform 5.4

org.nuxeo.ecm.core.test.annotations
Interface RepositoryInit

All Known Implementing Classes:
DefaultRepositoryInit

public interface RepositoryInit

Implement this class to provide an initializer for the RepositoryInitializer annotation in tests.


Method Summary
 void populate(CoreSession session)
          Creates the default objects in an empty repository.
 

Method Detail

populate

void populate(CoreSession session)
              throws ClientException
Creates the default objects in an empty repository.

Parameters:
session - the session to use to create objects
Throws:
ClientException

Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.