Searched defs:endDate (Results 1 - 21 of 21) sorted by relevance

/forgerock/openidm-v4/openidm-maintenance/src/main/java/org/forgerock/openidm/maintenance/upgrade/
H A DUpdateLogEntry.java37 private String endDate; field in class:UpdateLogEntry
97 return endDate;
100 public UpdateLogEntry setEndDate(String endDate) { argument
101 this.endDate = endDate;
154 ret.put("endDate", getEndDate());
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/policy/plugins/
H A DSimpleTimeCondition.java87 private int endDate[] = {-1,0,0}; field in class:SimpleTimeCondition
195 endDate[0] = -1;
351 * extracts <code>startDate</code> and <code>endDate</code> from the
353 * like startDate > endDate or format.
400 endDate[0] = cal.get(Calendar.YEAR);
401 endDate[1] = cal.get(Calendar.MONTH);
402 endDate[2] = cal.get(Calendar.DAY_OF_MONTH);
513 if (endDate != null) {
514 theClone.endDate = new int[endDate
[all...]
/forgerock/openam/openam-core/src/main/java/com/sun/identity/policy/plugins/
H A DSimpleTimeCondition.java87 private int endDate[] = {-1,0,0}; field in class:SimpleTimeCondition
195 endDate[0] = -1;
351 * extracts <code>startDate</code> and <code>endDate</code> from the
353 * like startDate > endDate or format.
400 endDate[0] = cal.get(Calendar.YEAR);
401 endDate[1] = cal.get(Calendar.MONTH);
402 endDate[2] = cal.get(Calendar.DAY_OF_MONTH);
513 if (endDate != null) {
514 theClone.endDate = new int[endDate
[all...]
/forgerock/openam-v13/openam-entitlements/src/main/java/org/forgerock/openam/entitlement/conditions/environment/
H A DSimpleTimeCondition.java97 private String endDate; field in class:SimpleTimeCondition
268 if (startDate != null && endDate == null) {
275 if (startDate == null && endDate != null) {
514 jo.put(END_DATE, endDate);
589 return endDate;
592 public void setEndDate(String endDate) { argument
594 Date date = dateFormat.parse(endDate);
597 this.endDate = endDate;
/forgerock/openam/openam-entitlements/src/main/java/org/forgerock/openam/entitlement/conditions/environment/
H A DSimpleTimeCondition.java96 private String endDate; field in class:SimpleTimeCondition
267 if (startDate != null && endDate == null) {
274 if (startDate == null && endDate != null) {
513 jo.put(END_DATE, endDate);
588 return endDate;
591 public void setEndDate(String endDate) { argument
593 Date date = dateFormat.parse(endDate);
596 this.endDate = endDate;
/forgerock/opendj-b2.6/src/server/org/opends/server/replication/plugin/
H A DLDAPReplicationDomain.java5611 * @param endDate the date to stop this task whether the job is done or not.
5616 long endDate)
5623 + "endDate:" + new Date(endDate)
5657 long maxTimeToRun = endDate - TimeThread.getTime();
5615 purgeConflictsHistorical(PurgeConflictsHistoricalTask task, long endDate) argument
/forgerock/opendj2/src/server/org/opends/server/replication/plugin/
H A DLDAPReplicationDomain.java5053 * @param endDate
5059 long endDate) throws DirectoryException
5063 + "endDate:" + new Date(endDate)
5094 long maxTimeToRun = endDate - TimeThread.getTime();
5058 purgeConflictsHistorical(PurgeConflictsHistoricalTask task, long endDate) argument
/forgerock/opendj2.6.2/src/server/org/opends/server/replication/plugin/
H A DLDAPReplicationDomain.java5706 * @param endDate the date to stop this task whether the job is done or not.
5711 long endDate)
5718 + "endDate:" + new Date(endDate)
5752 long maxTimeToRun = endDate - TimeThread.getTime();
5710 purgeConflictsHistorical(PurgeConflictsHistoricalTask task, long endDate) argument
/forgerock/opendj2-jel-hg/src/server/org/opends/server/replication/plugin/
H A DLDAPReplicationDomain.java5611 * @param endDate the date to stop this task whether the job is done or not.
5616 long endDate)
5623 + "endDate:" + new Date(endDate)
5657 long maxTimeToRun = endDate - TimeThread.getTime();
5615 purgeConflictsHistorical(PurgeConflictsHistoricalTask task, long endDate) argument
/forgerock/opendj2-hg/src/server/org/opends/server/replication/plugin/
H A DLDAPReplicationDomain.java5053 * @param endDate
5059 long endDate) throws DirectoryException
5063 + "endDate:" + new Date(endDate)
5094 long maxTimeToRun = endDate - TimeThread.getTime();
5058 purgeConflictsHistorical(PurgeConflictsHistoricalTask task, long endDate) argument
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/replication/plugin/
H A DLDAPReplicationDomain.java4922 * @param endDate
4928 long endDate) throws DirectoryException
4932 + "endDate:" + new Date(endDate)
4949 long maxTimeToRun = endDate - TimeThread.getTime();
4927 purgeConflictsHistorical(PurgeConflictsHistoricalTask task, long endDate) argument
/forgerock/opendj2/ext/testng/lib/
H A Dtestng-5.7b-jdk15.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/beust/ com/beust/testng/ org/ org/testng/ org/ ...
/forgerock/opendj-b2.6/ext/testng/lib/
H A Dtestng-5.7b-jdk15.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/beust/ com/beust/testng/ org/ org/testng/ org/ ...
/forgerock/opendj2.6.2/ext/testng/lib/
H A Dtestng-5.7b-jdk15.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/beust/ com/beust/testng/ org/ org/testng/ org/ ...
/forgerock/opendj2-jel-hg/ext/testng/lib/
H A Dtestng-5.7b-jdk15.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/beust/ com/beust/testng/ org/ org/testng/ org/ ...
/forgerock/opendj2-hg/ext/testng/lib/
H A Dtestng-5.7b-jdk15.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/beust/ com/beust/testng/ org/ org/testng/ org/ ...
/forgerock/opendj2/ext/ant/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/forgerock/opendj-b2.6/ext/ant/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/forgerock/opendj2.6.2/ext/ant/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/forgerock/opendj2-hg/ext/ant/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/forgerock/opendj-v3/opendj-server-legacy/ext/ant/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...

Completed in 171 milliseconds