Class urn_perun_member_attribute_def_def_memberOrganizations
java.lang.Object
cz.metacentrum.perun.core.implApi.modules.attributes.AttributesModuleAbstract
cz.metacentrum.perun.core.implApi.modules.attributes.MemberAttributesModuleAbstract
cz.metacentrum.perun.core.impl.modules.attributes.urn_perun_member_attribute_def_def_memberOrganizations
- All Implemented Interfaces:
AttributesModuleImplApi,MemberAttributesModuleImplApi
public class urn_perun_member_attribute_def_def_memberOrganizations
extends MemberAttributesModuleAbstract
implements MemberAttributesModuleImplApi
Module for list of VOs from where member comes.
- Author:
- Sarka Palkovicova invalid input: '<'sarka.palkovicova@gmail.com>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidcheckAttributeSemantics(PerunSessionImpl perunSession, Member member, Attribute attribute) Checks if value of assigned attribute to the member has valid semantics.Return attributes definition which is represented by the moduleMethods inherited from class cz.metacentrum.perun.core.implApi.modules.attributes.MemberAttributesModuleAbstract
changedAttributeHook, checkAttributeSyntax, fillAttributeMethods inherited from class cz.metacentrum.perun.core.implApi.modules.attributes.AttributesModuleAbstract
getAuthorizedRoles, getDependencies, resolveVirtualAttributeValueChangeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface cz.metacentrum.perun.core.implApi.modules.attributes.AttributesModuleImplApi
getAuthorizedRoles, getDependencies, resolveVirtualAttributeValueChangeMethods inherited from interface cz.metacentrum.perun.core.implApi.modules.attributes.MemberAttributesModuleImplApi
changedAttributeHook, checkAttributeSyntax, fillAttribute
-
Constructor Details
-
urn_perun_member_attribute_def_def_memberOrganizations
public urn_perun_member_attribute_def_def_memberOrganizations()
-
-
Method Details
-
checkAttributeSemantics
public void checkAttributeSemantics(PerunSessionImpl perunSession, Member member, Attribute attribute) throws WrongReferenceAttributeValueException, WrongAttributeAssignmentException Description copied from interface:MemberAttributesModuleImplApiChecks if value of assigned attribute to the member has valid semantics.- Specified by:
checkAttributeSemanticsin interfaceMemberAttributesModuleImplApi- Overrides:
checkAttributeSemanticsin classMemberAttributesModuleAbstract- Parameters:
perunSession- Perun sessionmember- Memberattribute- Attribute of the member.- Throws:
WrongReferenceAttributeValueException- if the attribute value has wrong/illegal semanticsWrongAttributeAssignmentException- if attribute does not belong to appropriate entity
-
getAttributeDefinition
Description copied from interface:AttributesModuleImplApiReturn attributes definition which is represented by the module- Specified by:
getAttributeDefinitionin interfaceAttributesModuleImplApi- Overrides:
getAttributeDefinitionin classAttributesModuleAbstract- Returns:
- attribute definition
-