Uses of Interface
org.nuxeo.runtime.model.Descriptor
Package
Description
Schema API and implementation; a schema describes the names and types of some fields.
-
Uses of Descriptor in org.nuxeo.ecm.automation.io.services.codec
-
Uses of Descriptor in org.nuxeo.ecm.automation.server
-
Uses of Descriptor in org.nuxeo.ecm.automation.server.jaxrs.batch.handler
-
Uses of Descriptor in org.nuxeo.ecm.core.blob
-
Uses of Descriptor in org.nuxeo.ecm.core.bulk
-
Uses of Descriptor in org.nuxeo.ecm.core.cache
-
Uses of Descriptor in org.nuxeo.ecm.core.event.stream
Modifier and TypeClassDescriptionclass
Defines a Domain Event Producer -
Uses of Descriptor in org.nuxeo.ecm.core.io.download
Modifier and TypeClassDescriptionclass
Descriptor for the permissions associated to a blob download.class
Descriptor for Core Service versionRemovalPolicy extension point configuration. -
Uses of Descriptor in org.nuxeo.ecm.core.io.registry
Modifier and TypeClassDescriptionclass
POJO used to handle "register"MarshallerRegistry
extension point.Modifier and TypeMethodDescriptionprotected boolean
MarshallerRegistryImpl.register
(String xp, Descriptor descriptor) protected boolean
MarshallerRegistryImpl.unregister
(String xp, Descriptor descriptor) -
Uses of Descriptor in org.nuxeo.ecm.core.schema
Modifier and TypeClassDescriptionclass
Descriptor representing a Nuxeo Property. -
Uses of Descriptor in org.nuxeo.ecm.core.scroll
-
Uses of Descriptor in org.nuxeo.ecm.core.transientstore
Modifier and TypeMethodDescriptionprotected boolean
TransientStorageComponent.unregister
(String xp, Descriptor descriptor) -
Uses of Descriptor in org.nuxeo.ecm.core.transientstore.api
Modifier and TypeClassDescriptionclass
XMap
descriptor for representing the Configuration of aTransientStore
-
Uses of Descriptor in org.nuxeo.ecm.core.work.api
Modifier and TypeClassDescriptionclass
Descriptor for aWorkManager
queue configuration.class
Descriptor for aWorkManager
queuing implementation configuration. -
Uses of Descriptor in org.nuxeo.ecm.platform.filemanager.service.extension
Modifier and TypeClassDescriptionclass
class
class
class
-
Uses of Descriptor in org.nuxeo.ecm.platform.oauth2.openid
-
Uses of Descriptor in org.nuxeo.elasticsearch.config
Modifier and TypeClassDescriptionclass
This descriptor allows to add a Elasticsearch Hint. -
Uses of Descriptor in org.nuxeo.mail
Modifier and TypeClassDescriptionclass
Describes aMailSender
which can be parameterized with properties. -
Uses of Descriptor in org.nuxeo.runtime.api.login
-
Uses of Descriptor in org.nuxeo.runtime.avro
Modifier and TypeClassDescriptionclass
The Avro mapper descriptor.class
The Avro forbidden character replacement descriptor.
Avro allows alphanumeric characters and underscores in names.
Nuxeo Studio allows alphanumeric characters, underscores and dashes that have to be replaced by another symbol.
The default contributions provide replacement for :
- "-" as "__dash__"
- ":" as "__colon__
- ";" as "__semicolon__"
- and with higher priority "__" as "____" to ensure no user string is wrongly replaced.class
The Avro schema descriptor.class
The Avro schema factory descriptor. -
Uses of Descriptor in org.nuxeo.runtime.aws
-
Uses of Descriptor in org.nuxeo.runtime.cluster
-
Uses of Descriptor in org.nuxeo.runtime.codec
-
Uses of Descriptor in org.nuxeo.runtime.kafka
-
Uses of Descriptor in org.nuxeo.runtime.kv
Modifier and TypeClassDescriptionclass
Descriptor of Key/Value store contribution. -
Uses of Descriptor in org.nuxeo.runtime.metrics
Modifier and TypeClassDescriptionclass
static class
static class
class
-
Uses of Descriptor in org.nuxeo.runtime.migration
Modifier and TypeClassDescriptionclass
Descriptor of a Migration, consisting of States and Steps.static class
static class
-
Uses of Descriptor in org.nuxeo.runtime.model
Modifier and TypeMethodDescriptionprotected <T extends Descriptor>
TDefaultComponent.getDescriptor
(String xp, String id) <T extends Descriptor>
TDescriptorRegistry.getDescriptor
(String target, String xp, String id) protected <T extends Descriptor>
List<T>DefaultComponent.getDescriptors
(String xp) <T extends Descriptor>
List<T>DescriptorRegistry.getDescriptors
(String target, String xp) protected <T extends Descriptor>
TDescriptorRegistry.merge
(Collection<T> descriptors) Modifier and TypeMethodDescriptiondefault Descriptor
Descriptor.merge
(Descriptor other) Returns a descriptor representingother
merged intothis
Modifier and TypeMethodDescriptiondefault Descriptor
Descriptor.merge
(Descriptor other) Returns a descriptor representingother
merged intothis
protected boolean
DefaultComponent.register
(String xp, Descriptor descriptor) boolean
DescriptorRegistry.register
(String target, String xp, Descriptor descriptor) protected boolean
DefaultComponent.unregister
(String xp, Descriptor descriptor) boolean
DescriptorRegistry.unregister
(String target, String xp, Descriptor descriptor) -
Uses of Descriptor in org.nuxeo.runtime.mongodb
Modifier and TypeClassDescriptionclass
Descriptor to retrieve connection information to MongoDB. -
Uses of Descriptor in org.nuxeo.runtime.pubsub
-
Uses of Descriptor in org.nuxeo.runtime.services.config
Modifier and TypeClassDescriptionclass
Descriptor for JSF configuration contributions. -
Uses of Descriptor in org.nuxeo.runtime.stream
Modifier and TypeClassDescriptionclass
static class
static class
class
static class
static class
static class
static class
-
Uses of Descriptor in org.nuxeo.template.serializer.service
-
Uses of Descriptor in org.nuxeo.wopi