org.apache.chemistry.opencmis.inmemory
Interface TypeCreator
- All Known Implementing Classes:
- DefaultTypeSystemCreator
public interface TypeCreator
A simple interface to create a type system. This needs to be implemented by a
client (like a unit test) in class and the name of the class is passed to the
session. The in-memory repository creates an instance of this class to
generate the type system for this instance
- Author:
- Jens
createTypesList
java.util.List<TypeDefinition> createTypesList()
Copyright © 2009-2011 The Apache Software Foundation. All Rights Reserved.