Class User2UserRelationEntity
- java.lang.Object
-
- com.atlassian.core.bean.EntityObject
-
- com.atlassian.confluence.core.ConfluenceEntityObject
-
- com.atlassian.confluence.internal.relations.dao.RelationEntity<ConfluenceUser,ConfluenceUser>
-
- com.atlassian.confluence.internal.relations.dao.User2UserRelationEntity
-
- All Implemented Interfaces:
Serializable
,Cloneable
public class User2UserRelationEntity extends RelationEntity<ConfluenceUser,ConfluenceUser>
- Since:
- 5.9
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description User2UserRelationEntity()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RelatableEntityTypeEnum
getSourceType()
RelatableEntityTypeEnum
getTargetType()
-
Methods inherited from class com.atlassian.confluence.internal.relations.dao.RelationEntity
getId, getRelationName, getSourceContent, getTargetContent, 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,ConfluenceUser>
-
getTargetType
public RelatableEntityTypeEnum getTargetType()
- Overrides:
getTargetType
in classRelationEntity<ConfluenceUser,ConfluenceUser>
-
-