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

/forgerock/openam-v13/openam-scripting/src/main/java/org/forgerock/openam/scripting/rest/batch/
H A DBatchResource.java61 public class BatchResource extends RealmAwareResource { class in inherits:RealmAwareResource
82 public BatchResource(ScriptEvaluator scriptEvaluator, method in class:BatchResource
112 debug.error("BatchResource :: actionCollection - ScriptId null. Default scripts not implemented.");
138 debug.error("BatchResource :: actionCollection - Error running script : {}", scriptId);
141 debug.error("BatchResource :: actionCollection - Error running script : {}", scriptId);
/forgerock/openam/openam-scripting/src/main/java/org/forgerock/openam/scripting/rest/batch/
H A DBatchResource.java61 public class BatchResource extends RealmAwareResource { class in inherits:RealmAwareResource
82 public BatchResource(ScriptEvaluator scriptEvaluator, method in class:BatchResource
112 debug.error("BatchResource :: actionCollection - ScriptId null. Default scripts not implemented.");
138 debug.error("BatchResource :: actionCollection - Error running script : {}", scriptId);
141 debug.error("BatchResource :: actionCollection - Error running script : {}", scriptId);

Completed in 506 milliseconds