Searched defs:variableScope (Results 1 - 7 of 7) sorted by relevance

/forgerock/openidm-v4/openidm-workflow-activiti/src/main/java/org/forgerock/openidm/workflow/activiti/impl/
H A DOpenIDMExpressionManager.java54 protected ELResolver createElResolver(VariableScope variableScope) { argument
56 elResolver.add(new VariableScopeElResolver(variableScope));
H A DOpenIDMResolverFactory.java52 public Resolver createResolver(VariableScope variableScope) { argument
62 JsonValue openidmContext = (JsonValue) variableScope.getVariable(ActivitiConstants.OPENIDM_CONTEXT);
81 variableScope.setVariable(ActivitiConstants.OPENIDM_CONTEXT, parentVariable);
91 if (variableScope instanceof ExecutionEntity) {
92 ActivityBehavior activityBehavior = ((ExecutionEntity) variableScope).getActivity().getActivityBehavior();
102 String eventName = ((ExecutionEntity) variableScope).getEventName();
103 List<ExecutionListener> executionListeners = ((ExecutionEntity) variableScope).getActivity().getExecutionListeners(eventName);
108 language = processClassDelegate(variableScope, (ClassDelegate) executionListener);
113 } else if (variableScope instanceof TaskEntity) {
115 String eventName = ((TaskEntity) variableScope)
[all...]
/forgerock/opendj2/ext/checkstyle/
H A Dcheckstyle-all-4.1.jarMETA-INF/ META-INF/MANIFEST.MF antlr/ antlr/ANTLRError.class ANTLRError.java package antlr ...
/forgerock/opendj-b2.6/ext/checkstyle/
H A Dcheckstyle-all-4.1.jarMETA-INF/ META-INF/MANIFEST.MF antlr/ antlr/ANTLRError.class ANTLRError.java package antlr ...
/forgerock/opendj2.6.2/ext/checkstyle/
H A Dcheckstyle-all-4.1.jarMETA-INF/ META-INF/MANIFEST.MF antlr/ antlr/ANTLRError.class ANTLRError.java package antlr ...
/forgerock/opendj2-jel-hg/ext/checkstyle/
H A Dcheckstyle-all-4.1.jarMETA-INF/ META-INF/MANIFEST.MF antlr/ antlr/ANTLRError.class ANTLRError.java package antlr ...
/forgerock/opendj2-hg/ext/checkstyle/
H A Dcheckstyle-all-4.1.jarMETA-INF/ META-INF/MANIFEST.MF antlr/ antlr/ANTLRError.class ANTLRError.java package antlr ...

Completed in 244 milliseconds