Uses of Interface
com.codingapi.flow.strategy.workflow.IWorkflowStrategy
Packages that use IWorkflowStrategy
Package
Description
-
Uses of IWorkflowStrategy in com.codingapi.flow.builder
Methods in com.codingapi.flow.builder that return types with arguments of type IWorkflowStrategyMethods in com.codingapi.flow.builder with parameters of type IWorkflowStrategyModifier and TypeMethodDescriptionWorkflowStrategyBuilder.addStrategy(IWorkflowStrategy strategy) -
Uses of IWorkflowStrategy in com.codingapi.flow.manager
Methods in com.codingapi.flow.manager with type parameters of type IWorkflowStrategyModifier and TypeMethodDescription<T extends IWorkflowStrategy>
TWorkflowStrategyManager.getStrategy(Class<T> clazz) -
Uses of IWorkflowStrategy in com.codingapi.flow.strategy.workflow
Classes in com.codingapi.flow.strategy.workflow that implement IWorkflowStrategyModifier and TypeClassDescriptionclassclass干预策略class催办策略Methods in com.codingapi.flow.strategy.workflow that return IWorkflowStrategyMethods in com.codingapi.flow.strategy.workflow with parameters of type IWorkflowStrategyModifier and TypeMethodDescriptionvoidInterfereStrategy.copy(IWorkflowStrategy target) voidUrgeStrategy.copy(IWorkflowStrategy target) -
Uses of IWorkflowStrategy in com.codingapi.flow.workflow
Method parameters in com.codingapi.flow.workflow with type arguments of type IWorkflowStrategyModifier and TypeMethodDescriptionprotected voidWorkflow.setStrategies(List<IWorkflowStrategy> strategies) WorkflowBuilder.strategies(List<IWorkflowStrategy> strategies)