Package org.nuxeo.ecm.automation.server
Class RestBinding
- java.lang.Object
-
- org.nuxeo.ecm.automation.server.RestBinding
-
- All Implemented Interfaces:
Descriptor
public class RestBinding extends Object implements Descriptor
- Author:
- Bogdan Stefanescu
-
-
Field Summary
Fields Modifier and Type Field Description booleanchainString[]groupsbooleanisAdministratorbooleanisDisabledbooleanisSecureStringname-
Fields inherited from interface org.nuxeo.runtime.model.Descriptor
UNIQUE_DESCRIPTOR_ID
-
-
Constructor Summary
Constructors Constructor Description RestBinding()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetId()The descriptor id, descriptors with same id are merged.booleanhasGroups()voidsetGroups(String list)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.nuxeo.runtime.model.Descriptor
doesRemove, merge
-
-
-
-
Method Detail
-
getId
public String getId()
Description copied from interface:DescriptorThe descriptor id, descriptors with same id are merged.To forbid multiple descriptors use UNIQUE_DESCRIPTOR_ID.
To forbid merge use a unique value, non-overriden
toString()for exemple.- Specified by:
getIdin interfaceDescriptor
-
hasGroups
public boolean hasGroups()
-
setGroups
public void setGroups(String list)
-
-