@Deprecated public interface TransientFolder extends TransientFileableCmisObject, FolderProperties
Modifier and Type | Method and Description |
---|---|
Document |
createDocument(Map<String,?> properties,
ContentStream contentStream,
VersioningState versioningState)
Deprecated.
|
Document |
createDocument(Map<String,?> properties,
ContentStream contentStream,
VersioningState versioningState,
List<Policy> policies,
List<Ace> addAces,
List<Ace> removeAces,
OperationContext context)
Deprecated.
|
Document |
createDocumentFromSource(ObjectId source,
Map<String,?> properties,
VersioningState versioningState)
Deprecated.
|
Document |
createDocumentFromSource(ObjectId source,
Map<String,?> properties,
VersioningState versioningState,
List<Policy> policies,
List<Ace> addAces,
List<Ace> removeAces,
OperationContext context)
Deprecated.
|
Folder |
createFolder(Map<String,?> properties)
Deprecated.
|
Folder |
createFolder(Map<String,?> properties,
List<Policy> policies,
List<Ace> addAces,
List<Ace> removeAces,
OperationContext context)
Deprecated.
|
Policy |
createPolicy(Map<String,?> properties)
Deprecated.
|
Policy |
createPolicy(Map<String,?> properties,
List<Policy> policies,
List<Ace> addAces,
List<Ace> removeAces,
OperationContext context)
Deprecated.
|
void |
deleteTree(boolean allversions,
UnfileObject unfile,
boolean continueOnFailure)
Deprecated.
|
ItemIterable<Document> |
getCheckedOutDocs()
Deprecated.
|
ItemIterable<Document> |
getCheckedOutDocs(OperationContext context)
Deprecated.
|
ItemIterable<CmisObject> |
getChildren()
Deprecated.
|
ItemIterable<CmisObject> |
getChildren(OperationContext context)
Deprecated.
|
List<Tree<FileableCmisObject>> |
getDescendants(int depth)
Deprecated.
|
List<Tree<FileableCmisObject>> |
getDescendants(int depth,
OperationContext context)
Deprecated.
|
Folder |
getFolderParent()
Deprecated.
|
List<Tree<FileableCmisObject>> |
getFolderTree(int depth)
Deprecated.
|
List<Tree<FileableCmisObject>> |
getFolderTree(int depth,
OperationContext context)
Deprecated.
|
String |
getPath()
Deprecated.
|
boolean |
isRootFolder()
Deprecated.
|
void |
setAllowedChildObjectTypes(List<ObjectType> types)
Deprecated.
|
addToFolder, getParents, getPaths, move, removeFromFolder
addAce, applyPolicy, delete, getAllowableActions, getCmisObject, getInputExtensions, getOriginalAcl, getOutputExtensions, getPolicies, getRelationships, getRenditions, isMarkedForDelete, isModified, refreshAndReset, removeAce, removePolicy, reset, save, setDescription, setName, setOutputExtensions, setPropertyValue
findObjectType, getBaseType, getBaseTypeId, getChangeToken, getCreatedBy, getCreationDate, getDescription, getLastModificationDate, getLastModifiedBy, getName, getProperties, getProperty, getPropertyValue, getSecondaryTypes, getType
getAllowedChildObjectTypes, getParentId
Document createDocument(Map<String,?> properties, ContentStream contentStream, VersioningState versioningState, List<Policy> policies, List<Ace> addAces, List<Ace> removeAces, OperationContext context)
Document createDocument(Map<String,?> properties, ContentStream contentStream, VersioningState versioningState)
Document createDocumentFromSource(ObjectId source, Map<String,?> properties, VersioningState versioningState, List<Policy> policies, List<Ace> addAces, List<Ace> removeAces, OperationContext context)
Document createDocumentFromSource(ObjectId source, Map<String,?> properties, VersioningState versioningState)
Folder createFolder(Map<String,?> properties, List<Policy> policies, List<Ace> addAces, List<Ace> removeAces, OperationContext context)
Policy createPolicy(Map<String,?> properties, List<Policy> policies, List<Ace> addAces, List<Ace> removeAces, OperationContext context)
void deleteTree(boolean allversions, UnfileObject unfile, boolean continueOnFailure)
List<Tree<FileableCmisObject>> getFolderTree(int depth)
List<Tree<FileableCmisObject>> getFolderTree(int depth, OperationContext context)
List<Tree<FileableCmisObject>> getDescendants(int depth)
List<Tree<FileableCmisObject>> getDescendants(int depth, OperationContext context)
ItemIterable<CmisObject> getChildren()
ItemIterable<CmisObject> getChildren(OperationContext context)
boolean isRootFolder()
Folder getFolderParent()
String getPath()
ItemIterable<Document> getCheckedOutDocs()
ItemIterable<Document> getCheckedOutDocs(OperationContext context)
void setAllowedChildObjectTypes(List<ObjectType> types)
Copyright © 2009-2013 The Apache Software Foundation. All Rights Reserved.