Package com.emc.d2fs.interfaces
Interface IVDConvertService
- All Superinterfaces:
ID2fsService
Virtual document conversion services.
-
Method Summary
Modifier and TypeMethodDescriptionconvertFolderToVD
(Context context, String id, List<Attribute> parameters) Convert from a folder structure to a virtual documentboolean
convertToSimpleDoc
(Context context, String id) Convert from a virtual document to a simple docboolean
convertToVD
(Context context, String id) Convert from a simple doc to a virtual documentMethods inherited from interface com.emc.d2fs.interfaces.ID2fsService
isRemote, setRemote
-
Method Details
-
convertToVD
Convert from a simple doc to a virtual document -
convertToSimpleDoc
Convert from a virtual document to a simple doc -
convertFolderToVD
List<Attribute> convertFolderToVD(Context context, String id, List<Attribute> parameters) throws Exception Convert from a folder structure to a virtual document- Parameters:
context
-Context
object containing informations about client/sessionid
- String value of folder idparameters
- list attribute name="rootId" [Mandatory] sysobject id that will be used as vd root for conversion attribute name="config_name" [Optional] if you want to force the convert structure configuration- Returns:
- attribute list if process performs without error, you will find an : attribute name="id" being the resulting vd root id attribute name="object_name" being the resulting vd root object name
- Throws:
Exception
- Since:
- 4.2.1
-