Interface PlainSchema

All Superinterfaces:
Entity, ProvidedKeyEntity, Schema, Serializable
All Known Implementing Classes:
JPAPlainSchema, Neo4jPlainSchema

public interface PlainSchema extends Schema
  • Method Details

    • getCipherAlgorithm

      CipherAlgorithm getCipherAlgorithm()
    • setCipherAlgorithm

      void setCipherAlgorithm(CipherAlgorithm cipherAlgorithm)
    • getConversionPattern

      String getConversionPattern()
    • setConversionPattern

      void setConversionPattern(String conversionPattern)
    • getEnumValues

      Map<String,String> getEnumValues()
    • getDropdownValueProvider

      Implementation getDropdownValueProvider()
    • setDropdownValueProvider

      void setDropdownValueProvider(Implementation dropdownValueProvider)
    • getMimeType

      String getMimeType()
    • setMimeType

      void setMimeType(String mimeType)
    • getSecretKey

      String getSecretKey()
    • setSecretKey

      void setSecretKey(String secretKey)
    • getValidator

      Implementation getValidator()
    • setValidator

      void setValidator(Implementation validator)
    • setType

      void setType(AttrSchemaType type)
    • setMandatoryCondition

      void setMandatoryCondition(String condition)
    • setMultivalue

      void setMultivalue(boolean multivalue)
    • setReadonly

      void setReadonly(boolean readonly)
    • setUniqueConstraint

      void setUniqueConstraint(boolean uniquevalue)