Uses of Class
com.atlassian.confluence.internal.relations.dao.RelationEntity
-
-
Uses of RelationEntity in com.atlassian.confluence.api.impl.service.relation
Methods in com.atlassian.confluence.api.impl.service.relation with parameters of type RelationEntity Modifier and Type Method Description RelationInstance
RelationInstanceFactory. buildFrom(RelationEntity hibernateObject, Expansions expansions)
-
Uses of RelationEntity in com.atlassian.confluence.internal.relations
Methods in com.atlassian.confluence.internal.relations that return RelationEntity Modifier and Type Method Description RelationEntity
DefaultRelationManager. addRelation(RelatableEntity source, RelatableEntity target, RelationDescriptor relationDescriptor)
RelationEntity
RelationManager. addRelation(RelatableEntity source, RelatableEntity target, RelationDescriptor relationDescriptor)
Create a new relation between 2 entities. -
Uses of RelationEntity in com.atlassian.confluence.internal.relations.dao
Subclasses of RelationEntity in com.atlassian.confluence.internal.relations.dao Modifier and Type Class Description class
Content2ContentRelationEntity
class
User2ContentRelationEntity
class
User2UserRelationEntity
Methods in com.atlassian.confluence.internal.relations.dao that return RelationEntity Modifier and Type Method Description RelationEntity<S,T>
RelationDao. createRelationEntity(S source, T target, RelationDescriptor<?,?> relationDescriptor)
Create new relation.@Nullable RelationEntity<S,T>
RelationDao. getRelationEntity(S source, T target, RelationDescriptor<?,?> relationDescriptor)
Get relation for given content, type and name.Methods in com.atlassian.confluence.internal.relations.dao with parameters of type RelationEntity Modifier and Type Method Description void
RelationDao. removeRelationEntity(RelationEntity<S,T> relationEntity)
Remove relation -
Uses of RelationEntity in com.atlassian.confluence.internal.relations.dao.hibernate
Methods in com.atlassian.confluence.internal.relations.dao.hibernate that return RelationEntity Modifier and Type Method Description protected RelationEntity<S,T>
HibernateRelationDao. constructRelationEntity(RelationEntity<S,T> relationEntity, S source, T target, RelationDescriptor<?,?> relationDescriptor)
protected RelationEntity<ConfluenceUser,ContentEntityObject>
User2ContentHibernateRelationDao. constructRelationEntity(RelationEntity<ConfluenceUser,ContentEntityObject> relationEntity, ConfluenceUser source, ContentEntityObject target, RelationDescriptor<?,?> relationDescriptor)
RelationEntity<S,T>
HibernateRelationDao. createRelationEntity(S source, T target, RelationDescriptor<?,?> relationDescriptor)
protected abstract RelationEntity<S,T>
HibernateRelationDao. newRelationEntity(S source, T target)
Methods in com.atlassian.confluence.internal.relations.dao.hibernate that return types with arguments of type RelationEntity Modifier and Type Method Description protected @NonNull List<RelationEntity<S,T>>
HibernateRelationDao. getRelationEntities(String queryName, S source, T target, RelationDescriptor<?,?> relationDescriptor)
Methods in com.atlassian.confluence.internal.relations.dao.hibernate with parameters of type RelationEntity Modifier and Type Method Description protected RelationEntity<S,T>
HibernateRelationDao. constructRelationEntity(RelationEntity<S,T> relationEntity, S source, T target, RelationDescriptor<?,?> relationDescriptor)
protected RelationEntity<ConfluenceUser,ContentEntityObject>
User2ContentHibernateRelationDao. constructRelationEntity(RelationEntity<ConfluenceUser,ContentEntityObject> relationEntity, ConfluenceUser source, ContentEntityObject target, RelationDescriptor<?,?> relationDescriptor)
void
HibernateRelationDao. removeRelationEntity(RelationEntity<S,T> relationEntity)
-