public class TemplateItemDescriptor extends Object implements Serializable
| Modifier and Type | Field and Description | 
|---|---|
List<ACEDescriptor> | 
acl  | 
List<NotificationDescriptor> | 
notifications  | 
List<PropertyDescriptor> | 
properties  | 
| Constructor and Description | 
|---|
TemplateItemDescriptor()  | 
TemplateItemDescriptor(TemplateItemDescriptor toCopy)  | 
| Modifier and Type | Method and Description | 
|---|---|
List<ACEDescriptor> | 
getAcl()  | 
String | 
getDescription()  | 
String | 
getId()  | 
List<NotificationDescriptor> | 
getNotifications()  | 
String | 
getPath()  | 
List<PropertyDescriptor> | 
getProperties()  | 
String | 
getTitle()  | 
String | 
getTypeName()  | 
public List<ACEDescriptor> acl
public List<PropertyDescriptor> properties
public List<NotificationDescriptor> notifications
public TemplateItemDescriptor()
public TemplateItemDescriptor(TemplateItemDescriptor toCopy)
public String getDescription()
public String getTypeName()
public List<ACEDescriptor> getAcl()
public List<PropertyDescriptor> getProperties()
public List<NotificationDescriptor> getNotifications()
Copyright © 2019 Nuxeo. All rights reserved.