9f92250fcac0f79bcde31080a38940cb4ebecda8Phill Cunnington/*
9f92250fcac0f79bcde31080a38940cb4ebecda8Phill Cunnington * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
9f92250fcac0f79bcde31080a38940cb4ebecda8Phill Cunnington *
9f92250fcac0f79bcde31080a38940cb4ebecda8Phill Cunnington * Copyright (c) 2014 ForgeRock AS. All Rights Reserved
9f92250fcac0f79bcde31080a38940cb4ebecda8Phill Cunnington *
9f92250fcac0f79bcde31080a38940cb4ebecda8Phill Cunnington * The contents of this file are subject to the terms
9f92250fcac0f79bcde31080a38940cb4ebecda8Phill Cunnington * of the Common Development and Distribution License
9f92250fcac0f79bcde31080a38940cb4ebecda8Phill Cunnington * (the License). You may not use this file except in
9f92250fcac0f79bcde31080a38940cb4ebecda8Phill Cunnington * compliance with the License.
9f92250fcac0f79bcde31080a38940cb4ebecda8Phill Cunnington *
9f92250fcac0f79bcde31080a38940cb4ebecda8Phill Cunnington * You can obtain a copy of the License at
9f92250fcac0f79bcde31080a38940cb4ebecda8Phill Cunnington * http://forgerock.org/license/CDDLv1.0.html
9f92250fcac0f79bcde31080a38940cb4ebecda8Phill Cunnington * See the License for the specific language governing
9f92250fcac0f79bcde31080a38940cb4ebecda8Phill Cunnington * permission and limitations under the License.
9f92250fcac0f79bcde31080a38940cb4ebecda8Phill Cunnington *
9f92250fcac0f79bcde31080a38940cb4ebecda8Phill Cunnington * When distributing Covered Code, include this CDDL
7bf512aea50c834dc9c3ef5a0a228059fcc753a5jenkins * Header Notice in each file and include the License file
9f92250fcac0f79bcde31080a38940cb4ebecda8Phill Cunnington * at http://forgerock.org/license/CDDLv1.0.html
9f92250fcac0f79bcde31080a38940cb4ebecda8Phill Cunnington * If applicable, add the following below the CDDL Header,
9f92250fcac0f79bcde31080a38940cb4ebecda8Phill Cunnington * with the fields enclosed by brackets [] replaced by
7c0e808d02c2c2e2008cf8ccdaee6400f5834387Joe Bandenburg * your own identifying information:
9f92250fcac0f79bcde31080a38940cb4ebecda8Phill Cunnington * "Portions Copyrighted [year] [name of copyright owner]"
9f92250fcac0f79bcde31080a38940cb4ebecda8Phill Cunnington */
9f92250fcac0f79bcde31080a38940cb4ebecda8Phill Cunnington
9f92250fcac0f79bcde31080a38940cb4ebecda8Phill Cunningtonimport org.apache.olingo.client.api.v3.EdmEnabledODataClient
9f92250fcac0f79bcde31080a38940cb4ebecda8Phill Cunningtonimport org.forgerock.openicf.misc.scriptedcommon.OperationType
9f92250fcac0f79bcde31080a38940cb4ebecda8Phill Cunningtonimport org.forgerock.openicf.misc.scriptedcommon.ScriptedConfiguration
15f60c5ba586de69e94c6045e9bf91103e924020James Phillpottsimport org.identityconnectors.common.logging.Log
15f60c5ba586de69e94c6045e9bf91103e924020James Phillpotts
15f60c5ba586de69e94c6045e9bf91103e924020James Phillpottsdef operation = operation as OperationType
15f60c5ba586de69e94c6045e9bf91103e924020James Phillpottsdef configuration = configuration as ScriptedConfiguration
9f92250fcac0f79bcde31080a38940cb4ebecda8Phill Cunningtondef client = configuration.propertyBag.get("ODataClient") as EdmEnabledODataClient
9f92250fcac0f79bcde31080a38940cb4ebecda8Phill Cunningtondef log = log as Log
9f92250fcac0f79bcde31080a38940cb4ebecda8Phill Cunnington
9f92250fcac0f79bcde31080a38940cb4ebecda8Phill Cunningtonclient.getCachedEdm()