Class User2ContentRelationEntity
- java.lang.Object
-
- com.atlassian.core.bean.EntityObject
-
- com.atlassian.confluence.core.ConfluenceEntityObject
-
- com.atlassian.confluence.internal.relations.dao.RelationEntity<ConfluenceUser,ContentEntityObject>
-
- com.atlassian.confluence.internal.relations.dao.User2ContentRelationEntity
-
- All Implemented Interfaces:
Serializable
,Cloneable
public class User2ContentRelationEntity extends RelationEntity<ConfluenceUser,ContentEntityObject>
- Since:
- 5.9
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description User2ContentRelationEntity()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RelatableEntityTypeEnum
getSourceType()
-
Methods inherited from class com.atlassian.confluence.internal.relations.dao.RelationEntity
getId, getRelationName, getSourceContent, getTargetContent, getTargetType, setId, setRelationName, setSourceContent, setSourceType, setTargetContent, setTargetType
-
Methods inherited from class com.atlassian.confluence.core.ConfluenceEntityObject
getCreator, getCreatorName, getLastModifier, getLastModifierName, getRealClass, isPersistent, setCreator, setCreatorName, setLastModifier, setLastModifierName
-
-
-
-
Method Detail
-
getSourceType
public RelatableEntityTypeEnum getSourceType()
- Overrides:
getSourceType
in classRelationEntity<ConfluenceUser,ContentEntityObject>
-
-