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
-
Method Summary
Modifier and TypeMethodDescriptionvoid
checkAttributeSyntax
(PerunSessionImpl perunSession, T entity, Attribute attribute) Methods inherited from class cz.metacentrum.perun.core.implApi.modules.attributes.AttributesModuleAbstract
getAttributeDefinition, getAuthorizedRoles, getDependencies, resolveVirtualAttributeValueChange
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface cz.metacentrum.perun.core.implApi.modules.attributes.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
-