public interface FolderServiceClient
Modifier and Type | Method and Description |
---|---|
FolderReferenceType |
createFolder(ArchiveReferenceType archiveReference,
String folderName,
Map<String,PropertyType> index)
This method creates a new folder with the given input data.
|
FolderReferenceType |
createFolder(ArchiveReferenceType archiveReference,
String folderName,
Map<String,PropertyType> index,
FolderReferenceType parent)
This method creates a new folder with the given input data.
|
FolderReferenceType |
createFolder(CreateFolderInputType properties)
This method creates a new folder with the given input data.
|
FolderClient |
resolve(FolderReferenceType reference)
This method returns a client for the folder referenced.
|
FolderClient resolve(FolderReferenceType reference) throws EcmException
reference
- a reference to the folderEcmException
FolderReferenceType createFolder(ArchiveReferenceType archiveReference, String folderName, Map<String,PropertyType> index) throws EcmException
archiveReference
- the archive in which the folder is storedfolderName
- the name of the folderindex
- the folder index dataEcmException
- indicates an errorFolderReferenceType createFolder(ArchiveReferenceType archiveReference, String folderName, Map<String,PropertyType> index, FolderReferenceType parent) throws EcmException
archiveReference
- the archive in which the folder is storedfolderName
- the name of the folderindex
- the folder index dataEcmException
- indicates an errorFolderReferenceType createFolder(CreateFolderInputType properties) throws EcmException
properties
- the properties of the new folderEcmException
- indicates an errorCopyright © 2016 Lexmark Enterprise Software Deutschland GmbH. All rights reserved.