Uses of Interface
eu.cloudnetservice.driver.document.property.DefaultedDocPropertyHolder
Packages that use DefaultedDocPropertyHolder
Package
Description
-
Uses of DefaultedDocPropertyHolder in eu.cloudnetservice.driver
Classes in eu.cloudnetservice.driver that implement DefaultedDocPropertyHolderModifier and TypeClassDescriptionfinal classRepresents the current environment in which the driver is running. -
Uses of DefaultedDocPropertyHolder in eu.cloudnetservice.driver.cluster
Classes in eu.cloudnetservice.driver.cluster that implement DefaultedDocPropertyHolderModifier and TypeClassDescriptionfinal classRepresents a general information holder about a node running in a cluster.classHolds information about a node which is connected to the cluster. -
Uses of DefaultedDocPropertyHolder in eu.cloudnetservice.driver.document.empty
Classes in eu.cloudnetservice.driver.document.empty that implement DefaultedDocPropertyHolderModifier and TypeClassDescriptionfinal classA document implementation that just ignores all calls made to it. -
Uses of DefaultedDocPropertyHolder in eu.cloudnetservice.driver.document.gson
Classes in eu.cloudnetservice.driver.document.gson that implement DefaultedDocPropertyHolderModifier and TypeClassDescription(package private) classImmutable version of a gson document implementing the full document functionality.(package private) final classMutable version of a gson document implementing the full mutable document functionality. -
Uses of DefaultedDocPropertyHolder in eu.cloudnetservice.driver.document.property
Subinterfaces of DefaultedDocPropertyHolder 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 DefaultedDocPropertyHolder in eu.cloudnetservice.driver.permission
Classes in eu.cloudnetservice.driver.permission that implement DefaultedDocPropertyHolderModifier and TypeClassDescriptionclassAn abstract implementation of a permissible for shared usage.classA permission group is an implementation of the permissible that extends the permissible in the sense that it adds cosmetic options that can be used by other systems.static final classA builder for permission groups.classThe permission user extends the permissible in that way that it has its own personal permissions.static final classA builder for permission users.classThe permission user group info specifies the time-out of a permission group for a permission user. -
Uses of DefaultedDocPropertyHolder in eu.cloudnetservice.driver.service
Classes in eu.cloudnetservice.driver.service that implement DefaultedDocPropertyHolderModifier and TypeClassDescriptionclassRepresents a group configuration.static classRepresents a builder for a group configuration.classThe configuration based on which a service gets created.static classRepresents a builder for a service configuration.classThe base configuration class for everything which can configure a service in any way.static classServiceConfigurationBase.Builder<T extends ServiceConfigurationBase,B extends ServiceConfigurationBase.Builder<T, B>> The base builder class for everything which is a service configuration.classA deployment for a service.final classThe service environment type groups multiple service environments together and holds all common variables to identify them.classRepresents the state of a service at the snapshot creation time.final classAn inclusion which can be added to a service and will download a file from the specified url to the given destination.classThe main base configuration for all services within the CloudNet cluster.static classA builder for a service task.