The Content Engine Web Service provides action-related elements to allow you to identify specific pending actions that are to be applied to a given Content Engine object. Each specific action-related element is a concrete subtype of the abstract ActionType
element and consist of zero or more attributes or elements, depending on its function. To add one or more pending actions to a specific object, create and load the actions into an array of ActionType
elements and set it to the Action
element of a ChangeRequestType
element. When you are ready to apply these actions to the object, call the ExecuteChanges
operation with an array of one or more ChangeRequestType
elements.