WFMConnectorEngine Class

WorkflowMax Connector
Public Class WFMConnectorEngine 
Inherits BaseConnectorEngine
This language is not supported or no code example is available.
public class WFMConnectorEngine : BaseConnectorEngine
This language is not supported or no code example is available.
public ref class WFMConnectorEngine : public BaseConnectorEngine^
This language is not supported or no code example is available.
public class WFMConnectorEngine 
extends BaseConnectorEngine
This language is not supported or no code example is available.
Methods
 
Name Description
Protected method ApplyTestModeFiltering(ModelRoot)
Public method CheckVersion() (inherited from BaseConnectorEngine).
Public method ConnectionTest() Wrapper for testing connection to api/database/file/etc (inherited from BaseConnectorEngine).
Protected method CreateAttrib(string, object) (inherited from BaseConnectorEngine).
Protected method CreateFolder(string, List<File>, AttributeList, List<Folder>, List<Association>) Create folder (inherited from BaseConnectorEngine).
Public method CreateObjRef(Type) Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. (inherited from MarshalByRefObject).
Protected method EntityIsExcluded(ConnectorMappingEntityType) (inherited from BaseConnectorEngine).
Public method Equals(Object) Determines whether the specified object is equal to the current object. (inherited from Object).
Public method ExtractData() (inherited from BaseConnectorEngine).
Public method ExtractPreLoadAttributes() (inherited from BaseConnectorEngine).
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (inherited from Object).
Public method GetHashCode Serves as the default hash function. (inherited from Object).
Public method GetLease() (inherited from BaseConnectorEngine).
Public method GetLicenseDetail()
Public method GetLifetimeService Retrieves the current lifetime service object that controls the lifetime policy for this instance. (inherited from MarshalByRefObject).
Protected method GetTestModeSetting(string) (inherited from BaseConnectorEngine).
Public method GetType Gets the Type of the current instance. (inherited from Object).
Public method InitializeLifetimeService Obtains a lifetime service object to control the lifetime policy for this instance. (inherited from MarshalByRefObject).
Public method InjectWfmApiClient(WFMApiClient)
Protected method MarkFilterEntityIncluded<T>(IList<T>, Expression<Func<TBoolean>>, List<String>) Used for test/manual mode to mark an entity as included (inherited from BaseConnectorEngine).
Protected method MemberwiseClone Creates a shallow copy of the current Object. (inherited from Object).
Protected method MemberwiseClone(Boolean) Creates a shallow copy of the current MarshalByRefObject object. (inherited from MarshalByRefObject).
Protected method MyConnectionTest() Test connection to api/database/file/etc
Public method MyExtractData() Retrieves data from the WorkflowMax APIs, returns it transformed into the import model DTOs
Protected method MyExtractPreLoadAttributes()
Public method OnAfterImport() Do anything required after a successful import (inherited from BaseConnectorEngine).
Public method OnConnectorRunFinish() Do anything required after the connector run (This will run even if the connector run is failed)
Public method OnConnectorRunStart() Do anything required before the connector run is started
Protected method ResolveMappedAttrib(AttributedImportEntity, string) (inherited from BaseConnectorEngine).
Protected method ResolveMappedAttribID(string) (inherited from BaseConnectorEngine).
Public method SkipJobNamingRules() (inherited from BaseConnectorEngine).
Public method ToString Returns a string that represents the current object. (inherited from Object).
Top

.NET Framework

Supported in: 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1

In this article

Definition