Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.ecm.platform.content.template.service
Class TemplateItemDescriptor

java.lang.Object
  extended by org.nuxeo.ecm.platform.content.template.service.TemplateItemDescriptor
All Implemented Interfaces:
Serializable

public class TemplateItemDescriptor
extends Object
implements Serializable

Template item descriptor. Immutable.

See Also:
Serialized Form

Field Summary
 List<ACEDescriptor> acl
           
 List<NotificationDescriptor> notifications
           
 List<PropertyDescriptor> properties
           
 
Constructor Summary
TemplateItemDescriptor()
           
 
Method Summary
 List<ACEDescriptor> getAcl()
           
 String getDescription()
           
 String getId()
           
 List<NotificationDescriptor> getNotifications()
           
 String getPath()
           
 List<PropertyDescriptor> getProperties()
           
 String getTitle()
           
 String getTypeName()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

acl

public List<ACEDescriptor> acl

properties

public List<PropertyDescriptor> properties

notifications

public List<NotificationDescriptor> notifications
Constructor Detail

TemplateItemDescriptor

public TemplateItemDescriptor()
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()

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.