Class PlatformVariant

All Implemented Interfaces:
AccessControlled, Identifiable, Nameable, Removable

public class PlatformVariant
extends BasicChildItem
implements Nameable, Removable
Represents variants of a Platform.
Version:
2.5
Author:
Nicklas
Last modified
$Date: 2017-05-22 14:35:27 +0200 (må, 22 maj 2017) $
  • Field Details

    • SEQUENCING_EXPRESSION

      public static final String SEQUENCING_EXPRESSION
      The external id for the expression-like sequencing data.
      Since:
      3.0
      See Also:
      Constant Field Values
    • TYPE

      public static final Item TYPE
      The type of item represented by this class.
      See Also:
      Item.PLATFORM, getType()
    • RUNTIME_FILTER

      private static final QueryRuntimeFilter RUNTIME_FILTER
      This filter will only return items if the logged in user has generic read permission to platforms.
    • MAX_EXTERNAL_ID_LENGTH

      public static final int MAX_EXTERNAL_ID_LENGTH
      The maximum length of the external ID that can be stored in the database.
      See Also:
      setExternalId(String), Constant Field Values
  • Constructor Details

    • PlatformVariant

      PlatformVariant​(PlatformVariantData data)
      Creates a new filetype item from the given data.
      Parameters:
      data - the data.
  • Method Details