Class AbstractApplicationAutoRejectMessagesModule<T extends PerunBean>
java.lang.Object
cz.metacentrum.perun.core.implApi.modules.attributes.AttributesModuleAbstract
cz.metacentrum.perun.core.implApi.modules.attributes.AbstractApplicationAutoRejectMessagesModule<T>
- All Implemented Interfaces:
AttributesModuleImplApi
- Direct Known Subclasses:
urn_perun_group_attribute_def_def_applicationAutoRejectMessages, urn_perun_vo_attribute_def_def_applicationAutoRejectMessages
public abstract class AbstractApplicationAutoRejectMessagesModule<T extends PerunBean>
extends AttributesModuleAbstract
implements AttributesModuleImplApi
- Author:
- vojtech sassmann invalid input: '<'vojtech.sassmann@gmail.com>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidcheckAttributeSyntax(PerunSessionImpl perunSession, T entity, Attribute attribute) Methods inherited from class AttributesModuleAbstract
getAttributeDefinition, getAuthorizedRoles, getDependencies, resolveVirtualAttributeValueChangeMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface AttributesModuleImplApi
getAttributeDefinition, getAuthorizedRoles, getDependencies, resolveVirtualAttributeValueChange
-
Constructor Details
-
AbstractApplicationAutoRejectMessagesModule
public AbstractApplicationAutoRejectMessagesModule()
-
-
Method Details
-
checkAttributeSyntax
public void checkAttributeSyntax(PerunSessionImpl perunSession, T entity, Attribute attribute) throws WrongAttributeValueException - Throws:
WrongAttributeValueException
-