All Downloads are FREE. Search and download functionalities are using the official Maven repository.

dotnet.api.wrapperEntry.st Maven / Gradle / Ivy

/**
* @deprecated 
*/
@Deprecated
@Override
public  () {
    Payload requestObj = new Payload();
    requestObj.setContext(context);
    
    ContextValidator.validateContext(context, EntitlementSet._, requestObj);
    
    Kernel.getApiHooksService().pre(context, CallName._);
     returnValue = apiImpl.();
    Kernel.getApiHooksService().post(context, CallName._);
    
    return returnValue;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy