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

Packages that use EnumVersioningState
org.apache.chemistry.opencmis.commons.impl.jaxb   
org.apache.chemistry.opencmis.server.impl.webservices   
 

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

Fields in org.apache.chemistry.opencmis.commons.impl.jaxb with type parameters of type EnumVersioningState
protected  javax.xml.bind.JAXBElement<EnumVersioningState> CreateDocumentFromSource.versioningState
           
protected  javax.xml.bind.JAXBElement<EnumVersioningState> CreateDocument.versioningState
           
 

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

Methods in org.apache.chemistry.opencmis.commons.impl.jaxb that return types with arguments of type EnumVersioningState
 javax.xml.bind.JAXBElement<EnumVersioningState> ObjectFactory.createCreateDocumentFromSourceVersioningState(EnumVersioningState value)
          Create an instance of JAXBElement<EnumVersioningState>}
 javax.xml.bind.JAXBElement<EnumVersioningState> ObjectFactory.createCreateDocumentVersioningState(EnumVersioningState value)
          Create an instance of JAXBElement<EnumVersioningState>}
 javax.xml.bind.JAXBElement<EnumVersioningState> CreateDocumentFromSource.getVersioningState()
          Gets the value of the versioningState property.
 javax.xml.bind.JAXBElement<EnumVersioningState> CreateDocument.getVersioningState()
          Gets the value of the versioningState property.
 

Methods in org.apache.chemistry.opencmis.commons.impl.jaxb with parameters of type EnumVersioningState
 javax.xml.bind.JAXBElement<EnumVersioningState> ObjectFactory.createCreateDocumentFromSourceVersioningState(EnumVersioningState value)
          Create an instance of JAXBElement<EnumVersioningState>}
 javax.xml.bind.JAXBElement<EnumVersioningState> ObjectFactory.createCreateDocumentVersioningState(EnumVersioningState value)
          Create an instance of JAXBElement<EnumVersioningState>}
 void ObjectServicePort.createDocument(java.lang.String repositoryId, CmisPropertiesType properties, java.lang.String folderId, CmisContentStreamType contentStream, EnumVersioningState versioningState, java.util.List<java.lang.String> policies, CmisAccessControlListType addACEs, CmisAccessControlListType removeACEs, javax.xml.ws.Holder<CmisExtensionType> extension, javax.xml.ws.Holder<java.lang.String> objectId)
           
 void ObjectServicePort.createDocumentFromSource(java.lang.String repositoryId, java.lang.String sourceId, CmisPropertiesType properties, java.lang.String folderId, EnumVersioningState versioningState, java.util.List<java.lang.String> policies, CmisAccessControlListType addACEs, CmisAccessControlListType removeACEs, javax.xml.ws.Holder<CmisExtensionType> extension, javax.xml.ws.Holder<java.lang.String> objectId)
           
 

Method parameters in org.apache.chemistry.opencmis.commons.impl.jaxb with type arguments of type EnumVersioningState
 void CreateDocumentFromSource.setVersioningState(javax.xml.bind.JAXBElement<EnumVersioningState> value)
          Sets the value of the versioningState property.
 void CreateDocument.setVersioningState(javax.xml.bind.JAXBElement<EnumVersioningState> value)
          Sets the value of the versioningState property.
 

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

Methods in org.apache.chemistry.opencmis.server.impl.webservices with parameters of type EnumVersioningState
 void ObjectService.createDocument(java.lang.String repositoryId, CmisPropertiesType properties, java.lang.String folderId, CmisContentStreamType contentStream, EnumVersioningState versioningState, java.util.List<java.lang.String> policies, CmisAccessControlListType addAces, CmisAccessControlListType removeAces, javax.xml.ws.Holder<CmisExtensionType> extension, javax.xml.ws.Holder<java.lang.String> objectId)
           
 void ObjectService.createDocumentFromSource(java.lang.String repositoryId, java.lang.String sourceId, CmisPropertiesType properties, java.lang.String folderId, EnumVersioningState versioningState, java.util.List<java.lang.String> policies, CmisAccessControlListType addAces, CmisAccessControlListType removeAces, javax.xml.ws.Holder<CmisExtensionType> extension, javax.xml.ws.Holder<java.lang.String> objectId)
           
 



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