|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectccc.commands.Command<java.lang.Void>
ccc.commands.UpdateResourceAclCommand
public class UpdateResourceAclCommand
Command: update cache duration.
Constructor Summary | |
---|---|
UpdateResourceAclCommand(IRepositoryFactory repoFactory,
java.util.UUID id,
ACL acl)
Constructor. |
Method Summary | |
---|---|
java.lang.Void |
doExecute(UserEntity actor,
java.util.Date happenedOn)
Execute the command. |
protected CommandType |
getType()
Get the type of this command. |
Methods inherited from class ccc.commands.Command |
---|
afterExecute, authorize, beforeExecute, execute, getAudit, getComments, getData, getGroups, getRepository, getUsers, validate |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public UpdateResourceAclCommand(IRepositoryFactory repoFactory, java.util.UUID id, ACL acl)
id
- The id of the resource to update.acl
- The new access control list.Method Detail |
---|
public java.lang.Void doExecute(UserEntity actor, java.util.Date happenedOn)
doExecute
in class Command<java.lang.Void>
actor
- The user who performed the command.happenedOn
- When the command was performed.
protected CommandType getType()
getType
in class Command<java.lang.Void>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |