public class EnvironmentTopologyFunctions extends TopologyFunctions
| Constructor and Description |
|---|
EnvironmentTopologyFunctions() |
EnvironmentTopologyFunctions(ExecuteScript pScriptRef,
java.lang.Long pEnvId) |
EnvironmentTopologyFunctions(java.lang.Long pEnvId) |
| Modifier and Type | Method and Description |
|---|---|
void |
cleanup() |
java.lang.String |
getGroovyKey() |
java.util.List<java.lang.String> |
getMappedInstances()
Gets all mapped instances
|
boolean |
isMappedToCurrentEnvironment(java.lang.String pInstanceCode)
Returns whether the given instance is mapped to the current environment.
|
void |
setCurrentEnvironmentId(java.lang.Long pCurrentEnvironmentId) |
getEnvironmentByCode, getEnvironmentById, getInstanceProperties, getTargetGroupByCode, getTargetGroupByIddecryptIntegrationInstance, doSimpleGet, findIntegrationInstanceByCode, getLogFunctions, getServerBaseUrl, setScriptRefpublic EnvironmentTopologyFunctions()
public EnvironmentTopologyFunctions(java.lang.Long pEnvId)
public EnvironmentTopologyFunctions(ExecuteScript pScriptRef,
java.lang.Long pEnvId)
public void setCurrentEnvironmentId(java.lang.Long pCurrentEnvironmentId)
public boolean isMappedToCurrentEnvironment(java.lang.String pInstanceCode)
pInstanceCode - Instance code to checkpublic java.util.List<java.lang.String> getMappedInstances()
public java.lang.String getGroovyKey()
getGroovyKey in class TopologyFunctionspublic void cleanup()
cleanup in class TopologyFunctions