org.xwiki.extension.job.plan
Interface ExtensionPlanNode
public interface ExtensionPlanNode
A node in the extension plan tree.
- Since:
- 4.0M1
- Version:
- $Id: 76cd5751de623fae31b15d2f394b34bb8e8ad085 $
getAction
ExtensionPlanAction getAction()
- Returns:
- the action to perform for this node
getInitialVersionConstraint
VersionConstraint getInitialVersionConstraint()
- Returns:
- the initial version constraint before resolving the extension
getChildren
Collection<ExtensionPlanNode> getChildren()
- Returns:
- the children of this node
Copyright © 2004-2013 XWiki. All Rights Reserved.