Uses of Class
com.emc.d2fs.models.checkin_parameters.CheckinParameters
Packages that use CheckinParameters
Package
Description
-
Uses of CheckinParameters in com.emc.d2fs.interfaces
Methods in com.emc.d2fs.interfaces with parameters of type CheckinParametersModifier and TypeMethodDescriptionICheckinService.checkin
(Context context, String id, CheckinParameters checkinParameters) Check in a document into docbase -- Use IDownloadService.getCheckinUrls() instead of .checkin() to perform checkin with content as an atomic operation. -
Uses of CheckinParameters in com.emc.d2fs.models.checkin_parameters
Methods in com.emc.d2fs.models.checkin_parameters that return CheckinParametersModifier and TypeMethodDescriptionObjectFactory.createCheckinParameters()
Create an instance ofCheckinParameters
-
Uses of CheckinParameters in com.emc.d2fs.services.checkin_service
Methods in com.emc.d2fs.services.checkin_service that return CheckinParametersModifier and TypeMethodDescriptionCheckinRequest.getCheckinParameters()
Gets the value of the checkinParameters property.Methods in com.emc.d2fs.services.checkin_service with parameters of type CheckinParametersModifier and TypeMethodDescriptionvoid
CheckinRequest.setCheckinParameters
(CheckinParameters value) Sets the value of the checkinParameters property.