Searched refs:command (Results 151 - 175 of 222) sorted by relevance

123456789

/forgerock/openidm-v4/openidm-repo-jdbc/src/main/java/org/forgerock/openidm/repo/jdbc/impl/
H A DJDBCRepoService.java113 private static final String ACTION_COMMAND = "command";
730 return command(request).asPromise();
742 * Performs the repo command defined by the {@code request).
744 * @param request the request specifying the commandId or commandExpression and command parameters
746 * @throws ResourceException on failure to execute the command query
748 private ActionResponse command(ActionRequest request) throws ResourceException { method in class:JDBCRepoService
768 result = new JsonValue(handler.command(type, new HashMap<String, Object>(request.getAdditionalParameters()), connection));
773 logger.debug("SQL Exception in command on {} with error code {}, sql state {}",
787 logger.debug("ResourceException in command on {}", request.getResourcePath(), ex);
791 logger.debug("Runtime Exception in command o
[all...]
H A DGenericTableHandler.java657 public Integer command(String type, Map<String, Object> params, Connection connection) throws SQLException, ResourceException { method in class:GenericTableHandler
658 return queries.command(type, params, connection);
H A DMappedTableHandler.java496 public Integer command(String type, Map<String, Object> params, Connection connection) throws SQLException, ResourceException { method in class:MappedTableHandler
497 return queries.command(type, params, connection);
/forgerock/opendj2/resource/bin/
H A Dstart-ds.bat126 rem We write the output of the start command to the winservice.out file.
/forgerock/opendj-b2.6/resource/bin/
H A Dstart-ds.bat125 rem We write the output of the start command to the winservice.out file.
/forgerock/opendj2.6.2/resource/bin/
H A Dstart-ds.bat125 rem We write the output of the start command to the winservice.out file.
/forgerock/opendj2-jel-hg/resource/bin/
H A Dstart-ds.bat124 rem We write the output of the start command to the winservice.out file.
/forgerock/opendj2-hg/resource/bin/
H A Dstart-ds.bat126 rem We write the output of the start command to the winservice.out file.
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/task/
H A DNewSchemaElementsTask.java566 final String command = equivalentCommandToAddOffline(fileName, isSchemaFileDefined, schemaElements);
567 progressDialog.appendProgressHtml(Utilities.applyFont(command, ColorAndFontConstants.progressFont));
/forgerock/openidm-v4/openidm-zip/src/main/resources/samples/fullStack/
H A DREADME.md104 Once configured, run this command to import the users from OpenDJ into managed/user:
/forgerock/opendj-v3/opendj-server-legacy/resource/bin/
H A Dstart-ds.bat126 rem We write the output of the start command to the winservice.out file.
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/util/
H A DStaticUtils.java1290 * Executes the specified command on the system and captures its output. This
1293 * @param command The command to execute.
1294 * @param args The set of arguments to provide to the command.
1295 * @param workingDirectory The working directory to use for the command, or
1299 * set when executing the command, or
1301 * @param output The output generated by the command while it was
1307 * @return The exit code for the command.
1310 * command.
1313 * command t
1320 exec(String command, String[] args, File workingDirectory, Map<String,String> environment, List<String> output) argument
[all...]
/forgerock/openidm-v4/openidm-repo-jdbc/src/main/java/org/forgerock/openidm/repo/jdbc/impl/query/
H A DTableQueries.java367 public Integer command(final String type, Map<String, Object> params, Connection con) method in class:TableQueries
386 throw new BadRequestException("The passed command identifier " + queryId
390 throw new InternalServerErrorException("DB reported failure preparing command: "
/forgerock/openidm-v4/openidm-shell/src/main/java/org/forgerock/openidm/shell/impl/
H A DUpdateCommand.java39 import org.apache.felix.service.command.CommandSession;
48 * Invoked by the command line interface, this command encapsulates all the logic and steps to perform an update to a
122 * @param session the command line session to possibly log output to, or to get keyboard input.
124 * @param config the configuration provided by the command line parameters.
169 * Saves the sequence of steps to execute once the command has entered recovery mode.
283 * Handle the step based on the current state of the command execution.
286 * @param state the current state of the command execution.
294 * @param state the current state of the command execution.
345 * If the licence wasn't already accepted via the command lin
[all...]
/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/extensions/
H A DLDAPPassThroughAuthenticationPolicyTestCase.java898 public void execute(final Runnable command)
970 public ScheduledFuture<?> schedule(final Runnable command,
979 public ScheduledFuture<?> scheduleAtFixedRate(final Runnable command,
988 public ScheduledFuture<?> scheduleWithFixedDelay(final Runnable command,
991 final MockScheduledFuture future = new MockScheduledFuture(command);
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/extensions/
H A DLDAPPassThroughAuthenticationPolicyTestCase.java886 public void execute(final Runnable command)
958 public ScheduledFuture<?> schedule(final Runnable command,
967 public ScheduledFuture<?> scheduleAtFixedRate(final Runnable command,
976 public ScheduledFuture<?> scheduleWithFixedDelay(final Runnable command,
979 final MockScheduledFuture future = new MockScheduledFuture(command);
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/extensions/
H A DLDAPPassThroughAuthenticationPolicyTestCase.java904 public void execute(final Runnable command)
976 public ScheduledFuture<?> schedule(final Runnable command,
985 public ScheduledFuture<?> scheduleAtFixedRate(final Runnable command,
994 public ScheduledFuture<?> scheduleWithFixedDelay(final Runnable command,
997 final MockScheduledFuture future = new MockScheduledFuture(command);
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/extensions/
H A DLDAPPassThroughAuthenticationPolicyTestCase.java886 public void execute(final Runnable command)
958 public ScheduledFuture<?> schedule(final Runnable command,
967 public ScheduledFuture<?> scheduleAtFixedRate(final Runnable command,
976 public ScheduledFuture<?> scheduleWithFixedDelay(final Runnable command,
979 final MockScheduledFuture future = new MockScheduledFuture(command);
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/extensions/
H A DLDAPPassThroughAuthenticationPolicyTestCase.java898 public void execute(final Runnable command)
970 public ScheduledFuture<?> schedule(final Runnable command,
979 public ScheduledFuture<?> scheduleAtFixedRate(final Runnable command,
988 public ScheduledFuture<?> scheduleWithFixedDelay(final Runnable command,
991 final MockScheduledFuture future = new MockScheduledFuture(command);
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/extensions/
H A DLDAPPassThroughAuthenticationPolicyTestCase.java853 public void execute(final Runnable command)
925 public ScheduledFuture<?> schedule(final Runnable command,
934 public ScheduledFuture<?> scheduleAtFixedRate(final Runnable command,
943 public ScheduledFuture<?> scheduleWithFixedDelay(final Runnable command,
946 final MockScheduledFuture future = new MockScheduledFuture(command);
/forgerock/opendj-b2.6/src/server/org/opends/server/util/
H A DStaticUtils.java2414 * Executes the specified command on the system and captures its output. This
2417 * @param command The command to execute.
2418 * @param args The set of arguments to provide to the command.
2419 * @param workingDirectory The working directory to use for the command, or
2423 * set when executing the command, or
2425 * @param output The output generated by the command while it was
2431 * @return The exit code for the command.
2434 * command.
2437 * command t
2444 exec(String command, String[] args, File workingDirectory, Map<String,String> environment, List<String> output) argument
[all...]
/forgerock/opendj2/src/server/org/opends/server/util/
H A DStaticUtils.java2392 * Executes the specified command on the system and captures its output. This
2395 * @param command The command to execute.
2396 * @param args The set of arguments to provide to the command.
2397 * @param workingDirectory The working directory to use for the command, or
2401 * set when executing the command, or
2403 * @param output The output generated by the command while it was
2409 * @return The exit code for the command.
2412 * command.
2415 * command t
2422 exec(String command, String[] args, File workingDirectory, Map<String,String> environment, List<String> output) argument
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/util/
H A DStaticUtils.java2414 * Executes the specified command on the system and captures its output. This
2417 * @param command The command to execute.
2418 * @param args The set of arguments to provide to the command.
2419 * @param workingDirectory The working directory to use for the command, or
2423 * set when executing the command, or
2425 * @param output The output generated by the command while it was
2431 * @return The exit code for the command.
2434 * command.
2437 * command t
2444 exec(String command, String[] args, File workingDirectory, Map<String,String> environment, List<String> output) argument
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/util/
H A DStaticUtils.java2489 * Executes the specified command on the system and captures its output. This
2492 * @param command The command to execute.
2493 * @param args The set of arguments to provide to the command.
2494 * @param workingDirectory The working directory to use for the command, or
2498 * set when executing the command, or
2500 * @param output The output generated by the command while it was
2506 * @return The exit code for the command.
2509 * command.
2512 * command t
2519 exec(String command, String[] args, File workingDirectory, Map<String,String> environment, List<String> output) argument
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/util/
H A DStaticUtils.java2392 * Executes the specified command on the system and captures its output. This
2395 * @param command The command to execute.
2396 * @param args The set of arguments to provide to the command.
2397 * @param workingDirectory The working directory to use for the command, or
2401 * set when executing the command, or
2403 * @param output The output generated by the command while it was
2409 * @return The exit code for the command.
2412 * command.
2415 * command t
2422 exec(String command, String[] args, File workingDirectory, Map<String,String> environment, List<String> output) argument
[all...]

Completed in 171 milliseconds

123456789