Class ContentMetadataSetEvent
- java.lang.Object
-
- com.communardo.confluence.metadata.event.ContentMetadataSetEvent
-
- Direct Known Subclasses:
RemoveContentMetadataSetEvent,SaveContentMetadataSetEvent
public abstract class ContentMetadataSetEvent extends Object
-
-
Constructor Summary
Constructors Constructor Description ContentMetadataSetEvent(com.atlassian.confluence.core.ContentEntityObject ceo, MetadataSet metadataSet, com.atlassian.sal.api.user.UserKey userKey)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.atlassian.confluence.core.ContentEntityObjectgetCeo()MetadataSetgetMetadataSet()com.atlassian.sal.api.user.UserKeygetUserKey()voidsetCeo(com.atlassian.confluence.core.ContentEntityObject ceo)voidsetMetadataSet(MetadataSet metadataSet)voidsetUserKey(com.atlassian.sal.api.user.UserKey userKey)
-
-
-
Constructor Detail
-
ContentMetadataSetEvent
public ContentMetadataSetEvent(com.atlassian.confluence.core.ContentEntityObject ceo, MetadataSet metadataSet, com.atlassian.sal.api.user.UserKey userKey)
-
-
Method Detail
-
getMetadataSet
public MetadataSet getMetadataSet()
-
setMetadataSet
public void setMetadataSet(MetadataSet metadataSet)
-
getCeo
public com.atlassian.confluence.core.ContentEntityObject getCeo()
-
setCeo
public void setCeo(com.atlassian.confluence.core.ContentEntityObject ceo)
-
getUserKey
public com.atlassian.sal.api.user.UserKey getUserKey()
-
setUserKey
public void setUserKey(com.atlassian.sal.api.user.UserKey userKey)
-
-