public interface FolderServiceClient
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.
|
FolderClient resolve(com.lexmark.saperion.folder.FolderReferenceType reference) throws com.lexmark.saperion.exceptions.EcmException
reference
- a reference to the foldercom.lexmark.saperion.exceptions.EcmException
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
archiveReference
- the archive in which the folder is storedfolderName
- the name of the folderindex
- the folder index datacom.lexmark.saperion.exceptions.EcmException
- indicates an errorcom.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
archiveReference
- the archive in which the folder is storedfolderName
- the name of the folderindex
- the folder index datacom.lexmark.saperion.exceptions.EcmException
- indicates an errorcom.lexmark.saperion.folder.FolderReferenceType createFolder(com.lexmark.saperion.folder.CreateFolderInputType properties) throws com.lexmark.saperion.exceptions.EcmException
properties
- the properties of the new foldercom.lexmark.saperion.exceptions.EcmException
- indicates an errorCopyright © 2020 Hyland Software Germany GmbH. All rights reserved.