Interface GenerateTask.EntityEntry

All Superinterfaces:
Comparable<GenerateTask.EntityEntry>
Enclosing interface:
GenerateTask

public static interface GenerateTask.EntityEntry extends Comparable<GenerateTask.EntityEntry>
An entry referencing an Entity and a PageRef node.
Since:
5.0.4
  • Method Details

    • getEntityId

      long getEntityId()
      The id of the Entity.
      Returns:
      Entity ID.
      Since:
      5.0.4
    • getPageRefId

      long getPageRefId()
      The node id of the referenced PageRef.
      Returns:
      PageRef node id.
      Since:
      5.0.4