Uses of Class
com.aeontronix.enhancedmule.tools.anypoint.NotFoundException
Packages that use NotFoundException
Package
Description
-
Uses of NotFoundException in com.aeontronix.enhancedmule.tools.anypoint
Subclasses of NotFoundException in com.aeontronix.enhancedmule.tools.anypointMethods in com.aeontronix.enhancedmule.tools.anypoint that throw NotFoundExceptionModifier and TypeMethodDescriptionEnvironment.findAlertByName(String name) Environment.findAPIByExchangeAsset(@NotNull String groupId, @NotNull String assetId, @NotNull String assetVersion) Environment.findAPIByExchangeAsset(@NotNull String groupId, @NotNull String assetId, @NotNull String assetVersion, @Nullable String label) Environment.findAPIByExchangeAssetIdOrNameAndProductAPIVersion(@NotNull String name, @NotNull String productAPIVersion, @Nullable String label) Environment.findAPIByExchangeAssetIdOrNameAndVersion(@NotNull String idOrName, @NotNull String version, @Nullable String label) Environment.findAPIByExchangeAssetNameAndProductAPIVersion(@NotNull String name, @NotNull String productAPIVersion, @Nullable String label) Environment.findAPIByExchangeAssetNameAndVersion(@NotNull String name, @NotNull String version) Environment.findAPIByExchangeAssetNameAndVersion(@NotNull String name, @NotNull String version, @Nullable String label) Environment.findAPIsByExchangeAsset(@NotNull String groupId, @NotNull String assetId) Organization.findAPISpecsByIdOrNameAndVersion(String idOrName, String version) Organization.findAPISpecsByNameAndVersion(String name, String version) Environment.findCHApplicationByDomain(String domain) Environment.findCHMuleVersion(String muleVersion) Organization.findClientApplicationByName(@NotNull String name) Organization.findClientApplicationByName(@NotNull String name, boolean fullData) Organization.findDesignCenterProject(String name) LegacyAnypointClient.findEnvironment(String organizationName, String environmentName, boolean createOrganization, boolean createEnvironment, Environment.Type createEnvironmentType) @NotNull EnvironmentOrganization.findEnvironmentById(@NotNull String id) @NotNull EnvironmentOrganization.findEnvironmentByName(@NotNull String name) Organization.findEnvironmentByNameOrId(@NotNull String env) Organization.findExchangeAsset(@NotNull String groupId, @NotNull String assetId) Organization.findExchangeAsset(@NotNull String groupId, @NotNull String assetId, @Nullable String version) Organization.findExchangeAssetVersion(@NotNull String groupId, @NotNull String assetId, @NotNull String version) Organization.findFabricByName(String name) LegacyAnypointClient.findOrganizationById(String id) @NotNull OrganizationLegacyAnypointClient.findOrganizationByNameOrId(String nameOrId) Organization.findRoleGroupById(String roleId) Organization.findRoleGroupByName(String name) @NotNull ServerEnvironment.findServerByName(@NotNull String name) Organization.findTargetById(String id) Organization.findVPCByName(String name) Environment.findWorkerTypeByName(String name) voidOrganization.promoteExchangeApplication(com.aeontronix.anypointsdk.AnypointClient anypointClient, EnhancedMuleClient emClient, String groupId, String artifactId, String version, String newVersion) Organization.provisionVPC(VPCProvisioningDescriptor vd, boolean deleteExisting) voidOrganization.provisionVPC(File file, boolean deleteExisting) Environment.refresh()Refresh environment data (this will retrieve extra data compared to an environment object obtained from an organization) -
Uses of NotFoundException in com.aeontronix.enhancedmule.tools.anypoint.api
Subclasses of NotFoundException in com.aeontronix.enhancedmule.tools.anypoint.apiMethods in com.aeontronix.enhancedmule.tools.anypoint.api that throw NotFoundExceptionModifier and TypeMethodDescriptionAPI.findContract(ClientApplication clientApplication) API.findPolicyByAsset(String groupId, String assetId, String assetVersion) API.findSLATier(@NotNull String name) -
Uses of NotFoundException in com.aeontronix.enhancedmule.tools.anypoint.exchange
Methods in com.aeontronix.enhancedmule.tools.anypoint.exchange that throw NotFoundExceptionModifier and TypeMethodDescriptionExchangeAsset.findInstances(@Nullable String label, String envId) voidExchangeAssetDescriptor.provision(Organization organization) -
Uses of NotFoundException in com.aeontronix.enhancedmule.tools.anypoint.provisioning
Methods in com.aeontronix.enhancedmule.tools.anypoint.provisioning that throw NotFoundExceptionModifier and TypeMethodDescriptionProvisioningScope.matchEnvironments(Collection<Environment> environments) OrganizationDescriptor.provision(LegacyAnypointClient client) static OrganizationOrganizationDescriptor.provision(LegacyAnypointClient client, File orgDescriptorFile, String orgName) -
Uses of NotFoundException in com.aeontronix.enhancedmule.tools.cli
Methods in com.aeontronix.enhancedmule.tools.cli that throw NotFoundExceptionModifier and TypeMethodDescriptionEMTCli.findOrganization(String organization) AbstractEnvCommand.getEnvId()EMTCli.getEnvironment(String organizationName, String environmentName) AbstractOrgCommand.getOrgId() -
Uses of NotFoundException in com.aeontronix.enhancedmule.tools.role
Methods in com.aeontronix.enhancedmule.tools.role that throw NotFoundExceptionModifier and TypeMethodDescriptionstatic RoleGroupRoleGroup.findById(Organization organization, HttpHelper httpHelper, JsonHelper jsonHelper, String id) RoleGroup.findRoleAssignments()Constructors in com.aeontronix.enhancedmule.tools.role that throw NotFoundException -
Uses of NotFoundException in com.aeontronix.enhancedmule.tools.runtime
Methods in com.aeontronix.enhancedmule.tools.runtime that throw NotFoundExceptionModifier and TypeMethodDescriptionstatic CHApplicationCHApplication.find(Environment environment, String domain) Server.findApplication(String name) CHApplication.refresh()