public class UpdateCompositionTask extends UpdateCompositionTask
The component ID of the composition to update is specified in the nested composition
element.
The settings for the FCI Interaction option is specified in the nested fciInteraction
element.
The settings for the Online Charging Interaction option is specified in the nested onlineChargingInteraction
element.
For example:
<This task invokes thesis-in-management
raentity="foo"> <updateincomposition> <composition
name="OriginatingComposition" vendor="xyz.com" version="1.0"/> <fciInteraction
mode="static-service-priorities"/> <onlineChargingInteraction
mode="nominated-service" serviceref="CallForwarding"/> </updateincomposition> </sis-in-management>
INCompositionManagementMBean.setFCIInteraction(com.opencloud.slee.resources.sis.components.CompositionID, com.opencloud.slee.resources.sis.script.in.FCIInteraction)
and
INCompositionManagementMBean.setOnlineChargingInteraction(com.opencloud.slee.resources.sis.components.CompositionID, com.opencloud.slee.resources.sis.script.in.OnlineChargingInteraction)
management operations.
Attribute | Description | Required |
optimisationsEnabled | A boolean value that specifies whether composition execution optimisations should be enabled for this composition. | No. |
failonerror | Default failure case behaviour for this task. If set to 'false' or 'no', the build will continue when this task attempts a redundant action. | No, default is inherited from the enclosing INSISManagementTask . |
superclass
, the following parameters can also be provided.
Element | Description |
composition |
Contains the composition component ID. Exactly one nested composition element must be present. |
fciInteraction |
Contains the FCI Interaction settings to apply. At most one nested fciInteraction element may be present. |
onlineChargingInteraction |
Contains the Online Charging Interaction settings to apply. At most one nested onlineChargingInteraction element may be present. |
Constructor and Description |
---|
UpdateCompositionTask() |
Modifier and Type | Method and Description |
---|---|
void |
addConfiguredFciInteraction(FCIInteractionElement element) |
void |
addConfiguredOnlineChargingInteraction(OnlineChargingInteractionElement element) |
void |
setOptimisationsEnabled(boolean optimisations) |
addConfiguredComposition, setAudit, setDebugLevel
execute, getFailOnError, setFailOnError
public void addConfiguredFciInteraction(FCIInteractionElement element)
public void addConfiguredOnlineChargingInteraction(OnlineChargingInteractionElement element)
public void setOptimisationsEnabled(boolean optimisations)