|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.atlassian.confluence.core.service.AbstractServiceCommand
com.atlassian.confluence.labels.service.AddLabelsCommandImpl
public class AddLabelsCommandImpl
| Constructor Summary | |
|---|---|
AddLabelsCommandImpl(java.lang.String labelsString,
com.atlassian.user.User user,
long entityId,
LabelManager labelManager,
PermissionManager permissionManager,
PageManager pageManager)
|
|
| Method Summary | |
|---|---|
protected void |
executeInternal()
Template method for implementations to perform command execution. |
java.util.Collection<Label> |
getAddedLabels()
Returns a list of labels that were added. |
Labelable |
getEntity()
Returns the page or blog post that the label was added to |
long |
getEntityId()
|
com.atlassian.user.User |
getUser()
|
protected boolean |
isAuthorizedInternal()
Template method for implementations to perform authorization. |
protected void |
validateInternal(ServiceCommandValidator validator)
Template method for implementations to perform validation. |
| Methods inherited from class com.atlassian.confluence.core.service.AbstractServiceCommand |
|---|
execute, getCurrentUser, getValidationErrors, isAuthorized, isValid |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.atlassian.confluence.core.service.ServiceCommand |
|---|
execute, getValidationErrors, isAuthorized, isValid |
| Constructor Detail |
|---|
public AddLabelsCommandImpl(java.lang.String labelsString,
com.atlassian.user.User user,
long entityId,
LabelManager labelManager,
PermissionManager permissionManager,
PageManager pageManager)
| Method Detail |
|---|
protected void validateInternal(ServiceCommandValidator validator)
AbstractServiceCommandImplementations can assume that if this method is called, authorization was already successful.
validateInternal in class AbstractServiceCommandprotected boolean isAuthorizedInternal()
AbstractServiceCommand
isAuthorizedInternal in class AbstractServiceCommandprotected void executeInternal()
AbstractServiceCommand
executeInternal in class AbstractServiceCommandpublic com.atlassian.user.User getUser()
public long getEntityId()
public Labelable getEntity()
AddLabelsCommand
getEntity in interface AddLabelsCommandpublic java.util.Collection<Label> getAddedLabels()
getAddedLabels in interface AddLabelsCommand
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||