C# Class SharePoint.NintexDeployment.Infrastructure.NWFAdapter

Nintex artifacts feature adapter
Afficher le fichier Open project: vgrem/Blog-content Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public NWFAdapter ( SPFeatureReceiverProperties properties ) : System
properties SPFeatureReceiverProperties
Résultat System

PublishReusableWorkflow() public méthode

Publish Reusable Workflow
public PublishReusableWorkflow ( NWFMappingEntry mapping ) : void
mapping NWFMappingEntry
Résultat void

RetrieveContextDataMappings() public méthode

Retrieve Context Data Mappings
public RetrieveContextDataMappings ( string mappingFileName ) : ContextItemMappingEntries
mappingFileName string
Résultat ContextItemMappingEntries

RetrieveWorkflowMappings() public méthode

Retrieve Workflow Mappings
public RetrieveWorkflowMappings ( string mappingFileName ) : NWFMappingEntries
mappingFileName string
Résultat NWFMappingEntries