C# 클래스 Dev2.Utils.OpeningWorkflowsHelper

Hold currently opening workflows ;)
파일 보기 프로젝트 열기: Warewolf-ESB/Warewolf

공개 메소드들

메소드 설명
AddWorkflow ( WorkSurfaceKey workSurfaceKey ) : void

Adds the workflow.

AddWorkflowWaitingForFirstFocusLoss ( WorkSurfaceKey workSurfaceKey ) : void

Adds the workflow waiting for first focus loss.

AddWorkflowWaitingForWaterMarkUpdates ( WorkSurfaceKey workSurfaceKey ) : void

Adds the workflow waiting for water mark updates.

FetchOpeningKeys ( ) : List

Fetches the opening keys.

IsLoadedInFocusLossCatalog ( WorkSurfaceKey workSurfaceKey ) : bool

Determines whether [is loaded information focus loss catalog] [the specified work surface key].

IsWaitingForFistFocusLoss ( WorkSurfaceKey workSurfaceKey ) : bool

Determines whether [is waiting for fist focus loss] [the specified work surface key].

IsWorkflowWaitingForWaterMarkUpdates ( WorkSurfaceKey workSurfaceKey ) : bool

Determines whether [is workflow waiting for water mark updates] [the specified work surface key].

IsWorkflowWaitingforDesignerLoad ( WorkSurfaceKey workSurfaceKey ) : bool

Determines whether [is workflow waitingfor designer load] [the specified work surface key].

PruneWorkflowFromCaches ( WorkSurfaceKey workSurfaceKey ) : void

Prunes the workflow from caches.

RemoveWorkflow ( WorkSurfaceKey workSurfaceKey ) : void

Removes the workflow.

RemoveWorkflowWaitingForDesignerLoad ( WorkSurfaceKey workSurfaceKey ) : void

Removes the workflow waiting for designer load.

RemoveWorkflowWaitingForFirstFocusLoss ( WorkSurfaceKey workSurfaceKey ) : void

Removes the workflow waiting for first focus loss.

RemoveWorkflowWaitingForWaterMarkUpdates ( WorkSurfaceKey workSurfaceKey ) : void

Removes the workflow waiting for water mark updates.

메소드 상세

AddWorkflow() 공개 정적인 메소드

Adds the workflow.
public static AddWorkflow ( WorkSurfaceKey workSurfaceKey ) : void
workSurfaceKey WorkSurfaceKey The work surface key.
리턴 void

AddWorkflowWaitingForFirstFocusLoss() 공개 정적인 메소드

Adds the workflow waiting for first focus loss.
public static AddWorkflowWaitingForFirstFocusLoss ( WorkSurfaceKey workSurfaceKey ) : void
workSurfaceKey WorkSurfaceKey The work surface key.
리턴 void

AddWorkflowWaitingForWaterMarkUpdates() 공개 정적인 메소드

Adds the workflow waiting for water mark updates.
public static AddWorkflowWaitingForWaterMarkUpdates ( WorkSurfaceKey workSurfaceKey ) : void
workSurfaceKey WorkSurfaceKey The work surface key.
리턴 void

FetchOpeningKeys() 공개 정적인 메소드

Fetches the opening keys.
public static FetchOpeningKeys ( ) : List
리턴 List

IsLoadedInFocusLossCatalog() 공개 정적인 메소드

Determines whether [is loaded information focus loss catalog] [the specified work surface key].
public static IsLoadedInFocusLossCatalog ( WorkSurfaceKey workSurfaceKey ) : bool
workSurfaceKey WorkSurfaceKey The work surface key.
리턴 bool

IsWaitingForFistFocusLoss() 공개 정적인 메소드

Determines whether [is waiting for fist focus loss] [the specified work surface key].
public static IsWaitingForFistFocusLoss ( WorkSurfaceKey workSurfaceKey ) : bool
workSurfaceKey WorkSurfaceKey The work surface key.
리턴 bool

IsWorkflowWaitingForWaterMarkUpdates() 공개 정적인 메소드

Determines whether [is workflow waiting for water mark updates] [the specified work surface key].
public static IsWorkflowWaitingForWaterMarkUpdates ( WorkSurfaceKey workSurfaceKey ) : bool
workSurfaceKey WorkSurfaceKey The work surface key.
리턴 bool

IsWorkflowWaitingforDesignerLoad() 공개 정적인 메소드

Determines whether [is workflow waitingfor designer load] [the specified work surface key].
public static IsWorkflowWaitingforDesignerLoad ( WorkSurfaceKey workSurfaceKey ) : bool
workSurfaceKey WorkSurfaceKey The work surface key.
리턴 bool

PruneWorkflowFromCaches() 공개 정적인 메소드

Prunes the workflow from caches.
public static PruneWorkflowFromCaches ( WorkSurfaceKey workSurfaceKey ) : void
workSurfaceKey WorkSurfaceKey The work surface key.
리턴 void

RemoveWorkflow() 공개 정적인 메소드

Removes the workflow.
public static RemoveWorkflow ( WorkSurfaceKey workSurfaceKey ) : void
workSurfaceKey WorkSurfaceKey The work surface key.
리턴 void

RemoveWorkflowWaitingForDesignerLoad() 공개 정적인 메소드

Removes the workflow waiting for designer load.
public static RemoveWorkflowWaitingForDesignerLoad ( WorkSurfaceKey workSurfaceKey ) : void
workSurfaceKey WorkSurfaceKey The work surface key.
리턴 void

RemoveWorkflowWaitingForFirstFocusLoss() 공개 정적인 메소드

Removes the workflow waiting for first focus loss.
public static RemoveWorkflowWaitingForFirstFocusLoss ( WorkSurfaceKey workSurfaceKey ) : void
workSurfaceKey WorkSurfaceKey The work surface key.
리턴 void

RemoveWorkflowWaitingForWaterMarkUpdates() 공개 정적인 메소드

Removes the workflow waiting for water mark updates.
public static RemoveWorkflowWaitingForWaterMarkUpdates ( WorkSurfaceKey workSurfaceKey ) : void
workSurfaceKey WorkSurfaceKey The work surface key.
리턴 void