Uses of Interface
com.documentum.fc.client.acs.IDfAcsTransferPreferences
Packages that use IDfAcsTransferPreferences
Package
Description
Provides an interface for accessing the DFC through OLE/COM.
Provides interfaces to common high-level client functionality,
such as functionality for checking in and checking out documents,
and checking out all the documents in a virtual document.
-
Uses of IDfAcsTransferPreferences in com.documentum.com
Methods in com.documentum.com that return IDfAcsTransferPreferencesModifier and TypeMethodDescriptionDfClientX.getAcsTransferPreferences()IDfClientX.getAcsTransferPreferences()Factory method that constructs a newIDfAcsTransferPreferencesinstance. -
Uses of IDfAcsTransferPreferences in com.documentum.fc.client
Methods in com.documentum.fc.client that return IDfAcsTransferPreferencesModifier and TypeMethodDescriptionIDfSession.getAcsTransferPreferences()Returns anIDfAcsTransferPreferencesobject.Methods in com.documentum.fc.client with parameters of type IDfAcsTransferPreferencesModifier and TypeMethodDescriptionIDfSysObject.getAcsRequests(String formatName, int pageNumber, String pageModifier, IDfAcsTransferPreferences transferPreferences) Returns anIDfEnumerationobject containing a list ofIDfAcsRequestobjects.voidIDfSession.setAcsTransferPreferences(IDfAcsTransferPreferences acsTransferPreferences) Sets anIDfAcsTransferPreferencesobject. -
Uses of IDfAcsTransferPreferences in com.documentum.operations
Methods in com.documentum.operations that return IDfAcsTransferPreferencesModifier and TypeMethodDescriptionIDfCheckinOperation.getAcsTransferPreferences()Returns theIDfAcsTransferPreferencesobject to be used.IDfCheckoutNode.getAcsTransferPreferences()Returns theIDfAcsTransferPreferencesobject to be used.IDfCheckoutOperation.getAcsTransferPreferences()Returns theIDfAcsTransferPreferencesobject to be used.IDfExportNode.getAcsTransferPreferences()Returns theIDfAcsTransferPreferencesobject to be used.IDfExportOperation.getAcsTransferPreferences()Returns theIDfAcsTransferPreferencesobject to be used.IDfImportOperation.getAcsTransferPreferences()Returns theIDfAcsTransferPreferencesobject to be used.IDfPredictiveCachingOperation.getAcsTransferPreferences()Returns theIDfAcsTransferPreferencesobject to be used.Methods in com.documentum.operations with parameters of type IDfAcsTransferPreferencesModifier and TypeMethodDescriptionvoidIDfCheckinOperation.setAcsTransferPreferences(IDfAcsTransferPreferences acsTransferPreferences) Sets theIDfAcsTransferPreferencesobject to be used.voidIDfCheckoutNode.setAcsTransferPreferences(IDfAcsTransferPreferences acsTransferPreferences) SetsIDfAcsTransferPreferencesobject to be used.voidIDfCheckoutOperation.setAcsTransferPreferences(IDfAcsTransferPreferences acsTransferPreferences) Sets theIDfAcsTransferPreferencesobject to be used.voidIDfExportNode.setAcsTransferPreferences(IDfAcsTransferPreferences acsTransferPreferences) Sets theIDfAcsTransferPreferencesobject to be used.voidIDfExportOperation.setAcsTransferPreferences(IDfAcsTransferPreferences acsTransferPreferences) Sets theIDfAcsTransferPreferencesobject to be used.voidIDfImportOperation.setAcsTransferPreferences(IDfAcsTransferPreferences acsTransferPreferences) Sets theIDfAcsTransferPreferencesobject to be used.voidIDfPredictiveCachingOperation.setAcsTransferPreferences(IDfAcsTransferPreferences acsTransferPreferences) Sets theIDfAcsTransferPreferencesobject to be used.