Interface RecordServiceClient
-
- All Known Implementing Classes:
RecordServiceClientImpl
public interface RecordServiceClient
This client provides functionality concerning records.- Author:
- cmerkel
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com.lexmark.saperion.folder.FolderReferenceType
createRecord(com.lexmark.saperion.folder.CreateRecordInputType properties)
This method creates a new record with the given properties.
-
-
-
Method Detail
-
createRecord
com.lexmark.saperion.folder.FolderReferenceType createRecord(com.lexmark.saperion.folder.CreateRecordInputType properties) throws com.lexmark.saperion.exceptions.EcmException
This method creates a new record with the given properties.- Parameters:
properties
- the properties of the new record- Returns:
- a reference to the new record
- Throws:
com.lexmark.saperion.exceptions.EcmException
- when creating the new record failed
-
-