org.apache.chemistry.opencmis.tck.impl
Class AbstractSessionTest.CmisPropertyDefintion

java.lang.Object
  extended by org.apache.chemistry.opencmis.tck.impl.AbstractSessionTest.CmisPropertyDefintion
Enclosing class:
AbstractSessionTest

public class AbstractSessionTest.CmisPropertyDefintion
extends Object


Constructor Summary
AbstractSessionTest.CmisPropertyDefintion(String id, Boolean required, PropertyType propertyType, Cardinality cardinality, Updatability updatability, Boolean queryable, Boolean orderable)
           
 
Method Summary
 CmisTestResult check(TypeDefinition type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractSessionTest.CmisPropertyDefintion

public AbstractSessionTest.CmisPropertyDefintion(String id,
                                                 Boolean required,
                                                 PropertyType propertyType,
                                                 Cardinality cardinality,
                                                 Updatability updatability,
                                                 Boolean queryable,
                                                 Boolean orderable)
Method Detail

check

public CmisTestResult check(TypeDefinition type)


Copyright © 2009-2011 The Apache Software Foundation. All Rights Reserved.