public class FolderServiceClientImpl extends Object implements FolderServiceClient
FolderServiceClient.| Constructor and Description |
|---|
FolderServiceClientImpl(FolderService folderService) |
| 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.
|
public FolderServiceClientImpl(FolderService folderService)
public FolderClient resolve(FolderReferenceType reference) throws EcmException
FolderServiceClientresolve in interface FolderServiceClientreference - a reference to the folderEcmExceptionpublic FolderReferenceType createFolder(ArchiveReferenceType archiveReference, String folderName, Map<String,PropertyType> index) throws EcmException
FolderServiceClientcreateFolder in interface FolderServiceClientarchiveReference - the archive in which the folder is storedfolderName - the name of the folderindex - the folder index dataEcmException - indicates an errorpublic FolderReferenceType createFolder(ArchiveReferenceType archiveReference, String folderName, Map<String,PropertyType> index, FolderReferenceType parent) throws EcmException
FolderServiceClientcreateFolder in interface FolderServiceClientarchiveReference - the archive in which the folder is storedfolderName - the name of the folderindex - the folder index dataEcmException - indicates an errorpublic FolderReferenceType createFolder(CreateFolderInputType properties) throws EcmException
FolderServiceClientcreateFolder in interface FolderServiceClientproperties - the properties of the new folderEcmException - indicates an errorCopyright © 2016 Lexmark Enterprise Software Deutschland GmbH. All rights reserved.