Searched refs:commands (Results 1 - 25 of 44) sorted by relevance

12

/forgerock/openidm-v4/openidm-shell/src/main/java/org/forgerock/openidm/shell/impl/
H A DBasicCommandScope.java64 @Descriptor("Displays available commands.")
117 Map<String, List<Method>> commands = getCommands();
125 for (Map.Entry<String, List<Method>> entry : commands.entrySet()) {
134 methods = commands.get(name);
152 Map<String, List<Method>> commands = new TreeMap<String, List<Method>>();
159 commands.put(cmdScope.getScope() + ":" + func, new ArrayList<Method>());
162 if (!commands.isEmpty()) {
165 List<Method> commandMethods = commands.get(cmdScope.getScope() + ":"
173 // Remove any missing commands.
174 Iterator<Map.Entry<String, List<Method>>> it = commands
[all...]
/forgerock/openidm-v4/openidm-shell/src/main/java/org/forgerock/openidm/shell/felixgogo/
H A DFelixGogoCommandsServiceGenerator.java39 * adds public methods for each command name and in method body redirects call to original commands service
67 * @param service commands service
68 * @param commands commands map (name=help)
73 public static Object generate(CustomCommandScope service, Map<String, String> commands, String suffix) argument
127 Set<String> names = commands.keySet();
134 av0.visit("value", commands.get(name));
176 new javassist.bytecode.annotation.StringMemberValue(commands.get(name), constPool));
/forgerock/openidm-v4/openidm-repo-jdbc/src/main/java/org/forgerock/openidm/repo/jdbc/impl/query/
H A DTableQueries.java85 * Helper class to wrap configured queries/commands.
155 /** Configured commands */
156 final ConfiguredQueries commands = new ConfiguredQueries(); field in class:TableQueries
383 } else if (commands.queryIdExists(queryId)) {
384 foundQuery = commands.getQuery(con, queryId, type, params);
387 + " does not match any configured commands on the JDBC repository service.");
391 + (queryExpression != null ? queryExpression : commands.getQueryInfo(queryId).getQueryString())
588 * Set the pre-configured queries/commands for generic tables, which are identified
613 * Set the pre-configured queries/commands for explicitly mapped tables, which are
656 commands
[all...]
/forgerock/opendj2/ext/ant/lib/
H A Dant-contrib-1.0b3.jar ... antserver/ net/sf/antcontrib/antserver/client/ net/sf/antcontrib/antserver/commands/ net/sf/antcontrib/antserver/server/ net/sf/antcontrib/design/ net ...
/forgerock/opendj-b2.6/ext/ant/lib/
H A Dant-contrib-1.0b3.jar ... antserver/ net/sf/antcontrib/antserver/client/ net/sf/antcontrib/antserver/commands/ net/sf/antcontrib/antserver/server/ net/sf/antcontrib/design/ net ...
/forgerock/opendj2.6.2/ext/ant/lib/
H A Dant-contrib-1.0b3.jar ... antserver/ net/sf/antcontrib/antserver/client/ net/sf/antcontrib/antserver/commands/ net/sf/antcontrib/antserver/server/ net/sf/antcontrib/design/ net ...
/forgerock/opendj2-hg/ext/ant/lib/
H A Dant-contrib-1.0b3.jar ... antserver/ net/sf/antcontrib/antserver/client/ net/sf/antcontrib/antserver/commands/ net/sf/antcontrib/antserver/server/ net/sf/antcontrib/design/ net ...
/forgerock/opendj-v3/opendj-server-legacy/ext/ant/lib/
H A Dant-contrib-1.0b3.jar ... antserver/ net/sf/antcontrib/antserver/client/ net/sf/antcontrib/antserver/commands/ net/sf/antcontrib/antserver/server/ net/sf/antcontrib/design/ net ...
/forgerock/openidm-v4/openidm-repo-jdbc/src/main/java/org/forgerock/openidm/repo/jdbc/impl/
H A DJDBCRepoService.java878 JsonValue genericCommands = config.get("commands").get("genericTables");
927 JsonValue explicitCommands = config.get("commands").get("explicitTables");
981 String dbSchemaName, JsonValue queries, JsonValue commands, int maxBatchSize) {
987 new DB2TableHandler(tableConfig, dbSchemaName, queries, commands, maxBatchSize,
991 new OracleTableHandler(tableConfig, dbSchemaName, queries, commands, maxBatchSize,
995 new PostgreSQLTableHandler(tableConfig, dbSchemaName, queries, commands, maxBatchSize,
999 new GenericTableHandler(tableConfig, dbSchemaName, queries, commands, maxBatchSize,
1003 new MSSQLTableHandler(tableConfig, dbSchemaName, queries, commands, maxBatchSize,
1007 new H2TableHandler(tableConfig, dbSchemaName, queries, commands, maxBatchSize,
1011 new GenericTableHandler(tableConfig, dbSchemaName, queries, commands, maxBatchSiz
980 getGenericTableHandler(DatabaseType databaseType, JsonValue tableConfig, String dbSchemaName, JsonValue queries, JsonValue commands, int maxBatchSize) argument
[all...]
/forgerock/openidm-v4/openidm-repo-orientdb/src/main/java/org/forgerock/openidm/repo/orientdb/impl/
H A DEmbeddedOServerService.java96 listener.parameters, listener.commands)
143 studioListener.commands = new OServerCommandConfiguration[]{
H A DOrientDBRepoService.java115 public static final String CONFIG_COMMANDS = "commands";
164 Commands commands = new Commands(); field in class:OrientDBRepoService
498 return commands.query(request.getResourcePath(), request, db);
851 commands.setConfiguredQueries(commandMap);
/forgerock/opendj2/src/build-tools/windows/
H A DREADME87 You can build winlauncher.c and then winlauncher.exe with the commands in the
/forgerock/opendj-b2.6/src/build-tools/windows/
H A DREADME88 You can build winlauncher.c and then winlauncher.exe with the commands in the
/forgerock/opendj2.6.2/src/build-tools/windows/
H A DREADME88 You can build winlauncher.c and then winlauncher.exe with the commands in the
/forgerock/opendj2-hg/src/build-tools/windows/
H A DREADME87 You can build winlauncher.c and then winlauncher.exe with the commands in the
/forgerock/opendj2-jel-hg/src/build-tools/windows/
H A DREADME88 You can build winlauncher.c and then winlauncher.exe with the commands in the
/forgerock/opendj-v3/opendj-server-legacy/src/build-tools/windows/
H A DREADME87 You can build winlauncher.c and then winlauncher.exe with the commands in the
/forgerock/opendj-b2.6/ext/svnkit/
H A Dsvnkit-cli.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt org/ org/tmatesoft/ org/ ...
H A Dsequence-library.jar ... .QSequenceMedia media private final java.util.List commands public void " href="/source/s?defs=% ...
/forgerock/opendj2.6.2/ext/svnkit/
H A Dsvnkit-cli.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt org/ org/tmatesoft/ org/ ...
H A Dsequence-library.jar ... .QSequenceMedia media private final java.util.List commands public void " href="/source/s?defs=% ...
/forgerock/opendj2/ext/svnkit/lib/
H A Dsvnkit-cli-1.8.5.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt org/ org/tmatesoft/ org/ ...
H A Dsequence-library-1.0.2.jar ... .QSequenceMedia media private final java.util.List commands public void " href="/source/s?defs=% ...
/forgerock/opendj2-hg/ext/svnkit/lib/
H A Dsvnkit-cli-1.8.5.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt org/ org/tmatesoft/ org/ ...
H A Dsequence-library-1.0.2.jar ... .QSequenceMedia media private final java.util.List commands public void " href="/source/s?defs=% ...

Completed in 169 milliseconds

12