Class urn_perun_facility_attribute_def_def_unixGroupName_namespace
java.lang.Object
cz.metacentrum.perun.core.implApi.modules.attributes.AttributesModuleAbstract
cz.metacentrum.perun.core.implApi.modules.attributes.FacilityAttributesModuleAbstract
cz.metacentrum.perun.core.impl.modules.attributes.urn_perun_facility_attribute_def_def_unixGroupName_namespace
- All Implemented Interfaces:
AttributesModuleImplApi
,FacilityAttributesModuleImplApi
public class urn_perun_facility_attribute_def_def_unixGroupName_namespace
extends FacilityAttributesModuleAbstract
implements FacilityAttributesModuleImplApi
Modul of unixGroupName-namespace attribut
- Author:
- Michal Stava stavamichal@gmail.com
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
checkAttributeSemantics
(PerunSessionImpl sess, Facility facility, Attribute attribute) Checks if value of this facility attribute has valid semantics.Return attributes definition which is represented by the moduleMethods inherited from class cz.metacentrum.perun.core.implApi.modules.attributes.FacilityAttributesModuleAbstract
changedAttributeHook, checkAttributeSyntax, fillAttribute
Methods inherited from class cz.metacentrum.perun.core.implApi.modules.attributes.AttributesModuleAbstract
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
getAuthorizedRoles, getDependencies, resolveVirtualAttributeValueChange
Methods inherited from interface cz.metacentrum.perun.core.implApi.modules.attributes.FacilityAttributesModuleImplApi
changedAttributeHook, checkAttributeSyntax, fillAttribute
-
Constructor Details
-
urn_perun_facility_attribute_def_def_unixGroupName_namespace
public urn_perun_facility_attribute_def_def_unixGroupName_namespace()
-
-
Method Details
-
checkAttributeSemantics
public void checkAttributeSemantics(PerunSessionImpl sess, Facility facility, Attribute attribute) throws WrongReferenceAttributeValueException Description copied from interface:FacilityAttributesModuleImplApi
Checks if value of this facility attribute has valid semantics.- Specified by:
checkAttributeSemantics
in interfaceFacilityAttributesModuleImplApi
- Overrides:
checkAttributeSemantics
in classFacilityAttributesModuleAbstract
- Parameters:
sess
- perun sessionfacility
- facility for which you want to check validity of attributeattribute
- attribute to check- Throws:
WrongReferenceAttributeValueException
- if the attribute value has wrong/illegal semantics
-
getAttributeDefinition
Description copied from interface:AttributesModuleImplApi
Return attributes definition which is represented by the module- Specified by:
getAttributeDefinition
in interfaceAttributesModuleImplApi
- Overrides:
getAttributeDefinition
in classAttributesModuleAbstract
- Returns:
- attribute definition
-