WFMConnectorEngine Class
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.
| Name | Description | |
|---|---|---|
|
AppDomain | (inherited from BaseConnectorEngine). |
|
EngineRevision | |
|
MinClientRevision | |
|
RequiredServerSettings | (inherited from BaseConnectorEngine). |
| Name | Description | |
|---|---|---|
|
ApplyTestModeFiltering(ModelRoot) | |
|
CheckVersion() | (inherited from BaseConnectorEngine). |
|
ConnectionTest() | Wrapper for testing connection to api/database/file/etc (inherited from BaseConnectorEngine). |
|
CreateAttrib(string, object) | (inherited from BaseConnectorEngine). |
|
CreateFolder(string, List<File>, AttributeList, List<Folder>, List<Association>) | Create folder (inherited from BaseConnectorEngine). |
|
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). |
|
EntityIsExcluded(ConnectorMappingEntityType) | (inherited from BaseConnectorEngine). |
|
Equals(Object) | Determines whether the specified object is equal to the current object. (inherited from Object). |
|
ExtractData() | (inherited from BaseConnectorEngine). |
|
ExtractPreLoadAttributes() | (inherited from BaseConnectorEngine). |
|
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (inherited from Object). |
|
GetHashCode | Serves as the default hash function. (inherited from Object). |
|
GetLease() | (inherited from BaseConnectorEngine). |
|
GetLicenseDetail() | |
|
GetLifetimeService | Retrieves the current lifetime service object that controls the lifetime policy for this instance. (inherited from MarshalByRefObject). |
|
GetTestModeSetting(string) | (inherited from BaseConnectorEngine). |
|
GetType | Gets the Type of the current instance. (inherited from Object). |
|
InitializeLifetimeService | Obtains a lifetime service object to control the lifetime policy for this instance. (inherited from MarshalByRefObject). |
|
InjectWfmApiClient(WFMApiClient) | |
|
MarkFilterEntityIncluded<T>(IList<T>, Expression<Func<TBoolean>>, List<String>) | Used for test/manual mode to mark an entity as included (inherited from BaseConnectorEngine). |
|
MemberwiseClone | Creates a shallow copy of the current Object. (inherited from Object). |
|
MemberwiseClone(Boolean) | Creates a shallow copy of the current MarshalByRefObject object. (inherited from MarshalByRefObject). |
|
MyConnectionTest() | Test connection to api/database/file/etc |
|
MyExtractData() | Retrieves data from the WorkflowMax APIs, returns it transformed into the import model DTOs |
|
MyExtractPreLoadAttributes() | |
|
OnAfterImport() | Do anything required after a successful import (inherited from BaseConnectorEngine). |
|
OnConnectorRunFinish() | Do anything required after the connector run (This will run even if the connector run is failed) |
|
OnConnectorRunStart() | Do anything required before the connector run is started |
|
ResolveMappedAttrib(AttributedImportEntity, string) | (inherited from BaseConnectorEngine). |
|
ResolveMappedAttribID(string) | (inherited from BaseConnectorEngine). |
|
SkipJobNamingRules() | (inherited from BaseConnectorEngine). |
|
ToString | Returns a string that represents the current object. (inherited from Object). |
| Name | Description | |
|---|---|---|
|
_connector_instance | (inherited from BaseConnectorEngine). |
|
_connector_run_type | (inherited from BaseConnectorEngine). |
|
_logger | (inherited from BaseConnectorEngine). |
|
_manual_mode_settings | (inherited from BaseConnectorEngine). |
|
_mapping_exclusions | (inherited from BaseConnectorEngine). |
ConnectorWFMV3.WFMConnectorEngine