Package de.esoco.data

Klasse DataRelationTypes

java.lang.Object
de.esoco.data.DataRelationTypes

public class DataRelationTypes extends Object
Contains specific relation type definitions for the data package.
  • Felddetails

    • STORAGE_ADAPTER_ID

      public static final org.obrel.core.RelationType<StorageAdapterId> STORAGE_ADAPTER_ID
      A reference to a storage adapter ID string.
    • CHILD_STORAGE_ADAPTER_ID

      public static final org.obrel.core.RelationType<StorageAdapterId> CHILD_STORAGE_ADAPTER_ID
      The ID of a storage adapter that is a child to another.
    • STORAGE_ADAPTER_IDS

      public static final org.obrel.core.RelationType<List<StorageAdapterId>> STORAGE_ADAPTER_IDS
      A list of storage adapter IDs.
    • STORAGE_ADAPTER

      public static final org.obrel.core.RelationType<StorageAdapter> STORAGE_ADAPTER
      A relation type to store a storage adapter.
    • STORAGE_ADAPTER_REGISTRY

      public static final org.obrel.core.RelationType<StorageAdapterRegistry> STORAGE_ADAPTER_REGISTRY
      A relation type to store a storage adapter registry.
    • SESSION_MANAGER

      public static final org.obrel.core.RelationType<SessionManager> SESSION_MANAGER
      A relation to a session manager instance.
    • FLAG_ATTRIBUTE

      public static final org.obrel.core.RelationType<org.obrel.core.RelationType<?>> FLAG_ATTRIBUTE
      A relation type that contains an attribute that should be used as a flag value on result objects.