Searched defs:completionNotificationArg (Results 1 - 6 of 6) sorted by relevance

/forgerock/opendj2/src/server/org/opends/server/admin/client/cli/
H A DTaskScheduleArgs.java73 public StringArgument completionNotificationArg; field in class:TaskScheduleArgs
118 completionNotificationArg = new StringArgument(
160 return new Argument[] {startArg, recurringArg, completionNotificationArg,
207 if (completionNotificationArg.isPresent()) {
208 LinkedList<String> addrs = completionNotificationArg.getValues();
212 addr, completionNotificationArg.getLongIdentifier()));
259 completionNotificationArg,
362 if (completionNotificationArg.isPresent()) {
363 return completionNotificationArg.getValues();
/forgerock/opendj-b2.6/src/server/org/opends/server/admin/client/cli/
H A DTaskScheduleArgs.java74 public StringArgument completionNotificationArg; field in class:TaskScheduleArgs
119 completionNotificationArg = new StringArgument(
161 return new Argument[] {startArg, recurringArg, completionNotificationArg,
208 if (completionNotificationArg.isPresent()) {
209 LinkedList<String> addrs = completionNotificationArg.getValues();
213 addr, completionNotificationArg.getLongIdentifier()));
260 completionNotificationArg,
363 if (completionNotificationArg.isPresent()) {
364 return completionNotificationArg.getValues();
/forgerock/opendj2.6.2/src/server/org/opends/server/admin/client/cli/
H A DTaskScheduleArgs.java74 public StringArgument completionNotificationArg; field in class:TaskScheduleArgs
119 completionNotificationArg = new StringArgument(
161 return new Argument[] {startArg, recurringArg, completionNotificationArg,
208 if (completionNotificationArg.isPresent()) {
209 LinkedList<String> addrs = completionNotificationArg.getValues();
213 addr, completionNotificationArg.getLongIdentifier()));
260 completionNotificationArg,
363 if (completionNotificationArg.isPresent()) {
364 return completionNotificationArg.getValues();
/forgerock/opendj2-hg/src/server/org/opends/server/admin/client/cli/
H A DTaskScheduleArgs.java73 public StringArgument completionNotificationArg; field in class:TaskScheduleArgs
118 completionNotificationArg = new StringArgument(
160 return new Argument[] {startArg, recurringArg, completionNotificationArg,
207 if (completionNotificationArg.isPresent()) {
208 LinkedList<String> addrs = completionNotificationArg.getValues();
212 addr, completionNotificationArg.getLongIdentifier()));
259 completionNotificationArg,
362 if (completionNotificationArg.isPresent()) {
363 return completionNotificationArg.getValues();
/forgerock/opendj2-jel-hg/src/server/org/opends/server/admin/client/cli/
H A DTaskScheduleArgs.java74 public StringArgument completionNotificationArg; field in class:TaskScheduleArgs
119 completionNotificationArg = new StringArgument(
161 return new Argument[] {startArg, recurringArg, completionNotificationArg,
208 if (completionNotificationArg.isPresent()) {
209 LinkedList<String> addrs = completionNotificationArg.getValues();
213 addr, completionNotificationArg.getLongIdentifier()));
260 completionNotificationArg,
363 if (completionNotificationArg.isPresent()) {
364 return completionNotificationArg.getValues();
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/admin/client/cli/
H A DTaskScheduleArgs.java77 public StringArgument completionNotificationArg; field in class:TaskScheduleArgs
122 completionNotificationArg = new StringArgument(
164 return new Argument[] {startArg, recurringArg, completionNotificationArg,
211 if (completionNotificationArg.isPresent()) {
212 LinkedList<String> addrs = completionNotificationArg.getValues();
216 addr, completionNotificationArg.getLongIdentifier()));
262 completionNotificationArg,
365 if (completionNotificationArg.isPresent()) {
366 return completionNotificationArg.getValues();

Completed in 32 milliseconds