public class FolderServiceClientImpl extends Object implements FolderServiceClient
FolderServiceClient
.Constructor and Description |
---|
FolderServiceClientImpl(com.lexmark.saperion.folder.FolderService folderService) |
Modifier and Type | Method and Description |
---|---|
com.lexmark.saperion.folder.FolderReferenceType |
createFolder(com.lexmark.saperion.archive.ArchiveReferenceType archiveReference,
String folderName,
Map<String,com.lexmark.saperion.PropertyType> index)
This method creates a new folder with the given input data.
|
com.lexmark.saperion.folder.FolderReferenceType |
createFolder(com.lexmark.saperion.archive.ArchiveReferenceType archiveReference,
String folderName,
Map<String,com.lexmark.saperion.PropertyType> index,
com.lexmark.saperion.folder.FolderReferenceType parent)
This method creates a new folder with the given input data.
|
com.lexmark.saperion.folder.FolderReferenceType |
createFolder(com.lexmark.saperion.folder.CreateFolderInputType properties)
This method creates a new folder with the given input data.
|
FolderClient |
resolve(com.lexmark.saperion.folder.FolderReferenceType reference)
This method returns a client for the folder referenced.
|
public FolderServiceClientImpl(com.lexmark.saperion.folder.FolderService folderService)
public FolderClient resolve(com.lexmark.saperion.folder.FolderReferenceType reference) throws com.lexmark.saperion.exceptions.EcmException
FolderServiceClient
resolve
in interface FolderServiceClient
reference
- a reference to the foldercom.lexmark.saperion.exceptions.EcmException
public com.lexmark.saperion.folder.FolderReferenceType createFolder(com.lexmark.saperion.archive.ArchiveReferenceType archiveReference, String folderName, Map<String,com.lexmark.saperion.PropertyType> index) throws com.lexmark.saperion.exceptions.EcmException
FolderServiceClient
createFolder
in interface FolderServiceClient
archiveReference
- the archive in which the folder is storedfolderName
- the name of the folderindex
- the folder index datacom.lexmark.saperion.exceptions.EcmException
- indicates an errorpublic com.lexmark.saperion.folder.FolderReferenceType createFolder(com.lexmark.saperion.archive.ArchiveReferenceType archiveReference, String folderName, Map<String,com.lexmark.saperion.PropertyType> index, com.lexmark.saperion.folder.FolderReferenceType parent) throws com.lexmark.saperion.exceptions.EcmException
FolderServiceClient
createFolder
in interface FolderServiceClient
archiveReference
- the archive in which the folder is storedfolderName
- the name of the folderindex
- the folder index datacom.lexmark.saperion.exceptions.EcmException
- indicates an errorpublic com.lexmark.saperion.folder.FolderReferenceType createFolder(com.lexmark.saperion.folder.CreateFolderInputType properties) throws com.lexmark.saperion.exceptions.EcmException
FolderServiceClient
createFolder
in interface FolderServiceClient
properties
- the properties of the new foldercom.lexmark.saperion.exceptions.EcmException
- indicates an errorCopyright © 2020 Hyland Software Germany GmbH. All rights reserved.