Click or drag to resize

PFJobFactory Methods

The PFJobFactory type exposes the following members.

Methods
  NameDescription
Public methodStatic memberCreateJobInstance(String, PFSite)
Creates a Packflow Job instance, from the provided type name.
Public methodStatic memberCreateJobInstance(Type, PFSite)
Creates a Packflow Job instance, from the provided type.
Public methodStatic memberEnsureDefaultJobs
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.
Public methodStatic memberGetJobTypes
Returns a list of available PFJob implementations for this site.
Public methodStatic memberGetJobTypesInfo
Returns a list of available PFJob implementations for this site, in the form of a serializable list.
Top
See Also