PFJobFactory Class |
Namespace: Packflow.Core.Jobs
public static class PFJobFactory
The PFJobFactory type exposes the following members.
| Name | Description | |
|---|---|---|
| CreateJobInstance(String, PFSite) |
Creates a Packflow Job instance, from the provided type name.
| |
| CreateJobInstance(Type, PFSite) |
Creates a Packflow Job instance, from the provided type.
| |
| EnsureDefaultJobs |
This method will ensure Timer Jobs defined in the provided xml file are instanciated and scheduled.
The ensure is based on the Timer Job Instance name.
| |
| GetJobTypes |
Returns a list of available PFJob implementations for this site.
| |
| GetJobTypesInfo |
Returns a list of available PFJob implementations for this site, in the form of a serializable list.
|