C# 클래스 K2Field.Helpers.Core.K2Helper

상속: IDisposable
파일 보기 프로젝트 열기: k2workflow/K2Field.Helpers 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
ActionWorklistItem ( string serialNumber, string action ) : void

Actions a worklist item

Dispose ( ) : void
K2Helper ( string K2ServerName ) : System

Creates an instance of this class, will use the standard ports for Management and Workflow client connections

K2Helper ( string K2ServerName, uint WorkflowClientPort, uint WorkflowManagementServerPort ) : System

Creates an instance of the class with overrides for the workflow client and management server ports

K2Helper ( string K2ServerName, uint WorkflowClientPort, uint WorkflowManagementServerPort, string SecurityLabelName ) : System

Creates an instance of the class with overrides for the workflow client and management server ports and security label

SmartObjectClient ( ) : K2SmartObjectClient

SmartObject Client

StartK2Process ( string processName, string folio ) : int

Starts a K2 process with process data fields.

StartK2Process ( string processName, string folio, CoreDataField>.Dictionary inputs ) : int

Starts a K2 process with process data fields.

StartK2Process ( string processName, string folio, object>.Dictionary inputs ) : int

Starts a K2 process with process data fields.

WorkflowClient ( ) : K2WorkflowClient

Workflow Client

WorkflowServer ( ) : WorkflowManagementServer

Workflow Management Server

메소드 상세

ActionWorklistItem() 공개 메소드

Actions a worklist item
public ActionWorklistItem ( string serialNumber, string action ) : void
serialNumber string Serial number of the worklist item
action string Action to execute
리턴 void

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

K2Helper() 공개 메소드

Creates an instance of this class, will use the standard ports for Management and Workflow client connections
public K2Helper ( string K2ServerName ) : System
K2ServerName string K2 server name
리턴 System

K2Helper() 공개 메소드

Creates an instance of the class with overrides for the workflow client and management server ports
public K2Helper ( string K2ServerName, uint WorkflowClientPort, uint WorkflowManagementServerPort ) : System
K2ServerName string k2 server name
WorkflowClientPort uint Workflow client port
WorkflowManagementServerPort uint Management serverport
리턴 System

K2Helper() 공개 메소드

Creates an instance of the class with overrides for the workflow client and management server ports and security label
public K2Helper ( string K2ServerName, uint WorkflowClientPort, uint WorkflowManagementServerPort, string SecurityLabelName ) : System
K2ServerName string k2 server name
WorkflowClientPort uint Workflow client port
WorkflowManagementServerPort uint Management serverport
SecurityLabelName string security label
리턴 System

SmartObjectClient() 공개 메소드

SmartObject Client
public SmartObjectClient ( ) : K2SmartObjectClient
리턴 K2SmartObjectClient

StartK2Process() 공개 메소드

Starts a K2 process with process data fields.
public StartK2Process ( string processName, string folio ) : int
processName string Process Name
folio string Folio
리턴 int

StartK2Process() 공개 메소드

Starts a K2 process with process data fields.
public StartK2Process ( string processName, string folio, CoreDataField>.Dictionary inputs ) : int
processName string Process Name
folio string Folio
inputs CoreDataField>.Dictionary Datafield to start the process with
리턴 int

StartK2Process() 공개 메소드

Starts a K2 process with process data fields.
public StartK2Process ( string processName, string folio, object>.Dictionary inputs ) : int
processName string Process Name
folio string Folio
inputs object>.Dictionary Datafield to start the process with
리턴 int

WorkflowClient() 공개 메소드

Workflow Client
public WorkflowClient ( ) : K2WorkflowClient
리턴 K2WorkflowClient

WorkflowServer() 공개 메소드

Workflow Management Server
public WorkflowServer ( ) : WorkflowManagementServer
리턴 WorkflowManagementServer