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

Packages that use CmisAllowableActionsType
org.apache.chemistry.opencmis.client.bindings.spi.atompub.objects   
org.apache.chemistry.opencmis.commons.impl   
org.apache.chemistry.opencmis.commons.impl.jaxb   
org.apache.chemistry.opencmis.server.impl.webservices   
 

Uses of CmisAllowableActionsType in org.apache.chemistry.opencmis.client.bindings.spi.atompub.objects
 

Methods in org.apache.chemistry.opencmis.client.bindings.spi.atompub.objects that return CmisAllowableActionsType
 CmisAllowableActionsType AtomAllowableActions.getAllowableActions()
           
 

Methods in org.apache.chemistry.opencmis.client.bindings.spi.atompub.objects with parameters of type CmisAllowableActionsType
 void AtomAllowableActions.setAllowableActions(CmisAllowableActionsType allowableActions)
           
 

Constructors in org.apache.chemistry.opencmis.client.bindings.spi.atompub.objects with parameters of type CmisAllowableActionsType
AtomAllowableActions(CmisAllowableActionsType allowableActions)
           
 

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

Methods in org.apache.chemistry.opencmis.commons.impl that return CmisAllowableActionsType
static CmisAllowableActionsType Converter.convert(AllowableActions allowableActions)
          Converts an AllowableActions object.
 

Methods in org.apache.chemistry.opencmis.commons.impl with parameters of type CmisAllowableActionsType
static AllowableActions Converter.convert(CmisAllowableActionsType allowableActions)
          Converts an AllowableActions object.
 

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

Fields in org.apache.chemistry.opencmis.commons.impl.jaxb declared as CmisAllowableActionsType
protected  CmisAllowableActionsType GetAllowableActionsResponse.allowableActions
           
protected  CmisAllowableActionsType CmisObjectType.allowableActions
           
 

Methods in org.apache.chemistry.opencmis.commons.impl.jaxb that return CmisAllowableActionsType
 CmisAllowableActionsType ObjectFactory.createCmisAllowableActionsType()
          Create an instance of CmisAllowableActionsType
 CmisAllowableActionsType GetAllowableActionsResponse.getAllowableActions()
          Gets the value of the allowableActions property.
 CmisAllowableActionsType CmisObjectType.getAllowableActions()
          Gets the value of the allowableActions property.
 CmisAllowableActionsType ObjectServicePort.getAllowableActions(java.lang.String repositoryId, java.lang.String objectId, CmisExtensionType extension)
           
 

Methods in org.apache.chemistry.opencmis.commons.impl.jaxb that return types with arguments of type CmisAllowableActionsType
 javax.xml.bind.JAXBElement<CmisAllowableActionsType> ObjectFactory.createAllowableActions(CmisAllowableActionsType value)
          Create an instance of JAXBElement<CmisAllowableActionsType>}
 

Methods in org.apache.chemistry.opencmis.commons.impl.jaxb with parameters of type CmisAllowableActionsType
 javax.xml.bind.JAXBElement<CmisAllowableActionsType> ObjectFactory.createAllowableActions(CmisAllowableActionsType value)
          Create an instance of JAXBElement<CmisAllowableActionsType>}
 void GetAllowableActionsResponse.setAllowableActions(CmisAllowableActionsType value)
          Sets the value of the allowableActions property.
 void CmisObjectType.setAllowableActions(CmisAllowableActionsType value)
          Sets the value of the allowableActions property.
 

Uses of CmisAllowableActionsType in org.apache.chemistry.opencmis.server.impl.webservices
 

Methods in org.apache.chemistry.opencmis.server.impl.webservices that return CmisAllowableActionsType
 CmisAllowableActionsType ObjectService.getAllowableActions(java.lang.String repositoryId, java.lang.String objectId, CmisExtensionType extension)
           
 



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