Uses of Class
com.atlassian.confluence.event.events.label.LabelEvent
Packages that use LabelEvent
Package
Description
-
Uses of LabelEvent in com.atlassian.confluence.event.events.label
Subclasses of LabelEvent in com.atlassian.confluence.event.events.labelModifier and TypeClassDescriptionclass
Thrown when an existing label is associated with piece of content (as opposed to be newly created).class
Thrown when a label is created and comes into existance.class
Thrown when a label itself is removed (as opposed to being disassociated from a piece of content).class
Thrown when a label is disassociated from a piece of content (as opposed to itself being removed). -
Uses of LabelEvent in com.atlassian.confluence.internal.api.impl.service.incrementalsync.contentmanagement.commands
Classes in com.atlassian.confluence.internal.api.impl.service.incrementalsync.contentmanagement.commands with type parameters of type LabelEventModifier and TypeClassDescriptionclass
AbstractLabelCommand<E extends LabelEvent>
Abstract command class to handle LabelEvent