Nuxeo ECM Projects 5.4.3-SNAPSHOT

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

All Known Implementing Classes:
DefaultRepositoryInit, NoopRepositoryInit

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 ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.