Uses of Class
com.atlassian.confluence.internal.relations.RelatableEntityTypeEnum
-
-
Uses of RelatableEntityTypeEnum in com.atlassian.confluence.internal.relations
Methods in com.atlassian.confluence.internal.relations that return RelatableEntityTypeEnum Modifier and Type Method Description static RelatableEntityTypeEnumRelatableEntityTypeEnum. getByContentEntityObject(ContentEntityObject object)static RelatableEntityTypeEnumRelatableEntityTypeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static RelatableEntityTypeEnum[]RelatableEntityTypeEnum. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of RelatableEntityTypeEnum in com.atlassian.confluence.internal.relations.dao
Methods in com.atlassian.confluence.internal.relations.dao that return RelatableEntityTypeEnum Modifier and Type Method Description RelatableEntityTypeEnumRelationEntity. getSourceType()RelatableEntityTypeEnumUser2ContentRelationEntity. getSourceType()RelatableEntityTypeEnumUser2UserRelationEntity. getSourceType()RelatableEntityTypeEnumRelationEntity. getTargetType()RelatableEntityTypeEnumUser2UserRelationEntity. getTargetType()Methods in com.atlassian.confluence.internal.relations.dao with parameters of type RelatableEntityTypeEnum Modifier and Type Method Description voidRelationEntity. setSourceType(RelatableEntityTypeEnum sourceType)voidRelationEntity. setTargetType(RelatableEntityTypeEnum targetType) -
Uses of RelatableEntityTypeEnum in com.atlassian.confluence.internal.relations.dao.hibernate
Methods in com.atlassian.confluence.internal.relations.dao.hibernate that return RelatableEntityTypeEnum Modifier and Type Method Description RelatableEntityTypeEnumRelatableEntityTypeEnumUserType. nullSafeGetImpl(ResultSet rs, String[] columns, org.hibernate.engine.spi.SharedSessionContractImplementor session, Object owner) -
Uses of RelatableEntityTypeEnum in com.atlassian.confluence.internal.relations.query
Method parameters in com.atlassian.confluence.internal.relations.query with type arguments of type RelatableEntityTypeEnum Modifier and Type Method Description RelationQuery.BuilderRelationQuery.Builder. contentTypeFilters(@Nullable Set<RelatableEntityTypeEnum> contentTypeFilters)
-