Package com.lexmark.saperion.delegate
Class AbstractCloudShareDelegateService
- java.lang.Object
-
- com.lexmark.saperion.delegate.AbstractDelegateService<com.lexmark.saperion.share.CloudShareService>
-
- com.lexmark.saperion.delegate.AbstractCloudShareDelegateService
-
- All Implemented Interfaces:
com.lexmark.saperion.share.CloudShareService
public abstract class AbstractCloudShareDelegateService extends AbstractDelegateService<com.lexmark.saperion.share.CloudShareService> implements com.lexmark.saperion.share.CloudShareService
-
-
Constructor Summary
Constructors Constructor Description AbstractCloudShareDelegateService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.lexmark.saperion.share.SharedDocumentInformationType
shareDocument(com.lexmark.saperion.share.CloudShareDocumentReferenceType shareDocumentReferenceType)
-
Methods inherited from class com.lexmark.saperion.delegate.AbstractDelegateService
getDelegate, wrapSearchExecutionService
-
-
-
-
Method Detail
-
shareDocument
public com.lexmark.saperion.share.SharedDocumentInformationType shareDocument(com.lexmark.saperion.share.CloudShareDocumentReferenceType shareDocumentReferenceType) throws com.lexmark.saperion.exceptions.EcmException
- Specified by:
shareDocument
in interfacecom.lexmark.saperion.share.CloudShareService
- Throws:
com.lexmark.saperion.exceptions.EcmException
-
-