Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.ecm.platform.annotations.gwt.client.configuration
Class AnnotationFilter

java.lang.Object
  extended by org.nuxeo.ecm.platform.annotations.gwt.client.configuration.AnnotationFilter
All Implemented Interfaces:
com.google.gwt.user.client.rpc.IsSerializable

public class AnnotationFilter
extends Object
implements com.google.gwt.user.client.rpc.IsSerializable


Constructor Summary
AnnotationFilter()
           
AnnotationFilter(String name, String icon, String type, String author, Map<String,String> fields)
           
 
Method Summary
 boolean accept(Annotation annotation)
           
 String getAuthor()
           
 String getField(String name)
           
 Map<String,String> getFields()
           
 String getIcon()
           
 String getName()
           
 List<String> getParameters()
           
 String getType()
           
 boolean hasParameters()
           
 void removeField(String name)
           
 void setAuthor(String author)
           
 void setField(String name, String value)
           
 void setFields(Map<String,String> fields)
           
 void setType(String type)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AnnotationFilter

public AnnotationFilter()

AnnotationFilter

public AnnotationFilter(String name,
                        String icon,
                        String type,
                        String author,
                        Map<String,String> fields)
Method Detail

accept

public boolean accept(Annotation annotation)

getName

public String getName()

getIcon

public String getIcon()

getType

public String getType()

setType

public void setType(String type)

getAuthor

public String getAuthor()

setAuthor

public void setAuthor(String author)

getFields

public Map<String,String> getFields()

getField

public String getField(String name)

setFields

public void setFields(Map<String,String> fields)

setField

public void setField(String name,
                     String value)

removeField

public void removeField(String name)

getParameters

public List<String> getParameters()

hasParameters

public boolean hasParameters()

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.