object RegistryOptions extends OptionDescriptionBuilder
Defines the options that can be used on a registry.
- Alphabetic
- By Inheritance
- RegistryOptions
- OptionDescriptionBuilder
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
val
ALPACA_SETTINGS: String
A JSON document with options for the Alpaca framework.
A JSON document with options for the Alpaca framework.
- See also
http://www.alpacajs.org
-
val
DATA_TO_VIEW: String
A javascript function which may manipulate the Alpaca object before passing it to the view.
A javascript function which may manipulate the Alpaca object before passing it to the view.
- See also
http://www.alpacajs.org
-
val
LIFETIME_DAYS: String
The maximum number of days to preserve registry entity versions, calculated from the most recent version.
The maximum number of days to preserve registry entity versions, calculated from the most recent version. Default is to keep data indefinitely.
-
def
Mandatory(name: String, validation: (String) ⇒ Option[String] = s => None): OptionDescription
- Attributes
- protected
- Definition Classes
- OptionDescriptionBuilder
-
def
Optional(name: String, default: Option[String] = None, validation: (String) ⇒ Option[String] = s => None): OptionDescription
- Attributes
- protected
- Definition Classes
- OptionDescriptionBuilder
-
val
TABLE_FIELDS: String
A comma-separated list of data fields (top-level only) to display in the registry table.
-
val
VIEW_TO_DATA: String
A javascript function which may transform view data into data that fits the schema.
A javascript function which may transform view data into data that fits the schema.
- See also
http://www.alpacajs.org
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
-
def
descriptions(descriptions: OptionDescription*): OptionDescriptions
- Attributes
- protected
- Definition Classes
- OptionDescriptionBuilder
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
get: OptionDescriptions
- Definition Classes
- RegistryOptions → OptionDescriptionBuilder
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
legacyOptions: Set[String]
- Definition Classes
- OptionDescriptionBuilder
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
Deprecated Value Members
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] ) @Deprecated
- Deprecated