Uses of Class
com.activeviam.tech.contentserver.storage.api.ContentUpdate
Packages that use ContentUpdate
Package
Description
-
Uses of ContentUpdate in com.activeviam.activepivot.server.impl.private_.security
Method parameters in com.activeviam.activepivot.server.impl.private_.security with type arguments of type ContentUpdateModifier and TypeMethodDescriptionvoidContentServiceBranchPermissionsManager.UpdateListener.onContentUpdates(List<? extends ContentUpdate> updates) -
Uses of ContentUpdate in com.activeviam.tech.contentserver.spring.private_.ws
Methods in com.activeviam.tech.contentserver.spring.private_.ws that return ContentUpdateModifier and TypeMethodDescriptionJsonContentUpdate.toUpdate()Converts a DTO into an actual POJO.Methods in com.activeviam.tech.contentserver.spring.private_.ws with parameters of type ContentUpdateModifier and TypeMethodDescriptionstatic JsonContentUpdateJsonContentUpdate.fromUpdate(ContentUpdate update) Static constructor creating this DTO from a ContentUpdate. -
Uses of ContentUpdate in com.activeviam.tech.contentserver.storage.api
Method parameters in com.activeviam.tech.contentserver.storage.api with type arguments of type ContentUpdateModifier and TypeMethodDescriptionvoidIContentListener.onContentUpdates(List<? extends ContentUpdate> updates) Notifies the listener that some entries have been updated.