▼NOptimaJet | |
▼NWorkflow | |
▼NCore | |
►NBPMN | |
CBounds | |
CBPMNDiagram | |
CBPMNEdge | |
CBPMNLabel | |
CBPMNPlane | |
CBPMNShape | |
CCollaboration | |
CDefinition | |
CEvent | |
CFlow | |
CGateway | |
CMessageFlow | |
CParticipant | |
CProcess | |
CTask | |
CWaypoint | |
►NBuilder | |
CIWorkflowBuilder | Interface of a workflow builder, which convert not parsed process scheme SchemeDefinition<T> to the object model of a scheme of a process ProcessDefinition |
CWorkflowBuilder | Base workflow builder, which convert not parsed process scheme SchemeDefinition<T> to the object model of a scheme of a process ProcessDefinition |
►NBus | |
CActivityExecutor | Provides choice of activity for execution TransitionDefinition.Conditions and execution of actions ActivityDefinition.Implementation and ActivityDefinition.PreExecutionImplementation in chosen activity |
CExecutionRequestParameters | Represent execution request which contains conditions and actions |
CExecutionResponseEventArgs | Represent Event args with a execution result ActivityExecutor |
CExecutionResponseParameters | Represent execution result which contains information about execution |
CExecutionResponseParametersComplete | Represent execution result completed without errors |
CExecutionResponseParametersError | Represent execution result completed with errors |
CIWorkflowBus | Interface of a bus, which provide control over execution of activities and actions |
CNullBus | Represent simple synchronous IWorkflowBus |
►NCache | |
CDefaultParcedProcessCache | Default cache IParsedProcessCache for parced processes ProcessDefinition |
CIParsedProcessCache | Interface of a cache for parced processes ProcessDefinition |
►NCodeActions | |
CCodeActionsCompiller | Provides compillation of code actions |
CCodeActionsInvoker | Provides invoke of code actions by name |
CCodeActionUtils | |
►NDesigner | |
►CParsedType | |
CArrayDimension | |
CStringTypeConverter | |
►NFault | |
CActivityNotFoundException | |
CActorNotFoundException | |
CCommandNotFoundException | |
CCommandNotValidException | |
CCommandNotValidForStateException | |
CImpossibleToSetStatusException | |
CInitialActivityNotFoundException | |
CInvalidCommandException | |
CInvalidJsonParameterValueException | |
CInvalidParameterValueException | |
CProcessAlreadyExistsException | |
CProcessNotFoundException | |
CSchemeAlredyExistsException | |
CSchemeNotFoundException | |
CSchemeNotValidException | |
CStatusNotDefinedException | |
CTimerManagerException | |
CTransitionNotFoundException | |
CWrongSubprocessMarkupException | |
►NGenerator | |
CIWorkflowGenerator | Interface of a workflow generator, which generate not parsed process scheme SchemeDefinition<T> |
CTTXmlWorkflowGenerator | Generate process scheme from TT template |
►NLicense | |
CBaseRestrictions | |
CLicenseException | |
CLicenseKey | Represent a license key |
CLicensing | License help methods |
CWorkflowEngineNetRestrictions | Represent restriction settings for WorkflowEngine .Net |
►NModel | |
CActionDefinitionReference | Represent a reference on action in a process scheme |
CActivityDefinition | Represent an activity in a process scheme |
CActorDefinition | Represent an actor in a process scheme |
CBaseDefinition | Represent a base object in a process scheme |
CCodeActionDefinition | Represent a code action in a process scheme |
CCommandDefinition | Represent a command in a process scheme |
CConditionDefinition | Represent a transition's condition in a process scheme |
CDefaultDefinitions | |
CDesignerSettings | Represent settings used by Workflow Designer |
CLocalizeDefinition | Represent a localization record in a process scheme |
CParameterDefinition | Represent a parameter in a process scheme |
CParameterDefinitionReference | Represents a named reference on a parameter in a process scheme |
CParameterDefinitionWithValue | Represent a parameter in a process scheme vith value |
CParametersCollection | Represent a collection of process's parameters |
CProcessDefinition | Represents object model of a scheme of a process |
CProcessInstance | Represent a instance of a specific process |
CRestrictionDefinition | Represent a transition's restiction in a process scheme |
CSchemeDefinition | Represent a not parsed process scheme |
CTimerDefinition | Represent a timer in a process scheme |
CTransitionDefinition | Represent a transition in a process scheme |
CTriggerDefinition | Represent a transition's trigger in a process scheme |
CUnknownParameterType | |
►NParser | |
CIWorkflowParser | Interface of a workflow parser, which parses not parsed process scheme SchemeDefinition<T> to the object model of a scheme of a process ProcessDefinition |
CWorkflowParser | Base workflow parser, which parses not parsed process scheme SchemeDefinition<T> to the object model of a scheme of a process ProcessDefinition |
CXmlWorkflowParser | Base workflow parser, which parses not parsed process scheme serialized to XML to the object model of a scheme of a process ProcessDefinition |
►NPersistence | |
CIPersistenceProvider | Interface of a persistence provider, which provide storing of process's instance specific parameters and global parameters |
CIRuntimePersistence | Provides save and load of workflow runtime parameters. as timers etc |
CISchemePersistenceProvider | Interface of a persistence provider, which provide storing of schemes |
CProcessStatus | Represent a stage of a life cycle of a process |
►NRuntime | |
CBeforeActivityExecutionEventArgs | Represent information about an activity which was planned to execute, contains ProcessInstance object |
CBulkCreateInstancePrams | Object that represents information which is required for mass creation of processes |
CCommandExeutionResult | The result of command execution |
CCommandParameter | Represent a command parameter for use in an application |
CCreateInstanceParams | Represents parameters for creaition of an instance of a process |
CEmptyWorkflowActionProvider | Empty action provider for system purpose |
CEmptyWorkflowRuleProvider | Empty rule provider for system purpose |
CIDesignerAutocompleteProvider | |
CITimerManager | Interface of a timer manager, which control timers functioning inside a workflow runtime |
CIWorkflowActionProvider | Interface of a action provider, which provide execution of actions specified in activities ActivityDefinition.Implementation and ActivityDefinition.PreExecutionImplementation and execution of conditions ConditionDefinition.Action |
CIWorkflowRuleProvider | Interface of a rule provider, which provide rule checking and getting of a list of users which satisfies a rule TransitionDefinition.Restrictions |
CNeedDeterminingParametersEventArgs | Event args for request parameters for creating a process |
►CNeedTimerValueEventArgs | Event args for request timer value |
CTimerValueRequest | |
CParametersSerializer | |
CProcessActivityChangedEventArgs | Represent information about an activity which was set as a current acivity of process, contains ProcessInstance object |
CProcessHistoryItem | Represents a record of transition of process from one Activity to another |
CProcessStatusChangedEventArgs | Represent information about changed status of a process |
CSchemaWasChangedEventArgs | Represent information about changed scheme of a process |
CStartingTransitionNotFoundEventArgs | Represent information about case when we try to update a subprocess's scheme but there are no starting transition in a new sccheme of a root process |
CTimerManager | Default timer manager ITimerManager |
CTimerToExecute | Represent a timer information |
CTimerToRegister | Represent a timer to register in persistence store |
CWorkflowCommand | Represents a workflow command for use in an application |
CWorkflowErrorEventArgs | Represent information about an error occurred due to execution of a workflow process |
CWorkflowRuntime | Provides main API to operations with workflow processes |
CWorkflowRuntimeBulkApi | Runtime API for bulk operations |
CWorkflowRuntimeConfigurationExtension | |
CWorkflowState | Represent a state of a process for use in an application |
CWorkflowSync | |
►NSubprocess | |
CProcessInstancesTree | |
CSerializableSubprocessTree | |
CSubprocessUtils | Algorithms for subprocesses branches |
CTreeSearchFilter | Specifies the current process and the method of searching in the Process Instances tree |
CDefiningParametersSerializer | |
CExtensions | |
CHashHelper | |
CDesigner | Extension which provides API for HTML5 Workflow Designer |