public class UpdateCompositionTask extends SISSubTask
SISManagementTask element.
The component ID of the composition to update is specified in
the nested composition element. For example:
<This task invokes thesis-sip-managementraentity="foo"> <updatecomposition debuglevel="2" audit="true"> <compositionname="OriginatingComposition" vendor="xyz.com" version="1.0"/> </updatecomposition> </sis-sip-management>
CompositionManagementMBean.setDebugLevel(com.opencloud.slee.resources.sis.components.CompositionID, int) and
CompositionManagementMBean.setAuditLoggingEnabled(com.opencloud.slee.resources.sis.components.CompositionID, boolean)
management operations.
| Attribute | Description | Required |
| debuglevel | The fine-grained tracing debug level for the composition. Must be a value between 0 and 3. | No. |
| audit | A boolean value that specifies whether the SIS will generate audit logs for calls that select 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 SISManagementTask. |
| Element | Description |
composition |
Contains the composition component ID. Exactly one nested composition element must be present. |
| Constructor and Description |
|---|
UpdateCompositionTask() |
| Modifier and Type | Method and Description |
|---|---|
void |
addConfiguredComposition(CompositionComponentElement element) |
void |
setAudit(boolean enabled) |
void |
setDebugLevel(int debugLevel) |
execute, getFailOnError, setFailOnErrorpublic void addConfiguredComposition(CompositionComponentElement element)
public void setDebugLevel(int debugLevel)
public void setAudit(boolean enabled)