Package | Description |
---|---|
com.ads.api.beans.sm |
Contains Collection Classes,Java Bean Classes which are specific to System, Environment,Table, Column and Node.
|
com.ads.api.util |
Contains Utility Classes, Collection Classes, Java Bean Classes which are specific to System, Environment, Table, Column, Mappings, Subject,
KeyValue Pairs etc...
|
Modifier and Type | Method and Description |
---|---|
SMEnvironment |
SMSchema.getEnvironment() |
SMEnvironment |
SMTable.getEnvironment() |
Modifier and Type | Method and Description |
---|---|
java.util.Collection<SMEnvironment> |
SMSystem.getEnvironments() |
Modifier and Type | Method and Description |
---|---|
void |
SMSystem.addEnvironment(SMEnvironment environment) |
void |
SMSystem.deleteColumn(SMEnvironment environment) |
void |
SMSchema.setEnvironment(SMEnvironment environment) |
void |
SMTable.setEnvironment(SMEnvironment environment) |
Modifier and Type | Method and Description |
---|---|
SMEnvironment |
SystemManagerUtil.getEnvironment(int environmentId)
Returns SMEnvironment Object for the specified environmentId.Specifying
the environmentId is mandatory.
|
SMEnvironment |
SystemManagerUtil.getEnvironment(int environmentId,
boolean fillMetadata)
Returns SMEnvironment Object for the specified environmentId.Specifying
the environmentId is mandatory.
|
SMEnvironment |
SystemManagerUtil.getEnvironment(int environmentId,
boolean fillMetadata,
boolean useReferenceId)
Returns SMEnvironment Object for the specified environmentId.Specifying
the environmentId is mandatory.
|
SMEnvironment |
SystemManagerUtil.getEnvironmentBySystemId(int systemId,
java.lang.String environmentName)
Returns SMEnvironment Object for the specified systemId and
environmentName.
|
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,java.util.List<SMEnvironment>> |
LineageUtil.getEnvironments(APIConstants.EndPointType endPointType,
java.util.ArrayList<java.lang.String> systemNames,
java.lang.String projectIds)
Returns the Map
|
java.util.List<SMEnvironment> |
LineageUtil.getEnvironments(APIConstants.EndPointType endPointType,
java.lang.String systemName,
java.lang.String projectIds)
Returns the List
|
java.util.ArrayList<SMEnvironment> |
SystemManagerUtil.getEnvironments(int systemId)
Returns the SMEnvironment Object List for the specified systemId.
|
java.util.List<SMEnvironment> |
SystemManagerUtil.loadDataAssets(int systemId,
java.lang.String visible,
boolean fillExtendedProperties,
boolean isHTML) |
Modifier and Type | Method and Description |
---|---|
RequestStatus |
SystemManagerUtil.createEnvironment(SMEnvironment environment)
Inserts a new System Environment for the specified environment object.It
creates the environment with the given details.
|
DBProperties |
SystemManagerUtil.getEnvironmentConnectionProperties(SMEnvironment environment)
Returns DBProperties Object for the specified SMEnvironment object.
|
RequestStatus |
SystemManagerUtil.updateEnvironment(SMEnvironment environment)
Updates a System Environment for the specified SMEnvironment object,
where all the environment details can be updated.
|