Interface ResourceType

    • Method Detail

      • getName

        java.lang.String getName()
        resource type name
      • getLabel

        java.lang.String getLabel()
        resource type label (this is what users see in the webUI)
      • getResourceLabel

        java.lang.String getResourceLabel()
        resource label expression (this is what users see in the webUI for each resource of this type)
      • getStorageStrategy

        StrategyDefinition getStorageStrategy()
        Selects a StorageStrategy that decides where data is stored.
      • getPersistenceSelectorStrategy

        StrategyDefinition getPersistenceSelectorStrategy()
        Selects a PersistenceSelectorStrategy that decides which data is persisted and which is not.