Searched refs:process (Results 1 - 25 of 448) sorted by relevance

1234567891011>>

/forgerock/openam/openam-core/src/main/java/org/forgerock/openam/cts/worker/process/
H A Dpackage-info.java20 package org.forgerock.openam.cts.worker.process
/forgerock/openidm-v4/openidm-zip/src/main/resources/bin/defaults/script/workflow/
H A DtriggerWorkflowFromSync.js61 The expectation is that the workflow process being initiated by this script is capable of handling the above
90 process,
102 Try to find running process started by the previous reconciliation.
104 process = openidm.query('workflow/processinstance', queryParams);
105 logger.trace("asynchronous reconciliation: process.result.length => {}", process.result.length);
110 if (typeof process.result === "undefined" || null === process.result || 0 === process.result.length) {
113 logger.trace("asynchronous reconciliation: Start '{}' process", reco
[all...]
/forgerock/openam/openam-core/src/main/java/org/forgerock/openam/cts/worker/
H A DCTSWorkerTask.java28 private final CTSWorkerProcess process; field in class:CTSWorkerTask
34 * a process defining the strategy for those elements, and a filter to remove elements to which the strategy
37 * @param process The process to apply to filtered results from the executed query.
42 public CTSWorkerTask(CTSWorkerQuery query, CTSWorkerProcess process, CTSWorkerFilter filter, String name) { argument
44 this.process = process;
51 process.handle(query, filter);
66 name, query, process, filter);
/forgerock/opendj2/src/build-tools/windows/
H A Dwinlauncher.h31 #include <process.h>
/forgerock/opendj-b2.6/src/build-tools/windows/
H A Dwinlauncher.h32 #include <process.h>
/forgerock/opendj2.6.2/src/build-tools/windows/
H A Dwinlauncher.h32 #include <process.h>
/forgerock/opendj2-hg/src/build-tools/windows/
H A Dwinlauncher.h31 #include <process.h>
/forgerock/opendj2-jel-hg/src/build-tools/windows/
H A Dwinlauncher.h32 #include <process.h>
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/services/comm/client/
H A DNotificationHandler.java52 public void process(Vector notifications); method in interface:NotificationHandler
/forgerock/opendj-v3/opendj-server-legacy/src/build-tools/windows/
H A Dwinlauncher.h31 #include <process.h>
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/dpro/parser/
H A DParseOutput.java48 public void process(String name, Vector elems, method in interface:ParseOutput
/forgerock/jee-agents-v3.5/jee-agents-sdk/src/main/java/com/sun/identity/agents/filter/
H A DIAmFilterResultHandler.java38 * independently process the generated a result and can optionally override the
44 * may be required to process various results on concurrent threads in the
64 * This method is invoked by the <code>AmFilter</code> in order to process
85 public AmFilterResult process(AmFilterRequestContext ctx, method in interface:IAmFilterResultHandler
H A DIAmFilterTaskHandler.java48 * may be required to process various requests on concurrent threads in the
72 * may be needed by this handler to process its particular task
82 public AmFilterResult process(AmFilterRequestContext ctx) method in interface:IAmFilterTaskHandler
H A DIWebServiceResponseProcessor.java38 public String process(String providerName, String responseContent); method in interface:IWebServiceResponseProcessor
/forgerock/openam/openam-core/src/main/java/com/iplanet/dpro/parser/
H A DParseOutput.java48 public void process(String name, Vector elems, method in interface:ParseOutput
/forgerock/openam/openam-core/src/main/java/com/iplanet/services/comm/client/
H A DNotificationHandler.java54 public void process(Vector<Notification> notifications); method in interface:NotificationHandler
/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/controlpanel/util/
H A DProcessReader.java36 * Class used to write the output and error of a given process in a printstream.
49 * @param process process whose output/error we want to write to the print
55 public ProcessReader(Process process, final PrintStream printStream, argument
61 is = process.getErrorStream();
65 is = process.getInputStream();
94 * Starts reading the output (or error) of the process.
103 * Interrupts the reading of the output (or error) of the process. The method
124 * of the process.
126 * of the process
[all...]
/forgerock/opendj2/src/guitools/org/opends/guitools/controlpanel/util/
H A DProcessReader.java35 * Class used to write the output and error of a given process in a printstream.
48 * @param process process whose output/error we want to write to the print
54 public ProcessReader(Process process, final PrintStream printStream, argument
60 is = process.getErrorStream();
64 is = process.getInputStream();
93 * Starts reading the output (or error) of the process.
102 * Interrupts the reading of the output (or error) of the process. The method
123 * of the process.
125 * of the process
[all...]
/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/controlpanel/util/
H A DProcessReader.java36 * Class used to write the output and error of a given process in a printstream.
49 * @param process process whose output/error we want to write to the print
55 public ProcessReader(Process process, final PrintStream printStream, argument
61 is = process.getErrorStream();
65 is = process.getInputStream();
94 * Starts reading the output (or error) of the process.
103 * Interrupts the reading of the output (or error) of the process. The method
124 * of the process.
126 * of the process
[all...]
/forgerock/opendj2-hg/src/guitools/org/opends/guitools/controlpanel/util/
H A DProcessReader.java35 * Class used to write the output and error of a given process in a printstream.
48 * @param process process whose output/error we want to write to the print
54 public ProcessReader(Process process, final PrintStream printStream, argument
60 is = process.getErrorStream();
64 is = process.getInputStream();
93 * Starts reading the output (or error) of the process.
102 * Interrupts the reading of the output (or error) of the process. The method
123 * of the process.
125 * of the process
[all...]
/forgerock/opendj2-jel-hg/src/guitools/org/opends/guitools/controlpanel/util/
H A DProcessReader.java36 * Class used to write the output and error of a given process in a printstream.
49 * @param process process whose output/error we want to write to the print
55 public ProcessReader(Process process, final PrintStream printStream, argument
61 is = process.getErrorStream();
65 is = process.getInputStream();
94 * Starts reading the output (or error) of the process.
103 * Interrupts the reading of the output (or error) of the process. The method
124 * of the process.
126 * of the process
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/util/
H A DProcessReader.java36 * Class used to write the output and error of a given process in a printstream.
49 * @param process process whose output/error we want to write to the print
55 public ProcessReader(Process process, final PrintStream printStream, argument
61 is = process.getErrorStream();
65 is = process.getInputStream();
92 * Starts reading the output (or error) of the process.
101 * Interrupts the reading of the output (or error) of the process. The method
122 * of the process.
124 * of the process
[all...]
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/services/util/
H A DParseOutput.java54 void process( method in interface:ParseOutput
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/log/service/
H A DInfoKey.java55 public void process(String name, Vector elems, Hashtable atts, method in class:InfoKey
H A DInfoValue.java55 public void process(String name, Vector elems, Hashtable atts, method in class:InfoValue

Completed in 90 milliseconds

1234567891011>>