DocflowManager Methods

The following tables list the members exposed by the DocflowManager type.

Name Description
msdn2017/pubmethod CheckAdditionalPermissions(WorkTask, object, bool) Add documents curators check.
msdn2017/protmethod CheckIsDisposed() (inherited from DisposableExtBase).
msdn2017/protmethod CreateServiceContextCore(IServiceSpace)
msdn2017/pubmethod Dispose() (inherited from DisposableExtBase).
msdn2017/protmethod DisposeCore() (inherited from DisposableExtBase).
msdn2017/pubmethod msdn2017/static GetDocflowSupport(object) Returns docflow extension for selected document.
msdn2017/pubmethod GetScheduler() Returns instance of Quartz Scheduler
msdn2017/pubmethod Initialize() Initializes service instance. Have to invoked when service is used. (inherited from XafariCommonService).
msdn2017/protmethod InitializeCore()
msdn2017/pubmethod msdn2017/static IsDocflowEnabled(ITypeInfo) Check if type support docflow.
msdn2017/pubmethod Register(XafApplication) Register this instance for specified application and Setup it. (inherited from XafariCommonService).
msdn2017/pubmethod msdn2017/static RegisterService(XafApplication) Creates instance of TService and register it. (inherited from XafariCommonService<TService>).
msdn2017/pubmethod RemoveTimerJob(string, string, string, string) Allow to delete Job from scheduller.
msdn2017/pubmethod Reset() Reset service instance. Reverse method for Initialize. (inherited from XafariCommonService).
Top