Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 144 for delete (0.06 sec)

  1. BsCrawlingInfoBhv.java

    entity.asDocMeta().indexOption(opLambda); L204: doInsertOrUpdate(entity, null, null); L205: } L206: L207: public void delete(CrawlingInfo entity) { L208: doDelete(entity, null); L209: } L210: L211: public void delete(CrawlingInfo entity, RequestOptionCall<DeleteRequestBuilder> opLambda) { L212: entity.asDocMeta().deleteOption(opLambda); L213: doDelete(entity, null); L214: } L215: L216: public int queryDelete(CBCall<CrawlingInfoCB> cbLambda) { L217: return...
    github.com/codelibs/fess/src/main/java/org/code...
    Thu Feb 22 01:37:57 UTC 2024
      9.5K bytes
  2. BsElevateWordToLabelBhv.java

    entity.asDocMeta().indexOption(opLambda); L203: doInsertOrUpdate(entity, null, null); L204: } L205: L206: public void delete(ElevateWordToLabel entity) { L207: doDelete(entity, null); L208: } L209: L210: public void delete(ElevateWordToLabel entity, RequestOptionCall<DeleteRequestBuilder> opLambda) { L211: entity.asDocMeta().deleteOption(opLambda); L212: doDelete(entity, null); L213: } L214: L215: public int queryDelete(CBCall<ElevateWordToLabelCB> cbLambda) { L216: ...
    github.com/codelibs/fess/src/main/java/org/code...
    Thu Feb 22 01:37:57 UTC 2024
      9.7K bytes
  3. BsJobLogBhv.java

    entity.asDocMeta().indexOption(opLambda); L209: doInsertOrUpdate(entity, null, null); L210: } L211: L212: public void delete(JobLog entity) { L213: doDelete(entity, null); L214: } L215: L216: public void delete(JobLog entity, RequestOptionCall<DeleteRequestBuilder> opLambda) { L217: entity.asDocMeta().deleteOption(opLambda); L218: doDelete(entity, null); L219: } L220: L221: public int queryDelete(CBCall<JobLogCB> cbLambda) { L222: return doQueryDele...
    github.com/codelibs/fess/src/main/java/org/code...
    Thu Feb 22 01:37:57 UTC 2024
      9.5K bytes
  4. BsRoleTypeBhv.java

    entity.asDocMeta().indexOption(opLambda); L207: doInsertOrUpdate(entity, null, null); L208: } L209: L210: public void delete(RoleType entity) { L211: doDelete(entity, null); L212: } L213: L214: public void delete(RoleType entity, RequestOptionCall<DeleteRequestBuilder> opLambda) { L215: entity.asDocMeta().deleteOption(opLambda); L216: doDelete(entity, null); L217: } L218: L219: public int queryDelete(CBCall<RoleTypeCB> cbLambda) { L220: return doQuery...
    github.com/codelibs/fess/src/main/java/org/code...
    Thu Feb 22 01:37:57 UTC 2024
      9.5K bytes
  5. deps.xml

    value="https://repo1.maven.org/maven2" /> L14: L15: <target name="install.jars"> L16: <mkdir dir="${target.dir}" /> L17: <delete dir="${webinf.dir}/lib" /> L18: <mkdir dir="${webinf.dir}/lib" /> L19: <delete dir="${crawler.dir}/lib" /> L20: <mkdir dir="${crawler.dir}/lib" /> L21: <delete dir="${suggest.dir}/lib" /> L22: <mkdir dir="${suggest.dir}/lib" /> L23: <delete dir="${thumbnail.dir}/lib" /> L24: <mkdir dir="${thumbnail.dir}/lib" /> L25: <!-- annotation-api --> L26: <antcall targe...
    github.com/codelibs/fess/deps.xml
    Thu Oct 24 04:37:19 UTC 2024
      2.5K bytes
  6. GroupService.java

    pManager().insert(group); L72: L73: groupBhv.insertOrUpdate(group, op -> { L74: op.setRefreshPolicy(Constants.TRUE); L75: }); L76: L77: } L78: L79: public void delete(final Group group) { L80: ComponentUtil.getLdapManager().delete(group); L81: L82: groupBhv.delete(group, op -> { L83: op.setRefreshPolicy(Constants.TRUE); L84: }); L85: L86: userBhv.selectCursor(cb -> cb.query().setGroups_Equal(group.getId()), entity -> { L87: ...
    github.com/codelibs/fess/src/main/java/org/code...
    Thu Feb 22 01:53:18 UTC 2024
      3.6K bytes
  7. RoleService.java

    ComponentUtil.getLdapManager().insert(role); L69: L70: roleBhv.insertOrUpdate(role, op -> { L71: op.setRefreshPolicy(Constants.TRUE); L72: }); L73: L74: } L75: L76: public void delete(final Role role) { L77: ComponentUtil.getLdapManager().delete(role); L78: L79: roleBhv.delete(role, op -> { L80: op.setRefreshPolicy(Constants.TRUE); L81: }); L82: L83: userBhv.selectCursor(cb -> cb.query().setRoles_Equal(role.getId()), entity -> { L84: ...
    github.com/codelibs/fess/src/main/java/org/code...
    Thu Feb 22 01:53:18 UTC 2024
      3.4K bytes
  8. ApiAdminSuggestAction.java

    ult.Status.OK).result()); L39: } L40: L41: // DELETE /api/admin/suggest/all L42: @Execute L43: public JsonResponse<ApiResult> delete$all() { L44: if (!suggestHelper.deleteAllWords()) { L45: throwValidationErrorApi(messages -> messages.addErrorsFailedToDeleteDocInAdmin(GLOBAL)); L46: } L47: return asJson(new ApiResult.ApiResponse().status(ApiResult.Status.OK).result()); L48: } L49: L50: // DELETE /api/admin/suggest/document L51: @Execute L52: ...
    github.com/codelibs/fess/src/main/java/org/code...
    Thu Feb 22 01:53:18 UTC 2024
      2.6K bytes
  9. plugin.xml

    value="https://oss.sonatype.org/content/repositories/snapshots" /> L8: <property name="maven.release.repo.url" value="https://oss.sonatype.org/content/repositories/releases" /> L9: L10: <target name="install.plugins"> L11: <mkdir dir="${target.dir}" /> L12: <delete dir="${plugins.dir}" /> L13: <mkdir dir="${plugins.dir}" /> L14: <!-- analysis-extension --> L15: <antcall target="install.plugin"> L16: <param name="repo.url" value="${maven.release.repo.url}" /> L17: <param name="plugin.groupId" value="o...
    github.com/codelibs/fess/plugin.xml
    Fri Oct 25 23:33:43 UTC 2024
      3.5K bytes
  10. ApiAdminUserAction.java

    buildThrowableMessage(e))); L103: } L104: return asJson(new ApiResult.ApiUpdateResponse().id(entity.getId()).created(false).status(ApiResult.Status.OK).result()); L105: } L106: L107: // DELETE /api/admin/user/setting/{id} L108: @Execute L109: public JsonResponse<ApiResult> delete$setting(final String id) { L110: final User entity = userService.getUser(id).orElseGet(() -> { L111: throwValidationErrorApi(messages -> messages.addErrorsCrudCouldNotFindCrudTable(GLOBAL,...
    github.com/codelibs/fess/src/main/java/org/code...
    Thu Feb 22 01:53:18 UTC 2024
      5.8K bytes
Back to top