| Package | Description |
|---|---|
| io.apiman.manager.ui.client.local.services | |
| io.apiman.manager.ui.client.local.services.rest |
| Modifier and Type | Method and Description |
|---|---|
void |
RestInvokerService.createApplication(String organizationId,
io.apiman.manager.api.beans.apps.NewApplicationBean app,
IRestInvokerCallback<io.apiman.manager.api.beans.apps.ApplicationBean> callback)
Creates a new application.
|
void |
RestInvokerService.createApplicationVersion(String organizationId,
String applicationId,
io.apiman.manager.api.beans.apps.NewApplicationVersionBean version,
IRestInvokerCallback<io.apiman.manager.api.beans.apps.ApplicationVersionBean> callback)
Creates a new version of an app.
|
void |
RestInvokerService.createContract(String organizationId,
String applicationId,
String version,
io.apiman.manager.api.beans.contracts.NewContractBean bean,
IRestInvokerCallback<io.apiman.manager.api.beans.contracts.ContractBean> callback)
Creates a contract for an application.
|
void |
RestInvokerService.createGateway(io.apiman.manager.api.beans.gateways.NewGatewayBean gateway,
IRestInvokerCallback<io.apiman.manager.api.beans.gateways.GatewayBean> callback)
Creates a policy definition.
|
void |
RestInvokerService.createOrganization(io.apiman.manager.api.beans.orgs.NewOrganizationBean org,
IRestInvokerCallback<io.apiman.manager.api.beans.orgs.OrganizationBean> callback)
Creates a new organization.
|
void |
RestInvokerService.createPlan(String organizationId,
io.apiman.manager.api.beans.plans.NewPlanBean plan,
IRestInvokerCallback<io.apiman.manager.api.beans.plans.PlanBean> callback)
Creates a new plan.
|
void |
RestInvokerService.createPlanVersion(String organizationId,
String planId,
io.apiman.manager.api.beans.plans.NewPlanVersionBean version,
IRestInvokerCallback<io.apiman.manager.api.beans.plans.PlanVersionBean> callback)
Creates a new version of an plan.
|
void |
RestInvokerService.createPlugin(io.apiman.manager.api.beans.plugins.NewPluginBean plugin,
IRestInvokerCallback<io.apiman.manager.api.beans.plugins.PluginBean> callback)
Creates a policy definition.
|
void |
RestInvokerService.createPolicy(io.apiman.manager.api.beans.policies.PolicyType policyType,
String organizationId,
String entityId,
String entityVersion,
io.apiman.manager.api.beans.policies.NewPolicyBean bean,
IRestInvokerCallback<io.apiman.manager.api.beans.policies.PolicyBean> callback)
Creates a policy for an application, service, or plan.
|
void |
RestInvokerService.createPolicyDefinition(io.apiman.manager.api.beans.policies.PolicyDefinitionBean policyDef,
IRestInvokerCallback<io.apiman.manager.api.beans.policies.PolicyDefinitionBean> callback)
Creates a policy definition.
|
void |
RestInvokerService.createRole(io.apiman.manager.api.beans.idm.NewRoleBean role,
IRestInvokerCallback<io.apiman.manager.api.beans.idm.RoleBean> callback)
Creates a role.
|
void |
RestInvokerService.createService(String organizationId,
io.apiman.manager.api.beans.services.NewServiceBean service,
IRestInvokerCallback<io.apiman.manager.api.beans.services.ServiceBean> callback)
Creates a new service.
|
void |
RestInvokerService.createServiceVersion(String organizationId,
String serviceId,
io.apiman.manager.api.beans.services.NewServiceVersionBean version,
IRestInvokerCallback<io.apiman.manager.api.beans.services.ServiceVersionBean> callback)
Creates a new version of an service.
|
void |
RestInvokerService.deleteContract(String organizationId,
String applicationId,
String version,
Long contractId,
IRestInvokerCallback<Void> callback)
Deletes a contract.
|
void |
RestInvokerService.deleteGateway(io.apiman.manager.api.beans.gateways.GatewayBean gateway,
IRestInvokerCallback<Void> callback)
Deletes a gateway.
|
void |
RestInvokerService.deletePlugin(io.apiman.manager.api.beans.plugins.PluginBean plugin,
IRestInvokerCallback<Void> callback)
Deletes a plugin.
|
void |
RestInvokerService.deleteRole(io.apiman.manager.api.beans.idm.RoleBean role,
IRestInvokerCallback<Void> callback)
Deletes a role.
|
void |
RestInvokerService.findApplications(io.apiman.manager.api.beans.search.SearchCriteriaBean criteria,
IRestInvokerCallback<io.apiman.manager.api.beans.search.SearchResultsBean<io.apiman.manager.api.beans.apps.ApplicationBean>> callback)
Finds applications using the given search criteria.
|
void |
RestInvokerService.findOrganizations(io.apiman.manager.api.beans.search.SearchCriteriaBean criteria,
IRestInvokerCallback<io.apiman.manager.api.beans.search.SearchResultsBean<io.apiman.manager.api.beans.summary.OrganizationSummaryBean>> callback)
Finds organizations using the given search criteria.
|
void |
RestInvokerService.findServices(io.apiman.manager.api.beans.search.SearchCriteriaBean criteria,
IRestInvokerCallback<io.apiman.manager.api.beans.search.SearchResultsBean<io.apiman.manager.api.beans.summary.ServiceSummaryBean>> callback)
Finds services using the given search criteria.
|
void |
RestInvokerService.findUsers(io.apiman.manager.api.beans.search.SearchCriteriaBean criteria,
IRestInvokerCallback<io.apiman.manager.api.beans.search.SearchResultsBean<io.apiman.manager.api.beans.idm.UserBean>> callback)
Finds users using the given search criteria.
|
void |
RestInvokerService.getApiRegistry(String organizationId,
String applicationId,
String version,
IRestInvokerCallback<io.apiman.manager.api.beans.summary.ApiRegistryBean> callback)
Gets the application's API registry.
|
void |
RestInvokerService.getApplication(String organizationId,
String applicationId,
IRestInvokerCallback<io.apiman.manager.api.beans.apps.ApplicationBean> callback)
Gets an application.
|
void |
RestInvokerService.getApplicationActivity(String organizationId,
String applicationId,
int page,
int pageSize,
IRestInvokerCallback<io.apiman.manager.api.beans.search.SearchResultsBean<io.apiman.manager.api.beans.audit.AuditEntryBean>> callback)
Gets the application activity.
|
void |
RestInvokerService.getApplicationContracts(String organizationId,
String applicationId,
String version,
IRestInvokerCallback<List<io.apiman.manager.api.beans.summary.ContractSummaryBean>> callback)
Gets the application's contracts.
|
void |
RestInvokerService.getApplicationPolicies(String organizationId,
String applicationId,
String version,
IRestInvokerCallback<List<io.apiman.manager.api.beans.summary.PolicySummaryBean>> callback)
Gets the application's policies.
|
void |
RestInvokerService.getApplicationVersion(String organizationId,
String applicationId,
String version,
IRestInvokerCallback<io.apiman.manager.api.beans.apps.ApplicationVersionBean> callback)
Get a single version of the application.
|
void |
RestInvokerService.getApplicationVersionActivity(String organizationId,
String applicationId,
String version,
int page,
int pageSize,
IRestInvokerCallback<io.apiman.manager.api.beans.search.SearchResultsBean<io.apiman.manager.api.beans.audit.AuditEntryBean>> callback)
Gets the application activity.
|
void |
RestInvokerService.getApplicationVersions(String organizationId,
String applicationId,
IRestInvokerCallback<List<io.apiman.manager.api.beans.summary.ApplicationVersionSummaryBean>> callback)
Gets all versions of the application.
|
void |
RestInvokerService.getCurrentUserAppOrgs(IRestInvokerCallback<List<io.apiman.manager.api.beans.summary.OrganizationSummaryBean>> callback)
Gets the organizations visible to the current user for app creation.
|
void |
RestInvokerService.getCurrentUserApps(IRestInvokerCallback<List<io.apiman.manager.api.beans.summary.ApplicationSummaryBean>> callback)
Gets all applications visible to the current user.
|
void |
RestInvokerService.getCurrentUserInfo(IRestInvokerCallback<io.apiman.manager.api.beans.idm.CurrentUserBean> callback)
Gets info about the current user.
|
void |
RestInvokerService.getCurrentUserPlanOrgs(IRestInvokerCallback<List<io.apiman.manager.api.beans.summary.OrganizationSummaryBean>> callback)
Gets the organizations visible to the current user for plan creation.
|
void |
RestInvokerService.getCurrentUserServiceOrgs(IRestInvokerCallback<List<io.apiman.manager.api.beans.summary.OrganizationSummaryBean>> callback)
Gets the organizations visible to the current user for service creation.
|
void |
RestInvokerService.getCurrentUserServices(IRestInvokerCallback<List<io.apiman.manager.api.beans.summary.ServiceSummaryBean>> callback)
Gets all services visible to the current user.
|
void |
RestInvokerService.getGateway(String gatewayId,
IRestInvokerCallback<io.apiman.manager.api.beans.gateways.GatewayBean> callback)
Gets a single gateway by ID.
|
void |
RestInvokerService.getOrgActivity(String organizationId,
int page,
int pageSize,
IRestInvokerCallback<io.apiman.manager.api.beans.search.SearchResultsBean<io.apiman.manager.api.beans.audit.AuditEntryBean>> callback)
Gets the activity for the organization.
|
void |
RestInvokerService.getOrganization(String orgId,
IRestInvokerCallback<io.apiman.manager.api.beans.orgs.OrganizationBean> callback)
Gets an organization by ID.
|
void |
RestInvokerService.getOrgApplications(String organizationId,
IRestInvokerCallback<List<io.apiman.manager.api.beans.summary.ApplicationSummaryBean>> callback)
Gets all applications in the organization.
|
void |
RestInvokerService.getOrgMembers(String organizationId,
IRestInvokerCallback<List<io.apiman.manager.api.beans.members.MemberBean>> callback)
Gets all members of an org.
|
void |
RestInvokerService.getOrgPlans(String organizationId,
IRestInvokerCallback<List<io.apiman.manager.api.beans.summary.PlanSummaryBean>> callback)
Gets all plans in the organization.
|
void |
RestInvokerService.getOrgServices(String organizationId,
IRestInvokerCallback<List<io.apiman.manager.api.beans.summary.ServiceSummaryBean>> callback)
Gets all services in the organization.
|
void |
RestInvokerService.getPlanActivity(String organizationId,
String planId,
int page,
int pageSize,
IRestInvokerCallback<io.apiman.manager.api.beans.search.SearchResultsBean<io.apiman.manager.api.beans.audit.AuditEntryBean>> callback)
Gets plan activity information.
|
void |
RestInvokerService.getPlanPolicies(String organizationId,
String planId,
String version,
IRestInvokerCallback<List<io.apiman.manager.api.beans.summary.PolicySummaryBean>> callback)
Gets the plan's policies.
|
void |
RestInvokerService.getPlanVersion(String organizationId,
String planId,
String version,
IRestInvokerCallback<io.apiman.manager.api.beans.plans.PlanVersionBean> callback)
Gets a single version of a plan.
|
void |
RestInvokerService.getPlanVersionActivity(String organizationId,
String planId,
String version,
int page,
int pageSize,
IRestInvokerCallback<io.apiman.manager.api.beans.search.SearchResultsBean<io.apiman.manager.api.beans.audit.AuditEntryBean>> callback)
Gets plan version activity information.
|
void |
RestInvokerService.getPlanVersions(String organizationId,
String planId,
IRestInvokerCallback<List<io.apiman.manager.api.beans.summary.PlanVersionSummaryBean>> callback)
Gets all versions of the plan.
|
void |
RestInvokerService.getPlugin(Long pluginId,
IRestInvokerCallback<io.apiman.manager.api.beans.plugins.PluginBean> callback)
Gets a single plugin by ID.
|
void |
RestInvokerService.getPluginPolicySchema(Long pluginId,
String policyDefId,
IRestInvokerCallback<String> callback)
Gets the policy definition form configuration schema for a plugin provided
policy.
|
void |
RestInvokerService.getPolicy(io.apiman.manager.api.beans.policies.PolicyType policyType,
String organizationId,
String entityId,
String entityVersion,
Long policyId,
IRestInvokerCallback<io.apiman.manager.api.beans.policies.PolicyBean> callback)
Gets a policy for an application, service, or plan.
|
void |
RestInvokerService.getRole(String roleId,
IRestInvokerCallback<io.apiman.manager.api.beans.idm.RoleBean> callback)
Gets a single role by ID.
|
void |
RestInvokerService.getRoles(IRestInvokerCallback<List<io.apiman.manager.api.beans.idm.RoleBean>> callback)
Gets all roles that can be assigned to users.
|
void |
RestInvokerService.getService(String organizationId,
String serviceId,
IRestInvokerCallback<io.apiman.manager.api.beans.services.ServiceBean> callback)
Gets an service.
|
void |
RestInvokerService.getServiceActivity(String organizationId,
String serviceId,
int page,
int pageSize,
IRestInvokerCallback<io.apiman.manager.api.beans.search.SearchResultsBean<io.apiman.manager.api.beans.audit.AuditEntryBean>> callback)
Gets the activity information for the service.
|
void |
RestInvokerService.getServiceContracts(String organizationId,
String serviceId,
String version,
int page,
int pageSize,
IRestInvokerCallback<List<io.apiman.manager.api.beans.summary.ContractSummaryBean>> callback)
Gets the service's contracts.
|
void |
RestInvokerService.getServicePlanPolicyChain(String organizationId,
String serviceId,
String version,
String planId,
IRestInvokerCallback<io.apiman.manager.api.beans.policies.PolicyChainBean> callback)
Gets the policy chain for a particular service + version + plan.
|
void |
RestInvokerService.getServicePolicies(String organizationId,
String serviceId,
String version,
IRestInvokerCallback<List<io.apiman.manager.api.beans.summary.PolicySummaryBean>> callback)
Gets the service's policies.
|
void |
RestInvokerService.getServiceVersion(String organizationId,
String serviceId,
String version,
IRestInvokerCallback<io.apiman.manager.api.beans.services.ServiceVersionBean> callback)
Gets a single version of a service.
|
void |
RestInvokerService.getServiceVersionActivity(String organizationId,
String serviceId,
String version,
int page,
int pageSize,
IRestInvokerCallback<io.apiman.manager.api.beans.search.SearchResultsBean<io.apiman.manager.api.beans.audit.AuditEntryBean>> callback)
Gets the activity information for the service version.
|
void |
RestInvokerService.getServiceVersionEndpointInfo(String organizationId,
String serviceId,
String version,
IRestInvokerCallback<io.apiman.manager.api.beans.summary.ServiceVersionEndpointSummaryBean> callback)
Gets the service version endpoint information.
|
void |
RestInvokerService.getServiceVersionPlans(String organizationId,
String serviceId,
String version,
IRestInvokerCallback<List<io.apiman.manager.api.beans.summary.ServicePlanSummaryBean>> callback)
Gets the plans for a service version.
|
void |
RestInvokerService.getServiceVersions(String organizationId,
String serviceId,
IRestInvokerCallback<List<io.apiman.manager.api.beans.summary.ServiceVersionSummaryBean>> callback)
Gets all versions of the service.
|
void |
RestInvokerService.getSystemStatus(IRestInvokerCallback<String> callback)
Gets the current system status.
|
void |
RestInvokerService.getUser(String userId,
IRestInvokerCallback<io.apiman.manager.api.beans.idm.UserBean> callback)
Gets info about the given user.
|
void |
RestInvokerService.getUserActivity(String userId,
int page,
int pageSize,
IRestInvokerCallback<io.apiman.manager.api.beans.search.SearchResultsBean<io.apiman.manager.api.beans.audit.AuditEntryBean>> callback)
Gets the user's recent activity.
|
void |
RestInvokerService.getUserApps(String userId,
IRestInvokerCallback<List<io.apiman.manager.api.beans.summary.ApplicationSummaryBean>> callback)
Gets the applications visible to the given user.
|
void |
RestInvokerService.getUserOrgs(String userId,
IRestInvokerCallback<List<io.apiman.manager.api.beans.summary.OrganizationSummaryBean>> callback)
Gets the organizations visible to the given user.
|
void |
RestInvokerService.getUserServices(String userId,
IRestInvokerCallback<List<io.apiman.manager.api.beans.summary.ServiceSummaryBean>> callback)
Gets the services visible to the given user.
|
void |
RestInvokerService.grant(String organizationId,
String userId,
Set<String> roleIds,
IRestInvokerCallback<Void> callback)
Grants a role to a user.
|
void |
RestInvokerService.listGateways(IRestInvokerCallback<List<io.apiman.manager.api.beans.summary.GatewaySummaryBean>> callback)
Gets a list of all the gateways in the system.
|
void |
RestInvokerService.listPlugins(IRestInvokerCallback<List<io.apiman.manager.api.beans.summary.PluginSummaryBean>> callback)
Gets a list of all the plugins in the system.
|
void |
RestInvokerService.listPolicyDefinitions(IRestInvokerCallback<List<io.apiman.manager.api.beans.summary.PolicyDefinitionSummaryBean>> callback)
Gets a list of all the policy definitions in the system.
|
void |
RestInvokerService.performAction(io.apiman.manager.api.beans.actions.ActionBean action,
IRestInvokerCallback<Void> callback)
Performs/executes the given action.
|
void |
RestInvokerService.removePolicy(io.apiman.manager.api.beans.policies.PolicyType policyType,
String organizationId,
String entityId,
String entityVersion,
Long policyId,
IRestInvokerCallback<Void> callback)
Removes a policy from an application, service, or plan.
|
void |
RestInvokerService.reorderApplicationPolicies(String organizationId,
String applicationId,
String version,
io.apiman.manager.api.beans.policies.PolicyChainBean policyChain,
IRestInvokerCallback<Void> callback)
Reorders the application's policies.
|
void |
RestInvokerService.reorderPlanPolicies(String organizationId,
String planId,
String version,
io.apiman.manager.api.beans.policies.PolicyChainBean policyChain,
IRestInvokerCallback<Void> callback)
Reorders the plan's policies.
|
void |
RestInvokerService.reorderServicePolicies(String organizationId,
String serviceId,
String version,
io.apiman.manager.api.beans.policies.PolicyChainBean policyChain,
IRestInvokerCallback<Void> callback)
Reorders the service's policies.
|
void |
RestInvokerService.revoke(String organizationId,
String userId,
String roleId,
IRestInvokerCallback<Void> callback)
Revokes a role from the user.
|
void |
RestInvokerService.revokeAll(String organizationId,
String userId,
IRestInvokerCallback<Void> callback)
Revokes a role from the user.
|
void |
RestInvokerService.testGateway(io.apiman.manager.api.beans.gateways.NewGatewayBean bean,
IRestInvokerCallback<io.apiman.manager.api.beans.summary.GatewayTestResultBean> callback)
Tests the gateway configuration to see if it's valid (is the gateway available?).
|
void |
RestInvokerService.updateApplication(String organizationId,
String applicationId,
io.apiman.manager.api.beans.apps.UpdateApplicationBean app,
IRestInvokerCallback<Void> callback)
Updates an application.
|
void |
RestInvokerService.updateCurrentUserInfo(io.apiman.manager.api.beans.idm.UpdateUserBean user,
IRestInvokerCallback<Void> callback)
Updates the information for the current user.
|
void |
RestInvokerService.updateGateway(String gatewayId,
io.apiman.manager.api.beans.gateways.UpdateGatewayBean gateway,
IRestInvokerCallback<Void> callback)
Updates a gateway.
|
void |
RestInvokerService.updateOrganization(String organizationId,
io.apiman.manager.api.beans.orgs.UpdateOrganizationBean org,
IRestInvokerCallback<Void> callback)
Updates an organization.
|
void |
RestInvokerService.updatePlan(String organizationId,
String planId,
io.apiman.manager.api.beans.plans.UpdatePlanBean plan,
IRestInvokerCallback<Void> callback)
Updates a plan.
|
void |
RestInvokerService.updatePolicy(io.apiman.manager.api.beans.policies.PolicyType policyType,
String organizationId,
String entityId,
String entityVersion,
Long policyId,
io.apiman.manager.api.beans.policies.UpdatePolicyBean policy,
IRestInvokerCallback<Void> callback)
Updates a policy.
|
void |
RestInvokerService.updateRole(String roleId,
io.apiman.manager.api.beans.idm.UpdateRoleBean role,
IRestInvokerCallback<Void> callback)
Updates a role.
|
void |
RestInvokerService.updateService(String organizationId,
String serviceId,
io.apiman.manager.api.beans.services.UpdateServiceBean service,
IRestInvokerCallback<Void> callback)
Updates a service.
|
void |
RestInvokerService.updateServiceVersion(String organizationId,
String serviceId,
String version,
io.apiman.manager.api.beans.services.UpdateServiceVersionBean svb,
IRestInvokerCallback<Void> callback)
Updates a service version.
|
| Constructor and Description |
|---|
CallbackAdapter(IRestInvokerCallback<T> invokerCallback)
Constructor.
|
Copyright © 2015 JBoss, a division of Red Hat. All rights reserved.