Uses of Class
org.nuxeo.ecm.core.api.model.impl.MapProperty
-
Packages that use MapProperty Package Description org.nuxeo.ecm.core.api.model org.nuxeo.ecm.core.api.model.impl.primitives org.nuxeo.ecm.platform.routing.core.impl Provides implementation for the api package. -
-
Uses of MapProperty in org.nuxeo.ecm.core.api.model
Methods in org.nuxeo.ecm.core.api.model with parameters of type MapProperty Modifier and Type Method Description Object
PropertyVisitor. visit(MapProperty property, Object arg)
Object
ValueExporter. visit(MapProperty property, Object arg)
-
Uses of MapProperty in org.nuxeo.ecm.core.api.model.impl.primitives
Subclasses of MapProperty in org.nuxeo.ecm.core.api.model.impl.primitives Modifier and Type Class Description class
BlobProperty
Blob property, reading and writing from aBlob
object.class
ExternalBlobProperty
Property handling an external blob: create/edit is done from a map, and the value returned is a blob. -
Uses of MapProperty in org.nuxeo.ecm.platform.routing.core.impl
Fields in org.nuxeo.ecm.platform.routing.core.impl declared as MapProperty Modifier and Type Field Description MapProperty
GraphNode.Button. prop
protected MapProperty
GraphNode.EscalationRule. prop
protected MapProperty
GraphNode.TaskInfo. prop
MapProperty
GraphNode.Transition. prop
-