Uses of Class
org.nuxeo.ecm.automation.core.util.Properties
-
-
Uses of Properties in org.nuxeo.automation.scripting.internals
Methods in org.nuxeo.automation.scripting.internals that return Properties Modifier and Type Method Description protected static Properties
DocumentScriptingWrapper. computeProperties(Map<?,?> result)
-
Uses of Properties in org.nuxeo.binary.metadata.internals.operations
Fields in org.nuxeo.binary.metadata.internals.operations declared as Properties Modifier and Type Field Description protected Properties
WriteMetadataToBinaryFromContext. metadata
protected Properties
WriteMetadataToBinaryFromDocument. metadata
-
Uses of Properties in org.nuxeo.ecm.automation.core.events.operations
Fields in org.nuxeo.ecm.automation.core.events.operations declared as Properties Modifier and Type Field Description protected Properties
FireEvent. properties
-
Uses of Properties in org.nuxeo.ecm.automation.core.operations.blob
Fields in org.nuxeo.ecm.automation.core.operations.blob declared as Properties Modifier and Type Field Description protected Properties
RunConverter. parameters
-
Uses of Properties in org.nuxeo.ecm.automation.core.operations.document
Fields in org.nuxeo.ecm.automation.core.operations.document declared as Properties Modifier and Type Field Description protected Properties
CreateDocument. content
protected Properties
UpdateDocument. properties
protected Properties
UpdateDocument. propertiesBehaviors
-
Uses of Properties in org.nuxeo.ecm.automation.core.operations.execution
Fields in org.nuxeo.ecm.automation.core.operations.execution declared as Properties Modifier and Type Field Description protected Properties
RunDocumentChain. chainParameters
protected Properties
RunFileChain. chainParameters
protected Properties
RunInNewTransaction. chainParameters
Deprecated.protected Properties
RunOperation. chainParameters
protected Properties
RunOperationOnList. chainParameters
-
Uses of Properties in org.nuxeo.ecm.automation.core.operations.services
Fields in org.nuxeo.ecm.automation.core.operations.services declared as Properties Modifier and Type Field Description protected Properties
DocumentPageProviderOperation. namedParameters
protected Properties
ResultSetPageProviderOperation. namedParameters
protected Properties
AuditPageProviderOperation. namedQueryParams
protected Properties
FileManagerCreateFolder. properties
protected Properties
FileManagerImportWithProperties. properties
-
Uses of Properties in org.nuxeo.ecm.automation.core.operations.services.bulk
Fields in org.nuxeo.ecm.automation.core.operations.services.bulk declared as Properties Modifier and Type Field Description protected Properties
BulkRunAction. namedParameters
-
Uses of Properties in org.nuxeo.ecm.automation.core.operations.services.directory
Fields in org.nuxeo.ecm.automation.core.operations.services.directory declared as Properties Modifier and Type Field Description protected Properties
DirectoryProjection. filterProperties
protected Properties
SuggestDirectoryEntries. filters
-
Uses of Properties in org.nuxeo.ecm.automation.core.operations.services.query
Fields in org.nuxeo.ecm.automation.core.operations.services.query declared as Properties Modifier and Type Field Description protected Properties
DocumentPaginatedQuery. namedParameters
protected Properties
ResultSetPaginatedQuery. namedParameters
-
Uses of Properties in org.nuxeo.ecm.automation.core.operations.users
Fields in org.nuxeo.ecm.automation.core.operations.users declared as Properties Modifier and Type Field Description protected Properties
CreateOrUpdateGroup. properties
protected Properties
CreateOrUpdateUser. properties
-
Uses of Properties in org.nuxeo.ecm.automation.core.util
Subclasses of Properties in org.nuxeo.ecm.automation.core.util Modifier and Type Class Description class
DataModelProperties
Initialize aProperties
object from one or moreDataModel
s.Methods in org.nuxeo.ecm.automation.core.util with parameters of type Properties Modifier and Type Method Description static void
DocumentHelper. setJSONProperties(CoreSession session, DocumentModel doc, Properties properties)
Sets the properties of a document based on their JSON representation (especially for scalar lists).static void
DocumentHelper. setProperties(CoreSession session, DocumentModel doc, Properties properties)
static void
DocumentHelper. setProperties(CoreSession session, DocumentModel doc, Properties properties, Properties propertiesBehaviors)
-
Uses of Properties in org.nuxeo.ecm.localconf
Fields in org.nuxeo.ecm.localconf declared as Properties Modifier and Type Field Description protected Properties
PutSimpleConfParams. parameters
-
Uses of Properties in org.nuxeo.ecm.platform.pdf.operations
Fields in org.nuxeo.ecm.platform.pdf.operations declared as Properties Modifier and Type Field Description protected Properties
PDFEncryptOperation. permissions
protected Properties
PDFExtractInfoOperation. properties
protected Properties
PDFWatermarkImageOperation. properties
protected Properties
PDFWatermarkTextOperation. properties
-
Uses of Properties in org.nuxeo.ecm.platform.picture.operation
Fields in org.nuxeo.ecm.platform.picture.operation declared as Properties Modifier and Type Field Description protected Properties
CreatePicture. content
protected Properties
CreatePicture. pictureTemplates
-
Uses of Properties in org.nuxeo.ecm.platform.routing.core.api.operation
Fields in org.nuxeo.ecm.platform.routing.core.api.operation declared as Properties Modifier and Type Field Description protected Properties
CompleteTaskOperation. nodeVariables
protected Properties
SetWorkflowVariablesOperation. properties
protected Properties
StartWorkflowOperation. variables
protected Properties
CompleteTaskOperation. workflowVariables
-
Uses of Properties in org.nuxeo.ecm.restapi.server.jaxrs
Methods in org.nuxeo.ecm.restapi.server.jaxrs with parameters of type Properties Modifier and Type Method Description protected DocumentModel
QueryObject. getSearchDocumentModel(CoreSession session, PageProviderService pps, String providerName, Properties namedParameters)
Deprecated.since 11.1, usePageProviderHelper.getSearchDocumentModel(CoreSession, PageProviderService, String, Map)
instead
-