Searched defs:excludeIds (Results 1 - 5 of 5) sorted by relevance

/forgerock/opendj-b2.6/src/server/org/opends/server/util/
H A DVersionCompatibilityIssue.java537 * issues specified by <code>excludeIds</code>.
539 * @param excludeIds collection of IDs representing issues
548 Collection<Integer> excludeIds, BuildInformation current,
551 if (excludeIds == null) excludeIds = Collections.emptySet();
555 if (!excludeIds.contains(evt.getCause().getId())) {
547 getEvents( Collection<Integer> excludeIds, BuildInformation current, BuildInformation neu) argument
/forgerock/opendj2/src/server/org/opends/server/util/
H A DVersionCompatibilityIssue.java536 * issues specified by <code>excludeIds</code>.
538 * @param excludeIds collection of IDs representing issues
547 Collection<Integer> excludeIds, BuildInformation current,
550 if (excludeIds == null) excludeIds = Collections.emptySet();
554 if (!excludeIds.contains(evt.getCause().getId())) {
546 getEvents( Collection<Integer> excludeIds, BuildInformation current, BuildInformation neu) argument
/forgerock/opendj2.6.2/src/server/org/opends/server/util/
H A DVersionCompatibilityIssue.java537 * issues specified by <code>excludeIds</code>.
539 * @param excludeIds collection of IDs representing issues
548 Collection<Integer> excludeIds, BuildInformation current,
551 if (excludeIds == null) excludeIds = Collections.emptySet();
555 if (!excludeIds.contains(evt.getCause().getId())) {
547 getEvents( Collection<Integer> excludeIds, BuildInformation current, BuildInformation neu) argument
/forgerock/opendj2-jel-hg/src/server/org/opends/server/util/
H A DVersionCompatibilityIssue.java537 * issues specified by <code>excludeIds</code>.
539 * @param excludeIds collection of IDs representing issues
548 Collection<Integer> excludeIds, BuildInformation current,
551 if (excludeIds == null) excludeIds = Collections.emptySet();
555 if (!excludeIds.contains(evt.getCause().getId())) {
547 getEvents( Collection<Integer> excludeIds, BuildInformation current, BuildInformation neu) argument
/forgerock/opendj2-hg/src/server/org/opends/server/util/
H A DVersionCompatibilityIssue.java536 * issues specified by <code>excludeIds</code>.
538 * @param excludeIds collection of IDs representing issues
547 Collection<Integer> excludeIds, BuildInformation current,
550 if (excludeIds == null) excludeIds = Collections.emptySet();
554 if (!excludeIds.contains(evt.getCause().getId())) {
546 getEvents( Collection<Integer> excludeIds, BuildInformation current, BuildInformation neu) argument

Completed in 70 milliseconds