Class ForAll

All Implemented Interfaces:
Manageable, PersistenceCapable, Shareable, ItemVisitor, RegistryContext, UserFields, XObject, Described, Map, Serializable

public class ForAll extends Hook implements ItemVisitor
See Also:
  • Field Details

  • Constructor Details

    • ForAll

      public ForAll(String key)
  • Method Details

    • getNTypeImpl

      protected Node.NType getNTypeImpl()
      Description copied from class: Node
      This method returns the Node.NType which describes the managed fields of the class of this node. This method has to be implemented in every concrete subclass.
      Overrides:
      getNTypeImpl in class Hook
      Returns:
      type describing the managed fields of the class of this node
    • newInstance

      protected Node newInstance()
      Description copied from class: Node
      This method returns a new instance of the class of this node. This method has to be implemented in every concrete subclass.
      Overrides:
      newInstance in class Hook
      Returns:
      new instance of class of this node
    • runImpl

      protected void runImpl(RegistryContext ctx, StringMap args)
      Overrides:
      runImpl in class Hook
    • visit

      public void visit(Item item, Object info)
      Specified by:
      visit in interface ItemVisitor