Package org.nuxeo.ecm.platform.actions
Class ActionPropertiesDescriptor
java.lang.Object
org.nuxeo.ecm.platform.actions.ActionPropertiesDescriptor
Action property descriptor
- Since:
- 5.6
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
isAppend()
void
merge
(ActionPropertiesDescriptor other) void
setAppend
(boolean append) void
setListProperties
(Map<String, ActionPropertyListDescriptor> listProperties) void
setMapProperties
(Map<String, ActionPropertiesDescriptor> mapProperties) void
setProperties
(Map<String, String> properties)
-
Constructor Details
-
ActionPropertiesDescriptor
public ActionPropertiesDescriptor()
-
-
Method Details