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

/forgerock/openidm-v4/openidm-scheduler/src/main/java/org/forgerock/openidm/scheduler/impl/
H A DTaskScannerJob.java323 * Constructs a full object ID from the supplied resourceID and the objectID
325 * @param objectID ID of some object
328 private String retrieveFullID(String resourceID, String objectID) { argument
329 return resourceID + '/' + objectID;
396 * Passes <b>"input"</b> and <b>"objectID"</b> to the script.<br>
397 * <b>"objectID"</b> contains the full ID of the supplied object (including resource identifier).
416 scope.put("objectID", retrieveFullID(resourceID, input));

Completed in 38 milliseconds