Uses of Interface
eu.cloudnetservice.driver.document.property.DocPropertyHolder.Mutable
Packages that use DocPropertyHolder.Mutable
Package
Description
-
Uses of DocPropertyHolder.Mutable in eu.cloudnetservice.driver.document
Subinterfaces of DocPropertyHolder.Mutable in eu.cloudnetservice.driver.documentModifier and TypeInterfaceDescriptionstatic interfaceA mutable version of a document. -
Uses of DocPropertyHolder.Mutable in eu.cloudnetservice.driver.document.property
Classes in eu.cloudnetservice.driver.document.property with type parameters of type DocPropertyHolder.MutableModifier and TypeInterfaceDescriptionstatic interfaceDefaultedDocPropertyHolder.Mutable<S extends DocPropertyHolder.Mutable<S>>An implementation of a mutable doc property holder that defaults all method calls to the underlying document that is returned by theDocPropertyHolder.propertyHolder()method.static interfaceA subclass of a mutable doc property holder which allows to modify the underlying property document of this holder easily.static interfaceDocPropertyHolder.Mutable<S extends DocPropertyHolder.Mutable<S>>A mutable version of a doc property holder which allows modifications to it.Subinterfaces of DocPropertyHolder.Mutable in eu.cloudnetservice.driver.document.propertyModifier and TypeInterfaceDescriptionstatic interfaceDefaultedDocPropertyHolder.Mutable<S extends DocPropertyHolder.Mutable<S>>An implementation of a mutable doc property holder that defaults all method calls to the underlying document that is returned by theDocPropertyHolder.propertyHolder()method.static interfaceA subclass of a mutable doc property holder which allows to modify the underlying property document of this holder easily. -
Uses of DocPropertyHolder.Mutable in eu.cloudnetservice.driver.service
Classes in eu.cloudnetservice.driver.service that implement DocPropertyHolder.MutableModifier and TypeClassDescriptionstatic classRepresents a builder for a group configuration.static classRepresents a builder for a service configuration.static classServiceConfigurationBase.Builder<T extends ServiceConfigurationBase, B extends ServiceConfigurationBase.Builder<T,B>> The base builder class for everything which is a service configuration.static classA builder for a service task.