|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use EnumUnfileObject | |
---|---|
org.apache.chemistry.opencmis.commons.impl.jaxb | |
org.apache.chemistry.opencmis.server.impl.webservices |
Uses of EnumUnfileObject in org.apache.chemistry.opencmis.commons.impl.jaxb |
---|
Fields in org.apache.chemistry.opencmis.commons.impl.jaxb with type parameters of type EnumUnfileObject | |
---|---|
protected javax.xml.bind.JAXBElement<EnumUnfileObject> |
DeleteTree.unfileObjects
|
Methods in org.apache.chemistry.opencmis.commons.impl.jaxb that return EnumUnfileObject | |
---|---|
static EnumUnfileObject |
EnumUnfileObject.fromValue(String v)
|
static EnumUnfileObject |
EnumUnfileObject.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static EnumUnfileObject[] |
EnumUnfileObject.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 EnumUnfileObject | |
---|---|
javax.xml.bind.JAXBElement<EnumUnfileObject> |
ObjectFactory.createDeleteTreeUnfileObjects(EnumUnfileObject value)
Create an instance of JAXBElement < EnumUnfileObject > } |
javax.xml.bind.JAXBElement<EnumUnfileObject> |
DeleteTree.getUnfileObjects()
Gets the value of the unfileObjects property. |
Methods in org.apache.chemistry.opencmis.commons.impl.jaxb with parameters of type EnumUnfileObject | |
---|---|
javax.xml.bind.JAXBElement<EnumUnfileObject> |
ObjectFactory.createDeleteTreeUnfileObjects(EnumUnfileObject value)
Create an instance of JAXBElement < EnumUnfileObject > } |
DeleteTreeResponse.FailedToDelete |
ObjectServicePort.deleteTree(String repositoryId,
String folderId,
Boolean allVersions,
EnumUnfileObject unfileObjects,
Boolean continueOnFailure,
CmisExtensionType extension)
|
Method parameters in org.apache.chemistry.opencmis.commons.impl.jaxb with type arguments of type EnumUnfileObject | |
---|---|
void |
DeleteTree.setUnfileObjects(javax.xml.bind.JAXBElement<EnumUnfileObject> value)
Sets the value of the unfileObjects property. |
Uses of EnumUnfileObject in org.apache.chemistry.opencmis.server.impl.webservices |
---|
Methods in org.apache.chemistry.opencmis.server.impl.webservices with parameters of type EnumUnfileObject | |
---|---|
DeleteTreeResponse.FailedToDelete |
ObjectService.deleteTree(String repositoryId,
String folderId,
Boolean allVersions,
EnumUnfileObject unfileObjects,
Boolean continueOnFailure,
CmisExtensionType extension)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |