|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface LabelsService
Creates label commands
| Method Summary | |
|---|---|
AddLabelsCommand |
newAddLabelCommand(String labelString,
com.atlassian.user.User user,
long entityId)
Builds a command that takes a string of comma separated labels and adds them to a Page or Blog Post for the specified user. |
RemoveLabelCommand |
newRemoveLabelCommand(Label label,
com.atlassian.user.User user,
long entityId)
Builds a command that takes removes the specified label Page or Blog Post for the specified user. |
RemoveLabelCommand |
newRemoveLabelCommand(long labelId,
com.atlassian.user.User user,
long entityId)
Builds a command that takes removes the specified label Page or Blog Post for the specified user. |
RemoveLabelCommand |
newRemoveLabelCommand(String labelIdString,
com.atlassian.user.User user,
long entityId)
Builds a command that takes removes the specified label Page or Blog Post for the specified user. |
| Method Detail |
|---|
AddLabelsCommand newAddLabelCommand(String labelString,
com.atlassian.user.User user,
long entityId)
labelString - - string of labelsuser - - logged in userentityId - - page or blogpost
RemoveLabelCommand newRemoveLabelCommand(Label label,
com.atlassian.user.User user,
long entityId)
label - - label objectuser - - logged in userentityId - - page or blogpost
RemoveLabelCommand newRemoveLabelCommand(String labelIdString,
com.atlassian.user.User user,
long entityId)
labelIdString - - label id or stringuser - - logged in userentityId - - page or blogpost
RemoveLabelCommand newRemoveLabelCommand(long labelId,
com.atlassian.user.User user,
long entityId)
labelId - - label iduser - - logged in userentityId - - page or blogpost
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||