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>
acl
List<NotificationDescriptor>
notifications
List<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()
String
getDescription()
String
getId()
List<NotificationDescriptor>
getNotifications()
String
getPath()
List<PropertyDescriptor>
getProperties()
String
getTitle()
String
getTypeName()
-
-
-
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()
-
-