Uses of Class
org.nuxeo.ecm.automation.core.util.Properties
Package
Description
-
Uses of Properties in org.nuxeo.automation.scripting.internals
Modifier and TypeMethodDescriptionprotected static Properties
DocumentScriptingWrapper.computeProperties
(Map<?, ?> result) -
Uses of Properties in org.nuxeo.binary.metadata.internals.operations
Modifier and TypeFieldDescriptionprotected Properties
WriteMetadataToBinaryFromContext.metadata
protected Properties
WriteMetadataToBinaryFromDocument.metadata
-
Uses of Properties in org.nuxeo.ecm.automation.core.events.operations
-
Uses of Properties in org.nuxeo.ecm.automation.core.operations.blob
-
Uses of Properties in org.nuxeo.ecm.automation.core.operations.document
Modifier and TypeFieldDescriptionprotected Properties
CreateDocument.content
protected Properties
UpdateDocument.properties
protected Properties
UpdateDocument.propertiesBehaviors
-
Uses of Properties in org.nuxeo.ecm.automation.core.operations.execution
Modifier and TypeFieldDescriptionprotected 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
Modifier and TypeFieldDescriptionprotected 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
-
Uses of Properties in org.nuxeo.ecm.automation.core.operations.services.directory
Modifier and TypeFieldDescriptionprotected Properties
DirectoryProjection.filterProperties
protected Properties
SuggestDirectoryEntries.filters
-
Uses of Properties in org.nuxeo.ecm.automation.core.operations.services.query
Modifier and TypeFieldDescriptionprotected Properties
DocumentPaginatedQuery.namedParameters
protected Properties
ResultSetPaginatedQuery.namedParameters
-
Uses of Properties in org.nuxeo.ecm.automation.core.operations.users
Modifier and TypeFieldDescriptionprotected Properties
CreateOrUpdateGroup.properties
protected Properties
CreateOrUpdateUser.properties
-
Uses of Properties in org.nuxeo.ecm.automation.core.util
Modifier and TypeClassDescriptionclass
Initialize aProperties
object from one or moreDataModel
s.Modifier and TypeMethodDescriptionstatic 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
-
Uses of Properties in org.nuxeo.ecm.platform.pdf.operations
Modifier and TypeFieldDescriptionprotected 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
Modifier and TypeFieldDescriptionprotected Properties
CreatePicture.content
protected Properties
CreatePicture.pictureTemplates
-
Uses of Properties in org.nuxeo.ecm.platform.routing.core.api.operation
Modifier and TypeFieldDescriptionprotected 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
Modifier and TypeMethodDescriptionprotected DocumentModel
QueryObject.getSearchDocumentModel
(CoreSession session, PageProviderService pps, String providerName, Properties namedParameters) Deprecated.
PageProviderHelper.getSearchDocumentModel(CoreSession, PageProviderService, String, Map)
instead