public class APIProviderHostObject
extends org.mozilla.javascript.ScriptableObject
| Constructor and Description |
|---|
APIProviderHostObject() |
APIProviderHostObject(String loggedUser) |
| Modifier and Type | Method and Description |
|---|---|
org.wso2.carbon.appmgt.api.APIProvider |
getApiProvider() |
String |
getClassName() |
String |
getUsername() |
static org.mozilla.javascript.Scriptable |
jsConstructor(org.mozilla.javascript.Context cx,
Object[] args,
org.mozilla.javascript.Function Obj,
boolean inNewExpr) |
static boolean |
jsFunction_addAPI(org.mozilla.javascript.Context cx,
org.mozilla.javascript.Scriptable thisObj,
Object[] args,
org.mozilla.javascript.Function funObj)
This method is to functionality of add a new WebApp in WebApp-Provider
|
static boolean |
jsFunction_addDocumentation(org.mozilla.javascript.Context cx,
org.mozilla.javascript.Scriptable thisObj,
Object[] args,
org.mozilla.javascript.Function funObj) |
static void |
jsFunction_addInlineContent(org.mozilla.javascript.Context cx,
org.mozilla.javascript.Scriptable thisObj,
Object[] args,
org.mozilla.javascript.Function funObj) |
static boolean |
jsFunction_copyWebappDocumentations(org.mozilla.javascript.Context cx,
org.mozilla.javascript.Scriptable thisObj,
Object[] args,
org.mozilla.javascript.Function funObj) |
static boolean |
jsFunction_deleteApp(org.mozilla.javascript.Context context,
org.mozilla.javascript.Scriptable thisObj,
Object[] args,
org.mozilla.javascript.Function funObj)
Remove a given application
|
static boolean |
jsFunction_deleteBusinessOwner(org.mozilla.javascript.Context context,
org.mozilla.javascript.Scriptable thisObj,
Object[] args,
org.mozilla.javascript.Function funObj)
Delete business owner.
|
static boolean |
jsFunction_deleteEntitlementPolicyPartial(org.mozilla.javascript.Context context,
org.mozilla.javascript.Scriptable thisObj,
Object[] args,
org.mozilla.javascript.Function funObj)
Delete entitlement policy partial
|
static void |
jsFunction_generateEntitlementPolicies(org.mozilla.javascript.Context context,
org.mozilla.javascript.Scriptable thisObj,
Object[] args,
org.mozilla.javascript.Function funObj)
Generates entitlement policies for applied policy partials for the given app.
|
static org.mozilla.javascript.NativeArray |
jsFunction_getAllAPIs(org.mozilla.javascript.Context cx,
org.mozilla.javascript.Scriptable thisObj,
Object[] args,
org.mozilla.javascript.Function funObj)
This method is to functionality of getting all the APIs stored
|
static org.mozilla.javascript.NativeArray |
jsFunction_getAllAPIUsageByProvider(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_getAPI(org.mozilla.javascript.Context cx,
org.mozilla.javascript.Scriptable thisObj,
Object[] args,
org.mozilla.javascript.Function funObj)
This method is to functionality of getting an existing WebApp to WebApp-Provider based
|
static org.mozilla.javascript.NativeArray |
jsFunction_getAPIFaultyAnalyzeByTime(org.mozilla.javascript.Context cx,
org.mozilla.javascript.Scriptable thisObj,
Object[] args,
org.mozilla.javascript.Function funObj) |
static org.mozilla.javascript.NativeArray |
jsFunction_getAPIResponseFaultCount(org.mozilla.javascript.Context cx,
org.mozilla.javascript.Scriptable thisObj,
Object[] args,
org.mozilla.javascript.Function funObj) |
static org.mozilla.javascript.NativeArray |
jsFunction_getAPIsByProvider(org.mozilla.javascript.Context cx,
org.mozilla.javascript.Scriptable thisObj,
Object[] args,
org.mozilla.javascript.Function funObj)
This method is to functionality of getting all the APIs stored per provider
|
static org.mozilla.javascript.NativeArray |
jsFunction_getAPIUsageByPage(org.mozilla.javascript.Context cx,
org.mozilla.javascript.Scriptable thisObj,
Object[] args,
org.mozilla.javascript.Function funObj) |
static org.mozilla.javascript.NativeArray |
jsFunction_getAPIUsageByResourcePath(org.mozilla.javascript.Context cx,
org.mozilla.javascript.Scriptable thisObj,
Object[] args,
org.mozilla.javascript.Function funObj) |
static org.mozilla.javascript.NativeArray |
jsFunction_getAPIUsageByUser(org.mozilla.javascript.Context cx,
org.mozilla.javascript.Scriptable thisObj,
Object[] args,
org.mozilla.javascript.Function funObj) |
static org.mozilla.javascript.NativeObject |
jsFunction_getAppDetailsFromUUID(org.mozilla.javascript.Context cx,
org.mozilla.javascript.Scriptable thisObj,
Object[] args,
org.mozilla.javascript.Function funObj)
Get WebApp details by UUID.
|
static org.mozilla.javascript.NativeArray |
jsFunction_getAppsByPopularity(org.mozilla.javascript.Context ctx,
org.mozilla.javascript.Scriptable hostObj,
Object[] args,
org.mozilla.javascript.Function funObj) |
static org.mozilla.javascript.NativeArray |
jsFunction_getAppsForTenantDomain(org.mozilla.javascript.Context ctx,
org.mozilla.javascript.Scriptable thisObj,
Object[] args,
org.mozilla.javascript.Function funObj)
This method returns the endpoint for the webapps
|
static String |
jsFunction_getAscUrl(org.mozilla.javascript.Context cx,
org.mozilla.javascript.Scriptable thisObj,
Object[] args,
org.mozilla.javascript.Function funObj) |
static org.mozilla.javascript.NativeArray |
jsFunction_getAssociatedAppsNameList(org.mozilla.javascript.Context cx,
org.mozilla.javascript.Scriptable thisObj,
Object[] args,
org.mozilla.javascript.Function funObj)
Retrieve the apps which use the given policy partial
|
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 business owner.
|
static int |
jsFunction_getBusinessOwnerId(org.mozilla.javascript.Context context,
org.mozilla.javascript.Scriptable thisObj,
Object[] args,
org.mozilla.javascript.Function funObj)
Get Business owner by owner name and email.
|
static org.mozilla.javascript.NativeArray |
jsFunction_getBusinessOwners(org.mozilla.javascript.Context context,
org.mozilla.javascript.Scriptable thisObj,
Object[] args,
org.mozilla.javascript.Function funObj)
Retrieve business owners.
|
static org.mozilla.javascript.NativeArray |
jsFunction_getCustomInSequences(org.mozilla.javascript.Context cx,
org.mozilla.javascript.Scriptable thisObj,
Object[] args,
org.mozilla.javascript.Function funObj)
Retrieves custom sequences from registry
|
static org.mozilla.javascript.NativeArray |
jsFunction_getCustomOutSequences(org.mozilla.javascript.Context cx,
org.mozilla.javascript.Scriptable thisObj,
Object[] args,
org.mozilla.javascript.Function funObj)
Retrieves custom sequences from registry
|
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 String |
jsFunction_getDefaultVersion(org.mozilla.javascript.Context cx,
org.mozilla.javascript.Scriptable thisObj,
Object[] args,
org.mozilla.javascript.Function funObj)
Get default version of a WebApp by Application Name and Provider and filtered by lifecycle state (isPublished).
|
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_getEntitlementPolicyContent(org.mozilla.javascript.Context context,
org.mozilla.javascript.Scriptable thisObj,
Object[] args,
org.mozilla.javascript.Function funObj)
Retrieve policy content of a given policy
|
static org.mozilla.javascript.NativeArray |
jsFunction_getEntitlementPolicyPartial(org.mozilla.javascript.Context cx,
org.mozilla.javascript.Scriptable thisObj,
Object[] args,
org.mozilla.javascript.Function funObj)
Retrieve the name and the content of a given policy partial using policy id
|
static org.mozilla.javascript.NativeArray |
jsFunction_getExternalAPIStores(org.mozilla.javascript.Context cx,
org.mozilla.javascript.Scriptable thisObj,
Object[] args,
org.mozilla.javascript.Function funObj) |
static org.mozilla.javascript.NativeArray |
jsFunction_getExternalAppStoresList(org.mozilla.javascript.Context cx,
org.mozilla.javascript.Scriptable thisObj,
Object[] args,
org.mozilla.javascript.Function funObj)
This method returns the published and unpublished external stores.
|
static org.mozilla.javascript.NativeArray |
jsFunction_getFirstAccessTime(org.mozilla.javascript.Context cx,
org.mozilla.javascript.Scriptable thisObj,
Object[] args,
org.mozilla.javascript.Function funObj) |
static String |
jsFunction_getGatewayEndpoint(org.mozilla.javascript.Context cx,
org.mozilla.javascript.Scriptable thisObj,
Object[] args,
org.mozilla.javascript.Function funObj)
Get Gateway endpoint url
|
static String |
jsFunction_getHTTPsURL(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.NativeArray |
jsFunction_getLifeCycleEvents(org.mozilla.javascript.Context cx,
org.mozilla.javascript.Scriptable thisObj,
Object[] args,
org.mozilla.javascript.Function funObj) |
static org.mozilla.javascript.NativeArray |
jsFunction_getPolicyGroupListByApplication(org.mozilla.javascript.Context context,
org.mozilla.javascript.Scriptable thisObj,
Object[] args,
org.mozilla.javascript.Function funObj)
Get application wise policy group list
|
static org.mozilla.javascript.NativeArray |
jsFunction_getProviderAPIServiceTime(org.mozilla.javascript.Context cx,
org.mozilla.javascript.Scriptable thisObj,
Object[] args,
org.mozilla.javascript.Function funObj) |
static org.mozilla.javascript.NativeArray |
jsFunction_getProviderAPIUsage(org.mozilla.javascript.Context cx,
org.mozilla.javascript.Scriptable thisObj,
Object[] args,
org.mozilla.javascript.Function funObj) |
static org.mozilla.javascript.NativeArray |
jsFunction_getProviderAPIUserUsage(org.mozilla.javascript.Context cx,
org.mozilla.javascript.Scriptable thisObj,
Object[] args,
org.mozilla.javascript.Function funObj) |
static org.mozilla.javascript.NativeArray |
jsFunction_getProviderAPIVersionUsage(org.mozilla.javascript.Context cx,
org.mozilla.javascript.Scriptable thisObj,
Object[] args,
org.mozilla.javascript.Function funObj) |
static org.mozilla.javascript.NativeArray |
jsFunction_getProviderAPIVersionUserLastAccess(org.mozilla.javascript.Context cx,
org.mozilla.javascript.Scriptable thisObj,
Object[] args,
org.mozilla.javascript.Function funObj) |
static org.mozilla.javascript.NativeArray |
jsFunction_getProviderAPIVersionUserUsage(org.mozilla.javascript.Context cx,
org.mozilla.javascript.Scriptable thisObj,
Object[] args,
org.mozilla.javascript.Function funObj) |
static org.mozilla.javascript.NativeArray |
jsFunction_getSharedPolicyPartialList(org.mozilla.javascript.Context cx,
org.mozilla.javascript.Scriptable thisObj,
Object[] args,
org.mozilla.javascript.Function funObj)
Retrieve the shared policy partials
|
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.NativeArray |
jsFunction_getSubscribedAPIsByUsers(org.mozilla.javascript.Context cx,
org.mozilla.javascript.Scriptable thisObj,
Object[] args,
org.mozilla.javascript.Function funObj)
This method returns the user subscribed APPs
|
static org.mozilla.javascript.NativeArray |
jsFunction_getSubscriberCountByAPIs(org.mozilla.javascript.Context cx,
org.mozilla.javascript.Scriptable thisObj,
Object[] args,
org.mozilla.javascript.Function funObj)
This method returns the Subscription(Subscriber) count of APPs
|
static org.mozilla.javascript.NativeArray |
jsFunction_getSubscriberCountByAPIVersions(org.mozilla.javascript.Context cx,
org.mozilla.javascript.Scriptable thisObj,
Object[] args,
org.mozilla.javascript.Function funObj) |
static org.mozilla.javascript.NativeArray |
jsFunction_getSubscribersOfAPI(org.mozilla.javascript.Context cx,
org.mozilla.javascript.Scriptable thisObj,
Object[] args,
org.mozilla.javascript.Function funObj) |
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_getTierPermissions(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 String |
jsFunction_getTrackingID(org.mozilla.javascript.Context cx,
org.mozilla.javascript.Scriptable thisObj,
Object[] args,
org.mozilla.javascript.Function funObj)
Retrieves TRACKING_CODE sequences from APM_APP Table
|
static int |
jsFunction_getWebAppId(org.mozilla.javascript.Context context,
org.mozilla.javascript.Scriptable thisObj,
Object[] args,
org.mozilla.javascript.Function funObj)
Get webapp ID of a webapp with a given uuid
|
static boolean |
jsFunction_hasCreatePermission(org.mozilla.javascript.Context cx,
org.mozilla.javascript.Scriptable thisObj,
Object[] args,
org.mozilla.javascript.Function funObj) |
static boolean |
jsFunction_hasManageTierPermission(org.mozilla.javascript.Context cx,
org.mozilla.javascript.Scriptable thisObj,
Object[] args,
org.mozilla.javascript.Function funObj) |
static boolean |
jsFunction_hasMoreVersions(org.mozilla.javascript.Context cx,
org.mozilla.javascript.Scriptable thisObj,
Object[] args,
org.mozilla.javascript.Function funObj)
Check if the WebApp has more versions or not.
|
static boolean |
jsFunction_hasPublishPermission(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_isAPIOlderVersionExist(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 String |
jsFunction_isContextExist(org.mozilla.javascript.Context cx,
org.mozilla.javascript.Scriptable thisObj,
Object[] args,
org.mozilla.javascript.Function funObj) |
static boolean |
jsFunction_isDefaultVersion(org.mozilla.javascript.Context cx,
org.mozilla.javascript.Scriptable thisObj,
Object[] args,
org.mozilla.javascript.Function funObj)
Check if the given WebApp is the default version.
|
static boolean |
jsFunction_isSPCreateEnabledForSkipGatewayApps(org.mozilla.javascript.Context cx,
org.mozilla.javascript.Scriptable thisObj,
Object[] args,
org.mozilla.javascript.Function funObj)
Is Service Provider Create is enabled for skip gateway apps
|
static String |
jsFunction_isURLValid(org.mozilla.javascript.Context cx,
org.mozilla.javascript.Scriptable thisObj,
Object[] args,
org.mozilla.javascript.Function funObj) |
static boolean |
jsFunction_isWebappExists(org.mozilla.javascript.Context ctx,
org.mozilla.javascript.Scriptable thisObj,
Object[] args,
org.mozilla.javascript.Function funObj)
Check whether the application with a given name, provider and version already exists
|
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 String |
jsFunction_populateIssuerName(org.mozilla.javascript.Context cx,
org.mozilla.javascript.Scriptable thisObj,
Object[] args,
org.mozilla.javascript.Function funObj)
Returns the generated Issuer name
|
static void |
jsFunction_removeBinaryFilesFromStorage(org.mozilla.javascript.Context cx,
org.mozilla.javascript.Scriptable thisObj,
Object[] args,
org.mozilla.javascript.Function funObj)
Remove mobile application binary files
|
static boolean |
jsFunction_removeDocumentation(org.mozilla.javascript.Context cx,
org.mozilla.javascript.Scriptable thisObj,
Object[] args,
org.mozilla.javascript.Function funObj) |
static int |
jsFunction_saveBusinessOwner(org.mozilla.javascript.Context context,
org.mozilla.javascript.Scriptable thisObj,
Object[] args,
org.mozilla.javascript.Function funObj)
Save business owner.
|
static int |
jsFunction_saveEntitlementPolicyPartial(org.mozilla.javascript.Context context,
org.mozilla.javascript.Scriptable thisObj,
Object[] args,
org.mozilla.javascript.Function funObj)
Saves the given entitlement policy partial in database
|
static org.mozilla.javascript.NativeArray |
jsFunction_searchAccessTokens(org.mozilla.javascript.Context cx,
org.mozilla.javascript.Scriptable thisObj,
Object[] args,
org.mozilla.javascript.Function funObj) |
static org.mozilla.javascript.NativeArray |
jsFunction_searchAPIs(org.mozilla.javascript.Context cx,
org.mozilla.javascript.Scriptable thisObj,
Object[] args,
org.mozilla.javascript.Function funObj) |
static org.mozilla.javascript.NativeObject |
jsFunction_searchBusinessOwners(org.mozilla.javascript.Context context,
org.mozilla.javascript.Scriptable thisObj,
Object[] args,
org.mozilla.javascript.Function funObj)
Search business owners with pagination.
|
static boolean |
jsFunction_updateAPI(org.mozilla.javascript.Context cx,
org.mozilla.javascript.Scriptable thisObj,
Object[] args,
org.mozilla.javascript.Function funObj) |
static void |
jsFunction_updateBusinessOwner(org.mozilla.javascript.Context context,
org.mozilla.javascript.Scriptable thisObj,
Object[] args,
org.mozilla.javascript.Function funObj)
Update business owner.
|
static boolean |
jsFunction_updateDocumentation(org.mozilla.javascript.Context cx,
org.mozilla.javascript.Scriptable thisObj,
Object[] args,
org.mozilla.javascript.Function funObj) |
static void |
jsFunction_updateEntitlementPolicies(org.mozilla.javascript.Context cx,
org.mozilla.javascript.Scriptable thisObj,
Object[] args,
org.mozilla.javascript.Function funObj)
Updates given entitlement policies using the relevant entitlement service implementation.
|
static boolean |
jsFunction_updateEntitlementPolicyPartial(org.mozilla.javascript.Context context,
org.mozilla.javascript.Scriptable thisObj,
Object[] args,
org.mozilla.javascript.Function funObj)
Update a given entitlement policy partial with the given partial name and partial content
|
static void |
jsFunction_updateExternalAppStores(org.mozilla.javascript.Context cx,
org.mozilla.javascript.Scriptable thisObj,
Object[] args,
org.mozilla.javascript.Function funObj)
This methods update(add/remove) the external app stores for given web app
|
static boolean |
jsFunction_updateSubscriptionStatus(org.mozilla.javascript.Context cx,
org.mozilla.javascript.Scriptable thisObj,
Object[] args,
org.mozilla.javascript.Function funObj) |
static boolean |
jsFunction_updateTierPermissions(org.mozilla.javascript.Context cx,
org.mozilla.javascript.Scriptable thisObj,
Object[] args,
org.mozilla.javascript.Function funObj) |
static org.wso2.carbon.appmgt.api.model.entitlement.EntitlementPolicyValidationResult |
jsFunction_validateEntitlementPolicyPartial(org.mozilla.javascript.Context context,
org.mozilla.javascript.Scriptable thisObj,
Object[] args,
org.mozilla.javascript.Function funObj)
Validate the given entitlement policy partial
|
static boolean |
jsFunction_validateRoles(org.mozilla.javascript.Context cx,
org.mozilla.javascript.Scriptable thisObj,
Object[] args,
org.mozilla.javascript.Function funObj) |
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 APIProviderHostObject()
throws org.wso2.carbon.appmgt.api.AppManagementException
org.wso2.carbon.appmgt.api.AppManagementExceptionpublic APIProviderHostObject(String loggedUser) throws org.wso2.carbon.appmgt.api.AppManagementException
org.wso2.carbon.appmgt.api.AppManagementExceptionpublic String getClassName()
getClassName in interface org.mozilla.javascript.ScriptablegetClassName in class org.mozilla.javascript.ScriptableObjectpublic String getUsername()
public static org.mozilla.javascript.Scriptable jsConstructor(org.mozilla.javascript.Context cx,
Object[] args,
org.mozilla.javascript.Function Obj,
boolean inNewExpr)
throws org.wso2.carbon.appmgt.api.AppManagementException
org.wso2.carbon.appmgt.api.AppManagementExceptionpublic org.wso2.carbon.appmgt.api.APIProvider getApiProvider()
public 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.wso2.carbon.appmgt.api.AppManagementException
org.wso2.carbon.appmgt.api.AppManagementExceptionpublic 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 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 boolean jsFunction_deleteBusinessOwner(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 delete business ownerpublic static void jsFunction_updateBusinessOwner(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 update business ownerpublic static org.mozilla.javascript.NativeArray jsFunction_getBusinessOwners(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 ownerspublic 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 org.mozilla.javascript.NativeObject jsFunction_searchBusinessOwners(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 int jsFunction_saveBusinessOwner(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 save business ownerpublic static int jsFunction_getBusinessOwnerId(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 owner idpublic static boolean jsFunction_isWebappExists(org.mozilla.javascript.Context ctx,
org.mozilla.javascript.Scriptable thisObj,
Object[] args,
org.mozilla.javascript.Function funObj)
throws org.wso2.carbon.appmgt.api.AppManagementException,
org.jaggeryjs.scriptengine.exceptions.ScriptException
ctx - Rhino contextthisObj - Scriptable objectargs - passing argumentsfunObj - Function objectorg.wso2.carbon.appmgt.api.AppManagementExceptionorg.jaggeryjs.scriptengine.exceptions.ScriptExceptionpublic static boolean jsFunction_addAPI(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
cx - Rhino contextthisObj - Scriptable objectargs - Passing argumentsfunObj - Function objectorg.wso2.carbon.appmgt.api.AppManagementException - Wrapped exception
by org.wso2.carbon.apimgt.api.AppManagementExceptionorg.jaggeryjs.scriptengine.exceptions.ScriptExceptionpublic static void jsFunction_generateEntitlementPolicies(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_getEntitlementPolicyContent(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 int jsFunction_getWebAppId(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 int jsFunction_saveEntitlementPolicyPartial(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 boolean jsFunction_updateEntitlementPolicyPartial(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.AppManagementExceptionpublic static boolean jsFunction_deleteEntitlementPolicyPartial(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.AppManagementExceptionpublic static org.mozilla.javascript.NativeArray jsFunction_getEntitlementPolicyPartial(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.AppManagementException - Wrapped exception by org.wso2.carbon.apimgt.api.AppManagementExceptionpublic static org.mozilla.javascript.NativeArray jsFunction_getSharedPolicyPartialList(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_getPolicyGroupListByApplication(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 - on errorpublic static org.mozilla.javascript.NativeArray jsFunction_getAssociatedAppsNameList(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.wso2.carbon.appmgt.api.model.entitlement.EntitlementPolicyValidationResult jsFunction_validateEntitlementPolicyPartial(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 void jsFunction_updateEntitlementPolicies(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.AppManagementException - Wrapped exception by org.wso2.carbon.apimgt.api.AppManagementExceptionpublic static boolean jsFunction_updateAPI(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_updateSubscriptionStatus(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_updateTierPermissions(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_getTierPermissions(org.mozilla.javascript.Context cx,
org.mozilla.javascript.Scriptable thisObj,
Object[] args,
org.mozilla.javascript.Function funObj)
public 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.wso2.carbon.appmgt.api.AppManagementException
cx - Rhino contextthisObj - Scriptable objectargs - Passing argumentsfunObj - Function objectorg.wso2.carbon.appmgt.api.AppManagementException - Wrapped exception by org.wso2.carbon.apimgt.api.AppManagementExceptionpublic static org.mozilla.javascript.NativeArray jsFunction_getSubscribedAPIsByUsers(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_getSubscriberCountByAPIs(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_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_getSubscriberCountByAPIVersions(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_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 org.mozilla.javascript.NativeArray jsFunction_getAllAPIs(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.AppManagementException - Wrapped exception by org.wso2.carbon.apimgt.api.AppManagementExceptionpublic static org.mozilla.javascript.NativeArray jsFunction_getAPIsByProvider(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.AppManagementException - Wrapped exception by org.wso2.carbon.apimgt.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.wso2.carbon.appmgt.api.AppManagementException
org.wso2.carbon.appmgt.api.AppManagementExceptionpublic static org.mozilla.javascript.NativeArray jsFunction_getAllAPIUsageByProvider(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_getAllDocumentation(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_getInlineContent(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 void jsFunction_addInlineContent(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_addDocumentation(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_removeDocumentation(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_copyWebappDocumentations(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_getSubscribersOfAPI(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_isContextExist(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_getProviderAPIVersionUsage(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_getProviderAPIUsage(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_getProviderAPIUserUsage(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_getAPIUsageByResourcePath(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_getAPIUsageByPage(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_getAPIUsageByUser(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_getProviderAPIVersionUserUsage(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_getProviderAPIVersionUserLastAccess(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_getProviderAPIServiceTime(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_searchAPIs(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_hasCreatePermission(org.mozilla.javascript.Context cx,
org.mozilla.javascript.Scriptable thisObj,
Object[] args,
org.mozilla.javascript.Function funObj)
public static boolean jsFunction_hasManageTierPermission(org.mozilla.javascript.Context cx,
org.mozilla.javascript.Scriptable thisObj,
Object[] args,
org.mozilla.javascript.Function funObj)
public static boolean jsFunction_hasUserPermissions(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_hasPublishPermission(org.mozilla.javascript.Context cx,
org.mozilla.javascript.Scriptable thisObj,
Object[] args,
org.mozilla.javascript.Function funObj)
public 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.NativeArray jsFunction_getLifeCycleEvents(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_deleteApp(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.AppManagementExceptionpublic static boolean jsFunction_updateDocumentation(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_isAPIOlderVersionExist(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_isURLValid(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_searchAccessTokens(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_getAPIResponseFaultCount(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_getAPIFaultyAnalyzeByTime(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_getFirstAccessTime(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_validateRoles(org.mozilla.javascript.Context cx,
org.mozilla.javascript.Scriptable thisObj,
Object[] args,
org.mozilla.javascript.Function funObj)
public static org.mozilla.javascript.NativeArray jsFunction_getExternalAPIStores(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_getCustomOutSequences(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_getCustomInSequences(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_getTrackingID(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_getAppsForTenantDomain(org.mozilla.javascript.Context ctx,
org.mozilla.javascript.Scriptable thisObj,
Object[] args,
org.mozilla.javascript.Function funObj)
throws org.wso2.carbon.appmgt.api.AppManagementException
ctx - Rhino contextthisObj - Scriptable objectargs - Passing argumentsfunObj - Function objectorg.wso2.carbon.appmgt.api.AppManagementExceptionpublic static org.mozilla.javascript.NativeArray jsFunction_getAppsByPopularity(org.mozilla.javascript.Context ctx,
org.mozilla.javascript.Scriptable hostObj,
Object[] args,
org.mozilla.javascript.Function funObj)
throws org.wso2.carbon.appmgt.api.AppManagementException
org.wso2.carbon.appmgt.api.AppManagementExceptionpublic static void jsFunction_updateExternalAppStores(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_getExternalAppStoresList(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_getDefaultVersion(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_isDefaultVersion(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_hasMoreVersions(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_getAppDetailsFromUUID(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_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.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.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.AppManagementExceptionpublic static boolean jsFunction_isSPCreateEnabledForSkipGatewayApps(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_removeBinaryFilesFromStorage(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_getGatewayEndpoint(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_populateIssuerName(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_getAscUrl(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.AppManagementExceptionCopyright © 2017 WSO2. All rights reserved.