public interface FolderClient
Modifier and Type | Method and Description |
---|---|
void |
delete()
This method deletes the specified folder.
|
List<AclReferenceType> |
getACLs()
This method returns the ACLs currently set on the folder.
|
FolderDocumentSearchServiceClient |
getDocuments()
This method returns a search client for the collection of documents contained in the current folder.
|
SearchClient<FolderListItemType> |
getSubFolders()
This method returns a collection containing the sub folders of this folder.
|
FolderListItemType |
load()
This method returns the properties of the specified folder.
|
void |
moveFolder(FolderReferenceType parent)
This method moves a folder to another parent.
|
SearchClient<PropertyType> |
searchMultiValueField(String fieldName)
This method returns a search client for the content of the given multi value field of the given folder.
|
void |
update(Map<String,PropertyType> input)
This method updates the properties of the given folder.
|
void |
update(UpdateFolderInputType properties)
This method updates the properties of the given folder.
|
void delete() throws EcmException
EcmException
- indicates that a system exception occurredFolderListItemType load() throws EcmException
EcmException
- indicates that a system exception occurredvoid moveFolder(FolderReferenceType parent) throws EcmException
parent
- the new parent referenceEcmException
- indicates that a system exception occurredvoid update(Map<String,PropertyType> input) throws EcmException
input
- the new propertiesEcmException
void update(UpdateFolderInputType properties) throws EcmException
properties
- the new propertiesEcmException
FolderDocumentSearchServiceClient getDocuments() throws EcmException
EcmException
SearchClient<FolderListItemType> getSubFolders() throws EcmException
EcmException
SearchClient<PropertyType> searchMultiValueField(String fieldName) throws EcmException
fieldName
- the name of the multi value fieldEcmException
List<AclReferenceType> getACLs() throws EcmException
EcmException
- when loading the ACLs failedCopyright © 2016 Lexmark Enterprise Software Deutschland GmbH. All rights reserved.