- Sort Score
- Result 10 results
- Languages All
Results 11 - 20 of 394 for updatedAt (0.03 sec)
-
src/main/java/org/codelibs/fess/app/web/admin/duplicatehost/EditForm.java
@Size(max = 1000) public String id; /** * The username of the user who last updated this duplicate host configuration. * Used for audit trail purposes to track who made changes. */ @Size(max = 1000) public String updatedBy; /** * The timestamp when this duplicate host configuration was last updated. * Stored as a long value representing milliseconds since epoch.
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 2.4K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/dict/protwords/ProtwordsFileTest.java
assertTrue("Should find test3", foundTest3); } public void test_update_fromInputStream() throws IOException { // Create test input stream String content = "updated1\n" + "updated2\n"; InputStream is = new ByteArrayInputStream(content.getBytes(StandardCharsets.UTF_8)); // Update from input stream protwordsFile.update(is); // Verify update
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 20.8K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/admin/relatedquery/EditForm.java
/** Unique identifier for the related query entry */ @Required @Size(max = 1000) public String id; /** Username of the user who last updated this entry */ @Size(max = 1000) public String updatedBy; /** Timestamp when this entry was last updated */ @ValidateTypeFailure public Long updatedTime; /** Version number for optimistic locking */ @Required @ValidateTypeFailure
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 1.6K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/admin/labeltype/EditForm.java
@Required @Size(max = 1000) public String id; /** * The username of the user who last updated this label type. * Used for audit trail purposes to track who made changes. */ @Size(max = 1000) public String updatedBy; /** * The timestamp when this label type was last updated. * Stored as a long value representing milliseconds since epoch.
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 2.2K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/admin/role/EditForm.java
@Required @Size(max = 1000) public String id; /** * The username of the user who last updated this role. * Used for audit trail purposes to track who made changes. */ @Size(max = 1000) public String updatedBy; /** * The timestamp when this role was last updated. * Stored as a long value representing milliseconds since epoch. * Used for audit trail and concurrency control.
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 2.2K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/admin/accesstoken/EditForm.java
@Size(max = 1000) public String id; /** * The username of the user who last updated this access token. * Used for audit trail purposes to track who made changes. */ @Size(max = 1000) public String updatedBy; /** * The timestamp when this access token was last updated. * Stored as a long value representing milliseconds since epoch.
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 2.2K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/admin/badword/EditForm.java
@Size(max = 1000) public String id; /** * The username of the user who last updated this bad word entry. * Used for audit trail purposes to track who made changes. */ @Size(max = 1000) public String updatedBy; /** * The timestamp when this bad word entry was last updated. * Stored as a long value representing milliseconds since epoch.
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 2.2K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/admin/boostdoc/EditForm.java
@Size(max = 1000) public String id; /** * The username of the user who last updated this boost document configuration. * Used for audit trail purposes to track who made changes. */ @Size(max = 1000) public String updatedBy; /** * The timestamp when this boost document configuration was last updated. * Stored as a long value representing milliseconds since epoch.
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 2.4K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/admin/fileauth/EditForm.java
/** * The username of the user who last updated this file authentication configuration. * Used for audit trail purposes to track who made changes. * Maximum length is 255 characters. */ @Size(max = 255) public String updatedBy; /** * The timestamp when this file authentication configuration was last updated. * Stored as a long value representing milliseconds since epoch.
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 2.4K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/admin/fileconfig/EditForm.java
@Size(max = 1000) public String id; /** * The username of the user who last updated this file configuration. * Used for audit trail purposes to track who made changes. */ @Size(max = 1000) public String updatedBy; /** * The timestamp when this file configuration was last updated. * Stored as a long value representing milliseconds since epoch.
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 2.3K bytes - Viewed (0)