C# 클래스 Tmx.Server.Logic.ObjectModel.WorkflowLoader

Description of WorkflowLoader.
파일 보기 프로젝트 열기: apetrovskiy/STUPS

공개 메소드들

메소드 설명
AddWorkflowAndReturnWorkflowId ( System.Xml.Linq.XContainer xDocument, string pathToWorkflowFile ) : System.Guid
ImportXdocumentAndCreateWorkflowAndTasks ( System.Xml.Linq.XContainer xDocument, System.Guid workflowId ) : void
Load ( string pathToWorkflowFile ) : bool
Reload ( string pathToWorkflowFile ) : void

비공개 메소드들

메소드 설명
AddTasksToCommonPool ( IEnumerable importedTasks ) : void
AddWorkflow ( string name, System.Xml.Linq.XContainer xDocument, string pathToWorkflowFile ) : System.Guid
AddWorkflowDefaults ( System.Xml.Linq.XContainer xDocument, System.Guid workflowId ) : void
AddWorkflowPlugins ( System.Guid workflowId ) : void
ConvertTestTaskElementValue ( System.Xml.Linq.XContainer taskNode, string elementName ) : int
CopyWorkflowFileToStorage ( string pathToWorkflowFile ) : string
GetActionCode ( System.Xml.Linq.XContainer taskNode, string elementName ) : string
GetActionParameters ( System.Xml.Linq.XContainer taskNode, string elementName ) : string>.IDictionary
GetDefaultData ( System.Xml.Linq.XContainer xDocument ) : ICommonData
GetFirstTestLab ( ) : ITestLab
GetNewTestTask ( System.Xml.Linq.XContainer taskNode, System.Guid workflowId ) : ITestTask
GetOrCreateTestLab ( string testLabName ) : ITestLab
GetTaskRuntimeType ( string taskRuntimeTypeStringValue ) : TestTaskRuntimeTypes
GetTestTaskElementValue ( System.Xml.Linq.XContainer taskNode, string elementName ) : string
GetTestTaskType ( string taskTypeStringValue ) : TestTaskExecutionTypes
SetParametersPageName ( System.Xml.Linq.XContainer xDocument ) : void

메소드 상세

AddWorkflowAndReturnWorkflowId() 공개 메소드

public AddWorkflowAndReturnWorkflowId ( System.Xml.Linq.XContainer xDocument, string pathToWorkflowFile ) : System.Guid
xDocument System.Xml.Linq.XContainer
pathToWorkflowFile string
리턴 System.Guid

ImportXdocumentAndCreateWorkflowAndTasks() 공개 메소드

public ImportXdocumentAndCreateWorkflowAndTasks ( System.Xml.Linq.XContainer xDocument, System.Guid workflowId ) : void
xDocument System.Xml.Linq.XContainer
workflowId System.Guid
리턴 void

Load() 공개 메소드

Server failed to load the workflow.
public Load ( string pathToWorkflowFile ) : bool
pathToWorkflowFile string
리턴 bool

Reload() 공개 메소드

public Reload ( string pathToWorkflowFile ) : void
pathToWorkflowFile string
리턴 void