Uses of Class
org.fenixedu.cms.domain.PostContentRevision
Packages that use PostContentRevision
Package
Description
-
Uses of PostContentRevision in org.fenixedu.bennu.core.domain
Methods in org.fenixedu.bennu.core.domain that return types with arguments of type PostContentRevisionModifier and TypeMethodDescriptionstatic pt.ist.fenixframework.dml.runtime.DirectRelation<PostContentRevision,org.fenixedu.bennu.core.domain.User> User_Base.getRelationPostContentRevisionOwer()User_Base.getRevisionsSet()Methods in org.fenixedu.bennu.core.domain with parameters of type PostContentRevisionModifier and TypeMethodDescriptionvoidUser_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 PostContentRevisionModifier and TypeMethodDescriptionPostRevisionAdapter.create(com.google.gson.JsonElement json, org.fenixedu.bennu.core.json.JsonBuilder ctx) PostRevisionAdapter.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 PostContentRevisionModifier and TypeMethodDescriptionPostRevisionAdapter.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 PostContentRevisionModifier and TypeMethodDescriptioncom.google.gson.JsonElementRevisionResource.getVersion(PostContentRevision revision) -
Uses of PostContentRevision in org.fenixedu.cms.domain
Methods in org.fenixedu.cms.domain that return PostContentRevisionModifier and TypeMethodDescriptionPostContentRevision.clone(CloneCache cloneCache) recursively clones the current and all the next elements of the chainPost_Base.getLatestRevision()PostContentRevision_Base.getNext()PostContentRevision_Base.getPrevious()Methods in org.fenixedu.cms.domain that return types with arguments of type PostContentRevisionModifier and TypeMethodDescriptionstatic 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()Post.getRevisions()Post.getRevisionsIterator()Post_Base.getRevisionsSet()Methods in org.fenixedu.cms.domain with parameters of type PostContentRevisionModifier and TypeMethodDescriptionvoidPost_Base.addRevisions(PostContentRevision revisions) voidPost_Base.removeRevisions(PostContentRevision revisions) voidPost_Base.setLatestRevision(PostContentRevision latestRevision) voidPostContentRevision_Base.setNext(PostContentRevision next) voidPostContentRevision_Base.setPrevious(PostContentRevision previous)