D - The type for the deployable CI.C - The type for the container CI.public interface EmbeddedDeployedContainer<D extends ConfigurationItem,C extends ConfigurationItem> extends ConfigurationItem
Deployeds and EmbeddedDeployeds.
Deployeds are configuration items (CIs) that represent Deployables CIs in their deployed form.| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CONTAINER_FIELD |
static java.lang.String |
DEPLOYABLE_FIELD |
SYNTHETIC_PROPERTIES_FIELD, TYPE_FIELD| Modifier and Type | Method and Description |
|---|---|
C |
getContainer() |
D |
getDeployable() |
void |
setContainer(C container) |
void |
setDeployable(D deployable) |
getId, getName, getProperty, getSyntheticProperties, getSyntheticProperty, getType, hasProperty, putSyntheticProperty, setId, setPropertystatic final java.lang.String DEPLOYABLE_FIELD
static final java.lang.String CONTAINER_FIELD
D getDeployable()
Deployable CI.void setDeployable(D deployable)
deployable - The associated Deployable CI.