File tree Expand file tree Collapse file tree
main/java/org/flowable/engine
test/java/org/flowable/examples/bpmn/executionlistener
flowable-spring/src/test/java/org/flowable/spring/test/servicetask Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2828import org .flowable .common .engine .api .FlowableException ;
2929import org .flowable .common .engine .api .delegate .Expression ;
3030import org .flowable .common .engine .impl .el .ExpressionManager ;
31+ import org .flowable .common .engine .impl .el .FixedValue ;
3132import org .flowable .engine .impl .delegate .ActivityBehavior ;
32- import org .flowable .engine .impl .el .FixedValue ;
3333import org .flowable .engine .impl .persistence .entity .ExecutionEntity ;
3434import org .flowable .engine .impl .util .CommandContextUtil ;
3535import org .flowable .engine .impl .util .ProcessDefinitionUtil ;
Original file line number Diff line number Diff line change 3232import org .flowable .common .engine .api .delegate .Expression ;
3333import org .flowable .common .engine .api .variable .VariableContainer ;
3434import org .flowable .common .engine .impl .el .ExpressionManager ;
35+ import org .flowable .common .engine .impl .el .FixedValue ;
3536import org .flowable .engine .cfg .HttpClientConfig ;
3637import org .flowable .engine .delegate .BpmnError ;
3738import org .flowable .engine .delegate .DelegateExecution ;
4243import org .flowable .engine .impl .bpmn .http .handler .ScriptHttpHandler ;
4344import org .flowable .engine .impl .bpmn .parser .FieldDeclaration ;
4445import org .flowable .engine .impl .cfg .ProcessEngineConfigurationImpl ;
45- import org .flowable .engine .impl .el .FixedValue ;
4646import org .flowable .engine .impl .util .CommandContextUtil ;
4747import org .flowable .http .common .api .HttpResponse ;
4848import org .flowable .http .common .api .client .FlowableHttpClient ;
Original file line number Diff line number Diff line change 1919import org .flowable .bpmn .model .FieldExtension ;
2020import org .flowable .common .engine .api .delegate .Expression ;
2121import org .flowable .common .engine .impl .el .ExpressionManager ;
22+ import org .flowable .common .engine .impl .el .FixedValue ;
2223import org .flowable .engine .impl .bpmn .parser .FieldDeclaration ;
23- import org .flowable .engine .impl .el .FixedValue ;
2424
2525/**
2626 * @author Joram Barrez
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 5757import org .flowable .bpmn .model .UserTask ;
5858import org .flowable .bpmn .model .VariableListenerEventDefinition ;
5959import org .flowable .common .engine .api .delegate .Expression ;
60+ import org .flowable .common .engine .impl .el .FixedValue ;
6061import org .flowable .engine .impl .bpmn .behavior .AbstractBpmnActivityBehavior ;
6162import org .flowable .engine .impl .bpmn .behavior .AdhocSubProcessActivityBehavior ;
6263import org .flowable .engine .impl .bpmn .behavior .BoundaryCancelEventActivityBehavior ;
122123import org .flowable .engine .impl .bpmn .parser .factory .AbstractBehaviorFactory ;
123124import org .flowable .engine .impl .bpmn .parser .factory .ActivityBehaviorFactory ;
124125import org .flowable .engine .impl .delegate .ActivityBehavior ;
125- import org .flowable .engine .impl .el .FixedValue ;
126126import org .flowable .engine .impl .test .NoOpServiceTask ;
127127
128128/**
Original file line number Diff line number Diff line change 1212 */
1313package org .flowable .examples .bpmn .executionlistener ;
1414
15+ import org .flowable .common .engine .impl .el .FixedValue ;
1516import org .flowable .engine .delegate .DelegateExecution ;
1617import org .flowable .engine .delegate .JavaDelegate ;
1718import org .flowable .engine .delegate .TaskListener ;
18- import org .flowable .engine .impl .el .FixedValue ;
1919import org .flowable .task .service .delegate .DelegateTask ;
2020import org .slf4j .Logger ;
2121import org .slf4j .LoggerFactory ;
Original file line number Diff line number Diff line change 1212 */
1313package org .flowable .spring .test .servicetask ;
1414
15+ import org .flowable .common .engine .impl .el .FixedValue ;
1516import org .flowable .engine .delegate .DelegateExecution ;
1617import org .flowable .engine .delegate .JavaDelegate ;
17- import org .flowable .engine .impl .el .FixedValue ;
1818import org .slf4j .Logger ;
1919import org .slf4j .LoggerFactory ;
2020
Original file line number Diff line number Diff line change 1212 */
1313package org .flowable .spring .test .servicetask ;
1414
15+ import org .flowable .common .engine .impl .el .FixedValue ;
1516import org .flowable .engine .delegate .DelegateExecution ;
1617import org .flowable .engine .delegate .ExecutionListener ;
17- import org .flowable .engine .impl .el .FixedValue ;
1818
1919/**
2020 * @author Joram Barrez
Original file line number Diff line number Diff line change 1212 */
1313package org .flowable .spring .test .servicetask ;
1414
15+ import org .flowable .common .engine .impl .el .FixedValue ;
1516import org .flowable .engine .delegate .TaskListener ;
16- import org .flowable .engine .impl .el .FixedValue ;
1717import org .flowable .engine .impl .persistence .entity .ExecutionEntity ;
1818import org .flowable .engine .impl .util .CommandContextUtil ;
1919import org .flowable .task .service .delegate .DelegateTask ;
You can’t perform that action at this time.
0 commit comments