Class IndexActionGroupMetadata

  • All Implemented Interfaces:
    Entity, org.molgenis.util.i18n.Identifiable, org.molgenis.util.i18n.Labeled

    @Component
    public class IndexActionGroupMetadata
    extends SystemEntityType
    This entity is used to group the index actions.
    • Field Detail

      • ID

        public static final String ID
        Example: Transaction id can be used to group all actions into one transaction.
        See Also:
        Constant Field Values
      • COUNT

        public static final String COUNT
        The amount of actions that are grouped together. It is being used to determine the order of the action.
        See Also:
        Constant Field Values
    • Constructor Detail

      • IndexActionGroupMetadata

        public IndexActionGroupMetadata​(IndexPackage indexPackage)