C# 클래스 Dev2.Scheduler.ScheduledResourceModel

상속: IScheduledResourceModel
파일 보기 프로젝트 열기: Warewolf-ESB/Warewolf

공개 메소드들

메소드 설명
CreateHistory ( IScheduledResource resource ) : IList
DeleteSchedule ( IScheduledResource resource ) : void
Dispose ( ) : void
GetScheduledResources ( ) : ObservableCollection

Get the list of resource from windows task scheduler where has an action that is an exec action path matches warewolf agent path

Save ( IScheduledResource resource, string &errorMessage ) : bool
Save ( IScheduledResource resource, string userName, string password ) : void
ScheduledResourceModel ( IDev2TaskService taskService, string warewolfFolderId, string warewolfAgentPath, ITaskServiceConvertorFactory taskServiceFactory, string debugHistoryPath, ISecurityWrapper securityWrapper ) : System

비공개 메소드들

메소드 설명
BuildAction ( IScheduledResource resource ) : IExecAction
CreateDebugHistory ( string debugHistoryPath, string correlationId ) : IList
CreateNewTask ( IScheduledResource resource ) : IDev2TaskDefinition
CreateScheduledResource ( IDev2Task arg ) : IScheduledResource
DebugHasErrors ( string debugHistoryPath, string correlationId ) : bool
DebugHistoryExists ( string debugHistoryPath, string correlationId ) : bool
GetRunStatus ( int eventId, string debugHistoryPath, string key ) : ScheduleRunStatus
GetUserName ( string debugHistoryPath, string correlationId ) : string

메소드 상세

CreateHistory() 공개 메소드

public CreateHistory ( IScheduledResource resource ) : IList
resource IScheduledResource
리턴 IList

DeleteSchedule() 공개 메소드

public DeleteSchedule ( IScheduledResource resource ) : void
resource IScheduledResource
리턴 void

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

GetScheduledResources() 공개 메소드

Get the list of resource from windows task scheduler where has an action that is an exec action path matches warewolf agent path
public GetScheduledResources ( ) : ObservableCollection
리턴 ObservableCollection

Save() 공개 메소드

public Save ( IScheduledResource resource, string &errorMessage ) : bool
resource IScheduledResource
errorMessage string
리턴 bool

Save() 공개 메소드

public Save ( IScheduledResource resource, string userName, string password ) : void
resource IScheduledResource
userName string
password string
리턴 void

ScheduledResourceModel() 공개 메소드

public ScheduledResourceModel ( IDev2TaskService taskService, string warewolfFolderId, string warewolfAgentPath, ITaskServiceConvertorFactory taskServiceFactory, string debugHistoryPath, ISecurityWrapper securityWrapper ) : System
taskService IDev2TaskService
warewolfFolderId string
warewolfAgentPath string
taskServiceFactory ITaskServiceConvertorFactory
debugHistoryPath string
securityWrapper ISecurityWrapper
리턴 System