public class APIStoreHostObject
extends org.mozilla.javascript.ScriptableObject
| Constructor and Description |
|---|
APIStoreHostObject() |
APIStoreHostObject(String loggedUser) |
| Modifier and Type | Method and Description |
|---|---|
org.wso2.carbon.appmgt.api.APIConsumer |
getApiConsumer() |
String |
getClassName() |
String |
getUsername() |
static boolean |
isStringArray(Object[] args) |
static org.mozilla.javascript.Scriptable |
jsConstructor(org.mozilla.javascript.Context cx,
Object[] args,
org.mozilla.javascript.Function Obj,
boolean inNewExpr) |
static boolean |
jsFunction_addAPISubscription(org.mozilla.javascript.Context cx,
org.mozilla.javascript.Scriptable thisObj,
Object[] args,
org.mozilla.javascript.Function funObj) |
static String |
jsFunction_addSubscription(org.mozilla.javascript.Context cx,
org.mozilla.javascript.Scriptable thisObj,
Object[] args,
org.mozilla.javascript.Function funObj) |
static void |
jsFunction_addToFavouriteApps(org.mozilla.javascript.Context cx,
org.mozilla.javascript.Scriptable thisObj,
Object[] args,
org.mozilla.javascript.Function funObj)
Add the given app to favourite app list of user for given tenant store.
|
static void |
jsFunction_addUser(org.mozilla.javascript.Context cx,
org.mozilla.javascript.Scriptable thisObj,
Object[] args,
org.mozilla.javascript.Function funObj) |
static org.mozilla.javascript.NativeObject |
jsFunction_checkIfSubscriberRoleAttached(org.mozilla.javascript.Context cx,
org.mozilla.javascript.Scriptable thisObj,
Object[] args,
org.mozilla.javascript.Function funObj)
Given a name of a user the function checks whether the subscriber role is present
|
static org.mozilla.javascript.NativeArray |
jsFunction_getActiveTenantDomains(org.mozilla.javascript.Context cx,
org.mozilla.javascript.Scriptable thisObj,
Object[] args,
org.mozilla.javascript.Function funObj) |
static org.mozilla.javascript.NativeArray |
jsFunction_getAllDocumentation(org.mozilla.javascript.Context cx,
org.mozilla.javascript.Scriptable thisObj,
Object[] args,
org.mozilla.javascript.Function funObj) |
static org.mozilla.javascript.NativeArray |
jsFunction_getAllFavouriteApps(org.mozilla.javascript.Context cx,
org.mozilla.javascript.Scriptable thisObj,
Object[] args,
org.mozilla.javascript.Function funObj)
Returns favourite apps of given user for the given tenant store.
|
static org.mozilla.javascript.NativeObject |
jsFunction_getAllPaginatedPublishedAPIs(org.mozilla.javascript.Context cx,
org.mozilla.javascript.Scriptable thisObj,
Object[] args,
org.mozilla.javascript.Function funObj) |
static org.mozilla.javascript.NativeArray |
jsFunction_getAllPublishedAPIs(org.mozilla.javascript.Context cx,
org.mozilla.javascript.Scriptable thisObj,
Object[] args,
org.mozilla.javascript.Function funObj) |
static org.mozilla.javascript.NativeArray |
jsFunction_getAllSubscriptions(org.mozilla.javascript.Context cx,
org.mozilla.javascript.Scriptable thisObj,
Object[] args,
org.mozilla.javascript.Function funObj) |
static org.mozilla.javascript.NativeArray |
jsFunction_getAllTags(org.mozilla.javascript.Context cx,
org.mozilla.javascript.Scriptable thisObj,
Object[] args,
org.mozilla.javascript.Function funObj) |
static org.mozilla.javascript.NativeArray |
jsFunction_getAPI(org.mozilla.javascript.Context cx,
org.mozilla.javascript.Scriptable thisObj,
Object[] args,
org.mozilla.javascript.Function funObj) |
static org.mozilla.javascript.NativeArray |
jsFunction_getAPIsWithTag(org.mozilla.javascript.Context cx,
org.mozilla.javascript.Scriptable thisObj,
Object[] args,
org.mozilla.javascript.Function funObj) |
static org.mozilla.javascript.NativeArray |
jsFunction_getAPIUsageforSubscriber(org.mozilla.javascript.Context cx,
org.mozilla.javascript.Scriptable thisObj,
Object[] args,
org.mozilla.javascript.Function funObj) |
static org.mozilla.javascript.NativeArray |
jsFunction_getApplications(org.mozilla.javascript.Context cx,
org.mozilla.javascript.Scriptable thisObj,
Object[] args,
org.mozilla.javascript.Function funObj) |
static String |
jsFunction_getAuthServerURL(org.mozilla.javascript.Context cx,
org.mozilla.javascript.Scriptable thisObj,
Object[] args,
org.mozilla.javascript.Function funObj) |
static String |
jsFunction_getBinaryFileStorage(org.mozilla.javascript.Context cx,
org.mozilla.javascript.Scriptable thisObj,
Object[] args,
org.mozilla.javascript.Function funObj)
Returns binary file storage location configured in app-manager.xml
|
static org.mozilla.javascript.NativeObject |
jsFunction_getBusinessOwner(org.mozilla.javascript.Context context,
org.mozilla.javascript.Scriptable thisObj,
Object[] args,
org.mozilla.javascript.Function funObj)
Retrieve the business owner
|
static List<String> |
jsFunction_getBusinessOwnerIdsByBusinessOwnerNameField(org.mozilla.javascript.Context context,
org.mozilla.javascript.Scriptable thisObj,
Object[] args,
org.mozilla.javascript.Function funObj)
Search business owner.
|
static org.mozilla.javascript.NativeObject |
jsFunction_getDefaultThumbnail(org.mozilla.javascript.Context cx,
org.mozilla.javascript.Scriptable thisObj,
Object[] args,
org.mozilla.javascript.Function funObj) |
static org.mozilla.javascript.NativeArray |
jsFunction_getDeniedTiers(org.mozilla.javascript.Context cx,
org.mozilla.javascript.Scriptable thisObj,
Object[] args,
org.mozilla.javascript.Function funObj) |
static org.mozilla.javascript.NativeArray |
jsFunction_getEnabledAssetTypeList(org.mozilla.javascript.Context cx,
org.mozilla.javascript.Scriptable thisObj,
Object[] args,
org.mozilla.javascript.Function funObj)
Returns the enabled asset type list in app-manager.xml
|
static String |
jsFunction_getHTTPsURL(org.mozilla.javascript.Context cx,
org.mozilla.javascript.Scriptable thisObj,
Object[] args,
org.mozilla.javascript.Function funObj) |
static String |
jsFunction_getHTTPURL(org.mozilla.javascript.Context cx,
org.mozilla.javascript.Scriptable thisObj,
Object[] args,
org.mozilla.javascript.Function funObj) |
static String |
jsFunction_getIdentityProviderUrl(org.mozilla.javascript.Context context,
org.mozilla.javascript.Scriptable thisObj,
Object[] args,
org.mozilla.javascript.Function funObj)
Get the identity provider URL from app-manager.xml file
|
static org.mozilla.javascript.NativeArray |
jsFunction_getInlineContent(org.mozilla.javascript.Context cx,
org.mozilla.javascript.Scriptable thisObj,
Object[] args,
org.mozilla.javascript.Function funObj) |
static org.mozilla.javascript.NativeObject |
jsFunction_getPaginatedAPIsWithTag(org.mozilla.javascript.Context cx,
org.mozilla.javascript.Scriptable thisObj,
Object[] args,
org.mozilla.javascript.Function funObj) |
static org.mozilla.javascript.NativeArray |
jsFunction_getPublishedAPIsByProvider(org.mozilla.javascript.Context cx,
org.mozilla.javascript.Scriptable thisObj,
Object[] args,
org.mozilla.javascript.Function funObj) |
static org.mozilla.javascript.NativeArray |
jsFunction_getRecentlyAddedAPIs(org.mozilla.javascript.Context cx,
org.mozilla.javascript.Scriptable thisObj,
Object[] args,
org.mozilla.javascript.Function funObj) |
static org.mozilla.javascript.NativeArray |
jsFunction_getSubscribedAPIs(org.mozilla.javascript.Context cx,
org.mozilla.javascript.Scriptable thisObj,
Object[] args,
org.mozilla.javascript.Function funObj) |
static org.mozilla.javascript.NativeObject |
jsFunction_getSubscriber(org.mozilla.javascript.Context cx,
org.mozilla.javascript.Scriptable thisObj,
Object[] args,
org.mozilla.javascript.Function funObj) |
static org.mozilla.javascript.NativeObject |
jsFunction_getSubscription(org.mozilla.javascript.Context cx,
org.mozilla.javascript.Scriptable thisObj,
Object[] args,
org.mozilla.javascript.Function funObj)
Returns the subscription for the given criteria based on the subscription type.
|
static org.mozilla.javascript.NativeObject |
jsFunction_getSubscriptionConfiguration(org.mozilla.javascript.Context cx,
org.mozilla.javascript.Scriptable thisObj,
Object[] args,
org.mozilla.javascript.Function funObj)
Returns the current subscription configuration defined in app-manager.xml.
|
static org.mozilla.javascript.NativeArray |
jsFunction_getSubscriptions(org.mozilla.javascript.Context cx,
org.mozilla.javascript.Scriptable thisObj,
Object[] args,
org.mozilla.javascript.Function funObj) |
static org.mozilla.javascript.NativeArray |
jsFunction_getSubscriptionsByApplication(org.mozilla.javascript.Context cx,
org.mozilla.javascript.Scriptable thisObj,
Object[] args,
org.mozilla.javascript.Function funObj) |
static String |
jsFunction_getSwaggerDiscoveryUrl(org.mozilla.javascript.Context cx,
org.mozilla.javascript.Scriptable thisObj,
Object[] args,
org.mozilla.javascript.Function funObj) |
static org.mozilla.javascript.NativeArray |
jsFunction_getTiers(org.mozilla.javascript.Context cx,
org.mozilla.javascript.Scriptable thisObj,
Object[] args,
org.mozilla.javascript.Function funObj) |
static org.mozilla.javascript.NativeArray |
jsFunction_getTopRatedAPIs(org.mozilla.javascript.Context cx,
org.mozilla.javascript.Scriptable thisObj,
Object[] args,
org.mozilla.javascript.Function funObj) |
static org.mozilla.javascript.NativeArray |
jsFunction_getTrustedIdPs(org.mozilla.javascript.Context cx,
org.mozilla.javascript.Scriptable thisObj,
Object[] args,
org.mozilla.javascript.Function funObj)
Returns trusted IdPs for the web application.
|
static org.mozilla.javascript.NativeArray |
jsFunction_getUserAccessibleApps(org.mozilla.javascript.Context cx,
org.mozilla.javascript.Scriptable thisObj,
Object[] args,
org.mozilla.javascript.Function funObj)
Returns accessible apps(anonymous + subscribed) of user for the given tenant store.
|
static org.mozilla.javascript.NativeArray |
jsFunction_getUserFields(org.mozilla.javascript.Context cx,
org.mozilla.javascript.Scriptable thisObj,
Object[] args,
org.mozilla.javascript.Function funObj) |
static boolean |
jsFunction_hasFavouritePage(org.mozilla.javascript.Context cx,
org.mozilla.javascript.Scriptable thisObj,
Object[] args,
org.mozilla.javascript.Function funObj)
Checks whether logged in user has selected favourite page as default page for given tenant store.
|
static boolean |
jsFunction_hasSubscribePermission(org.mozilla.javascript.Context cx,
org.mozilla.javascript.Scriptable thisObj,
Object[] args,
org.mozilla.javascript.Function funObj) |
static boolean |
jsFunction_hasUserPermissions(org.mozilla.javascript.Context cx,
org.mozilla.javascript.Scriptable thisObj,
Object[] args,
org.mozilla.javascript.Function funObj) |
static boolean |
jsFunction_isAssetTypeEnabled(org.mozilla.javascript.Context cx,
org.mozilla.javascript.Scriptable thisObj,
Object[] args,
org.mozilla.javascript.Function funObj)
Returns asset type enabled or not in app-manager.xml
|
static boolean |
jsFunction_isBillingEnabled() |
static boolean |
jsFunction_isCommentActivated() |
static boolean |
jsFunction_isDisplayMultipleVersionsEnabled(org.mozilla.javascript.Context cx,
org.mozilla.javascript.Scriptable thisObj,
Object[] args,
org.mozilla.javascript.Function funObj)
Check if the multiple version display in store is enabled.
|
static boolean |
jsFunction_isEnableEmailUsername(org.mozilla.javascript.Context cx,
org.mozilla.javascript.Scriptable thisObj,
Object[] args,
org.mozilla.javascript.Function funObj) |
static boolean |
jsFunction_isFavouriteApp(org.mozilla.javascript.Context cx,
org.mozilla.javascript.Scriptable thisObj,
Object[] args,
org.mozilla.javascript.Function funObj)
Check whether given app exists in the favourite app list of the user in given tenant store.
|
static boolean |
jsFunction_isRatingActivated() |
static boolean |
jsFunction_isSelfSignupEnabled() |
static boolean |
jsFunction_isSelfSignupEnabledForTenant(org.mozilla.javascript.Context cx,
org.mozilla.javascript.Scriptable thisObj,
Object[] args,
org.mozilla.javascript.Function funObj)
Check whether the self sign-up is enable for the given tenant domain
|
static boolean |
jsFunction_isSubscribed(org.mozilla.javascript.Context cx,
org.mozilla.javascript.Scriptable thisObj,
Object[] args,
org.mozilla.javascript.Function funObj) |
static boolean |
jsFunction_isTenantActive(org.mozilla.javascript.Context cx,
org.mozilla.javascript.Scriptable thisObj,
Object[] args,
org.mozilla.javascript.Function funObj) |
static boolean |
jsFunction_isUserExists(org.mozilla.javascript.Context cx,
org.mozilla.javascript.Scriptable thisObj,
Object[] args,
org.mozilla.javascript.Function funObj)
Check for user existance for given user name
|
static void |
jsFunction_loadRegistryOfTenant(org.mozilla.javascript.Context cx,
org.mozilla.javascript.Scriptable thisObj,
Object[] args,
org.mozilla.javascript.Function funObj) |
static org.mozilla.javascript.NativeObject |
jsFunction_login(org.mozilla.javascript.Context cx,
org.mozilla.javascript.Scriptable thisObj,
Object[] args,
org.mozilla.javascript.Function funObj) |
static boolean |
jsFunction_removeAPISubscription(org.mozilla.javascript.Context cx,
org.mozilla.javascript.Scriptable thisObj,
Object[] args,
org.mozilla.javascript.Function funObj) |
static void |
jsFunction_removeFavouritePage(org.mozilla.javascript.Context cx,
org.mozilla.javascript.Scriptable thisObj,
Object[] args,
org.mozilla.javascript.Function funObj)
Remove favourite page from default landing page in given tenant store.
|
static void |
jsFunction_removeFromFavouriteApps(org.mozilla.javascript.Context cx,
org.mozilla.javascript.Scriptable thisObj,
Object[] args,
org.mozilla.javascript.Function funObj)
Remove the given app from favourite app list of user for the given tenant store.
|
static boolean |
jsFunction_removeSubscriber(org.mozilla.javascript.Context cx,
org.mozilla.javascript.Scriptable thisObj,
Object[] args,
org.mozilla.javascript.Function funObj) |
static boolean |
jsFunction_removeSubscription(org.mozilla.javascript.Context cx,
org.mozilla.javascript.Scriptable thisObj,
Object[] args,
org.mozilla.javascript.Function funObj) |
static org.mozilla.javascript.NativeObject |
jsFunction_resumeWorkflow(org.mozilla.javascript.Context cx,
org.mozilla.javascript.Scriptable thisObj,
Object[] args,
org.mozilla.javascript.Function funObj) |
static org.mozilla.javascript.NativeArray |
jsFunction_searchAPIbyType(org.mozilla.javascript.Context cx,
org.mozilla.javascript.Scriptable thisObj,
Object[] args,
org.mozilla.javascript.Function funObj) |
static org.mozilla.javascript.NativeArray |
jsFunction_searchFavouriteApps(org.mozilla.javascript.Context cx,
org.mozilla.javascript.Scriptable thisObj,
Object[] args,
org.mozilla.javascript.Function funObj)
Returns favourite apps of given user for the given tenant store based on search criteria.
|
static org.mozilla.javascript.NativeObject |
jsFunction_searchPaginatedAPIsByType(org.mozilla.javascript.Context cx,
org.mozilla.javascript.Scriptable thisObj,
Object[] args,
org.mozilla.javascript.Function funObj) |
static org.mozilla.javascript.NativeArray |
jsFunction_searchUserAccessibleApps(org.mozilla.javascript.Context cx,
org.mozilla.javascript.Scriptable thisObj,
Object[] args,
org.mozilla.javascript.Function funObj)
Returns accessible apps(anonymous + subscribed) of user on the given tenant store based on given search
criteria.
|
static void |
jsFunction_setFavouritePage(org.mozilla.javascript.Context cx,
org.mozilla.javascript.Scriptable thisObj,
Object[] args,
org.mozilla.javascript.Function funObj)
Add MyFavourite page as default landing page for given tenant store.
|
static boolean |
jsFunction_sleep(org.mozilla.javascript.Context cx,
org.mozilla.javascript.Scriptable thisObj,
Object[] args,
org.mozilla.javascript.Function funObj) |
static boolean |
jsFunction_updateAPPVisibility(org.mozilla.javascript.Context cx,
org.mozilla.javascript.Scriptable thisObj,
Object[] args,
org.mozilla.javascript.Function funObj)
This method takes care of updating the visibiltiy of an app to given user role.
|
static org.mozilla.javascript.NativeObject |
jsFunction_validateWFPermission(org.mozilla.javascript.Context cx,
org.mozilla.javascript.Scriptable thisObj,
Object[] args,
org.mozilla.javascript.Function funObj)
Given a base 64 encoded username:password string,
this method checks if said user has enough privileges to advance a workflow.
|
associateValue, callMethod, callMethod, defineClass, defineClass, defineClass, defineConst, defineConstProperty, defineFunctionProperties, defineProperty, defineProperty, defineProperty, defineProperty, delete, delete, deleteProperty, deleteProperty, equivalentValues, get, get, getAllIds, getAssociatedValue, getAttributes, getAttributes, getAttributes, getAttributes, getClassPrototype, getDefaultValue, getDefaultValue, getFunctionPrototype, getGetterOrSetter, getIds, getObjectPrototype, getParentScope, getProperty, getProperty, getPropertyIds, getPrototype, getTopLevelScope, getTopScopeValue, has, has, hasInstance, hasProperty, hasProperty, isConst, isSealed, put, put, putConst, putConstProperty, putProperty, putProperty, redefineProperty, sealObject, setAttributes, setAttributes, setAttributes, setAttributes, setGetterOrSetter, setParentScope, setPrototypepublic APIStoreHostObject()
throws org.wso2.carbon.appmgt.api.AppManagementException
org.wso2.carbon.appmgt.api.AppManagementExceptionpublic APIStoreHostObject(String loggedUser) throws org.wso2.carbon.appmgt.api.AppManagementException
org.wso2.carbon.appmgt.api.AppManagementExceptionpublic String getUsername()
public String getClassName()
getClassName in interface org.mozilla.javascript.ScriptablegetClassName in class org.mozilla.javascript.ScriptableObjectpublic static void jsFunction_loadRegistryOfTenant(org.mozilla.javascript.Context cx,
org.mozilla.javascript.Scriptable thisObj,
Object[] args,
org.mozilla.javascript.Function funObj)
public static org.mozilla.javascript.Scriptable jsConstructor(org.mozilla.javascript.Context cx,
Object[] args,
org.mozilla.javascript.Function Obj,
boolean inNewExpr)
throws org.jaggeryjs.scriptengine.exceptions.ScriptException,
org.wso2.carbon.appmgt.api.AppManagementException
org.jaggeryjs.scriptengine.exceptions.ScriptExceptionorg.wso2.carbon.appmgt.api.AppManagementExceptionpublic org.wso2.carbon.appmgt.api.APIConsumer getApiConsumer()
public static String jsFunction_getAuthServerURL(org.mozilla.javascript.Context cx, org.mozilla.javascript.Scriptable thisObj, Object[] args, org.mozilla.javascript.Function funObj) throws org.wso2.carbon.appmgt.api.AppManagementException
org.wso2.carbon.appmgt.api.AppManagementExceptionpublic static org.mozilla.javascript.NativeObject jsFunction_getBusinessOwner(org.mozilla.javascript.Context context,
org.mozilla.javascript.Scriptable thisObj,
Object[] args,
org.mozilla.javascript.Function funObj)
throws org.wso2.carbon.appmgt.api.AppManagementException
context - Rhino contextthisObj - Scriptable objectargs - ArgumentsfunObj - Function objectorg.wso2.carbon.appmgt.api.AppManagementException - on error while trying to get business ownerpublic static String jsFunction_getIdentityProviderUrl(org.mozilla.javascript.Context context, org.mozilla.javascript.Scriptable thisObj, Object[] args, org.mozilla.javascript.Function funObj) throws org.wso2.carbon.appmgt.api.AppManagementException
context - Rhino contextthisObj - Scriptable objectargs - Passing argumentsfunObj - Function objectorg.wso2.carbon.appmgt.api.AppManagementException - Wrapped exception by org.wso2.carbon.apimgt.api.AppManagementExceptionpublic static String jsFunction_getHTTPsURL(org.mozilla.javascript.Context cx, org.mozilla.javascript.Scriptable thisObj, Object[] args, org.mozilla.javascript.Function funObj) throws org.wso2.carbon.appmgt.api.AppManagementException
org.wso2.carbon.appmgt.api.AppManagementExceptionpublic static String jsFunction_getHTTPURL(org.mozilla.javascript.Context cx, org.mozilla.javascript.Scriptable thisObj, Object[] args, org.mozilla.javascript.Function funObj) throws org.wso2.carbon.appmgt.api.AppManagementException
org.wso2.carbon.appmgt.api.AppManagementExceptionpublic static org.mozilla.javascript.NativeObject jsFunction_login(org.mozilla.javascript.Context cx,
org.mozilla.javascript.Scriptable thisObj,
Object[] args,
org.mozilla.javascript.Function funObj)
throws org.jaggeryjs.scriptengine.exceptions.ScriptException,
org.wso2.carbon.appmgt.api.AppManagementException
org.jaggeryjs.scriptengine.exceptions.ScriptExceptionorg.wso2.carbon.appmgt.api.AppManagementExceptionpublic static org.mozilla.javascript.NativeObject jsFunction_validateWFPermission(org.mozilla.javascript.Context cx,
org.mozilla.javascript.Scriptable thisObj,
Object[] args,
org.mozilla.javascript.Function funObj)
throws org.jaggeryjs.scriptengine.exceptions.ScriptException,
org.wso2.carbon.appmgt.api.AppManagementException
cx - thisObj - args - funObj - org.jaggeryjs.scriptengine.exceptions.ScriptExceptionorg.wso2.carbon.appmgt.impl.workflow.WorkflowExceptionorg.wso2.carbon.appmgt.api.AppManagementExceptionpublic static org.mozilla.javascript.NativeArray jsFunction_getTopRatedAPIs(org.mozilla.javascript.Context cx,
org.mozilla.javascript.Scriptable thisObj,
Object[] args,
org.mozilla.javascript.Function funObj)
throws org.jaggeryjs.scriptengine.exceptions.ScriptException,
org.wso2.carbon.appmgt.api.AppManagementException
org.jaggeryjs.scriptengine.exceptions.ScriptExceptionorg.wso2.carbon.appmgt.api.AppManagementExceptionpublic static org.mozilla.javascript.NativeArray jsFunction_getRecentlyAddedAPIs(org.mozilla.javascript.Context cx,
org.mozilla.javascript.Scriptable thisObj,
Object[] args,
org.mozilla.javascript.Function funObj)
throws org.jaggeryjs.scriptengine.exceptions.ScriptException,
org.wso2.carbon.appmgt.api.AppManagementException
org.jaggeryjs.scriptengine.exceptions.ScriptExceptionorg.wso2.carbon.appmgt.api.AppManagementExceptionpublic static org.mozilla.javascript.NativeArray jsFunction_searchAPIbyType(org.mozilla.javascript.Context cx,
org.mozilla.javascript.Scriptable thisObj,
Object[] args,
org.mozilla.javascript.Function funObj)
throws org.jaggeryjs.scriptengine.exceptions.ScriptException,
org.wso2.carbon.appmgt.api.AppManagementException
org.jaggeryjs.scriptengine.exceptions.ScriptExceptionorg.wso2.carbon.appmgt.api.AppManagementExceptionpublic static org.mozilla.javascript.NativeObject jsFunction_searchPaginatedAPIsByType(org.mozilla.javascript.Context cx,
org.mozilla.javascript.Scriptable thisObj,
Object[] args,
org.mozilla.javascript.Function funObj)
throws org.jaggeryjs.scriptengine.exceptions.ScriptException,
org.wso2.carbon.appmgt.api.AppManagementException
org.jaggeryjs.scriptengine.exceptions.ScriptExceptionorg.wso2.carbon.appmgt.api.AppManagementExceptionpublic static boolean jsFunction_isSelfSignupEnabled()
public static org.mozilla.javascript.NativeArray jsFunction_getAPIsWithTag(org.mozilla.javascript.Context cx,
org.mozilla.javascript.Scriptable thisObj,
Object[] args,
org.mozilla.javascript.Function funObj)
throws org.jaggeryjs.scriptengine.exceptions.ScriptException,
org.wso2.carbon.appmgt.api.AppManagementException
org.jaggeryjs.scriptengine.exceptions.ScriptExceptionorg.wso2.carbon.appmgt.api.AppManagementExceptionpublic static org.mozilla.javascript.NativeObject jsFunction_getPaginatedAPIsWithTag(org.mozilla.javascript.Context cx,
org.mozilla.javascript.Scriptable thisObj,
Object[] args,
org.mozilla.javascript.Function funObj)
throws org.jaggeryjs.scriptengine.exceptions.ScriptException,
org.wso2.carbon.appmgt.api.AppManagementException
org.jaggeryjs.scriptengine.exceptions.ScriptExceptionorg.wso2.carbon.appmgt.api.AppManagementExceptionpublic static org.mozilla.javascript.NativeArray jsFunction_getSubscribedAPIs(org.mozilla.javascript.Context cx,
org.mozilla.javascript.Scriptable thisObj,
Object[] args,
org.mozilla.javascript.Function funObj)
throws org.jaggeryjs.scriptengine.exceptions.ScriptException,
org.wso2.carbon.appmgt.api.AppManagementException
org.jaggeryjs.scriptengine.exceptions.ScriptExceptionorg.wso2.carbon.appmgt.api.AppManagementExceptionpublic static org.mozilla.javascript.NativeArray jsFunction_getAllTags(org.mozilla.javascript.Context cx,
org.mozilla.javascript.Scriptable thisObj,
Object[] args,
org.mozilla.javascript.Function funObj)
throws org.jaggeryjs.scriptengine.exceptions.ScriptException,
org.wso2.carbon.appmgt.api.AppManagementException
org.jaggeryjs.scriptengine.exceptions.ScriptExceptionorg.wso2.carbon.appmgt.api.AppManagementExceptionpublic static org.mozilla.javascript.NativeArray jsFunction_getAllPublishedAPIs(org.mozilla.javascript.Context cx,
org.mozilla.javascript.Scriptable thisObj,
Object[] args,
org.mozilla.javascript.Function funObj)
throws org.jaggeryjs.scriptengine.exceptions.ScriptException,
org.wso2.carbon.appmgt.api.AppManagementException
org.jaggeryjs.scriptengine.exceptions.ScriptExceptionorg.wso2.carbon.appmgt.api.AppManagementExceptionpublic static org.mozilla.javascript.NativeObject jsFunction_getAllPaginatedPublishedAPIs(org.mozilla.javascript.Context cx,
org.mozilla.javascript.Scriptable thisObj,
Object[] args,
org.mozilla.javascript.Function funObj)
throws org.jaggeryjs.scriptengine.exceptions.ScriptException,
org.wso2.carbon.appmgt.api.AppManagementException
org.jaggeryjs.scriptengine.exceptions.ScriptExceptionorg.wso2.carbon.appmgt.api.AppManagementExceptionpublic static org.mozilla.javascript.NativeArray jsFunction_getAPI(org.mozilla.javascript.Context cx,
org.mozilla.javascript.Scriptable thisObj,
Object[] args,
org.mozilla.javascript.Function funObj)
throws org.jaggeryjs.scriptengine.exceptions.ScriptException,
org.wso2.carbon.appmgt.api.AppManagementException
org.jaggeryjs.scriptengine.exceptions.ScriptExceptionorg.wso2.carbon.appmgt.api.AppManagementExceptionpublic static boolean jsFunction_isSubscribed(org.mozilla.javascript.Context cx,
org.mozilla.javascript.Scriptable thisObj,
Object[] args,
org.mozilla.javascript.Function funObj)
throws org.jaggeryjs.scriptengine.exceptions.ScriptException,
org.wso2.carbon.appmgt.api.AppManagementException
org.jaggeryjs.scriptengine.exceptions.ScriptExceptionorg.wso2.carbon.appmgt.api.AppManagementExceptionpublic static org.mozilla.javascript.NativeArray jsFunction_getAllDocumentation(org.mozilla.javascript.Context cx,
org.mozilla.javascript.Scriptable thisObj,
Object[] args,
org.mozilla.javascript.Function funObj)
throws org.jaggeryjs.scriptengine.exceptions.ScriptException,
org.wso2.carbon.appmgt.api.AppManagementException
org.jaggeryjs.scriptengine.exceptions.ScriptExceptionorg.wso2.carbon.appmgt.api.AppManagementExceptionpublic static org.mozilla.javascript.NativeObject jsFunction_getSubscription(org.mozilla.javascript.Context cx,
org.mozilla.javascript.Scriptable thisObj,
Object[] args,
org.mozilla.javascript.Function funObj)
throws org.wso2.carbon.appmgt.api.AppManagementException
cx - thisObj - args - funObj - org.wso2.carbon.appmgt.api.AppManagementExceptionpublic static String jsFunction_addSubscription(org.mozilla.javascript.Context cx, org.mozilla.javascript.Scriptable thisObj, Object[] args, org.mozilla.javascript.Function funObj) throws org.wso2.carbon.appmgt.api.AppManagementException
org.wso2.carbon.appmgt.api.AppManagementExceptionpublic static boolean jsFunction_addAPISubscription(org.mozilla.javascript.Context cx,
org.mozilla.javascript.Scriptable thisObj,
Object[] args,
org.mozilla.javascript.Function funObj)
throws org.wso2.carbon.appmgt.api.AppManagementException,
org.jaggeryjs.scriptengine.exceptions.ScriptException,
org.wso2.carbon.user.core.UserStoreException
org.wso2.carbon.appmgt.api.AppManagementExceptionorg.jaggeryjs.scriptengine.exceptions.ScriptExceptionorg.wso2.carbon.user.core.UserStoreExceptionpublic static boolean jsFunction_updateAPPVisibility(org.mozilla.javascript.Context cx,
org.mozilla.javascript.Scriptable thisObj,
Object[] args,
org.mozilla.javascript.Function funObj)
cx - thisObj - args - funObj - public static boolean jsFunction_removeSubscriber(org.mozilla.javascript.Context cx,
org.mozilla.javascript.Scriptable thisObj,
Object[] args,
org.mozilla.javascript.Function funObj)
throws org.wso2.carbon.appmgt.api.AppManagementException
org.wso2.carbon.appmgt.api.AppManagementExceptionpublic static org.mozilla.javascript.NativeArray jsFunction_getSubscriptions(org.mozilla.javascript.Context cx,
org.mozilla.javascript.Scriptable thisObj,
Object[] args,
org.mozilla.javascript.Function funObj)
throws org.jaggeryjs.scriptengine.exceptions.ScriptException,
org.wso2.carbon.appmgt.api.AppManagementException
org.jaggeryjs.scriptengine.exceptions.ScriptExceptionorg.wso2.carbon.appmgt.api.AppManagementExceptionpublic static String jsFunction_getSwaggerDiscoveryUrl(org.mozilla.javascript.Context cx, org.mozilla.javascript.Scriptable thisObj, Object[] args, org.mozilla.javascript.Function funObj) throws org.wso2.carbon.appmgt.api.AppManagementException
org.wso2.carbon.appmgt.api.AppManagementExceptionpublic static org.mozilla.javascript.NativeArray jsFunction_getAllSubscriptions(org.mozilla.javascript.Context cx,
org.mozilla.javascript.Scriptable thisObj,
Object[] args,
org.mozilla.javascript.Function funObj)
throws org.jaggeryjs.scriptengine.exceptions.ScriptException,
org.wso2.carbon.appmgt.api.AppManagementException
org.jaggeryjs.scriptengine.exceptions.ScriptExceptionorg.wso2.carbon.appmgt.api.AppManagementExceptionpublic static org.mozilla.javascript.NativeObject jsFunction_getSubscriber(org.mozilla.javascript.Context cx,
org.mozilla.javascript.Scriptable thisObj,
Object[] args,
org.mozilla.javascript.Function funObj)
throws org.jaggeryjs.scriptengine.exceptions.ScriptException,
org.wso2.carbon.appmgt.api.AppManagementException
org.jaggeryjs.scriptengine.exceptions.ScriptExceptionorg.wso2.carbon.appmgt.api.AppManagementExceptionpublic static boolean jsFunction_sleep(org.mozilla.javascript.Context cx,
org.mozilla.javascript.Scriptable thisObj,
Object[] args,
org.mozilla.javascript.Function funObj)
public static org.mozilla.javascript.NativeArray jsFunction_getSubscriptionsByApplication(org.mozilla.javascript.Context cx,
org.mozilla.javascript.Scriptable thisObj,
Object[] args,
org.mozilla.javascript.Function funObj)
throws org.jaggeryjs.scriptengine.exceptions.ScriptException,
org.wso2.carbon.appmgt.api.AppManagementException
org.jaggeryjs.scriptengine.exceptions.ScriptExceptionorg.wso2.carbon.appmgt.api.AppManagementExceptionpublic static org.mozilla.javascript.NativeObject jsFunction_resumeWorkflow(org.mozilla.javascript.Context cx,
org.mozilla.javascript.Scriptable thisObj,
Object[] args,
org.mozilla.javascript.Function funObj)
throws org.jaggeryjs.scriptengine.exceptions.ScriptException,
org.wso2.carbon.appmgt.impl.workflow.WorkflowException
org.jaggeryjs.scriptengine.exceptions.ScriptExceptionorg.wso2.carbon.appmgt.impl.workflow.WorkflowExceptionpublic static org.mozilla.javascript.NativeArray jsFunction_getInlineContent(org.mozilla.javascript.Context cx,
org.mozilla.javascript.Scriptable thisObj,
Object[] args,
org.mozilla.javascript.Function funObj)
throws org.jaggeryjs.scriptengine.exceptions.ScriptException,
org.wso2.carbon.appmgt.api.AppManagementException
org.jaggeryjs.scriptengine.exceptions.ScriptExceptionorg.wso2.carbon.appmgt.api.AppManagementExceptionpublic static boolean isStringArray(Object[] args)
public static boolean jsFunction_hasSubscribePermission(org.mozilla.javascript.Context cx,
org.mozilla.javascript.Scriptable thisObj,
Object[] args,
org.mozilla.javascript.Function funObj)
throws org.jaggeryjs.scriptengine.exceptions.ScriptException
org.jaggeryjs.scriptengine.exceptions.ScriptExceptionpublic static void jsFunction_addUser(org.mozilla.javascript.Context cx,
org.mozilla.javascript.Scriptable thisObj,
Object[] args,
org.mozilla.javascript.Function funObj)
throws org.wso2.carbon.appmgt.api.AppManagementException
org.wso2.carbon.appmgt.api.AppManagementExceptionpublic static boolean jsFunction_isUserExists(org.mozilla.javascript.Context cx,
org.mozilla.javascript.Scriptable thisObj,
Object[] args,
org.mozilla.javascript.Function funObj)
throws org.jaggeryjs.scriptengine.exceptions.ScriptException,
org.wso2.carbon.appmgt.api.AppManagementException,
org.wso2.carbon.user.api.UserStoreException
cx - thisObj - args - funObj - org.jaggeryjs.scriptengine.exceptions.ScriptExceptionorg.wso2.carbon.appmgt.api.AppManagementExceptionorg.wso2.carbon.user.api.UserStoreExceptionpublic static boolean jsFunction_isSelfSignupEnabledForTenant(org.mozilla.javascript.Context cx,
org.mozilla.javascript.Scriptable thisObj,
Object[] args,
org.mozilla.javascript.Function funObj)
throws org.wso2.carbon.appmgt.api.AppManagementException
cx - contextthisObj - args - funObj - org.wso2.carbon.appmgt.api.AppManagementExceptionpublic static List<String> jsFunction_getBusinessOwnerIdsByBusinessOwnerNameField(org.mozilla.javascript.Context context, org.mozilla.javascript.Scriptable thisObj, Object[] args, org.mozilla.javascript.Function funObj) throws org.wso2.carbon.appmgt.api.AppManagementException
context - Rhino contextthisObj - Scriptable objectargs - ArgumentsfunObj - Function objectorg.wso2.carbon.appmgt.api.AppManagementException - on error while trying to search business ownerpublic static boolean jsFunction_removeSubscription(org.mozilla.javascript.Context cx,
org.mozilla.javascript.Scriptable thisObj,
Object[] args,
org.mozilla.javascript.Function funObj)
throws org.wso2.carbon.appmgt.api.AppManagementException
org.wso2.carbon.appmgt.api.AppManagementExceptionpublic static boolean jsFunction_removeAPISubscription(org.mozilla.javascript.Context cx,
org.mozilla.javascript.Scriptable thisObj,
Object[] args,
org.mozilla.javascript.Function funObj)
throws org.wso2.carbon.appmgt.api.AppManagementException
org.wso2.carbon.appmgt.api.AppManagementExceptionpublic static org.mozilla.javascript.NativeArray jsFunction_getPublishedAPIsByProvider(org.mozilla.javascript.Context cx,
org.mozilla.javascript.Scriptable thisObj,
Object[] args,
org.mozilla.javascript.Function funObj)
throws org.wso2.carbon.appmgt.api.AppManagementException
org.wso2.carbon.appmgt.api.AppManagementExceptionpublic static org.mozilla.javascript.NativeObject jsFunction_checkIfSubscriberRoleAttached(org.mozilla.javascript.Context cx,
org.mozilla.javascript.Scriptable thisObj,
Object[] args,
org.mozilla.javascript.Function funObj)
throws org.wso2.carbon.appmgt.api.AppManagementException,
org.apache.axis2.AxisFault
cx - thisObj - args - funObj - org.wso2.carbon.appmgt.api.AppManagementExceptionorg.apache.axis2.AxisFaultpublic static org.mozilla.javascript.NativeArray jsFunction_getAPIUsageforSubscriber(org.mozilla.javascript.Context cx,
org.mozilla.javascript.Scriptable thisObj,
Object[] args,
org.mozilla.javascript.Function funObj)
throws org.wso2.carbon.appmgt.api.AppManagementException
org.wso2.carbon.appmgt.api.AppManagementExceptionpublic static boolean jsFunction_isCommentActivated()
throws org.wso2.carbon.appmgt.api.AppManagementException
org.wso2.carbon.appmgt.api.AppManagementExceptionpublic static boolean jsFunction_isRatingActivated()
throws org.wso2.carbon.appmgt.api.AppManagementException
org.wso2.carbon.appmgt.api.AppManagementExceptionpublic static boolean jsFunction_isBillingEnabled()
throws org.wso2.carbon.appmgt.api.AppManagementException
org.wso2.carbon.appmgt.api.AppManagementExceptionpublic static org.mozilla.javascript.NativeArray jsFunction_getTiers(org.mozilla.javascript.Context cx,
org.mozilla.javascript.Scriptable thisObj,
Object[] args,
org.mozilla.javascript.Function funObj)
public static org.mozilla.javascript.NativeArray jsFunction_getDeniedTiers(org.mozilla.javascript.Context cx,
org.mozilla.javascript.Scriptable thisObj,
Object[] args,
org.mozilla.javascript.Function funObj)
throws org.wso2.carbon.appmgt.api.AppManagementException
org.wso2.carbon.appmgt.api.AppManagementExceptionpublic static org.mozilla.javascript.NativeArray jsFunction_getUserFields(org.mozilla.javascript.Context cx,
org.mozilla.javascript.Scriptable thisObj,
Object[] args,
org.mozilla.javascript.Function funObj)
throws org.jaggeryjs.scriptengine.exceptions.ScriptException
org.jaggeryjs.scriptengine.exceptions.ScriptExceptionpublic static boolean jsFunction_hasUserPermissions(org.mozilla.javascript.Context cx,
org.mozilla.javascript.Scriptable thisObj,
Object[] args,
org.mozilla.javascript.Function funObj)
throws org.jaggeryjs.scriptengine.exceptions.ScriptException,
org.wso2.carbon.appmgt.api.AppManagementException
org.jaggeryjs.scriptengine.exceptions.ScriptExceptionorg.wso2.carbon.appmgt.api.AppManagementExceptionpublic static org.mozilla.javascript.NativeArray jsFunction_getActiveTenantDomains(org.mozilla.javascript.Context cx,
org.mozilla.javascript.Scriptable thisObj,
Object[] args,
org.mozilla.javascript.Function funObj)
throws org.wso2.carbon.appmgt.api.AppManagementException
org.wso2.carbon.appmgt.api.AppManagementExceptionpublic static boolean jsFunction_isEnableEmailUsername(org.mozilla.javascript.Context cx,
org.mozilla.javascript.Scriptable thisObj,
Object[] args,
org.mozilla.javascript.Function funObj)
public static org.mozilla.javascript.NativeArray jsFunction_getTrustedIdPs(org.mozilla.javascript.Context cx,
org.mozilla.javascript.Scriptable thisObj,
Object[] args,
org.mozilla.javascript.Function funObj)
throws org.wso2.carbon.appmgt.api.AppManagementException
cx - thisObj - args - funObj - org.wso2.carbon.appmgt.api.AppManagementExceptionpublic static org.mozilla.javascript.NativeArray jsFunction_getApplications(org.mozilla.javascript.Context cx,
org.mozilla.javascript.Scriptable thisObj,
Object[] args,
org.mozilla.javascript.Function funObj)
throws org.jaggeryjs.scriptengine.exceptions.ScriptException,
org.wso2.carbon.appmgt.api.AppManagementException
org.jaggeryjs.scriptengine.exceptions.ScriptExceptionorg.wso2.carbon.appmgt.api.AppManagementExceptionpublic static boolean jsFunction_isTenantActive(org.mozilla.javascript.Context cx,
org.mozilla.javascript.Scriptable thisObj,
Object[] args,
org.mozilla.javascript.Function funObj)
throws org.wso2.carbon.appmgt.api.AppManagementException
cx - thisObj - args - funObj - org.wso2.carbon.appmgt.api.AppManagementExceptionpublic static void jsFunction_addToFavouriteApps(org.mozilla.javascript.Context cx,
org.mozilla.javascript.Scriptable thisObj,
Object[] args,
org.mozilla.javascript.Function funObj)
throws org.wso2.carbon.appmgt.api.AppManagementException
cx - Rhino contextthisObj - Scriptable objectargs - Passing argumentsfunObj - Function objectorg.wso2.carbon.appmgt.api.AppManagementExceptionpublic static void jsFunction_removeFromFavouriteApps(org.mozilla.javascript.Context cx,
org.mozilla.javascript.Scriptable thisObj,
Object[] args,
org.mozilla.javascript.Function funObj)
throws org.wso2.carbon.appmgt.api.AppManagementException
cx - Rhino contextthisObj - Scriptable objectargs - Passing argumentsfunObj - Function objectorg.wso2.carbon.appmgt.api.AppManagementExceptionpublic static boolean jsFunction_isFavouriteApp(org.mozilla.javascript.Context cx,
org.mozilla.javascript.Scriptable thisObj,
Object[] args,
org.mozilla.javascript.Function funObj)
throws org.wso2.carbon.appmgt.api.AppManagementException
cx - Rhino contextthisObj - Scriptable objectargs - Passing argumentsfunObj - Function objectorg.wso2.carbon.appmgt.api.AppManagementExceptionpublic static org.mozilla.javascript.NativeArray jsFunction_getAllFavouriteApps(org.mozilla.javascript.Context cx,
org.mozilla.javascript.Scriptable thisObj,
Object[] args,
org.mozilla.javascript.Function funObj)
throws org.wso2.carbon.appmgt.api.AppManagementException
cx - Rhino contextthisObj - Scriptable objectargs - Passing argumentsfunObj - Function objectorg.wso2.carbon.appmgt.api.AppManagementExceptionpublic static org.mozilla.javascript.NativeArray jsFunction_searchFavouriteApps(org.mozilla.javascript.Context cx,
org.mozilla.javascript.Scriptable thisObj,
Object[] args,
org.mozilla.javascript.Function funObj)
throws org.wso2.carbon.appmgt.api.AppManagementException
cx - Rhino contextthisObj - Scriptable objectargs - Passing argumentsfunObj - Function objectorg.wso2.carbon.appmgt.api.AppManagementExceptionpublic static org.mozilla.javascript.NativeArray jsFunction_getUserAccessibleApps(org.mozilla.javascript.Context cx,
org.mozilla.javascript.Scriptable thisObj,
Object[] args,
org.mozilla.javascript.Function funObj)
throws org.wso2.carbon.appmgt.api.AppManagementException
cx - Rhino contextthisObj - Scriptable objectargs - Passing argumentsfunObj - Function objectorg.wso2.carbon.appmgt.api.AppManagementExceptionpublic static org.mozilla.javascript.NativeArray jsFunction_searchUserAccessibleApps(org.mozilla.javascript.Context cx,
org.mozilla.javascript.Scriptable thisObj,
Object[] args,
org.mozilla.javascript.Function funObj)
throws org.wso2.carbon.appmgt.api.AppManagementException
cx - Rhino contextthisObj - Scriptable objectargs - Passing argumentsfunObj - Function objectorg.wso2.carbon.appmgt.api.AppManagementExceptionpublic static void jsFunction_setFavouritePage(org.mozilla.javascript.Context cx,
org.mozilla.javascript.Scriptable thisObj,
Object[] args,
org.mozilla.javascript.Function funObj)
throws org.wso2.carbon.appmgt.api.AppManagementException
cx - Rhino contextthisObj - Scriptable objectargs - Passing argumentsfunObj - Function objectorg.wso2.carbon.appmgt.api.AppManagementExceptionpublic static void jsFunction_removeFavouritePage(org.mozilla.javascript.Context cx,
org.mozilla.javascript.Scriptable thisObj,
Object[] args,
org.mozilla.javascript.Function funObj)
throws org.wso2.carbon.appmgt.api.AppManagementException
cx - Rhino contextthisObj - Scriptable objectargs - Passing argumentsfunObj - Function objectorg.wso2.carbon.appmgt.api.AppManagementExceptionpublic static boolean jsFunction_hasFavouritePage(org.mozilla.javascript.Context cx,
org.mozilla.javascript.Scriptable thisObj,
Object[] args,
org.mozilla.javascript.Function funObj)
throws org.wso2.carbon.appmgt.api.AppManagementException
cx - Rhino contextthisObj - Scriptable objectargs - Passing argumentsfunObj - Function objectorg.wso2.carbon.appmgt.api.AppManagementExceptionpublic static boolean jsFunction_isDisplayMultipleVersionsEnabled(org.mozilla.javascript.Context cx,
org.mozilla.javascript.Scriptable thisObj,
Object[] args,
org.mozilla.javascript.Function funObj)
throws org.wso2.carbon.appmgt.api.AppManagementException
cx - thisObj - args - funObj - org.wso2.carbon.appmgt.api.AppManagementExceptionpublic static org.mozilla.javascript.NativeObject jsFunction_getDefaultThumbnail(org.mozilla.javascript.Context cx,
org.mozilla.javascript.Scriptable thisObj,
Object[] args,
org.mozilla.javascript.Function funObj)
throws org.wso2.carbon.appmgt.api.AppManagementException
org.wso2.carbon.appmgt.api.AppManagementExceptionpublic static org.mozilla.javascript.NativeObject jsFunction_getSubscriptionConfiguration(org.mozilla.javascript.Context cx,
org.mozilla.javascript.Scriptable thisObj,
Object[] args,
org.mozilla.javascript.Function funObj)
throws org.wso2.carbon.appmgt.api.AppManagementException
cx - thisObj - args - funObj - org.wso2.carbon.appmgt.api.AppManagementExceptionpublic static org.mozilla.javascript.NativeArray jsFunction_getEnabledAssetTypeList(org.mozilla.javascript.Context cx,
org.mozilla.javascript.Scriptable thisObj,
Object[] args,
org.mozilla.javascript.Function funObj)
throws org.wso2.carbon.appmgt.api.AppManagementException
cx - thisObj - args - funObj - org.wso2.carbon.appmgt.api.AppManagementExceptionpublic static boolean jsFunction_isAssetTypeEnabled(org.mozilla.javascript.Context cx,
org.mozilla.javascript.Scriptable thisObj,
Object[] args,
org.mozilla.javascript.Function funObj)
throws org.wso2.carbon.appmgt.api.AppManagementException
cx - thisObj - args - funObj - org.wso2.carbon.appmgt.api.AppManagementExceptionpublic static String jsFunction_getBinaryFileStorage(org.mozilla.javascript.Context cx, org.mozilla.javascript.Scriptable thisObj, Object[] args, org.mozilla.javascript.Function funObj) throws org.wso2.carbon.appmgt.api.AppManagementException
cx - thisObj - args - funObj - org.wso2.carbon.appmgt.api.AppManagementExceptionCopyright © 2017 WSO2. All rights reserved.