Package com.documentum.fc.common
Interface IMipLabelService
public interface IMipLabelService
-
Method Summary
Modifier and TypeMethodDescriptionList<com.documentum.fc.common.LabelInfo>
listMipLabels methos is resposible for retruning the label from serverboolean
Refreshes the Microsoft Information Protection (MIP) cache.
-
Method Details
-
listMipLabels
listMipLabels methos is resposible for retruning the label from server- Returns:
- listMipLabels in array of LabelInfo
- Throws:
DfException
-
refreshMipCache
Refreshes the Microsoft Information Protection (MIP) cache. This method attempts to refresh the MIP cache, which may contain classification labels, policies, or protection templates used for labeling and securing documents. It ensures that the latest data from the MIP server is available for application usage.- Returns:
- true if the cache refresh was successful; false otherwise.
- Throws:
DfException
- if there is an issue while refreshing the MIP cache, such as communication errors with the MIP server or other runtime exceptions.
-