Uses of Class
org.apache.chemistry.opencmis.commons.enums.BindingType

Packages that use BindingType
org.apache.chemistry.opencmis.commons.enums OpenCMIS enums. 
org.apache.chemistry.opencmis.tck.impl   
org.apache.chemistry.opencmis.workbench.model   
 

Uses of BindingType in org.apache.chemistry.opencmis.commons.enums
 

Methods in org.apache.chemistry.opencmis.commons.enums that return BindingType
static BindingType BindingType.fromValue(String v)
           
static BindingType BindingType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static BindingType[] BindingType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of BindingType in org.apache.chemistry.opencmis.tck.impl
 

Methods in org.apache.chemistry.opencmis.tck.impl that return BindingType
 BindingType AbstractSessionTest.getBinding()
           
 

Uses of BindingType in org.apache.chemistry.opencmis.workbench.model
 

Methods in org.apache.chemistry.opencmis.workbench.model with parameters of type BindingType
static Map<String,String> ClientSession.createSessionParameters(String url, BindingType binding, String username, String password, ClientSession.Authentication authentication)
           
 



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