Class EmptyWorkflowRuleProvider
Empty rule provider for system purpose
Inheritance
↳ object
↳ EmptyWorkflowRuleProvider
Implements
IWorkflowRuleProvider
Inherited Members
Equals(object)
Equals(object, object)
GetHashCode()
GetType()
MemberwiseClone()
ReferenceEquals(object, object)
ToString()
Namespace: OptimaJet.Workflow.Core.Runtime
Assembly: OptimaJet.Workflow.Core.dll
Syntaxpublic class EmptyWorkflowRuleProvider : IWorkflowRuleProvider
Properties
Value
Declarationpublic static IWorkflowRuleProvider Value { get; }
Type | Description |
---|---|
IWorkflowRuleProvider |
Methods
GetRules(string, NamesSearchType)
Declarationpublic List<string> GetRules(string schemeCode, NamesSearchType namesSearchType)
Type | Name | Description |
---|---|---|
string | schemeCode | |
NamesSearchType | namesSearchType |
Type | Description |
---|---|
List<string> |
Check(ProcessInstance, WorkflowRuntime, string, string, string)
Declarationpublic bool Check(ProcessInstance processInstance, WorkflowRuntime runtime, string identityId, string ruleName, string parameter)
Type | Name | Description |
---|---|---|
ProcessInstance | processInstance | |
WorkflowRuntime | runtime | |
string | identityId | |
string | ruleName | |
string | parameter |
Type | Description |
---|---|
bool |
GetIdentities(ProcessInstance, WorkflowRuntime, string, string)
Declarationpublic IEnumerable<string> GetIdentities(ProcessInstance processInstance, WorkflowRuntime runtime, string ruleName, string parameter)
Type | Name | Description |
---|---|---|
ProcessInstance | processInstance | |
WorkflowRuntime | runtime | |
string | ruleName | |
string | parameter |
Type | Description |
---|---|
IEnumerable<string> |
CheckAsync(ProcessInstance, WorkflowRuntime, string, string, string, CancellationToken)
Declarationpublic Task<bool> CheckAsync(ProcessInstance processInstance, WorkflowRuntime runtime, string identityId, string ruleName, string parameter, CancellationToken token)
Type | Name | Description |
---|---|---|
ProcessInstance | processInstance | |
WorkflowRuntime | runtime | |
string | identityId | |
string | ruleName | |
string | parameter | |
CancellationToken | token |
Type | Description |
---|---|
Task<bool> |
GetIdentitiesAsync(ProcessInstance, WorkflowRuntime, string, string, CancellationToken)
Declarationpublic Task<IEnumerable<string>> GetIdentitiesAsync(ProcessInstance processInstance, WorkflowRuntime runtime, string ruleName, string parameter, CancellationToken token)
Type | Name | Description |
---|---|---|
ProcessInstance | processInstance | |
WorkflowRuntime | runtime | |
string | ruleName | |
string | parameter | |
CancellationToken | token |
Type | Description |
---|---|
Task<IEnumerable<string>> |
IsCheckAsync(string, string)
Declarationpublic bool IsCheckAsync(string ruleName, string schemeCode)
Type | Name | Description |
---|---|---|
string | ruleName | |
string | schemeCode |
Type | Description |
---|---|
bool |
IsGetIdentitiesAsync(string, string)
Declarationpublic bool IsGetIdentitiesAsync(string ruleName, string schemeCode)
Type | Name | Description |
---|---|---|
string | ruleName | |
string | schemeCode |
Type | Description |
---|---|
bool |