Class urn_perun_user_facility_attribute_def_def_basicDefaultGID
java.lang.Object
cz.metacentrum.perun.core.implApi.modules.attributes.AttributesModuleAbstract
cz.metacentrum.perun.core.implApi.modules.attributes.UserFacilityAttributesModuleAbstract
cz.metacentrum.perun.core.impl.modules.attributes.urn_perun_user_facility_attribute_def_def_basicDefaultGID
- All Implemented Interfaces:
AttributesModuleImplApi,UserFacilityAttributesModuleImplApi
public class urn_perun_user_facility_attribute_def_def_basicDefaultGID
extends UserFacilityAttributesModuleAbstract
implements UserFacilityAttributesModuleImplApi
- Author:
- Jakub Peschel invalid input: '<'410368@mail.muni.cz>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidcheckAttributeSemantics(PerunSessionImpl sess, User user, Facility facility, Attribute attribute) Checks if value of assigned attribute in relationship between those two entities has a correct semantics.fillAttribute(PerunSessionImpl sess, User user, Facility facility, AttributeDefinition attributeDefinition) Tries to fill an attribute in the relationship between a facility and userReturn attributes definition which is represented by the moduleGet list of attributes whose value are used in checking of validity of this attribute.Methods inherited from class cz.metacentrum.perun.core.implApi.modules.attributes.UserFacilityAttributesModuleAbstract
changedAttributeHook, checkAttributeSyntaxMethods inherited from class cz.metacentrum.perun.core.implApi.modules.attributes.AttributesModuleAbstract
getAuthorizedRoles, 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, resolveVirtualAttributeValueChangeMethods inherited from interface cz.metacentrum.perun.core.implApi.modules.attributes.UserFacilityAttributesModuleImplApi
changedAttributeHook, checkAttributeSyntax
-
Constructor Details
-
urn_perun_user_facility_attribute_def_def_basicDefaultGID
public urn_perun_user_facility_attribute_def_def_basicDefaultGID()
-
-
Method Details
-
checkAttributeSemantics
public void checkAttributeSemantics(PerunSessionImpl sess, User user, Facility facility, Attribute attribute) throws WrongReferenceAttributeValueException, WrongAttributeAssignmentException Description copied from interface:UserFacilityAttributesModuleImplApiChecks if value of assigned attribute in relationship between those two entities has a correct semantics.- Specified by:
checkAttributeSemanticsin interfaceUserFacilityAttributesModuleImplApi- Overrides:
checkAttributeSemanticsin classUserFacilityAttributesModuleAbstract- Parameters:
sess- Perun sessionuser- User of the facility.facility- Facility to be used by a user.attribute- Attribute in relationship between facility and user.- Throws:
WrongReferenceAttributeValueException- if the attribute value has wrong/illegal semanticsWrongAttributeAssignmentException
-
fillAttribute
public Attribute fillAttribute(PerunSessionImpl sess, User user, Facility facility, AttributeDefinition attributeDefinition) throws WrongAttributeAssignmentException Description copied from interface:UserFacilityAttributesModuleImplApiTries to fill an attribute in the relationship between a facility and user- Specified by:
fillAttributein interfaceUserFacilityAttributesModuleImplApi- Overrides:
fillAttributein classUserFacilityAttributesModuleAbstract- Parameters:
sess- Perun Sessionuser- User of the facilityfacility- Facility to be used by user.attributeDefinition- Attribute in relationship between facility and user to be filled in.- Returns:
- Attribute which MAY be filled in
- Throws:
WrongAttributeAssignmentException
-
getAttributeDefinition
Description copied from interface:AttributesModuleImplApiReturn attributes definition which is represented by the module- Specified by:
getAttributeDefinitionin interfaceAttributesModuleImplApi- Overrides:
getAttributeDefinitionin classAttributesModuleAbstract- Returns:
- attribute definition
-
getDependencies
Description copied from interface:AttributesModuleImplApiGet list of attributes whose value are used in checking of validity of this attribute. In other words any change of these attributes' values can cause that value of this attribute is no longer valid.An attribute should depend on all attributes which values are used in method "checkAttributeSemantics" defined in attribute module.
- Specified by:
getDependenciesin interfaceAttributesModuleImplApi- Overrides:
getDependenciesin classAttributesModuleAbstract- Returns:
- list of attributes this attribute depends on
- See Also:
-