Uses of Class
com.emc.d2fs.models.dictionary_operation.DictionaryOperation
Packages that use DictionaryOperation
Package
Description
-
Uses of DictionaryOperation in com.emc.d2fs.interfaces
Method parameters in com.emc.d2fs.interfaces with type arguments of type DictionaryOperationModifier and TypeMethodDescriptionIDictionaryService.performOperations
(Context context, String dictionaryName, List<DictionaryOperation> operations) Perform dictionary operations on specified element -
Uses of DictionaryOperation in com.emc.d2fs.models.dictionary_operation
Methods in com.emc.d2fs.models.dictionary_operation that return DictionaryOperationModifier and TypeMethodDescriptionObjectFactory.createDictionaryOperation()
Create an instance ofDictionaryOperation
DictionaryOperationResult.getOperation()
Gets the value of the operation property.Methods in com.emc.d2fs.models.dictionary_operation that return types with arguments of type DictionaryOperationMethods in com.emc.d2fs.models.dictionary_operation with parameters of type DictionaryOperationModifier and TypeMethodDescriptionObjectFactory.createOperations
(DictionaryOperation value) void
DictionaryOperationResult.setOperation
(DictionaryOperation value) Sets the value of the operation property. -
Uses of DictionaryOperation in com.emc.d2fs.services.d2_dictionary_service
Methods in com.emc.d2fs.services.d2_dictionary_service that return types with arguments of type DictionaryOperationModifier and TypeMethodDescriptionDictionaryOperationRequest.getOperations()
Gets the value of the operations property.