Share via


DMFDefinitionGroupExecution::serviceInsertOrDisplay Method

Gets or inserts a reocrd in to DMFDefinitionGroupExecution.

Syntax

server public static boolean serviceInsertOrDisplay(
    DMFDefinitionGroup _dmfDefinitionGroup, 
    DMFExecutionId _executionId, 
    DMFEntityName _entityName, 
    FilePath _filePath, 
   [Description _description, 
    FilePath _inProcessFilePath, 
    FilePath _completedFilePath, 
    FilePath _errorFilePath, 
    NoYes _executeTargetStep, 
    DMFFileType _fileType, 
    int _numberOfThreads, 
    str _parameterStr])

Run On

Server

Parameters

  • _executeTargetStep
    Type: NoYes Enumeration
    A boolean value,specifies the target step to be executed or not.
  • _numberOfThreads
    Type: int
    A variable to get number of threads.
  • _parameterStr
    Type: str
    Parameter string,Optional.

Return Value

Type: boolean
Returns if the validation occurs

See Also

Reference

DMFDefinitionGroupExecution Table