Searched defs:isSourceValid (Results 1 - 2 of 2) sorted by relevance

/forgerock/openidm-v4/openidm-zip/src/main/resources/samples/usecase/script/
H A DisSourceValidBusiness.js3 function isSourceValid(sourceobject) function
16 isSourceValid(source)
/forgerock/openidm-v4/openidm-core/src/main/java/org/forgerock/openidm/sync/impl/
H A DObjectMapping.java1930 * @see SyncOperation#isSourceValid(JsonValue)
1932 protected boolean isSourceValid() throws SynchronizationException { method in class:ObjectMapping.SyncOperation
1933 return isSourceValid(null);
1943 protected boolean isSourceValid(JsonValue sourceObjectOverride) throws SynchronizationException { method in class:ObjectMapping.SyncOperation
1974 LOGGER.trace("isSourceValid of {} evaluated: {}", getSourceObjectId(), result);
2295 boolean valid = isSourceValid(oldValue);
2319 } else if (isSourceValid() && checkSourceConditions(getLinkQualifier())) { // source is valid for mapping
2671 } else if (!isSourceValid()) {

Completed in 43 milliseconds