Package com.documentum.operations
Interface IDfValidationOperation
- All Superinterfaces:
IDfOperation
Represents XML Validation operation.
-
Field Summary
Fields inherited from interface com.documentum.operations.IDfOperation
GENERATE_RESOURCE_FORK, IGNORE_RESOURCE_FORK, REQUIRE_RESOURCE_FORK, RESOURCE_FORK_UNDEFINED, USE_RESOURCE_FORK_IF_AVAILABLE
-
Method Summary
Modifier and TypeMethodDescriptionGets the destination directory where the temporary file will be placed during validation of xml file.void
setDestinationDirectory
(String dirPath) Sets the destination directory where the temporary file will be placed during validation of xml file.Methods inherited from interface com.documentum.operations.IDfOperation
abort, add, areDisabledRegistryUpdates, canUndo, disableRegistryUpdates, enablePopulateWithReferences, execute, getContext, getDescription, getErrors, getName, getNodes, getOperationMonitor, getOperationType, getProperties, getRootNodes, getSession, getSteps, isAborted, isEnabledPopulateWithReferences, logError, removeNode, reportError, resetErrors, setOperationMonitor, setSession, succeeded
-
Method Details
-
setDestinationDirectory
Sets the destination directory where the temporary file will be placed during validation of xml file.- Parameters:
dirPath
- - String- Throws:
DfException
-
getDestinationDirectory
Gets the destination directory where the temporary file will be placed during validation of xml file.- Returns:
- file system directory path.
- Throws:
DfException
-