org.apache.chemistry.opencmis.inmemory.types
Class DefaultTypeSystemCreator
java.lang.Object
org.apache.chemistry.opencmis.inmemory.types.DefaultTypeSystemCreator
- All Implemented Interfaces:
- TypeCreator
public class DefaultTypeSystemCreator
- extends Object
- implements TypeCreator
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
singletonTypes
public static final List<TypeDefinition> singletonTypes
COMPLEX_TYPE
public static final String COMPLEX_TYPE
- See Also:
- Constant Field Values
TOPLEVEL_TYPE
public static final String TOPLEVEL_TYPE
- See Also:
- Constant Field Values
VERSIONED_TYPE
public static final String VERSIONED_TYPE
- See Also:
- Constant Field Values
LEVEL1_TYPE
public static final String LEVEL1_TYPE
- See Also:
- Constant Field Values
LEVEL2_TYPE
public static final String LEVEL2_TYPE
- See Also:
- Constant Field Values
DefaultTypeSystemCreator
public DefaultTypeSystemCreator()
createTypesList
public List<TypeDefinition> createTypesList()
- in the public interface of this class we return the singleton containing
the required types for testing
- Specified by:
createTypesList
in interface TypeCreator
getTypesList
public static List<TypeDefinition> getTypesList()
getTypeById
public static TypeDefinition getTypeById(String typeId)
Copyright © 2009-2011 The Apache Software Foundation. All Rights Reserved.