|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.atlassian.confluence.content.service.NotationHelpBookmarkCommand
public class NotationHelpBookmarkCommand
Stores a User's current section in notation help.
| Constructor Summary | |
|---|---|
NotationHelpBookmarkCommand(java.lang.String section)
|
|
| Method Summary | |
|---|---|
void |
execute()
Execute the command. |
java.lang.String |
getSection()
|
java.util.Collection<ValidationError> |
getValidationErrors()
Gets the list of errors that are preventing the command from being executed. |
boolean |
isAuthorized()
Determine if the current user is authorized to execute this command. |
boolean |
isValid()
Determine if the command is in a valid state to be executed. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public NotationHelpBookmarkCommand(java.lang.String section)
| Method Detail |
|---|
public boolean isValid()
ServiceCommandServiceCommand.execute() is be expected to perform successfully (unless prevented by some system
error). If this method returns false, execute will fail with a
NotValidException.
This method should be called after checking ServiceCommand.isAuthorized(). If the current user is not
authorized to execute this command, this method must throw a NotAuthorizedException.
If this method returns false, then ServiceCommand.getValidationErrors() must return a non-empty list of
errors explaining why the command was not valid. If this method returns true, the collection returned by
getValidationErrors() must be empty.
isValid in interface ServiceCommandpublic java.util.Collection<ValidationError> getValidationErrors()
ServiceCommandServiceCommand.isValid() will always return an empty collection.
getValidationErrors in interface ServiceCommandValidationError objects describing why command validation failedpublic boolean isAuthorized()
ServiceCommandAuthenticatedUserThreadLocal.getUser().
isAuthorized in interface ServiceCommandpublic void execute()
ServiceCommand
execute in interface ServiceCommandpublic java.lang.String getSection()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||