|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use UnfileObject | |
---|---|
org.apache.chemistry.opencmis.client.api | The OpenCMIS Client API. |
org.apache.chemistry.opencmis.commons.enums | OpenCMIS enums. |
org.apache.chemistry.opencmis.commons.spi | OpenCMIS client and server binding services. |
org.apache.chemistry.opencmis.jcr | |
org.apache.chemistry.opencmis.server.support |
Uses of UnfileObject in org.apache.chemistry.opencmis.client.api |
---|
Methods in org.apache.chemistry.opencmis.client.api with parameters of type UnfileObject | |
---|---|
void |
TransientFolder.deleteTree(boolean allversions,
UnfileObject unfile,
boolean continueOnFailure)
|
List<String> |
Folder.deleteTree(boolean allversions,
UnfileObject unfile,
boolean continueOnFailure)
Deletes this folder and all subfolders. |
Uses of UnfileObject in org.apache.chemistry.opencmis.commons.enums |
---|
Methods in org.apache.chemistry.opencmis.commons.enums that return UnfileObject | |
---|---|
static UnfileObject |
UnfileObject.fromValue(String v)
|
static UnfileObject |
UnfileObject.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static UnfileObject[] |
UnfileObject.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Uses of UnfileObject in org.apache.chemistry.opencmis.commons.spi |
---|
Methods in org.apache.chemistry.opencmis.commons.spi with parameters of type UnfileObject | |
---|---|
FailedToDeleteData |
ObjectService.deleteTree(String repositoryId,
String folderId,
Boolean allVersions,
UnfileObject unfileObjects,
Boolean continueOnFailure,
ExtensionsData extension)
Deletes the specified folder object and all of its child- and descendant-objects. |
Uses of UnfileObject in org.apache.chemistry.opencmis.jcr |
---|
Methods in org.apache.chemistry.opencmis.jcr with parameters of type UnfileObject | |
---|---|
FailedToDeleteData |
JcrService.deleteTree(String repositoryId,
String folderId,
Boolean allVersions,
UnfileObject unfileObjects,
Boolean continueOnFailure,
ExtensionsData extension)
|
Uses of UnfileObject in org.apache.chemistry.opencmis.server.support |
---|
Methods in org.apache.chemistry.opencmis.server.support that return UnfileObject | |
---|---|
protected UnfileObject |
CmisServiceWrapper.getDefault(UnfileObject value)
Returns the UnfileObjects.DELETE |
Methods in org.apache.chemistry.opencmis.server.support with parameters of type UnfileObject | |
---|---|
FailedToDeleteData |
CmisServiceWrapper.deleteTree(String repositoryId,
String folderId,
Boolean allVersions,
UnfileObject unfileObjects,
Boolean continueOnFailure,
ExtensionsData extension)
|
protected UnfileObject |
CmisServiceWrapper.getDefault(UnfileObject value)
Returns the UnfileObjects.DELETE |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |