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
FolderServiceClient
resolve
in interface FolderServiceClient
reference
- a reference to the folderEcmException
public FolderReferenceType createFolder(ArchiveReferenceType archiveReference, String folderName, Map<String,PropertyType> index) throws EcmException
FolderServiceClient
createFolder
in interface FolderServiceClient
archiveReference
- 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
FolderServiceClient
createFolder
in interface FolderServiceClient
archiveReference
- 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
FolderServiceClient
createFolder
in interface FolderServiceClient
properties
- the properties of the new folderEcmException
- indicates an errorCopyright © 2016 Lexmark Enterprise Software Deutschland GmbH. All rights reserved.