Uses of Class
org.xcmis.core.EnumVersioningState

Packages that use EnumVersioningState
org.xcmis.core   
org.xcmis.messaging   
org.xcmis.soap   
org.xcmis.wssoap.impl   
 

Uses of EnumVersioningState in org.xcmis.core
 

Methods in org.xcmis.core that return EnumVersioningState
static EnumVersioningState EnumVersioningState.fromValue(String v)
           
static EnumVersioningState EnumVersioningState.valueOf(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.
 

Uses of EnumVersioningState in org.xcmis.messaging
 

Fields in org.xcmis.messaging with type parameters of type EnumVersioningState
protected  JAXBElement<EnumVersioningState> CreateDocumentFromSource.versioningState
           
protected  JAXBElement<EnumVersioningState> CreateDocument.versioningState
           
 

Methods in org.xcmis.messaging that return types with arguments of type EnumVersioningState
 JAXBElement<EnumVersioningState> ObjectFactory.createCreateDocumentFromSourceVersioningState(EnumVersioningState value)
          Create an instance of JAXBElement<EnumVersioningState>}
 JAXBElement<EnumVersioningState> ObjectFactory.createCreateDocumentVersioningState(EnumVersioningState value)
          Create an instance of JAXBElement<EnumVersioningState>}
 JAXBElement<EnumVersioningState> CreateDocumentFromSource.getVersioningState()
          Gets the value of the versioningState property.
 JAXBElement<EnumVersioningState> CreateDocument.getVersioningState()
          Gets the value of the versioningState property.
 

Methods in org.xcmis.messaging with parameters of type EnumVersioningState
 JAXBElement<EnumVersioningState> ObjectFactory.createCreateDocumentFromSourceVersioningState(EnumVersioningState value)
          Create an instance of JAXBElement<EnumVersioningState>}
 JAXBElement<EnumVersioningState> ObjectFactory.createCreateDocumentVersioningState(EnumVersioningState value)
          Create an instance of JAXBElement<EnumVersioningState>}
 

Method parameters in org.xcmis.messaging with type arguments of type EnumVersioningState
 void CreateDocumentFromSource.setVersioningState(JAXBElement<EnumVersioningState> value)
          Sets the value of the versioningState property.
 void CreateDocument.setVersioningState(JAXBElement<EnumVersioningState> value)
          Sets the value of the versioningState property.
 

Uses of EnumVersioningState in org.xcmis.soap
 

Methods in org.xcmis.soap with parameters of type EnumVersioningState
 void ObjectServicePort.createDocument(String repositoryId, CmisPropertiesType properties, String folderId, CmisContentStreamType contentStream, EnumVersioningState versioningState, List<String> policies, CmisAccessControlListType addACEs, CmisAccessControlListType removeACEs, Holder<CmisExtensionType> extension, Holder<String> objectId)
           
 void ObjectServicePort.createDocumentFromSource(String repositoryId, String sourceId, CmisPropertiesType properties, String folderId, EnumVersioningState versioningState, List<String> policies, CmisAccessControlListType addACEs, CmisAccessControlListType removeACEs, Holder<CmisExtensionType> extension, Holder<String> objectId)
           
 

Uses of EnumVersioningState in org.xcmis.wssoap.impl
 

Methods in org.xcmis.wssoap.impl with parameters of type EnumVersioningState
 void ObjectServicePortImpl.createDocument(String repositoryId, CmisPropertiesType properties, String folderId, CmisContentStreamType contentStream, EnumVersioningState versioningState, List<String> policies, CmisAccessControlListType addACEs, CmisAccessControlListType removeACEs, Holder<CmisExtensionType> extension, Holder<String> objectId)
          
 void ObjectServicePortImpl.createDocumentFromSource(String repositoryId, String sourceId, CmisPropertiesType properties, String folderId, EnumVersioningState versioningState, List<String> policies, CmisAccessControlListType addACEs, CmisAccessControlListType removeACEs, Holder<CmisExtensionType> extension, Holder<String> objectId)
          
 



Copyright © 2010 eXo Platform SAS. All Rights Reserved.