Package ch.tocco.nice2.dms.api.util
Class UpdateStatusContribution
java.lang.Object
ch.tocco.nice2.dms.api.util.UpdateStatusContribution
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
allFieldsExcluded
(Set<String> touchedFields) Returns true if all @param touchedFields are marked as excluded fields (andgetEvent()
boolean
isRelationExcluded
(String relationName) void
setContentService
(ContentService contentService) void
setEntityName
(String entityName) void
void
setExcludeFields
(String excludeFields) void
setExcludeRelations
(String excludeRelations) void
setMainEntityRelationPath
(String mainEntityRelationPath)
-
Constructor Details
-
UpdateStatusContribution
public UpdateStatusContribution()
-
-
Method Details
-
getEvent
-
setEvent
-
getEntityName
-
setEntityName
-
getMainEntityRelationPath
-
setMainEntityRelationPath
-
getContentService
-
setContentService
-
allFieldsExcluded
Returns true if all @param touchedFields are marked as excluded fields (and- Parameters:
touchedFields
- is not empty).
-
isRelationExcluded
-
setExcludeFields
-
setExcludeRelations
-