get_dirty_state

get_dirty_state

The get_dirty_state message is sent to get state information about the need to synchronize with a dimension table.

Get Dimension Synchronize State Information

To get dirty state information, the sequence of events is as follows:

  1. The client specifies a request to obtain the dirty state information

  2. The ontology server returns the dirty state information


get_dirty_state Request Message

This message has no requirements or attributes settings.
Example:
<message_body>
<get_dirty_state/>
</message_body>

get_dirty_state Response Message

A status type of DONE or ERROR is specified in the response header. The <message_body> provides the dirty state information.
Example:
<message_body>
<dirty_state>NONE|ADD|DELETE_EDIT</dirty_state>
</message_body>

The following dirty_state codes are in use:

dirty_state code

Description

NONE

Indicates that no synchronization or update actions are required

ADD

Indicates an update action is required

DELETE_EDIT

Indicates a synchronization action is required


<ac:structured-macro ac:macro-id="34d68a09-7950-42e9-9003-466c688593dd" ac:name="children" ac:schema-version="2">
<ac:parameter ac:name="all">true</ac:parameter>
</ac:structured-macro>