Uses of Class
org.fenixedu.cms.domain.PostContentRevision
-
Packages that use PostContentRevision Package Description org.fenixedu.bennu.core.domain org.fenixedu.cms.api.json org.fenixedu.cms.api.resource org.fenixedu.cms.domain org.fenixedu.cms.ui -
-
Uses of PostContentRevision in org.fenixedu.bennu.core.domain
Methods in org.fenixedu.bennu.core.domain that return types with arguments of type PostContentRevision Modifier and Type Method Description static pt.ist.fenixframework.dml.runtime.DirectRelation<PostContentRevision,org.fenixedu.bennu.core.domain.User>User_Base. getRelationPostContentRevisionOwer()Set<PostContentRevision>User_Base. getRevisionsSet()Methods in org.fenixedu.bennu.core.domain with parameters of type PostContentRevision Modifier and Type Method Description voidUser_Base. addRevisions(PostContentRevision revisions)voidUser_Base. removeRevisions(PostContentRevision revisions) -
Uses of PostContentRevision in org.fenixedu.cms.api.json
Methods in org.fenixedu.cms.api.json that return PostContentRevision Modifier and Type Method Description PostContentRevisionPostRevisionAdapter. create(com.google.gson.JsonElement json, org.fenixedu.bennu.core.json.JsonBuilder ctx)PostContentRevisionPostRevisionAdapter. update(com.google.gson.JsonElement arg0, PostContentRevision arg1, org.fenixedu.bennu.core.json.JsonBuilder arg2)Methods in org.fenixedu.cms.api.json with parameters of type PostContentRevision Modifier and Type Method Description PostContentRevisionPostRevisionAdapter. update(com.google.gson.JsonElement arg0, PostContentRevision arg1, org.fenixedu.bennu.core.json.JsonBuilder arg2)com.google.gson.JsonElementPostRevisionAdapter. view(PostContentRevision revision, org.fenixedu.bennu.core.json.JsonBuilder ctx) -
Uses of PostContentRevision in org.fenixedu.cms.api.resource
Methods in org.fenixedu.cms.api.resource with parameters of type PostContentRevision Modifier and Type Method Description com.google.gson.JsonElementRevisionResource. getVersion(PostContentRevision revision) -
Uses of PostContentRevision in org.fenixedu.cms.domain
Methods in org.fenixedu.cms.domain that return PostContentRevision Modifier and Type Method Description PostContentRevisionPostContentRevision. clone(CloneCache cloneCache)recursively clones the current and all the next elements of the chainPostContentRevisionPost_Base. getLatestRevision()PostContentRevisionPostContentRevision_Base. getNext()PostContentRevisionPostContentRevision_Base. getPrevious()Methods in org.fenixedu.cms.domain that return types with arguments of type PostContentRevision Modifier and Type Method Description static pt.ist.fenixframework.dml.runtime.DirectRelation<PostContentRevision,Post>Post_Base. getRelationNewestRevision()static pt.ist.fenixframework.dml.runtime.DirectRelation<PostContentRevision,Post>PostContentRevision_Base. getRelationNewestRevision()static pt.ist.fenixframework.dml.runtime.DirectRelation<PostContentRevision,org.fenixedu.bennu.core.domain.User>PostContentRevision_Base. getRelationPostContentRevisionOwer()static pt.ist.fenixframework.dml.runtime.DirectRelation<PostContentRevision,PostContentRevision>PostContentRevision_Base. getRelationPostContentRevisions()static pt.ist.fenixframework.dml.runtime.DirectRelation<PostContentRevision,PostContentRevision>PostContentRevision_Base. getRelationPostContentRevisions()static pt.ist.fenixframework.dml.runtime.DirectRelation<PostContentRevision,Post>Post_Base. getRelationPostRevisionRevision()static pt.ist.fenixframework.dml.runtime.DirectRelation<PostContentRevision,Post>PostContentRevision_Base. getRelationPostRevisionRevision()Iterable<PostContentRevision>Post. getRevisions()Iterator<PostContentRevision>Post. getRevisionsIterator()Set<PostContentRevision>Post_Base. getRevisionsSet()Methods in org.fenixedu.cms.domain with parameters of type PostContentRevision Modifier and Type Method Description voidPost_Base. addRevisions(PostContentRevision revisions)voidPost_Base. removeRevisions(PostContentRevision revisions)voidPost_Base. setLatestRevision(PostContentRevision latestRevision)voidPostContentRevision_Base. setNext(PostContentRevision next)voidPostContentRevision_Base. setPrevious(PostContentRevision previous) -
Uses of PostContentRevision in org.fenixedu.cms.ui
Methods in org.fenixedu.cms.ui with parameters of type PostContentRevision Modifier and Type Method Description org.springframework.web.servlet.view.RedirectViewAdminVersions. revertTo(String slugSite, String slugPost, PostContentRevision revision)StringAdminVersions. versionData(String slugSite, String slugPost, PostContentRevision revision)
-