File tree Expand file tree Collapse file tree 6 files changed +0
-13
lines changed
main/java/org/flowable/engine/impl
test/java/org/flowable/engine/test/history
flowable-idm-engine/src/main/java/org/flowable/idm/engine/impl/persistence/entity
flowable-variable-service-api/src/main/java/org/flowable/variable/api/history Expand file tree Collapse file tree 6 files changed +0
-13
lines changed Original file line number Diff line number Diff line change 23
23
import org .flowable .bpmn .model .FlowNode ;
24
24
import org .flowable .bpmn .model .StartEvent ;
25
25
import org .flowable .bpmn .model .SubProcess ;
26
- import org .flowable .common .engine .api .delegate .Expression ;
27
26
import org .flowable .common .engine .impl .interceptor .CommandContext ;
28
27
import org .flowable .engine .debug .ExecutionTreeUtil ;
29
- import org .flowable .engine .impl .Condition ;
30
28
import org .flowable .engine .impl .delegate .ActivityBehavior ;
31
29
import org .flowable .engine .impl .delegate .TriggerableActivityBehavior ;
32
30
import org .flowable .engine .impl .persistence .entity .ExecutionEntity ;
33
31
import org .flowable .engine .impl .persistence .entity .ExecutionEntityManager ;
34
- import org .flowable .engine .impl .scripting .ScriptCondition ;
35
32
import org .flowable .engine .impl .util .CommandContextUtil ;
36
33
import org .flowable .engine .impl .util .ProcessDefinitionUtil ;
37
34
import org .flowable .engine .impl .util .condition .ConditionUtil ;
Original file line number Diff line number Diff line change 13
13
package org .flowable .engine .impl .bpmn .behavior ;
14
14
15
15
import org .flowable .bpmn .model .ConditionalEventDefinition ;
16
- import org .flowable .common .engine .api .delegate .Expression ;
17
16
import org .flowable .common .engine .api .delegate .event .FlowableEngineEventType ;
18
17
import org .flowable .common .engine .api .delegate .event .FlowableEventDispatcher ;
19
18
import org .flowable .common .engine .impl .context .Context ;
20
19
import org .flowable .common .engine .impl .interceptor .CommandContext ;
21
20
import org .flowable .engine .delegate .DelegateExecution ;
22
21
import org .flowable .engine .delegate .event .impl .FlowableEventBuilder ;
23
- import org .flowable .engine .impl .Condition ;
24
22
import org .flowable .engine .impl .cfg .ProcessEngineConfigurationImpl ;
25
23
import org .flowable .engine .impl .persistence .entity .ExecutionEntity ;
26
- import org .flowable .engine .impl .scripting .ScriptCondition ;
27
24
import org .flowable .engine .impl .util .CommandContextUtil ;
28
25
import org .flowable .engine .impl .util .condition .ConditionUtil ;
29
26
Original file line number Diff line number Diff line change 12
12
*/
13
13
package org .flowable .engine .impl .util .condition ;
14
14
15
- import com .fasterxml .jackson .databind .JsonNode ;
16
- import com .fasterxml .jackson .databind .node .ObjectNode ;
17
15
import org .apache .commons .lang3 .StringUtils ;
18
16
import org .flowable .bpmn .model .SequenceFlow ;
19
17
import org .flowable .common .engine .api .delegate .Expression ;
Original file line number Diff line number Diff line change 27
27
import org .flowable .common .engine .impl .util .CollectionUtil ;
28
28
import org .flowable .engine .history .HistoricActivityInstance ;
29
29
import org .flowable .engine .history .HistoricDetail ;
30
- import org .flowable .engine .history .HistoricProcessInstance ;
31
30
import org .flowable .engine .history .HistoricVariableUpdate ;
32
31
import org .flowable .engine .impl .test .HistoryTestHelper ;
33
32
import org .flowable .engine .impl .test .PluggableFlowableTestCase ;
Original file line number Diff line number Diff line change 12
12
*/
13
13
package org .flowable .idm .engine .impl .persistence .entity ;
14
14
15
- import java .util .HashMap ;
16
- import java .util .Map ;
17
-
18
15
public class PrivilegeMappingEntityImpl extends AbstractIdmEngineEntity implements PrivilegeMappingEntity {
19
16
20
17
protected String privilegeId ;
Original file line number Diff line number Diff line change 14
14
package org .flowable .variable .api .history ;
15
15
16
16
import java .util .Collection ;
17
- import java .util .Collections ;
18
17
import java .util .Set ;
19
18
20
19
import org .flowable .common .engine .api .query .Query ;
You can’t perform that action at this time.
0 commit comments