|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object info.magnolia.module.delta.AbstractTask info.magnolia.module.delta.ConditionalDelegateTask info.magnolia.module.delta.NodeCheckDelegateTask info.magnolia.module.delta.PropertyValueDelegateTask info.magnolia.module.delta.IsAuthorInstanceDelegateTask
public class IsAuthorInstanceDelegateTask
A task that depends on the value of the /server/admin config value. Delegates to one of the given tasks depending on its value, and fails is that property does not exist.
Field Summary |
---|
Fields inherited from class info.magnolia.module.delta.NodeCheckDelegateTask |
---|
nodePath, propertyName, workspaceName |
Fields inherited from class info.magnolia.module.delta.AbstractTask |
---|
log |
Constructor Summary | |
---|---|
IsAuthorInstanceDelegateTask(String taskName,
String taskDescription,
Task isAuthor)
|
|
IsAuthorInstanceDelegateTask(String taskName,
String taskDescription,
Task isAuthor,
Task isPublic)
|
Method Summary |
---|
Methods inherited from class info.magnolia.module.delta.PropertyValueDelegateTask |
---|
checkNode |
Methods inherited from class info.magnolia.module.delta.NodeCheckDelegateTask |
---|
condition |
Methods inherited from class info.magnolia.module.delta.ConditionalDelegateTask |
---|
execute |
Methods inherited from class info.magnolia.module.delta.AbstractTask |
---|
getDescription, getName, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public IsAuthorInstanceDelegateTask(String taskName, String taskDescription, Task isAuthor)
public IsAuthorInstanceDelegateTask(String taskName, String taskDescription, Task isAuthor, Task isPublic)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |