Uses of Interface
eu.cloudnetservice.driver.document.property.DocPropertyHolder
Packages that use DocPropertyHolder
Package
Description
-
Uses of DocPropertyHolder in eu.cloudnetservice.driver
Classes in eu.cloudnetservice.driver that implement DocPropertyHolderModifier and TypeClassDescriptionfinal classRepresents the current environment in which the driver is running. -
Uses of DocPropertyHolder in eu.cloudnetservice.driver.cluster
Classes in eu.cloudnetservice.driver.cluster that implement DocPropertyHolderModifier 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 DocPropertyHolder in eu.cloudnetservice.driver.document
Subinterfaces of DocPropertyHolder in eu.cloudnetservice.driver.documentModifier and TypeInterfaceDescriptioninterfaceThe root of a document tree.static interfaceA mutable version of a document. -
Uses of DocPropertyHolder in eu.cloudnetservice.driver.document.empty
Classes in eu.cloudnetservice.driver.document.empty that implement DocPropertyHolderModifier and TypeClassDescriptionfinal classA document implementation that just ignores all calls made to it. -
Uses of DocPropertyHolder in eu.cloudnetservice.driver.document.gson
Classes in eu.cloudnetservice.driver.document.gson that implement DocPropertyHolderModifier 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 DocPropertyHolder in eu.cloudnetservice.driver.document.property
Subinterfaces of DocPropertyHolder in eu.cloudnetservice.driver.document.propertyModifier and TypeInterfaceDescriptioninterfaceAn implementation of a doc property holder that defaults all method calls to the underlying document that is returned by thepropertyHolder()method.static 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 thepropertyHolder()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. -
Uses of DocPropertyHolder in eu.cloudnetservice.driver.permission
Subinterfaces of DocPropertyHolder in eu.cloudnetservice.driver.permissionModifier and TypeInterfaceDescriptioninterfaceThe permissible represents the base for any permission holding object.Classes in eu.cloudnetservice.driver.permission that implement DocPropertyHolderModifier 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 DocPropertyHolder in eu.cloudnetservice.driver.service
Classes in eu.cloudnetservice.driver.service that implement DocPropertyHolderModifier 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.