Nuxeo Enterprise Platform 5.4

org.nuxeo.ecm.platform.publisher.rules
Class ValidatorsRuleDescriptor

java.lang.Object
  extended by org.nuxeo.ecm.platform.publisher.rules.ValidatorsRuleDescriptor
All Implemented Interfaces:
java.io.Serializable

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

Validators rule descriptor.

Mostly references the underlying ValidatorRule implementation. It might be useful in the future to extend the members of this object to hold other information about the way we should apply this validator. (placefulness for instance).

Author:
Julien Anguenot
See Also:
Serialized Form

Constructor Summary
ValidatorsRuleDescriptor()
           
 
Method Summary
 java.lang.Class<ValidatorsRule> getKlass()
           
 java.lang.String getName()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ValidatorsRuleDescriptor

public ValidatorsRuleDescriptor()
Method Detail

getKlass

public java.lang.Class<ValidatorsRule> getKlass()

getName

public java.lang.String getName()

Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.