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

/forgerock/opendj2/src/server/org/opends/server/api/plugin/
H A DPluginResult.java682 public static final class PostResponse class in class:PluginResult
687 private static PostResponse DEFAULT_RESULT =
688 new PostResponse(true);
696 private PostResponse (boolean continuePluginProcessing) method in class:PluginResult.PostResponse
706 public static PostResponse continueOperationProcessing()
718 public static PostResponse skipFurtherPluginProcesssing()
720 return new PostResponse(false);
/forgerock/opendj-b2.6/src/server/org/opends/server/api/plugin/
H A DPluginResult.java683 public static final class PostResponse class in class:PluginResult
688 private static PostResponse DEFAULT_RESULT =
689 new PostResponse(true);
697 private PostResponse (boolean continuePluginProcessing) method in class:PluginResult.PostResponse
707 public static PostResponse continueOperationProcessing()
719 public static PostResponse skipFurtherPluginProcesssing()
721 return new PostResponse(false);
/forgerock/opendj2.6.2/src/server/org/opends/server/api/plugin/
H A DPluginResult.java683 public static final class PostResponse class in class:PluginResult
688 private static PostResponse DEFAULT_RESULT =
689 new PostResponse(true);
697 private PostResponse (boolean continuePluginProcessing) method in class:PluginResult.PostResponse
707 public static PostResponse continueOperationProcessing()
719 public static PostResponse skipFurtherPluginProcesssing()
721 return new PostResponse(false);
/forgerock/opendj2-hg/src/server/org/opends/server/api/plugin/
H A DPluginResult.java682 public static final class PostResponse class in class:PluginResult
687 private static PostResponse DEFAULT_RESULT =
688 new PostResponse(true);
696 private PostResponse (boolean continuePluginProcessing) method in class:PluginResult.PostResponse
706 public static PostResponse continueOperationProcessing()
718 public static PostResponse skipFurtherPluginProcesssing()
720 return new PostResponse(false);
/forgerock/opendj2-jel-hg/src/server/org/opends/server/api/plugin/
H A DPluginResult.java683 public static final class PostResponse class in class:PluginResult
688 private static PostResponse DEFAULT_RESULT =
689 new PostResponse(true);
697 private PostResponse (boolean continuePluginProcessing) method in class:PluginResult.PostResponse
707 public static PostResponse continueOperationProcessing()
719 public static PostResponse skipFurtherPluginProcesssing()
721 return new PostResponse(false);
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/api/plugin/
H A DPluginResult.java619 public static final class PostResponse class in class:PluginResult
624 private static PostResponse DEFAULT_RESULT =
625 new PostResponse(true);
633 private PostResponse (boolean continuePluginProcessing) method in class:PluginResult.PostResponse
643 public static PostResponse continueOperationProcessing()
653 public static PostResponse skipFurtherPluginProcesssing()
655 return new PostResponse(false);

Completed in 40 milliseconds