33#ifndef API_MIP_UPE_APPLICATION_ACTION_STATE_CC_H_
34#define API_MIP_UPE_APPLICATION_ACTION_STATE_CC_H_
mip_cc_label_action_state
Describes what the application is trying to do regarding the current label.
@ MIP_LABEL_ACTION_STATE_REMOVE
The current label should be removed.
@ MIP_LABEL_ACTION_STATE_NO_CHANGE
The current label should not change.
@ MIP_LABEL_ACTION_STATE_UPDATE
The current label should be changed.
mip_cc_label_action_type
Label-related actions an application understands and supports.
@ MIP_LABEL_ACTION_TYPE_APPLY_LABEL
Apply label action type.
@ MIP_LABEL_ACTION_TYPE_PROTECT_ADHOC
A protect by adhoc policy action type.
@ MIP_LABEL_ACTION_TYPE_REMOVE_PROTECTION
Remove protection action type.
@ MIP_LABEL_ACTION_TYPE_RECOMMEND_LABEL
Recommend label action type.
@ MIP_LABEL_ACTION_TYPE_REMOVE_CONTENT_FOOTER
Remove content footer action type.
@ MIP_LABEL_ACTION_TYPE_JUSTIFY
A justify action type.
@ MIP_LABEL_ACTION_TYPE_CUSTOM
A custom defined action type.
@ MIP_LABEL_ACTION_TYPE_PROTECT_DO_NOT_FORWARD
A protect by do not forward action type.
@ MIP_LABEL_ACTION_TYPE_METADATA
A Meta data change action type.
@ MIP_LABEL_ACTION_TYPE_PROTECT_BY_ENCRYPT_ONLY
A protect by encryption action type.
@ MIP_LABEL_ACTION_TYPE_ADD_CONTENT_FOOTER
Add a content footer to the document action type.
@ MIP_LABEL_ACTION_TYPE_PROTECT_BY_TEMPLATE
A protect by template action type.
@ MIP_LABEL_ACTION_TYPE_REMOVE_CONTENT_HEADER
Remove content header action type.
@ MIP_LABEL_ACTION_TYPE_PROTECT_DO_NOT_FORWARD_DK
A protect by do not forward action type.
@ MIP_LABEL_ACTION_TYPE_REMOVE_WATERMARK
Remove watermarking action type.
@ MIP_LABEL_ACTION_TYPE_PROTECT_ADHOC_DK
A protect by adhoc policy action type.
@ MIP_LABEL_ACTION_TYPE_ADD_WATERMARK
Add a water mark to the entire document action type.
@ MIP_LABEL_ACTION_TYPE_ADD_CONTENT_HEADER
Add a content header to the document action type.
A file Containing the common types used by the upe, file and protection modules.
mip_cc_label_assignment_method
Describes how a new label is being applied.
Contains C API definitions for common string dictionary.
Contains C API definitions for label.
Represents the current state of the application as it performs a label-related operation.
mip_cc_label_action_type supportedActions
Enum mask describing the label-related actions an application is able to perform.
mip_cc_label_assignment_method newLabelAssignmentMethod
If 'actionType' is 'UPDATE': The method of assignment of the new label.
bool isDowngradeJustified
If 'actionType' is 'UPDATE': Whether or not a label downgrade has been justified by user.
mip_cc_label newLabel
If 'actionType' is 'UPDATE': New label.
const char * downgradeJustification
If 'actionType' is 'UPDATE': Label downgrade justification text provided by user.
mip_cc_label_action_state actionState
Describes if/how an application is attempting to change label state.
mip_cc_dictionary newLabelExtendedProperties
If 'actionType' is 'UPDATE': Additional properties to be written to metadata.
Opaque handle to MIP object.