Class TemplateItemDescriptor
- java.lang.Object
-
- org.nuxeo.ecm.platform.content.template.service.TemplateItemDescriptor
-
public class TemplateItemDescriptor extends Object
Template item descriptor. Immutable.
-
-
Field Summary
Fields Modifier and Type Field Description List<ACEDescriptor>aclList<NotificationDescriptor>notificationsList<PropertyDescriptor>properties
-
Constructor Summary
Constructors Constructor Description TemplateItemDescriptor()TemplateItemDescriptor(TemplateItemDescriptor toCopy)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<ACEDescriptor>getAcl()StringgetDescription()StringgetId()List<NotificationDescriptor>getNotifications()StringgetPath()List<PropertyDescriptor>getProperties()StringgetTitle()StringgetTypeName()
-
-
-
Field Detail
-
acl
public List<ACEDescriptor> acl
-
properties
public List<PropertyDescriptor> properties
-
notifications
public List<NotificationDescriptor> notifications
-
-
Constructor Detail
-
TemplateItemDescriptor
public TemplateItemDescriptor()
-
TemplateItemDescriptor
public TemplateItemDescriptor(TemplateItemDescriptor toCopy)
-
-
Method Detail
-
getPath
public String getPath()
-
getDescription
public String getDescription()
-
getId
public String getId()
-
getTypeName
public String getTypeName()
-
getTitle
public String getTitle()
-
getAcl
public List<ACEDescriptor> getAcl()
-
getProperties
public List<PropertyDescriptor> getProperties()
-
getNotifications
public List<NotificationDescriptor> getNotifications()
-
-