C# Class SharePoint.NintexDeployment.Infrastructure.NWFAdapter

Nintex artifacts feature adapter
显示文件 Open project: vgrem/Blog-content Class Usage Examples

Public Methods

Method Description
NWFAdapter ( SPFeatureReceiverProperties properties ) : System
PublishReusableWorkflow ( NWFMappingEntry mapping ) : void

Publish Reusable Workflow

RetrieveContextDataMappings ( string mappingFileName ) : ContextItemMappingEntries

Retrieve Context Data Mappings

RetrieveWorkflowMappings ( string mappingFileName ) : NWFMappingEntries

Retrieve Workflow Mappings

Method Details

NWFAdapter() public method

public NWFAdapter ( SPFeatureReceiverProperties properties ) : System
properties SPFeatureReceiverProperties
return System

PublishReusableWorkflow() public method

Publish Reusable Workflow
public PublishReusableWorkflow ( NWFMappingEntry mapping ) : void
mapping NWFMappingEntry
return void

RetrieveContextDataMappings() public method

Retrieve Context Data Mappings
public RetrieveContextDataMappings ( string mappingFileName ) : ContextItemMappingEntries
mappingFileName string
return ContextItemMappingEntries

RetrieveWorkflowMappings() public method

Retrieve Workflow Mappings
public RetrieveWorkflowMappings ( string mappingFileName ) : NWFMappingEntries
mappingFileName string
return NWFMappingEntries