|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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(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. |
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. |
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(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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |