|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectccc.commands.UpdateWorkingCopyCommand
public class UpdateWorkingCopyCommand
Command: updates the working copy for a page.
Constructor Summary | |
---|---|
UpdateWorkingCopyCommand(IRepositoryFactory repoFactory)
Constructor. |
Method Summary | |
---|---|
void |
execute(UserEntity actor,
java.util.Date happenedOn,
java.util.UUID resourceId,
long revisionNo)
Updates the working copy. |
void |
execute(UserEntity actor,
java.util.Date happenedOn,
java.util.UUID resourceId,
Page delta)
Updates the working copy. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public UpdateWorkingCopyCommand(IRepositoryFactory repoFactory)
repoFactory
- The repository factory for this command.Method Detail |
---|
public void execute(UserEntity actor, java.util.Date happenedOn, java.util.UUID resourceId, Page delta)
delta
- The page delta to store in the page.resourceId
- The page's id.actor
- The user who performed the command.happenedOn
- When the command was performed.public void execute(UserEntity actor, java.util.Date happenedOn, java.util.UUID resourceId, long revisionNo)
resourceId
- The page's id.actor
- The user who performed the command.happenedOn
- When the command was performed.revisionNo
- The revision that the working copy will be created
from.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |