Nuxeo Enterprise Platform 5.4

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:
java.io.Serializable

public class TemplateItemDescriptor
extends java.lang.Object
implements java.io.Serializable

Template item descriptor. Immutable.

See Also:
Serialized Form

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

Field Detail

acl

public java.util.List<ACEDescriptor> acl

properties

public java.util.List<PropertyDescriptor> properties

notifications

public java.util.List<NotificationDescriptor> notifications
Constructor Detail

TemplateItemDescriptor

public TemplateItemDescriptor()
Method Detail

getPath

public java.lang.String getPath()

getDescription

public java.lang.String getDescription()

getId

public java.lang.String getId()

getTypeName

public java.lang.String getTypeName()

getTitle

public java.lang.String getTitle()

getAcl

public java.util.List<ACEDescriptor> getAcl()

getProperties

public java.util.List<PropertyDescriptor> getProperties()

getNotifications

public java.util.List<NotificationDescriptor> getNotifications()

Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.