Package org.nuxeo.ecm.automation.context
Class ContextHelperDescriptor
- java.lang.Object
-
- org.nuxeo.ecm.automation.context.ContextHelperDescriptor
-
public class ContextHelperDescriptor extends Object
- Since:
- 7.3
-
-
Field Summary
Fields Modifier and Type Field Description protected ContextHelpercontextHelperprotected booleanenabledprotected Stringid
-
Constructor Summary
Constructors Constructor Description ContextHelperDescriptor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ContextHelperDescriptorclone()ContextHelpergetContextHelper()StringgetId()booleanisEnabled()voidmerge(ContextHelperDescriptor src)voidsetClass(Class<? extends ContextHelper> aType)
-
-
-
Field Detail
-
id
protected String id
-
contextHelper
protected ContextHelper contextHelper
-
enabled
protected boolean enabled
-
-
Method Detail
-
setClass
public void setClass(Class<? extends ContextHelper> aType) throws ReflectiveOperationException
- Throws:
ReflectiveOperationException
-
getContextHelper
public ContextHelper getContextHelper()
-
isEnabled
public boolean isEnabled()
-
getId
public String getId()
-
clone
public ContextHelperDescriptor clone()
-
merge
public void merge(ContextHelperDescriptor src)
-
-