Uses of Class
io.meeds.social.cms.model.ContentObjectIdentifier
Packages that use ContentObjectIdentifier
-
Uses of ContentObjectIdentifier in io.meeds.social.cms.model
Subclasses of ContentObjectIdentifier in io.meeds.social.cms.modelModifier and TypeClassDescriptionclassclassclassclass -
Uses of ContentObjectIdentifier in io.meeds.social.cms.service
Methods in io.meeds.social.cms.service with parameters of type ContentObjectIdentifierModifier and TypeMethodDescriptionbooleanContentLinkService.canEdit(ContentObjectIdentifier contentObject, String username) booleanContentLinkService.canView(ContentObjectIdentifier link, String username) voidContentLinkService.deleteLinks(ContentObjectIdentifier contentObject) Delete theListof Links attached to the designated ObjectMethod parameters in io.meeds.social.cms.service with type arguments of type ContentObjectIdentifierModifier and TypeMethodDescriptionvoidContentLinkService.saveLinks(ContentObject contentObject, List<? extends ContentObjectIdentifier> links) Saves theListof Links attached to the designated ObjectvoidContentLinkService.saveLinks(ContentObject contentObject, List<? extends ContentObjectIdentifier> links, String username) Saves theListof Links attached to the designated Object