Package | Description |
---|---|
org.apache.chemistry.opencmis.commons.impl.jaxb | |
org.apache.chemistry.opencmis.server.impl.webservices |
Modifier and Type | Field and Description |
---|---|
protected javax.xml.bind.JAXBElement<EnumVersioningState> |
CreateDocumentFromSource.versioningState |
protected javax.xml.bind.JAXBElement<EnumVersioningState> |
CreateDocument.versioningState |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
javax.xml.bind.JAXBElement<EnumVersioningState> |
ObjectFactory.createCreateDocumentFromSourceVersioningState(EnumVersioningState value)
|
javax.xml.bind.JAXBElement<EnumVersioningState> |
ObjectFactory.createCreateDocumentVersioningState(EnumVersioningState value)
|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
ObjectService.createDocument(String repositoryId,
CmisPropertiesType properties,
String folderId,
CmisContentStreamType contentStream,
EnumVersioningState versioningState,
List<String> policies,
CmisAccessControlListType addAces,
CmisAccessControlListType removeAces,
javax.xml.ws.Holder<CmisExtensionType> extension,
javax.xml.ws.Holder<String> objectId) |
void |
ObjectService.createDocumentFromSource(String repositoryId,
String sourceId,
CmisPropertiesType properties,
String folderId,
EnumVersioningState versioningState,
List<String> policies,
CmisAccessControlListType addAces,
CmisAccessControlListType removeAces,
javax.xml.ws.Holder<CmisExtensionType> extension,
javax.xml.ws.Holder<String> objectId) |
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.