Class OperationParameters

java.lang.Object
org.nuxeo.ecm.automation.OperationParameters
All Implemented Interfaces:
Serializable

public class OperationParameters extends Object implements Serializable
An object holding the runtime parameters that should be used by an operation when run.

Parameters are injected at runtime into the operation using Param annotation.

Author:
Bogdan Stefanescu
See Also: