Uses of Class
org.apache.chemistry.opencmis.commons.impl.jaxb.CmisListOfIdsType

Packages that use CmisListOfIdsType
org.apache.chemistry.opencmis.commons.impl   
org.apache.chemistry.opencmis.commons.impl.jaxb   
 

Uses of CmisListOfIdsType in org.apache.chemistry.opencmis.commons.impl
 

Methods in org.apache.chemistry.opencmis.commons.impl that return CmisListOfIdsType
static CmisListOfIdsType Converter.convert(PolicyIdList policyIds)
          Converts a list of policy ids.
static CmisListOfIdsType Converter.convertPolicyIds(java.util.List<java.lang.String> policyIds)
          Converts a list of policy ids.
 

Methods in org.apache.chemistry.opencmis.commons.impl with parameters of type CmisListOfIdsType
static PolicyIdList Converter.convert(CmisListOfIdsType policyIds)
          Converts a list of policy ids.
 

Uses of CmisListOfIdsType in org.apache.chemistry.opencmis.commons.impl.jaxb
 

Fields in org.apache.chemistry.opencmis.commons.impl.jaxb declared as CmisListOfIdsType
protected  CmisListOfIdsType CmisObjectType.policyIds
           
 

Methods in org.apache.chemistry.opencmis.commons.impl.jaxb that return CmisListOfIdsType
 CmisListOfIdsType ObjectFactory.createCmisListOfIdsType()
          Create an instance of CmisListOfIdsType
 CmisListOfIdsType CmisObjectType.getPolicyIds()
          Gets the value of the policyIds property.
 

Methods in org.apache.chemistry.opencmis.commons.impl.jaxb with parameters of type CmisListOfIdsType
 void CmisObjectType.setPolicyIds(CmisListOfIdsType value)
          Sets the value of the policyIds property.
 



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