@Entity public class Environment extends AbstractEciConfigurable
LOGGER| Constructor and Description |
|---|
Environment() |
Environment(Storable parent)
Constructor of a new Environment under given parent.
|
| Modifier and Type | Method and Description |
|---|---|
void |
fillInbound(Map<System,Server> inbound) |
void |
fillOutbound(Map<System,Server> outbound) |
void |
fillReportCollectors(Set<LinkCollectorConfiguration> reportCollectors) |
TriggerState |
getEnvironmentState() |
Map<System,Server> |
getInbound() |
Map<System,Server> |
getOutbound() |
EnvFolder |
getParent() |
BigInteger |
getProjectId() |
Set<LinkCollectorConfiguration> |
getReportCollectors() |
void |
performActionsForImportIntoAnotherProject(Map<BigInteger,BigInteger> replacementMap,
BigInteger projectId,
UUID projectUuid,
boolean needToUpdateProjectId,
boolean needToGenerateNewId)
Update projectId/generate new ID if it needs.
|
void |
performPostImportActions(BigInteger projectId,
BigInteger sessionId)
Perform post-import actions.
|
void |
setEnvironmentState(TriggerState environmentState) |
protected void |
setInbound(Map<System,Server> inbound)
hibernate set its proxy thru this method.
|
protected void |
setOutbound(Map<System,Server> outbound)
hibernate set its proxy thru this method.
|
void |
setParent(EnvFolder parent) |
void |
setProjectId(BigInteger projectId) |
protected void |
setReportCollectors(Set<LinkCollectorConfiguration> reportCollectors) |
void |
unbindEntityWithHierarchy() |
void |
upStorableVersion()
Object's version is increased for all systems and servers used under the Environment
and system children and transport configurations under servers.
|
getEcId, getEcLabel, getEcProjectId, setEcId, setEciParameters, setEcLabel, setEcProjectIdfillLabelscontains, copy, doAfterCreate, doAfterUpdate, doBeforeRemove, equals, findRootObject, findUsages, flush, getDescription, getExtendsParameters, getID, getManager, getNaturalId, getPrefix, getStorableProp, getStoreInformationDelegate, getVersion, hashCode, move, performPostCopyActions, performPostImportActionsParent, printStackTrace, remove, replicate, returnSimpleParent, setDescription, setID, setNaturalId, setParent, setPrefix, setStorableProp, setVersion, store, toString, updategetName, setNameclone, finalize, getClass, notify, notifyAll, wait, wait, waitcontains, copy, findRootObject, findUsages, flush, getDescription, getExtendsParameters, getNaturalId, getStorableProp, getStoreInformationDelegate, move, performPostCopyActions, performPostImportActionsParent, remove, replicate, returnSimpleParent, setDescription, setNaturalId, setParent, setStorableProp, storegetName, setNamegetID, setIDgetPrefix, setPrefixgetVersion, setVersionpublic Environment()
public Environment(Storable parent)
public TriggerState getEnvironmentState()
public void setEnvironmentState(TriggerState environmentState)
protected void setOutbound(Map<System,Server> outbound)
protected void setInbound(Map<System,Server> inbound)
public Set<LinkCollectorConfiguration> getReportCollectors()
protected void setReportCollectors(Set<LinkCollectorConfiguration> reportCollectors)
public void fillReportCollectors(Set<LinkCollectorConfiguration> reportCollectors)
public BigInteger getProjectId()
public void setProjectId(BigInteger projectId)
public EnvFolder getParent()
getParent in interface StorablegetParent in class AbstractStorablepublic void setParent(EnvFolder parent)
public void performPostImportActions(BigInteger projectId, BigInteger sessionId)
AbstractStorableperformPostImportActions in interface StorableperformPostImportActions in class AbstractStorablepublic void unbindEntityWithHierarchy()
public void upStorableVersion()
upStorableVersion in interface StorableupStorableVersion in class AbstractStorablepublic void performActionsForImportIntoAnotherProject(Map<BigInteger,BigInteger> replacementMap, BigInteger projectId, UUID projectUuid, boolean needToUpdateProjectId, boolean needToGenerateNewId)
AbstractStorableperformActionsForImportIntoAnotherProject in interface StorableperformActionsForImportIntoAnotherProject in class AbstractStorableCopyright © 2025. All rights reserved.