Class urn_perun_member_group_attribute_def_def_lifecycleTimestamps
java.lang.Object
cz.metacentrum.perun.core.implApi.modules.attributes.AttributesModuleAbstract
cz.metacentrum.perun.core.implApi.modules.attributes.MemberGroupAttributesModuleAbstract
cz.metacentrum.perun.core.impl.modules.attributes.urn_perun_member_group_attribute_def_def_lifecycleTimestamps
- All Implemented Interfaces:
AttributesModuleImplApi,MemberGroupAttributesModuleImplApi
public class urn_perun_member_group_attribute_def_def_lifecycleTimestamps
extends MemberGroupAttributesModuleAbstract
implements MemberGroupAttributesModuleImplApi
Holds timestamps of group member's dates of expiration.
These values should only be set automatically by Perun.
- Author:
- David Flor invalid input: '<'davidflor@seznam.cz>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidcheckAttributeSemantics(PerunSessionImpl perunSession, Member member, Group group, Attribute attribute) This method checks semantics of Member's attribute value in a specified group.voidcheckAttributeSyntax(PerunSessionImpl perunSession, Member member, Group group, Attribute attribute) This method checks syntax of Member's attribute value in a specified group.Return attributes definition which is represented by the moduleMethods inherited from class cz.metacentrum.perun.core.implApi.modules.attributes.MemberGroupAttributesModuleAbstract
changedAttributeHook, 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.MemberGroupAttributesModuleImplApi
changedAttributeHook, fillAttribute
-
Constructor Details
-
urn_perun_member_group_attribute_def_def_lifecycleTimestamps
public urn_perun_member_group_attribute_def_def_lifecycleTimestamps()
-
-
Method Details
-
checkAttributeSyntax
public void checkAttributeSyntax(PerunSessionImpl perunSession, Member member, Group group, Attribute attribute) throws WrongAttributeValueException Description copied from interface:MemberGroupAttributesModuleImplApiThis method checks syntax of Member's attribute value in a specified group.- Specified by:
checkAttributeSyntaxin interfaceMemberGroupAttributesModuleImplApi- Overrides:
checkAttributeSyntaxin classMemberGroupAttributesModuleAbstract- Parameters:
perunSession- Perun sessionmember- Membergroup- Groupattribute- Attribute to be checked.- Throws:
WrongAttributeValueException- if the attribute value has wrong/illegal syntax
-
checkAttributeSemantics
public void checkAttributeSemantics(PerunSessionImpl perunSession, Member member, Group group, Attribute attribute) throws WrongReferenceAttributeValueException Description copied from interface:MemberGroupAttributesModuleImplApiThis method checks semantics of Member's attribute value in a specified group.- Specified by:
checkAttributeSemanticsin interfaceMemberGroupAttributesModuleImplApi- Overrides:
checkAttributeSemanticsin classMemberGroupAttributesModuleAbstract- Parameters:
perunSession- Perun sessionmember- Membergroup- Groupattribute- Attribute to be checked.- Throws:
WrongReferenceAttributeValueException
-
getAttributeDefinition
Description copied from interface:AttributesModuleImplApiReturn attributes definition which is represented by the module- Specified by:
getAttributeDefinitionin interfaceAttributesModuleImplApi- Overrides:
getAttributeDefinitionin classAttributesModuleAbstract- Returns:
- attribute definition
-