public interface DependencyManagementService
Modifier and Type | Method and Description |
---|---|
ConfigurationObject[] |
getDependents(int tenantId,
int type,
String key)
Find all the configuration objects dependent on a specified configuration object.
|
ConfigurationObject[] |
getDependents(int type,
String key)
Find all the configuration objects dependent on a specified configuration object in the
super tenant super tenant SynapseConfiguration.
|
boolean |
hasActiveDependents(int tenantId,
int type,
String key)
Check whether the specified object has any dependent objects.
|
boolean |
hasActiveDependents(int type,
String key)
Check whether the specified object has any dependent objects in super tenant
SynapseConfiguration.
|
boolean |
hasDependents(int tenantId,
int type,
String key)
Check whether the specified object has any dependent objects.
|
boolean |
hasDependents(int type,
String key)
Check whether the specified object has any dependent objects in super tenant
SynapseConfiguration.
|
boolean hasDependents(int tenantId, int type, String key)
tenantId
- Tenant IDtype
- Type of the objectkey
- Name (ID) of the objectboolean hasActiveDependents(int tenantId, int type, String key)
tenantId
- Tenant IDtype
- Type of the objectkey
- Name (ID) of the objectConfigurationObject[] getDependents(int tenantId, int type, String key)
tenantId
- Tenant IDtype
- integer value representing the type of the objectkey
- name of the objectboolean hasDependents(int type, String key)
type
- Type of the objectkey
- Name (ID) of the objectboolean hasActiveDependents(int type, String key)
type
- Type of the objectkey
- Name (ID) of the objectConfigurationObject[] getDependents(int type, String key)
type
- integer value representing the type of the objectkey
- name of the objectCopyright © 2019 WSO2. All rights reserved.